public static final class VmwareEngineGrpc.VmwareEngineBlockingStub extends AbstractBlockingStub<VmwareEngineGrpc.VmwareEngineBlockingStub>
A stub to allow clients to do synchronous rpc calls to service VmwareEngine.
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.
createExternalAccessRule(CreateExternalAccessRuleRequest request)
public Operation createExternalAccessRule(CreateExternalAccessRuleRequest request)
Creates a new external access rule in a given network policy.
createExternalAddress(CreateExternalAddressRequest request)
public Operation createExternalAddress(CreateExternalAddressRequest request)
Creates a new ExternalAddress
resource in a given private cloud. The
network policy that corresponds to the private cloud must have the external
IP address network service enabled (NetworkPolicy.external_ip
).
createHcxActivationKey(CreateHcxActivationKeyRequest request)
public Operation createHcxActivationKey(CreateHcxActivationKeyRequest request)
Creates a new HCX activation key in a given private cloud.
createLoggingServer(CreateLoggingServerRequest request)
public Operation createLoggingServer(CreateLoggingServerRequest request)
Create a new logging server for a given private cloud.
createManagementDnsZoneBinding(CreateManagementDnsZoneBindingRequest request)
public Operation createManagementDnsZoneBinding(CreateManagementDnsZoneBindingRequest request)
Creates a new ManagementDnsZoneBinding
resource in a private cloud.
This RPC creates the DNS binding and the resource that represents the
DNS binding of the consumer VPC network to the management DNS zone. A
management DNS zone is the Cloud DNS cross-project binding zone that
VMware Engine creates for each private cloud. It contains FQDNs and
corresponding IP addresses for the private cloud's ESXi hosts and
management VM appliances like vCenter and NSX Manager.
createNetworkPeering(CreateNetworkPeeringRequest request)
public Operation createNetworkPeering(CreateNetworkPeeringRequest request)
Creates a new network peering between the peer network and VMware Engine
network provided in a NetworkPeering
resource. NetworkPeering is a
global resource and location can only be global.
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 of type STANDARD
and
TIME_LIMITED
are zonal resources, STRETCHED
private clouds are
regional.
Creating a private cloud also creates a management
cluster
for that private cloud.
createPrivateConnection(CreatePrivateConnectionRequest request)
public Operation createPrivateConnection(CreatePrivateConnectionRequest request)
Creates a new private connection that can be used for accessing private
Clouds.
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.
deleteExternalAccessRule(DeleteExternalAccessRuleRequest request)
public Operation deleteExternalAccessRule(DeleteExternalAccessRuleRequest request)
Deletes a single external access rule.
deleteExternalAddress(DeleteExternalAddressRequest request)
public Operation deleteExternalAddress(DeleteExternalAddressRequest request)
Deletes a single external IP address. When you delete an external IP
address, connectivity between the external IP address and the corresponding
internal IP address is lost.
deleteLoggingServer(DeleteLoggingServerRequest request)
public Operation deleteLoggingServer(DeleteLoggingServerRequest request)
Deletes a single logging server.
deleteManagementDnsZoneBinding(DeleteManagementDnsZoneBindingRequest request)
public Operation deleteManagementDnsZoneBinding(DeleteManagementDnsZoneBindingRequest request)
Deletes a ManagementDnsZoneBinding
resource. When a management DNS zone
binding is deleted, the corresponding consumer VPC network is no longer
bound to the management DNS zone.
deleteNetworkPeering(DeleteNetworkPeeringRequest request)
public Operation deleteNetworkPeering(DeleteNetworkPeeringRequest request)
Deletes a NetworkPeering
resource. When a network peering is deleted for
a VMware Engine network, the peer network becomes inaccessible to that
VMware Engine network. NetworkPeering is a global resource and location can
only be global.
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.
deletePrivateConnection(DeletePrivateConnectionRequest request)
public Operation deletePrivateConnection(DeletePrivateConnectionRequest request)
Deletes a PrivateConnection
resource. When a private connection is
deleted for a VMware Engine network, the connected network becomes
inaccessible to that VMware Engine network.
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.
fetchNetworkPolicyExternalAddresses(FetchNetworkPolicyExternalAddressesRequest request)
public FetchNetworkPolicyExternalAddressesResponse fetchNetworkPolicyExternalAddresses(FetchNetworkPolicyExternalAddressesRequest request)
Lists external IP addresses assigned to VMware workload VMs within the
scope of the given network policy.
getCluster(GetClusterRequest request)
public Cluster getCluster(GetClusterRequest request)
Retrieves a Cluster
resource by its resource name.
getDnsBindPermission(GetDnsBindPermissionRequest request)
public DnsBindPermission getDnsBindPermission(GetDnsBindPermissionRequest request)
Gets all the principals having bind permission on the intranet VPC
associated with the consumer project granted by the Grant API.
DnsBindPermission is a global resource and location can only be global.
getDnsForwarding(GetDnsForwardingRequest request)
public DnsForwarding getDnsForwarding(GetDnsForwardingRequest request)
Gets details of the DnsForwarding
config.
getExternalAccessRule(GetExternalAccessRuleRequest request)
public ExternalAccessRule getExternalAccessRule(GetExternalAccessRuleRequest request)
Gets details of a single external access rule.
getExternalAddress(GetExternalAddressRequest request)
public ExternalAddress getExternalAddress(GetExternalAddressRequest request)
Gets details of a single external IP address.
getHcxActivationKey(GetHcxActivationKeyRequest request)
public HcxActivationKey getHcxActivationKey(GetHcxActivationKeyRequest request)
Retrieves a HcxActivationKey
resource by its resource name.
getLoggingServer(GetLoggingServerRequest request)
public LoggingServer getLoggingServer(GetLoggingServerRequest request)
Gets details of a logging server.
getManagementDnsZoneBinding(GetManagementDnsZoneBindingRequest request)
public ManagementDnsZoneBinding getManagementDnsZoneBinding(GetManagementDnsZoneBindingRequest request)
Retrieves a 'ManagementDnsZoneBinding' resource by its resource name.
getNetworkPeering(GetNetworkPeeringRequest request)
public NetworkPeering getNetworkPeering(GetNetworkPeeringRequest request)
Retrieves a NetworkPeering
resource by its resource name. The resource
contains details of the network peering, such as peered
networks, import and export custom route configurations, and peering state.
NetworkPeering is a global resource and location can only be global.
getNetworkPolicy(GetNetworkPolicyRequest request)
public NetworkPolicy getNetworkPolicy(GetNetworkPolicyRequest request)
Retrieves a NetworkPolicy
resource by its resource name.
getNode(GetNodeRequest request)
public Node getNode(GetNodeRequest request)
Gets details of a single node.
Returns |
Type |
Description |
Node |
|
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.
getPrivateConnection(GetPrivateConnectionRequest request)
public PrivateConnection getPrivateConnection(GetPrivateConnectionRequest request)
Retrieves a PrivateConnection
resource by its resource name. The resource
contains details of the private connection, such as connected
network, routing mode and state.
getSubnet(GetSubnetRequest request)
public Subnet getSubnet(GetSubnetRequest request)
Gets details of a single subnet.
Returns |
Type |
Description |
Subnet |
|
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
).
grantDnsBindPermission(GrantDnsBindPermissionRequest request)
public Operation grantDnsBindPermission(GrantDnsBindPermissionRequest request)
Grants the bind permission to the customer provided principal(user /
service account) to bind their DNS zone with the intranet VPC associated
with the project. DnsBindPermission is a global resource and location can
only be global.
listClusters(ListClustersRequest request)
public ListClustersResponse listClusters(ListClustersRequest request)
Lists Cluster
resources in a given private cloud.
listExternalAccessRules(ListExternalAccessRulesRequest request)
public ListExternalAccessRulesResponse listExternalAccessRules(ListExternalAccessRulesRequest request)
Lists ExternalAccessRule
resources in the specified network policy.
listExternalAddresses(ListExternalAddressesRequest request)
public ListExternalAddressesResponse listExternalAddresses(ListExternalAddressesRequest request)
Lists external IP addresses assigned to VMware workload VMs in a given
private cloud.
listHcxActivationKeys(ListHcxActivationKeysRequest request)
public ListHcxActivationKeysResponse listHcxActivationKeys(ListHcxActivationKeysRequest request)
Lists HcxActivationKey
resources in a given private cloud.
listLoggingServers(ListLoggingServersRequest request)
public ListLoggingServersResponse listLoggingServers(ListLoggingServersRequest request)
Lists logging servers configured for a given private
cloud.
listManagementDnsZoneBindings(ListManagementDnsZoneBindingsRequest request)
public ListManagementDnsZoneBindingsResponse listManagementDnsZoneBindings(ListManagementDnsZoneBindingsRequest request)
Lists Consumer VPCs bound to Management DNS Zone of a given private cloud.
listNetworkPeerings(ListNetworkPeeringsRequest request)
public ListNetworkPeeringsResponse listNetworkPeerings(ListNetworkPeeringsRequest request)
Lists NetworkPeering
resources in a given project. NetworkPeering is a
global resource and location can only be global.
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)
listNodes(ListNodesRequest request)
public ListNodesResponse listNodes(ListNodesRequest request)
Lists nodes in a given cluster.
listPeeringRoutes(ListPeeringRoutesRequest request)
public ListPeeringRoutesResponse listPeeringRoutes(ListPeeringRoutesRequest request)
Lists the network peering routes exchanged over a peering connection.
NetworkPeering is a global resource and location can only be global.
listPrivateClouds(ListPrivateCloudsRequest request)
public ListPrivateCloudsResponse listPrivateClouds(ListPrivateCloudsRequest request)
Lists PrivateCloud
resources in a given project and location.
listPrivateConnectionPeeringRoutes(ListPrivateConnectionPeeringRoutesRequest request)
public ListPrivateConnectionPeeringRoutesResponse listPrivateConnectionPeeringRoutes(ListPrivateConnectionPeeringRoutesRequest request)
Lists the private connection routes exchanged over a peering connection.
listPrivateConnections(ListPrivateConnectionsRequest request)
public ListPrivateConnectionsResponse listPrivateConnections(ListPrivateConnectionsRequest request)
Lists PrivateConnection
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.
repairManagementDnsZoneBinding(RepairManagementDnsZoneBindingRequest request)
public Operation repairManagementDnsZoneBinding(RepairManagementDnsZoneBindingRequest request)
Retries to create a ManagementDnsZoneBinding
resource that is
in failed state.
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.
revokeDnsBindPermission(RevokeDnsBindPermissionRequest request)
public Operation revokeDnsBindPermission(RevokeDnsBindPermissionRequest request)
Revokes the bind permission from the customer provided principal(user /
service account) on the intranet VPC associated with the consumer project.
DnsBindPermission is a global resource and location can only be global.
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 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.
updateDnsForwarding(UpdateDnsForwardingRequest request)
public Operation updateDnsForwarding(UpdateDnsForwardingRequest request)
Updates the parameters of the DnsForwarding
config, like associated
domains. Only fields specified in update_mask
are applied.
updateExternalAccessRule(UpdateExternalAccessRuleRequest request)
public Operation updateExternalAccessRule(UpdateExternalAccessRuleRequest request)
Updates the parameters of a single external access rule.
Only fields specified in update_mask
are applied.
updateExternalAddress(UpdateExternalAddressRequest request)
public Operation updateExternalAddress(UpdateExternalAddressRequest request)
Updates the parameters of a single external IP address.
Only fields specified in update_mask
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.
updateLoggingServer(UpdateLoggingServerRequest request)
public Operation updateLoggingServer(UpdateLoggingServerRequest request)
Updates the parameters of a single logging server.
Only fields specified in update_mask
are applied.
updateManagementDnsZoneBinding(UpdateManagementDnsZoneBindingRequest request)
public Operation updateManagementDnsZoneBinding(UpdateManagementDnsZoneBindingRequest request)
Updates a ManagementDnsZoneBinding
resource.
Only fields specified in update_mask
are applied.
updateNetworkPeering(UpdateNetworkPeeringRequest request)
public Operation updateNetworkPeering(UpdateNetworkPeeringRequest request)
Modifies a NetworkPeering
resource. Only the description
field can be
updated. Only fields specified in updateMask
are applied. NetworkPeering
is a global resource and location can only be global.
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.
updatePrivateConnection(UpdatePrivateConnectionRequest request)
public Operation updatePrivateConnection(UpdatePrivateConnectionRequest request)
Modifies a PrivateConnection
resource. Only description
and
routing_mode
fields can be updated. Only fields specified in updateMask
are applied.
updateSubnet(UpdateSubnetRequest request)
public Operation updateSubnet(UpdateSubnetRequest request)
Updates the parameters of a single subnet. Only fields specified in
update_mask
are applied.
Note: This API is synchronous and always returns a successful
google.longrunning.Operation
(LRO). The returned LRO will only have
done
and response
fields.
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.