public static final class VmwareEngineGrpc.VmwareEngineBlockingStub extends AbstractBlockingStub<VmwareEngineGrpc.VmwareEngineBlockingStub>
VMwareEngine manages VMware's private clusters in the Cloud.
Inheritance
java.lang.Object >
io.grpc.stub.AbstractStub >
io.grpc.stub.AbstractBlockingStub >
VmwareEngineGrpc.VmwareEngineBlockingStub
Inherited Members
io.grpc.stub.AbstractBlockingStub.<T>newStub(io.grpc.stub.AbstractStub.StubFactory<T>,io.grpc.Channel)
io.grpc.stub.AbstractBlockingStub.<T>newStub(io.grpc.stub.AbstractStub.StubFactory<T>,io.grpc.Channel,io.grpc.CallOptions)
io.grpc.stub.AbstractStub.<T>withOption(io.grpc.CallOptions.Key<T>,T)
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)
io.grpc.stub.AbstractStub.getCallOptions()
io.grpc.stub.AbstractStub.getChannel()
io.grpc.stub.AbstractStub.withCallCredentials(io.grpc.CallCredentials)
io.grpc.stub.AbstractStub.withChannel(io.grpc.Channel)
io.grpc.stub.AbstractStub.withCompression(java.lang.String)
io.grpc.stub.AbstractStub.withDeadline(io.grpc.Deadline)
io.grpc.stub.AbstractStub.withDeadlineAfter(long,java.util.concurrent.TimeUnit)
io.grpc.stub.AbstractStub.withExecutor(java.util.concurrent.Executor)
io.grpc.stub.AbstractStub.withInterceptors(io.grpc.ClientInterceptor...)
io.grpc.stub.AbstractStub.withMaxInboundMessageSize(int)
io.grpc.stub.AbstractStub.withMaxOutboundMessageSize(int)
io.grpc.stub.AbstractStub.withWaitForReady()
Methods
build(Channel channel, CallOptions callOptions)
protected VmwareEngineGrpc.VmwareEngineBlockingStub build(Channel channel, CallOptions callOptions)
| Parameters |
| Name |
Description |
channel |
io.grpc.Channel
|
callOptions |
io.grpc.CallOptions
|
Overrides
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)
createCluster(CreateClusterRequest request)
public Operation createCluster(CreateClusterRequest request)
Creates a new cluster in a given private cloud.
Creating a new cluster provides additional nodes for
use in the parent private cloud and requires sufficient node
quota.
createHcxActivationKey(CreateHcxActivationKeyRequest request)
public Operation createHcxActivationKey(CreateHcxActivationKeyRequest request)
Creates a new HCX activation key in a given private cloud.
createNetworkPolicy(CreateNetworkPolicyRequest request)
public Operation createNetworkPolicy(CreateNetworkPolicyRequest request)
Creates a new network policy in a given VMware Engine network of a
project and location (region). A new network policy cannot be created if
another network policy already exists in the same scope.
createPrivateCloud(CreatePrivateCloudRequest request)
public Operation createPrivateCloud(CreatePrivateCloudRequest request)
Creates a new PrivateCloud resource in a given project and location.
Private clouds can only be created in zones, regional private clouds are
not supported.
Creating a private cloud also creates a management
cluster
for that private cloud.
createVmwareEngineNetwork(CreateVmwareEngineNetworkRequest request)
public Operation createVmwareEngineNetwork(CreateVmwareEngineNetworkRequest request)
Creates a new VMware Engine network that can be used by a private cloud.
deleteCluster(DeleteClusterRequest request)
public Operation deleteCluster(DeleteClusterRequest request)
Deletes a Cluster resource. To avoid unintended data loss, migrate or
gracefully shut down any workloads running on the cluster before deletion.
You cannot delete the management cluster of a private cloud using this
method.
deleteNetworkPolicy(DeleteNetworkPolicyRequest request)
public Operation deleteNetworkPolicy(DeleteNetworkPolicyRequest request)
Deletes a NetworkPolicy resource. A network policy cannot be deleted
when NetworkService.state is set to RECONCILING for either its external
IP or internet access service.
deletePrivateCloud(DeletePrivateCloudRequest request)
public Operation deletePrivateCloud(DeletePrivateCloudRequest request)
Schedules a PrivateCloud resource for deletion.
A PrivateCloud resource scheduled for deletion has PrivateCloud.state
set to DELETED and expireTime set to the time when deletion is final
and can no longer be reversed. The delete operation is marked as done
as soon as the PrivateCloud is successfully scheduled for deletion
(this also applies when delayHours is set to zero), and the operation is
not kept in pending state until PrivateCloud is purged.
PrivateCloud can be restored using UndeletePrivateCloud method before
the expireTime elapses. When expireTime is reached, deletion is final
and all private cloud resources are irreversibly removed and billing stops.
During the final removal process, PrivateCloud.state is set to PURGING.
PrivateCloud can be polled using standard GET method for the whole
period of deletion and purging. It will not be returned only
when it is completely purged.
deleteVmwareEngineNetwork(DeleteVmwareEngineNetworkRequest request)
public Operation deleteVmwareEngineNetwork(DeleteVmwareEngineNetworkRequest request)
Deletes a VmwareEngineNetwork resource. You can only delete a VMware
Engine network after all resources that refer to it are deleted. For
example, a private cloud, a network peering, and a network policy can all
refer to the same VMware Engine network.
getCluster(GetClusterRequest request)
public Cluster getCluster(GetClusterRequest request)
Retrieves a Cluster resource by its resource name.
getHcxActivationKey(GetHcxActivationKeyRequest request)
public HcxActivationKey getHcxActivationKey(GetHcxActivationKeyRequest request)
Retrieves a HcxActivationKey resource by its resource name.
getNetworkPolicy(GetNetworkPolicyRequest request)
public NetworkPolicy getNetworkPolicy(GetNetworkPolicyRequest request)
Retrieves a NetworkPolicy resource by its resource name.
getNodeType(GetNodeTypeRequest request)
public NodeType getNodeType(GetNodeTypeRequest request)
Gets details of a single NodeType.
getPrivateCloud(GetPrivateCloudRequest request)
public PrivateCloud getPrivateCloud(GetPrivateCloudRequest request)
Retrieves a PrivateCloud resource by its resource name.
getVmwareEngineNetwork(GetVmwareEngineNetworkRequest request)
public VmwareEngineNetwork getVmwareEngineNetwork(GetVmwareEngineNetworkRequest request)
Retrieves a VmwareEngineNetwork resource by its resource name. The
resource contains details of the VMware Engine network, such as its VMware
Engine network type, peered networks in a service project, and state
(for example, CREATING, ACTIVE, DELETING).
listClusters(ListClustersRequest request)
public ListClustersResponse listClusters(ListClustersRequest request)
Lists Cluster resources in a given private cloud.
listHcxActivationKeys(ListHcxActivationKeysRequest request)
public ListHcxActivationKeysResponse listHcxActivationKeys(ListHcxActivationKeysRequest request)
Lists HcxActivationKey resources in a given private cloud.
listNetworkPolicies(ListNetworkPoliciesRequest request)
public ListNetworkPoliciesResponse listNetworkPolicies(ListNetworkPoliciesRequest request)
Lists NetworkPolicy resources in a specified project and location.
listNodeTypes(ListNodeTypesRequest request)
public ListNodeTypesResponse listNodeTypes(ListNodeTypesRequest request)
listPrivateClouds(ListPrivateCloudsRequest request)
public ListPrivateCloudsResponse listPrivateClouds(ListPrivateCloudsRequest request)
Lists PrivateCloud resources in a given project and location.
listSubnets(ListSubnetsRequest request)
public ListSubnetsResponse listSubnets(ListSubnetsRequest request)
Lists subnets in a given private cloud.
listVmwareEngineNetworks(ListVmwareEngineNetworksRequest request)
public ListVmwareEngineNetworksResponse listVmwareEngineNetworks(ListVmwareEngineNetworksRequest request)
Lists VmwareEngineNetwork resources in a given project and location.
resetNsxCredentials(ResetNsxCredentialsRequest request)
public Operation resetNsxCredentials(ResetNsxCredentialsRequest request)
Resets credentials of the NSX appliance.
resetVcenterCredentials(ResetVcenterCredentialsRequest request)
public Operation resetVcenterCredentials(ResetVcenterCredentialsRequest request)
Resets credentials of the Vcenter appliance.
showNsxCredentials(ShowNsxCredentialsRequest request)
public Credentials showNsxCredentials(ShowNsxCredentialsRequest request)
Gets details of credentials for NSX appliance.
showVcenterCredentials(ShowVcenterCredentialsRequest request)
public Credentials showVcenterCredentials(ShowVcenterCredentialsRequest request)
Gets details of credentials for Vcenter appliance.
undeletePrivateCloud(UndeletePrivateCloudRequest request)
public Operation undeletePrivateCloud(UndeletePrivateCloudRequest request)
Restores a private cloud that was previously scheduled for deletion by
DeletePrivateCloud. A PrivateCloud resource scheduled for deletion has
PrivateCloud.state set to DELETED and PrivateCloud.expireTime set to
the time when deletion can no longer be reversed.
updateCluster(UpdateClusterRequest request)
public Operation updateCluster(UpdateClusterRequest request)
Modifies a Cluster resource. Only the following fields can be updated:
node_type_configs.*.node_count. Only fields specified in updateMask are
applied.
During operation processing, the resource is temporarily in the ACTIVE
state before the operation fully completes. For that period of time, you
can't update the resource. Use the operation status to determine when the
processing fully completes.
updateNetworkPolicy(UpdateNetworkPolicyRequest request)
public Operation updateNetworkPolicy(UpdateNetworkPolicyRequest request)
Modifies a NetworkPolicy resource. Only the following fields can be
updated: internet_access, external_ip, edge_services_cidr.
Only fields specified in updateMask are applied. When updating a network
policy, the external IP network service can only be disabled if there are
no external IP addresses present in the scope of the policy. Also, a
NetworkService cannot be updated when NetworkService.state is set
to RECONCILING.
During operation processing, the resource is temporarily in the ACTIVE
state before the operation fully completes. For that period of time, you
can't update the resource. Use the operation status to determine when the
processing fully completes.
updatePrivateCloud(UpdatePrivateCloudRequest request)
public Operation updatePrivateCloud(UpdatePrivateCloudRequest request)
Modifies a PrivateCloud resource. Only the following fields can be
updated: description.
Only fields specified in updateMask are applied.
During operation processing, the resource is temporarily in the ACTIVE
state before the operation fully completes. For that period of time, you
can't update the resource. Use the operation status to determine when the
processing fully completes.
updateVmwareEngineNetwork(UpdateVmwareEngineNetworkRequest request)
public Operation updateVmwareEngineNetwork(UpdateVmwareEngineNetworkRequest request)
Modifies a VMware Engine network resource. Only the following fields can be
updated: description. Only fields specified in updateMask are
applied.