public final class VmwareEngineGrpc
VMwareEngine manages VMware's private clusters in the Cloud.
Static Fields
SERVICE_NAME
public static final String SERVICE_NAME
Field Value |
---|
Type | Description |
String | |
Static Methods
bindService(VmwareEngineGrpc.AsyncService service)
public static final ServerServiceDefinition bindService(VmwareEngineGrpc.AsyncService service)
Returns |
---|
Type | Description |
io.grpc.ServerServiceDefinition | |
getCreateClusterMethod()
public static MethodDescriptor<CreateClusterRequest,Operation> getCreateClusterMethod()
getCreateHcxActivationKeyMethod()
public static MethodDescriptor<CreateHcxActivationKeyRequest,Operation> getCreateHcxActivationKeyMethod()
getCreateNetworkPolicyMethod()
public static MethodDescriptor<CreateNetworkPolicyRequest,Operation> getCreateNetworkPolicyMethod()
getCreatePrivateCloudMethod()
public static MethodDescriptor<CreatePrivateCloudRequest,Operation> getCreatePrivateCloudMethod()
getCreatePrivateConnectionMethod()
public static MethodDescriptor<CreatePrivateConnectionRequest,Operation> getCreatePrivateConnectionMethod()
getCreateVmwareEngineNetworkMethod()
public static MethodDescriptor<CreateVmwareEngineNetworkRequest,Operation> getCreateVmwareEngineNetworkMethod()
getDeleteClusterMethod()
public static MethodDescriptor<DeleteClusterRequest,Operation> getDeleteClusterMethod()
getDeleteNetworkPolicyMethod()
public static MethodDescriptor<DeleteNetworkPolicyRequest,Operation> getDeleteNetworkPolicyMethod()
getDeletePrivateCloudMethod()
public static MethodDescriptor<DeletePrivateCloudRequest,Operation> getDeletePrivateCloudMethod()
getDeletePrivateConnectionMethod()
public static MethodDescriptor<DeletePrivateConnectionRequest,Operation> getDeletePrivateConnectionMethod()
getDeleteVmwareEngineNetworkMethod()
public static MethodDescriptor<DeleteVmwareEngineNetworkRequest,Operation> getDeleteVmwareEngineNetworkMethod()
getGetClusterMethod()
public static MethodDescriptor<GetClusterRequest,Cluster> getGetClusterMethod()
getGetHcxActivationKeyMethod()
public static MethodDescriptor<GetHcxActivationKeyRequest,HcxActivationKey> getGetHcxActivationKeyMethod()
getGetNetworkPolicyMethod()
public static MethodDescriptor<GetNetworkPolicyRequest,NetworkPolicy> getGetNetworkPolicyMethod()
getGetNodeTypeMethod()
public static MethodDescriptor<GetNodeTypeRequest,NodeType> getGetNodeTypeMethod()
getGetPrivateCloudMethod()
public static MethodDescriptor<GetPrivateCloudRequest,PrivateCloud> getGetPrivateCloudMethod()
getGetPrivateConnectionMethod()
public static MethodDescriptor<GetPrivateConnectionRequest,PrivateConnection> getGetPrivateConnectionMethod()
getGetSubnetMethod()
public static MethodDescriptor<GetSubnetRequest,Subnet> getGetSubnetMethod()
getGetVmwareEngineNetworkMethod()
public static MethodDescriptor<GetVmwareEngineNetworkRequest,VmwareEngineNetwork> getGetVmwareEngineNetworkMethod()
getListClustersMethod()
public static MethodDescriptor<ListClustersRequest,ListClustersResponse> getListClustersMethod()
getListHcxActivationKeysMethod()
public static MethodDescriptor<ListHcxActivationKeysRequest,ListHcxActivationKeysResponse> getListHcxActivationKeysMethod()
getListNetworkPoliciesMethod()
public static MethodDescriptor<ListNetworkPoliciesRequest,ListNetworkPoliciesResponse> getListNetworkPoliciesMethod()
getListNodeTypesMethod()
public static MethodDescriptor<ListNodeTypesRequest,ListNodeTypesResponse> getListNodeTypesMethod()
getListPrivateCloudsMethod()
public static MethodDescriptor<ListPrivateCloudsRequest,ListPrivateCloudsResponse> getListPrivateCloudsMethod()
getListPrivateConnectionPeeringRoutesMethod()
public static MethodDescriptor<ListPrivateConnectionPeeringRoutesRequest,ListPrivateConnectionPeeringRoutesResponse> getListPrivateConnectionPeeringRoutesMethod()
getListPrivateConnectionsMethod()
public static MethodDescriptor<ListPrivateConnectionsRequest,ListPrivateConnectionsResponse> getListPrivateConnectionsMethod()
getListSubnetsMethod()
public static MethodDescriptor<ListSubnetsRequest,ListSubnetsResponse> getListSubnetsMethod()
getListVmwareEngineNetworksMethod()
public static MethodDescriptor<ListVmwareEngineNetworksRequest,ListVmwareEngineNetworksResponse> getListVmwareEngineNetworksMethod()
getResetNsxCredentialsMethod()
public static MethodDescriptor<ResetNsxCredentialsRequest,Operation> getResetNsxCredentialsMethod()
getResetVcenterCredentialsMethod()
public static MethodDescriptor<ResetVcenterCredentialsRequest,Operation> getResetVcenterCredentialsMethod()
getServiceDescriptor()
public static ServiceDescriptor getServiceDescriptor()
Returns |
---|
Type | Description |
io.grpc.ServiceDescriptor | |
getShowNsxCredentialsMethod()
public static MethodDescriptor<ShowNsxCredentialsRequest,Credentials> getShowNsxCredentialsMethod()
getShowVcenterCredentialsMethod()
public static MethodDescriptor<ShowVcenterCredentialsRequest,Credentials> getShowVcenterCredentialsMethod()
getUndeletePrivateCloudMethod()
public static MethodDescriptor<UndeletePrivateCloudRequest,Operation> getUndeletePrivateCloudMethod()
getUpdateClusterMethod()
public static MethodDescriptor<UpdateClusterRequest,Operation> getUpdateClusterMethod()
getUpdateNetworkPolicyMethod()
public static MethodDescriptor<UpdateNetworkPolicyRequest,Operation> getUpdateNetworkPolicyMethod()
getUpdatePrivateCloudMethod()
public static MethodDescriptor<UpdatePrivateCloudRequest,Operation> getUpdatePrivateCloudMethod()
getUpdatePrivateConnectionMethod()
public static MethodDescriptor<UpdatePrivateConnectionRequest,Operation> getUpdatePrivateConnectionMethod()
getUpdateSubnetMethod()
public static MethodDescriptor<UpdateSubnetRequest,Operation> getUpdateSubnetMethod()
getUpdateVmwareEngineNetworkMethod()
public static MethodDescriptor<UpdateVmwareEngineNetworkRequest,Operation> getUpdateVmwareEngineNetworkMethod()
newBlockingStub(Channel channel)
public static VmwareEngineGrpc.VmwareEngineBlockingStub newBlockingStub(Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
Parameter |
---|
Name | Description |
channel | io.grpc.Channel
|
newFutureStub(Channel channel)
public static VmwareEngineGrpc.VmwareEngineFutureStub newFutureStub(Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
Parameter |
---|
Name | Description |
channel | io.grpc.Channel
|
newStub(Channel channel)
public static VmwareEngineGrpc.VmwareEngineStub newStub(Channel channel)
Creates a new async stub that supports all call types for the service
Parameter |
---|
Name | Description |
channel | io.grpc.Channel
|