com.google.api.gax.longrunning.OperationFuture<Cluster,OperationMetadata> |
VmwareEngineClient.createClusterAsync(PrivateCloudName parent,
Cluster cluster,
String clusterId) |
Creates a new cluster in a given private cloud.
|
com.google.api.gax.longrunning.OperationFuture<HcxActivationKey,OperationMetadata> |
VmwareEngineClient.createHcxActivationKeyAsync(PrivateCloudName parent,
HcxActivationKey hcxActivationKey,
String hcxActivationKeyId) |
Creates a new HCX activation key in a given private cloud.
|
com.google.api.gax.longrunning.OperationFuture<PrivateCloud,OperationMetadata> |
VmwareEngineClient.deletePrivateCloudAsync(PrivateCloudName name) |
Schedules a `PrivateCloud` resource for deletion.
|
PrivateCloud |
VmwareEngineClient.getPrivateCloud(PrivateCloudName name) |
Retrieves a `PrivateCloud` resource by its resource name.
|
VmwareEngineClient.ListClustersPagedResponse |
VmwareEngineClient.listClusters(PrivateCloudName parent) |
Lists `Cluster` resources in a given private cloud.
|
VmwareEngineClient.ListHcxActivationKeysPagedResponse |
VmwareEngineClient.listHcxActivationKeys(PrivateCloudName parent) |
Lists `HcxActivationKey` resources in a given private cloud.
|
VmwareEngineClient.ListSubnetsPagedResponse |
VmwareEngineClient.listSubnets(PrivateCloudName parent) |
Lists subnets in a given private cloud.
|
com.google.api.gax.longrunning.OperationFuture<PrivateCloud,OperationMetadata> |
VmwareEngineClient.resetNsxCredentialsAsync(PrivateCloudName privateCloud) |
Resets credentials of the NSX appliance.
|
com.google.api.gax.longrunning.OperationFuture<PrivateCloud,OperationMetadata> |
VmwareEngineClient.resetVcenterCredentialsAsync(PrivateCloudName privateCloud) |
Resets credentials of the Vcenter appliance.
|
Credentials |
VmwareEngineClient.showNsxCredentials(PrivateCloudName privateCloud) |
Gets details of credentials for NSX appliance.
|
Credentials |
VmwareEngineClient.showVcenterCredentials(PrivateCloudName privateCloud) |
Gets details of credentials for Vcenter appliance.
|
com.google.api.gax.longrunning.OperationFuture<PrivateCloud,OperationMetadata> |
VmwareEngineClient.undeletePrivateCloudAsync(PrivateCloudName name) |
Restores a private cloud that was previously scheduled for deletion by `DeletePrivateCloud`.
|