Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccountsClientAPI ¶
type AccountsClientAPI interface { CreateOrUpdate(ctx context.Context, body netapp.Account, resourceGroup string, accountName string) (result netapp.AccountsCreateOrUpdateFuture, err error) Delete(ctx context.Context, resourceGroup string, accountName string) (result netapp.AccountsDeleteFuture, err error) Get(ctx context.Context, resourceGroup string, accountName string) (result netapp.Account, err error) List(ctx context.Context, resourceGroup string) (result netapp.AccountList, err error) Update(ctx context.Context, body netapp.AccountPatch, resourceGroup string, accountName string) (result netapp.Account, err error) }
AccountsClientAPI contains the set of methods on the AccountsClient type.
type MountTargetsClientAPI ¶
type MountTargetsClientAPI interface {
List(ctx context.Context, resourceGroup string, accountName string, poolName string, volumeName string) (result netapp.MountTargetList, err error)
}
MountTargetsClientAPI contains the set of methods on the MountTargetsClient type.
type OperationsClientAPI ¶
type OperationsClientAPI interface {
List(ctx context.Context) (result netapp.OperationListResult, err error)
}
OperationsClientAPI contains the set of methods on the OperationsClient type.
type PoolsClientAPI ¶
type PoolsClientAPI interface { CreateOrUpdate(ctx context.Context, body netapp.CapacityPool, resourceGroup string, accountName string, poolName string) (result netapp.PoolsCreateOrUpdateFuture, err error) Delete(ctx context.Context, resourceGroup string, accountName string, poolName string) (result netapp.PoolsDeleteFuture, err error) Get(ctx context.Context, resourceGroup string, accountName string, poolName string) (result netapp.CapacityPool, err error) List(ctx context.Context, resourceGroup string, accountName string) (result netapp.CapacityPoolList, err error) Update(ctx context.Context, body netapp.CapacityPoolPatch, resourceGroup string, accountName string, poolName string) (result netapp.CapacityPool, err error) }
PoolsClientAPI contains the set of methods on the PoolsClient type.
type SnapshotsClientAPI ¶
type SnapshotsClientAPI interface { Create(ctx context.Context, body netapp.Snapshot, resourceGroup string, accountName string, poolName string, volumeName string, snapshotName string) (result netapp.SnapshotsCreateFuture, err error) Delete(ctx context.Context, resourceGroup string, accountName string, poolName string, volumeName string, snapshotName string) (result netapp.SnapshotsDeleteFuture, err error) Get(ctx context.Context, resourceGroup string, accountName string, poolName string, volumeName string, snapshotName string) (result netapp.Snapshot, err error) List(ctx context.Context, resourceGroup string, accountName string, poolName string, volumeName string) (result netapp.SnapshotsList, err error) Update(ctx context.Context, body netapp.SnapshotPatch, resourceGroup string, accountName string, poolName string, volumeName string, snapshotName string) (result netapp.Snapshot, err error) }
SnapshotsClientAPI contains the set of methods on the SnapshotsClient type.
type VolumesClientAPI ¶
type VolumesClientAPI interface { CreateOrUpdate(ctx context.Context, body netapp.Volume, resourceGroup string, accountName string, poolName string, volumeName string) (result netapp.VolumesCreateOrUpdateFuture, err error) Delete(ctx context.Context, resourceGroup string, accountName string, poolName string, volumeName string) (result netapp.VolumesDeleteFuture, err error) Get(ctx context.Context, resourceGroup string, accountName string, poolName string, volumeName string) (result netapp.Volume, err error) List(ctx context.Context, resourceGroup string, accountName string, poolName string) (result netapp.VolumeList, err error) Update(ctx context.Context, body netapp.VolumePatch, resourceGroup string, accountName string, poolName string, volumeName string) (result netapp.Volume, err error) }
VolumesClientAPI contains the set of methods on the VolumesClient type.
Click to show internal directories.
Click to hide internal directories.