Documentation ¶
Index ¶
- func PossibleValuesForOperationalStatus() []string
- func PossibleValuesForProvisioningStates() []string
- func PossibleValuesForVolumeCreateOption() []string
- func ValidateVolumeGroupID(input interface{}, key string) (warnings []string, errors []error)
- func ValidateVolumeID(input interface{}, key string) (warnings []string, errors []error)
- type CreateOperationResponse
- type DeleteOperationResponse
- type GetOperationResponse
- type IscsiTargetInfo
- type ListByVolumeGroupCompleteResult
- type ListByVolumeGroupOperationResponse
- type OperationalStatus
- type ProvisioningStates
- type SourceCreationData
- type UpdateOperationResponse
- type Volume
- type VolumeCreateOption
- type VolumeGroupId
- type VolumeId
- type VolumeOperationPredicate
- type VolumeProperties
- type VolumeUpdate
- type VolumeUpdateProperties
- type VolumesClient
- func (c VolumesClient) Create(ctx context.Context, id VolumeId, input Volume) (result CreateOperationResponse, err error)
- func (c VolumesClient) CreateThenPoll(ctx context.Context, id VolumeId, input Volume) error
- func (c VolumesClient) Delete(ctx context.Context, id VolumeId) (result DeleteOperationResponse, err error)
- func (c VolumesClient) DeleteThenPoll(ctx context.Context, id VolumeId) error
- func (c VolumesClient) Get(ctx context.Context, id VolumeId) (result GetOperationResponse, err error)
- func (c VolumesClient) ListByVolumeGroup(ctx context.Context, id VolumeGroupId) (resp ListByVolumeGroupOperationResponse, err error)
- func (c VolumesClient) ListByVolumeGroupComplete(ctx context.Context, id VolumeGroupId) (ListByVolumeGroupCompleteResult, error)
- func (c VolumesClient) ListByVolumeGroupCompleteMatchingPredicate(ctx context.Context, id VolumeGroupId, predicate VolumeOperationPredicate) (resp ListByVolumeGroupCompleteResult, err error)
- func (c VolumesClient) Update(ctx context.Context, id VolumeId, input VolumeUpdate) (result UpdateOperationResponse, err error)
- func (c VolumesClient) UpdateThenPoll(ctx context.Context, id VolumeId, input VolumeUpdate) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PossibleValuesForOperationalStatus ¶
func PossibleValuesForOperationalStatus() []string
func PossibleValuesForProvisioningStates ¶
func PossibleValuesForProvisioningStates() []string
func PossibleValuesForVolumeCreateOption ¶
func PossibleValuesForVolumeCreateOption() []string
func ValidateVolumeGroupID ¶
ValidateVolumeGroupID checks that 'input' can be parsed as a Volume Group ID
func ValidateVolumeID ¶
ValidateVolumeID checks that 'input' can be parsed as a Volume ID
Types ¶
type CreateOperationResponse ¶
type CreateOperationResponse struct { Poller polling.LongRunningPoller HttpResponse *http.Response }
type DeleteOperationResponse ¶
type DeleteOperationResponse struct { Poller polling.LongRunningPoller HttpResponse *http.Response }
type GetOperationResponse ¶
type IscsiTargetInfo ¶
type IscsiTargetInfo struct { ProvisioningState *ProvisioningStates `json:"provisioningState,omitempty"` Status *OperationalStatus `json:"status,omitempty"` TargetIqn *string `json:"targetIqn,omitempty"` TargetPortalHostname *string `json:"targetPortalHostname,omitempty"` TargetPortalPort *int64 `json:"targetPortalPort,omitempty"` }
type ListByVolumeGroupCompleteResult ¶
type ListByVolumeGroupCompleteResult struct {
Items []Volume
}
type ListByVolumeGroupOperationResponse ¶
type ListByVolumeGroupOperationResponse struct { HttpResponse *http.Response Model *[]Volume // contains filtered or unexported fields }
func (ListByVolumeGroupOperationResponse) HasMore ¶
func (r ListByVolumeGroupOperationResponse) HasMore() bool
func (ListByVolumeGroupOperationResponse) LoadMore ¶
func (r ListByVolumeGroupOperationResponse) LoadMore(ctx context.Context) (resp ListByVolumeGroupOperationResponse, err error)
type OperationalStatus ¶
type OperationalStatus string
const ( OperationalStatusHealthy OperationalStatus = "Healthy" OperationalStatusInvalid OperationalStatus = "Invalid" OperationalStatusRunning OperationalStatus = "Running" OperationalStatusStopped OperationalStatus = "Stopped" OperationalStatusStoppedDeallocated OperationalStatus = "Stopped (deallocated)" OperationalStatusUnhealthy OperationalStatus = "Unhealthy" OperationalStatusUnknown OperationalStatus = "Unknown" OperationalStatusUpdating OperationalStatus = "Updating" )
type ProvisioningStates ¶
type ProvisioningStates string
const ( ProvisioningStatesCanceled ProvisioningStates = "Canceled" ProvisioningStatesCreating ProvisioningStates = "Creating" ProvisioningStatesDeleting ProvisioningStates = "Deleting" ProvisioningStatesFailed ProvisioningStates = "Failed" ProvisioningStatesInvalid ProvisioningStates = "Invalid" ProvisioningStatesPending ProvisioningStates = "Pending" ProvisioningStatesSucceeded ProvisioningStates = "Succeeded" ProvisioningStatesUpdating ProvisioningStates = "Updating" )
type SourceCreationData ¶
type SourceCreationData struct { CreateSource *VolumeCreateOption `json:"createSource,omitempty"` SourceUri *string `json:"sourceUri,omitempty"` }
type UpdateOperationResponse ¶
type UpdateOperationResponse struct { Poller polling.LongRunningPoller HttpResponse *http.Response }
type Volume ¶
type Volume struct { Id *string `json:"id,omitempty"` Name *string `json:"name,omitempty"` Properties *VolumeProperties `json:"properties,omitempty"` SystemData *systemdata.SystemData `json:"systemData,omitempty"` Tags *map[string]string `json:"tags,omitempty"` Type *string `json:"type,omitempty"` }
type VolumeCreateOption ¶
type VolumeCreateOption string
const (
VolumeCreateOptionNone VolumeCreateOption = "None"
)
type VolumeGroupId ¶
type VolumeGroupId struct { SubscriptionId string ResourceGroupName string ElasticSanName string VolumeGroupName string }
VolumeGroupId is a struct representing the Resource ID for a Volume Group
func NewVolumeGroupID ¶
func NewVolumeGroupID(subscriptionId string, resourceGroupName string, elasticSanName string, volumeGroupName string) VolumeGroupId
NewVolumeGroupID returns a new VolumeGroupId struct
func ParseVolumeGroupID ¶
func ParseVolumeGroupID(input string) (*VolumeGroupId, error)
ParseVolumeGroupID parses 'input' into a VolumeGroupId
func ParseVolumeGroupIDInsensitively ¶
func ParseVolumeGroupIDInsensitively(input string) (*VolumeGroupId, error)
ParseVolumeGroupIDInsensitively parses 'input' case-insensitively into a VolumeGroupId note: this method should only be used for API response data and not user input
func (VolumeGroupId) ID ¶
func (id VolumeGroupId) ID() string
ID returns the formatted Volume Group ID
func (VolumeGroupId) Segments ¶
func (id VolumeGroupId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Volume Group ID
func (VolumeGroupId) String ¶
func (id VolumeGroupId) String() string
String returns a human-readable description of this Volume Group ID
type VolumeId ¶
type VolumeId struct { SubscriptionId string ResourceGroupName string ElasticSanName string VolumeGroupName string VolumeName string }
VolumeId is a struct representing the Resource ID for a Volume
func NewVolumeID ¶
func NewVolumeID(subscriptionId string, resourceGroupName string, elasticSanName string, volumeGroupName string, volumeName string) VolumeId
NewVolumeID returns a new VolumeId struct
func ParseVolumeID ¶
ParseVolumeID parses 'input' into a VolumeId
func ParseVolumeIDInsensitively ¶
ParseVolumeIDInsensitively parses 'input' case-insensitively into a VolumeId note: this method should only be used for API response data and not user input
func (VolumeId) Segments ¶
func (id VolumeId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Volume ID
type VolumeOperationPredicate ¶
func (VolumeOperationPredicate) Matches ¶
func (p VolumeOperationPredicate) Matches(input Volume) bool
type VolumeProperties ¶
type VolumeProperties struct { CreationData *SourceCreationData `json:"creationData,omitempty"` SizeGiB *int64 `json:"sizeGiB,omitempty"` StorageTarget *IscsiTargetInfo `json:"storageTarget,omitempty"` VolumeId *string `json:"volumeId,omitempty"` }
type VolumeUpdate ¶
type VolumeUpdate struct { Properties *VolumeUpdateProperties `json:"properties,omitempty"` Tags *map[string]string `json:"tags,omitempty"` }
type VolumeUpdateProperties ¶
type VolumeUpdateProperties struct {
SizeGiB *int64 `json:"sizeGiB,omitempty"`
}
type VolumesClient ¶
func NewVolumesClientWithBaseURI ¶
func NewVolumesClientWithBaseURI(endpoint string) VolumesClient
func (VolumesClient) Create ¶
func (c VolumesClient) Create(ctx context.Context, id VolumeId, input Volume) (result CreateOperationResponse, err error)
Create ...
func (VolumesClient) CreateThenPoll ¶
CreateThenPoll performs Create then polls until it's completed
func (VolumesClient) Delete ¶
func (c VolumesClient) Delete(ctx context.Context, id VolumeId) (result DeleteOperationResponse, err error)
Delete ...
func (VolumesClient) DeleteThenPoll ¶
func (c VolumesClient) DeleteThenPoll(ctx context.Context, id VolumeId) error
DeleteThenPoll performs Delete then polls until it's completed
func (VolumesClient) Get ¶
func (c VolumesClient) Get(ctx context.Context, id VolumeId) (result GetOperationResponse, err error)
Get ...
func (VolumesClient) ListByVolumeGroup ¶
func (c VolumesClient) ListByVolumeGroup(ctx context.Context, id VolumeGroupId) (resp ListByVolumeGroupOperationResponse, err error)
ListByVolumeGroup ...
func (VolumesClient) ListByVolumeGroupComplete ¶
func (c VolumesClient) ListByVolumeGroupComplete(ctx context.Context, id VolumeGroupId) (ListByVolumeGroupCompleteResult, error)
ListByVolumeGroupComplete retrieves all of the results into a single object
func (VolumesClient) ListByVolumeGroupCompleteMatchingPredicate ¶
func (c VolumesClient) ListByVolumeGroupCompleteMatchingPredicate(ctx context.Context, id VolumeGroupId, predicate VolumeOperationPredicate) (resp ListByVolumeGroupCompleteResult, err error)
ListByVolumeGroupCompleteMatchingPredicate retrieves all of the results and then applied the predicate
func (VolumesClient) Update ¶
func (c VolumesClient) Update(ctx context.Context, id VolumeId, input VolumeUpdate) (result UpdateOperationResponse, err error)
Update ...
func (VolumesClient) UpdateThenPoll ¶
func (c VolumesClient) UpdateThenPoll(ctx context.Context, id VolumeId, input VolumeUpdate) error
UpdateThenPoll performs Update then polls until it's completed
Source Files ¶
- client.go
- constants.go
- id_volume.go
- id_volumegroup.go
- method_create_autorest.go
- method_delete_autorest.go
- method_get_autorest.go
- method_listbyvolumegroup_autorest.go
- method_update_autorest.go
- model_iscsitargetinfo.go
- model_sourcecreationdata.go
- model_volume.go
- model_volumeproperties.go
- model_volumeupdate.go
- model_volumeupdateproperties.go
- predicates.go
- version.go