backupandexport

package
v0.20241004.1180715 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 4, 2024 License: MPL-2.0 Imports: 15 Imported by: 0

README

github.com/hashicorp/go-azure-sdk/resource-manager/mysql/2023-12-30/backupandexport Documentation

The backupandexport SDK allows for interaction with Azure Resource Manager mysql (API Version 2023-12-30).

This readme covers example usages, but further information on using this SDK can be found in the project root.

Import Path

import "github.com/hashicorp/go-azure-sdk/resource-manager/mysql/2023-12-30/backupandexport"

Client Initialization

client := backupandexport.NewBackupAndExportClientWithBaseURI("https://management.azure.com")
client.Client.Authorizer = authorizer

Example Usage: BackupAndExportClient.Create

ctx := context.TODO()
id := backupandexport.NewFlexibleServerID("12345678-1234-9876-4563-123456789012", "example-resource-group", "serverName")

payload := backupandexport.BackupAndExportRequest{
	// ...
}


if err := client.CreateThenPoll(ctx, id, payload); err != nil {
	// handle the error
}

Example Usage: BackupAndExportClient.ValidateBackup

ctx := context.TODO()
id := backupandexport.NewFlexibleServerID("12345678-1234-9876-4563-123456789012", "example-resource-group", "serverName")

read, err := client.ValidateBackup(ctx, id)
if err != nil {
	// handle the error
}
if model := read.Model; model != nil {
	// do something with the model/response object
}

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func PossibleValuesForBackupFormat

func PossibleValuesForBackupFormat() []string

func PossibleValuesForOperationStatus

func PossibleValuesForOperationStatus() []string

func ValidateFlexibleServerID

func ValidateFlexibleServerID(input interface{}, key string) (warnings []string, errors []error)

ValidateFlexibleServerID checks that 'input' can be parsed as a Flexible Server ID

Types

type BackupAndExportClient

type BackupAndExportClient struct {
	Client *resourcemanager.Client
}

func NewBackupAndExportClientWithBaseURI

func NewBackupAndExportClientWithBaseURI(sdkApi sdkEnv.Api) (*BackupAndExportClient, error)

func (BackupAndExportClient) Create

Create ...

func (BackupAndExportClient) CreateThenPoll

CreateThenPoll performs Create then polls until it's completed

func (BackupAndExportClient) ValidateBackup

ValidateBackup ...

type BackupAndExportRequest

type BackupAndExportRequest struct {
	BackupSettings BackupSettings     `json:"backupSettings"`
	TargetDetails  BackupStoreDetails `json:"targetDetails"`
}

func (*BackupAndExportRequest) UnmarshalJSON

func (s *BackupAndExportRequest) UnmarshalJSON(bytes []byte) error

type BackupAndExportResponse

type BackupAndExportResponse struct {
	EndTime         *string                            `json:"endTime,omitempty"`
	Error           *ErrorDetail                       `json:"error,omitempty"`
	Id              *string                            `json:"id,omitempty"`
	Name            *string                            `json:"name,omitempty"`
	PercentComplete *float64                           `json:"percentComplete,omitempty"`
	Properties      *BackupAndExportResponseProperties `json:"properties,omitempty"`
	StartTime       *string                            `json:"startTime,omitempty"`
	Status          *OperationStatus                   `json:"status,omitempty"`
	SystemData      *systemdata.SystemData             `json:"systemData,omitempty"`
	Type            *string                            `json:"type,omitempty"`
}

func (*BackupAndExportResponse) GetEndTimeAsTime

func (o *BackupAndExportResponse) GetEndTimeAsTime() (*time.Time, error)

func (*BackupAndExportResponse) GetStartTimeAsTime

func (o *BackupAndExportResponse) GetStartTimeAsTime() (*time.Time, error)

func (*BackupAndExportResponse) SetEndTimeAsTime

func (o *BackupAndExportResponse) SetEndTimeAsTime(input time.Time)

func (*BackupAndExportResponse) SetStartTimeAsTime

func (o *BackupAndExportResponse) SetStartTimeAsTime(input time.Time)

type BackupAndExportResponseProperties

type BackupAndExportResponseProperties struct {
	BackupMetadata         *string `json:"backupMetadata,omitempty"`
	DataTransferredInBytes *int64  `json:"dataTransferredInBytes,omitempty"`
	DatasourceSizeInBytes  *int64  `json:"datasourceSizeInBytes,omitempty"`
}

type BackupFormat

type BackupFormat string
const (
	BackupFormatCollatedFormat BackupFormat = "CollatedFormat"
	BackupFormatRaw            BackupFormat = "Raw"
)

