Package com.google.cloud.vmwareengine.v1
Class VmwareEngineGrpc.VmwareEngineImplBase
- java.lang.Object
-
- com.google.cloud.vmwareengine.v1.VmwareEngineGrpc.VmwareEngineImplBase
-
- All Implemented Interfaces:
VmwareEngineGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- VmwareEngineGrpc
public abstract static class VmwareEngineGrpc.VmwareEngineImplBase extends Object implements io.grpc.BindableService, VmwareEngineGrpc.AsyncService
Base class for the server implementation of the service VmwareEngine.VMwareEngine manages VMware's private clusters in the Cloud.
-
-
Constructor Summary
Constructors Constructor Description VmwareEngineImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinition
bindService()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.google.cloud.vmwareengine.v1.VmwareEngineGrpc.AsyncService
createCluster, createHcxActivationKey, createNetworkPolicy, createPrivateCloud, createPrivateConnection, createVmwareEngineNetwork, deleteCluster, deleteNetworkPolicy, deletePrivateCloud, deletePrivateConnection, deleteVmwareEngineNetwork, getCluster, getHcxActivationKey, getNetworkPolicy, getNodeType, getPrivateCloud, getPrivateConnection, getSubnet, getVmwareEngineNetwork, listClusters, listHcxActivationKeys, listNetworkPolicies, listNodeTypes, listPrivateClouds, listPrivateConnectionPeeringRoutes, listPrivateConnections, listSubnets, listVmwareEngineNetworks, resetNsxCredentials, resetVcenterCredentials, showNsxCredentials, showVcenterCredentials, undeletePrivateCloud, updateCluster, updateNetworkPolicy, updatePrivateCloud, updatePrivateConnection, updateSubnet, updateVmwareEngineNetwork
-
-