Documentation ¶
Index ¶
- func ValidateVolumeID(input interface{}, key string) (warnings []string, errors []error)
- type RelocateVolumeRequest
- type VolumeId
- type VolumesFinalizeRelocationOperationResponse
- type VolumesRelocateOperationResponse
- type VolumesRelocationClient
- func (c VolumesRelocationClient) VolumesFinalizeRelocation(ctx context.Context, id VolumeId) (result VolumesFinalizeRelocationOperationResponse, err error)
- func (c VolumesRelocationClient) VolumesFinalizeRelocationThenPoll(ctx context.Context, id VolumeId) error
- func (c VolumesRelocationClient) VolumesRelocate(ctx context.Context, id VolumeId, input RelocateVolumeRequest) (result VolumesRelocateOperationResponse, err error)
- func (c VolumesRelocationClient) VolumesRelocateThenPoll(ctx context.Context, id VolumeId, input RelocateVolumeRequest) error
- func (c VolumesRelocationClient) VolumesRevertRelocation(ctx context.Context, id VolumeId) (result VolumesRevertRelocationOperationResponse, err error)
- func (c VolumesRelocationClient) VolumesRevertRelocationThenPoll(ctx context.Context, id VolumeId) error
- type VolumesRevertRelocationOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ValidateVolumeID ¶
ValidateVolumeID checks that 'input' can be parsed as a Volume ID
Types ¶
type RelocateVolumeRequest ¶
type RelocateVolumeRequest struct {
CreationToken *string `json:"creationToken,omitempty"`
}
type VolumeId ¶
type VolumeId struct { SubscriptionId string ResourceGroupName string NetAppAccountName string CapacityPoolName string VolumeName string }
VolumeId is a struct representing the Resource ID for a Volume
func NewVolumeID ¶
func NewVolumeID(subscriptionId string, resourceGroupName string, netAppAccountName string, capacityPoolName 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) FromParseResult ¶
func (id *VolumeId) FromParseResult(input resourceids.ParseResult) error
func (VolumeId) Segments ¶
func (id VolumeId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Volume ID
type VolumesRelocationClient ¶
type VolumesRelocationClient struct {
Client *resourcemanager.Client
}
func NewVolumesRelocationClientWithBaseURI ¶
func NewVolumesRelocationClientWithBaseURI(sdkApi sdkEnv.Api) (*VolumesRelocationClient, error)
func (VolumesRelocationClient) VolumesFinalizeRelocation ¶
func (c VolumesRelocationClient) VolumesFinalizeRelocation(ctx context.Context, id VolumeId) (result VolumesFinalizeRelocationOperationResponse, err error)
VolumesFinalizeRelocation ...
func (VolumesRelocationClient) VolumesFinalizeRelocationThenPoll ¶
func (c VolumesRelocationClient) VolumesFinalizeRelocationThenPoll(ctx context.Context, id VolumeId) error
VolumesFinalizeRelocationThenPoll performs VolumesFinalizeRelocation then polls until it's completed
func (VolumesRelocationClient) VolumesRelocate ¶
func (c VolumesRelocationClient) VolumesRelocate(ctx context.Context, id VolumeId, input RelocateVolumeRequest) (result VolumesRelocateOperationResponse, err error)
VolumesRelocate ...
func (VolumesRelocationClient) VolumesRelocateThenPoll ¶
func (c VolumesRelocationClient) VolumesRelocateThenPoll(ctx context.Context, id VolumeId, input RelocateVolumeRequest) error
VolumesRelocateThenPoll performs VolumesRelocate then polls until it's completed
func (VolumesRelocationClient) VolumesRevertRelocation ¶
func (c VolumesRelocationClient) VolumesRevertRelocation(ctx context.Context, id VolumeId) (result VolumesRevertRelocationOperationResponse, err error)
VolumesRevertRelocation ...
func (VolumesRelocationClient) VolumesRevertRelocationThenPoll ¶
func (c VolumesRelocationClient) VolumesRevertRelocationThenPoll(ctx context.Context, id VolumeId) error
VolumesRevertRelocationThenPoll performs VolumesRevertRelocation then polls until it's completed