func (*BackupFormat) UnmarshalJSON

func (s *BackupFormat) UnmarshalJSON(bytes []byte) error

type BackupSettings

type BackupSettings struct {
	BackupFormat *BackupFormat `json:"backupFormat,omitempty"`
	BackupName   string        `json:"backupName"`
}

type BackupStoreDetails

type BackupStoreDetails interface {
	BackupStoreDetails() BaseBackupStoreDetailsImpl
}

func UnmarshalBackupStoreDetailsImplementation added in v0.20240920.1135249

func UnmarshalBackupStoreDetailsImplementation(input []byte) (BackupStoreDetails, error)

type BaseBackupStoreDetailsImpl added in v0.20240920.1135249

type BaseBackupStoreDetailsImpl struct {
	ObjectType string `json:"objectType"`
}

func (BaseBackupStoreDetailsImpl) BackupStoreDetails added in v0.20240920.1135249

type CreateOperationResponse

type CreateOperationResponse struct {
	Poller       pollers.Poller
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *BackupAndExportResponse
}

type ErrorAdditionalInfo

type ErrorAdditionalInfo struct {
	Info *interface{} `json:"info,omitempty"`
	Type *string      `json:"type,omitempty"`
}

type ErrorDetail

type ErrorDetail struct {
	AdditionalInfo *[]ErrorAdditionalInfo `json:"additionalInfo,omitempty"`
	Code           *string                `json:"code,omitempty"`
	Details        *[]ErrorDetail         `json:"details,omitempty"`
	Message        *string                `json:"message,omitempty"`
	Target         *string                `json:"target,omitempty"`
}

type FlexibleServerId

type FlexibleServerId struct {
	SubscriptionId     string
	ResourceGroupName  string
	FlexibleServerName string
}

FlexibleServerId is a struct representing the Resource ID for a Flexible Server

func NewFlexibleServerID

func NewFlexibleServerID(subscriptionId string, resourceGroupName string, flexibleServerName string) FlexibleServerId

NewFlexibleServerID returns a new FlexibleServerId struct

func ParseFlexibleServerID

func ParseFlexibleServerID(input string) (*FlexibleServerId, error)

ParseFlexibleServerID parses 'input' into a FlexibleServerId

func ParseFlexibleServerIDInsensitively

func ParseFlexibleServerIDInsensitively(input string) (*FlexibleServerId, error)

ParseFlexibleServerIDInsensitively parses 'input' case-insensitively into a FlexibleServerId note: this method should only be used for API response data and not user input

func (*FlexibleServerId) FromParseResult

func (id *FlexibleServerId) FromParseResult(input resourceids.ParseResult) error

func (FlexibleServerId) ID

func (id FlexibleServerId) ID() string

ID returns the formatted Flexible Server ID

func (FlexibleServerId) Segments

func (id FlexibleServerId) Segments() []resourceids.Segment

Segments returns a slice of Resource ID Segments which comprise this Flexible Server ID

func (FlexibleServerId) String

func (id FlexibleServerId) String() string

String returns a human-readable description of this Flexible Server ID

type OperationStatus

type OperationStatus string
const (
	OperationStatusCancelInProgress OperationStatus = "CancelInProgress"
	OperationStatusCanceled         OperationStatus = "Canceled"
	OperationStatusFailed           OperationStatus = "Failed"
	OperationStatusInProgress       OperationStatus = "InProgress"
	OperationStatusPending          OperationStatus = "Pending"
	OperationStatusSucceeded        OperationStatus = "Succeeded"
)

func (*OperationStatus) UnmarshalJSON

func (s *OperationStatus) UnmarshalJSON(bytes []byte) error

type RawBackupStoreDetailsImpl

type RawBackupStoreDetailsImpl struct {
	Type   string
	Values map[string]interface{}
	// contains filtered or unexported fields
}

RawBackupStoreDetailsImpl is returned when the Discriminated Value doesn't match any of the defined types NOTE: this should only be used when a type isn't defined for this type of Object (as a workaround) and is used only for Deserialization (e.g. this cannot be used as a Request Payload).

func (RawBackupStoreDetailsImpl) BackupStoreDetails added in v0.20240920.1135249

type ValidateBackupOperationResponse

type ValidateBackupOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *ValidateBackupResponse
}

type ValidateBackupResponse

type ValidateBackupResponse struct {
	Properties *ValidateBackupResponseProperties `json:"properties,omitempty"`
}

type ValidateBackupResponseProperties

type ValidateBackupResponseProperties struct {
	NumberOfContainers *int64 `json:"numberOfContainers,omitempty"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL