Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClustersClientAPI ¶
type ClustersClientAPI interface { CreateOrUpdate(ctx context.Context, resourceGroupName string, privateCloudName string, clusterName string, cluster avs.Cluster) (result avs.ClustersCreateOrUpdateFuture, err error) Delete(ctx context.Context, resourceGroupName string, privateCloudName string, clusterName string) (result avs.ClustersDeleteFuture, err error) Get(ctx context.Context, resourceGroupName string, privateCloudName string, clusterName string) (result avs.Cluster, err error) List(ctx context.Context, resourceGroupName string, privateCloudName string) (result avs.ClusterListPage, err error) ListComplete(ctx context.Context, resourceGroupName string, privateCloudName string) (result avs.ClusterListIterator, err error) Update(ctx context.Context, resourceGroupName string, privateCloudName string, clusterName string, cluster avs.Cluster) (result avs.ClustersUpdateFuture, err error) }
ClustersClientAPI contains the set of methods on the ClustersClient type.
type LocationsClientAPI ¶
type LocationsClientAPI interface { CheckQuotaAvailability(ctx context.Context, location string) (result avs.Quota, err error) CheckTrialAvailability(ctx context.Context, location string) (result avs.Trial, err error) }
LocationsClientAPI contains the set of methods on the LocationsClient type.
type OperationsClientAPI ¶
type OperationsClientAPI interface { List(ctx context.Context) (result avs.OperationListPage, err error) ListComplete(ctx context.Context) (result avs.OperationListIterator, err error) }
OperationsClientAPI contains the set of methods on the OperationsClient type.
type PrivateCloudsClientAPI ¶
type PrivateCloudsClientAPI interface { CreateOrUpdate(ctx context.Context, resourceGroupName string, privateCloudName string, privateCloud avs.PrivateCloud) (result avs.PrivateCloudsCreateOrUpdateFuture, err error) Delete(ctx context.Context, resourceGroupName string, privateCloudName string) (result avs.PrivateCloudsDeleteFuture, err error) Get(ctx context.Context, resourceGroupName string, privateCloudName string) (result avs.PrivateCloud, err error) List(ctx context.Context, resourceGroupName string) (result avs.PrivateCloudListPage, err error) ListComplete(ctx context.Context, resourceGroupName string) (result avs.PrivateCloudListIterator, err error) ListAdminCredentials(ctx context.Context, resourceGroupName string, privateCloudName string) (result avs.AdminCredentials, err error) ListInSubscription(ctx context.Context) (result avs.PrivateCloudListPage, err error) ListInSubscriptionComplete(ctx context.Context) (result avs.PrivateCloudListIterator, err error) Update(ctx context.Context, resourceGroupName string, privateCloudName string, privateCloud avs.PrivateCloud) (result avs.PrivateCloudsUpdateFuture, err error) }
PrivateCloudsClientAPI contains the set of methods on the PrivateCloudsClient type.
Click to show internal directories.
Click to hide internal directories.