Documentation ¶
Index ¶
- func ValidateVolumeID(input interface{}, key string) (warnings []string, errors []error)
- type ClusterPeerCommandResponse
- type PeerClusterForVolumeMigrationRequest
- type SVMPeerCommandResponse
- type VolumeId
- type VolumesAuthorizeExternalReplicationOperationResponse
- type VolumesOnPremMigrationClient
- func (c VolumesOnPremMigrationClient) VolumesAuthorizeExternalReplication(ctx context.Context, id VolumeId) (result VolumesAuthorizeExternalReplicationOperationResponse, err error)
- func (c VolumesOnPremMigrationClient) VolumesAuthorizeExternalReplicationThenPoll(ctx context.Context, id VolumeId) error
- func (c VolumesOnPremMigrationClient) VolumesPeerExternalCluster(ctx context.Context, id VolumeId, input PeerClusterForVolumeMigrationRequest) (result VolumesPeerExternalClusterOperationResponse, err error)
- func (c VolumesOnPremMigrationClient) VolumesPeerExternalClusterThenPoll(ctx context.Context, id VolumeId, input PeerClusterForVolumeMigrationRequest) error
- func (c VolumesOnPremMigrationClient) VolumesPerformReplicationTransfer(ctx context.Context, id VolumeId) (result VolumesPerformReplicationTransferOperationResponse, err error)
- func (c VolumesOnPremMigrationClient) VolumesPerformReplicationTransferThenPoll(ctx context.Context, id VolumeId) error
- type VolumesPeerExternalClusterOperationResponse
- type VolumesPerformReplicationTransferOperationResponse
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 ClusterPeerCommandResponse ¶
type ClusterPeerCommandResponse struct {
PeerAcceptCommand *string `json:"peerAcceptCommand,omitempty"`
}
type PeerClusterForVolumeMigrationRequest ¶
type PeerClusterForVolumeMigrationRequest struct {
PeerIPAddresses []string `json:"peerIpAddresses"`
}
type SVMPeerCommandResponse ¶
type SVMPeerCommandResponse struct {
SVMPeeringCommand *string `json:"svmPeeringCommand,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 VolumesOnPremMigrationClient ¶
type VolumesOnPremMigrationClient struct {
Client *resourcemanager.Client
}
func NewVolumesOnPremMigrationClientWithBaseURI ¶
func NewVolumesOnPremMigrationClientWithBaseURI(sdkApi sdkEnv.Api) (*VolumesOnPremMigrationClient, error)
func (VolumesOnPremMigrationClient) VolumesAuthorizeExternalReplication ¶
func (c VolumesOnPremMigrationClient) VolumesAuthorizeExternalReplication(ctx context.Context, id VolumeId) (result VolumesAuthorizeExternalReplicationOperationResponse, err error)
VolumesAuthorizeExternalReplication ...
func (VolumesOnPremMigrationClient) VolumesAuthorizeExternalReplicationThenPoll ¶
func (c VolumesOnPremMigrationClient) VolumesAuthorizeExternalReplicationThenPoll(ctx context.Context, id VolumeId) error
VolumesAuthorizeExternalReplicationThenPoll performs VolumesAuthorizeExternalReplication then polls until it's completed
func (VolumesOnPremMigrationClient) VolumesPeerExternalCluster ¶
func (c VolumesOnPremMigrationClient) VolumesPeerExternalCluster(ctx context.Context, id VolumeId, input PeerClusterForVolumeMigrationRequest) (result VolumesPeerExternalClusterOperationResponse, err error)
VolumesPeerExternalCluster ...
func (VolumesOnPremMigrationClient) VolumesPeerExternalClusterThenPoll ¶
func (c VolumesOnPremMigrationClient) VolumesPeerExternalClusterThenPoll(ctx context.Context, id VolumeId, input PeerClusterForVolumeMigrationRequest) error
VolumesPeerExternalClusterThenPoll performs VolumesPeerExternalCluster then polls until it's completed
func (VolumesOnPremMigrationClient) VolumesPerformReplicationTransfer ¶
func (c VolumesOnPremMigrationClient) VolumesPerformReplicationTransfer(ctx context.Context, id VolumeId) (result VolumesPerformReplicationTransferOperationResponse, err error)
VolumesPerformReplicationTransfer ...
func (VolumesOnPremMigrationClient) VolumesPerformReplicationTransferThenPoll ¶
func (c VolumesOnPremMigrationClient) VolumesPerformReplicationTransferThenPoll(ctx context.Context, id VolumeId) error
VolumesPerformReplicationTransferThenPoll performs VolumesPerformReplicationTransfer then polls until it's completed