public class VmwareEngine.VmwareEngineClient : ClientBase<VmwareEngine.VmwareEngineClient>Reference documentation and code samples for the VMware Engine v1 API class VmwareEngine.VmwareEngineClient.
Client for VmwareEngine
Inheritance
object > ClientBase > ClientBaseVmwareEngineVmwareEngineClient > VmwareEngine.VmwareEngineClientNamespace
Google.Cloud.VmwareEngine.V1Assembly
Google.Cloud.VmwareEngine.V1.dll
Constructors
VmwareEngineClient()
protected VmwareEngineClient()Protected parameterless constructor to allow creation of test doubles.
VmwareEngineClient(CallInvoker)
public VmwareEngineClient(CallInvoker callInvoker)Creates a new client for VmwareEngine that uses a custom CallInvoker.
| Parameter | |
|---|---|
| Name | Description |
callInvoker |
CallInvokerThe callInvoker to use to make remote calls. |
VmwareEngineClient(ChannelBase)
public VmwareEngineClient(ChannelBase channel)Creates a new client for VmwareEngine
| Parameter | |
|---|---|
| Name | Description |
channel |
ChannelBaseThe channel to use to make remote calls. |
VmwareEngineClient(ClientBaseConfiguration)
protected VmwareEngineClient(ClientBase.ClientBaseConfiguration configuration)Protected constructor to allow creation of configured clients.
| Parameter | |
|---|---|
| Name | Description |
configuration |
ClientBaseClientBaseConfigurationThe client configuration. |
Methods
CreateCluster(CreateClusterRequest, CallOptions)
public virtual Operation CreateCluster(CreateClusterRequest request, CallOptions options)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.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateClusterRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
CreateCluster(CreateClusterRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation CreateCluster(CreateClusterRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)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.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateClusterRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
CreateClusterAsync(CreateClusterRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> CreateClusterAsync(CreateClusterRequest request, CallOptions options)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.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateClusterRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
CreateClusterAsync(CreateClusterRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> CreateClusterAsync(CreateClusterRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)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.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateClusterRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
CreateHcxActivationKey(CreateHcxActivationKeyRequest, CallOptions)
public virtual Operation CreateHcxActivationKey(CreateHcxActivationKeyRequest request, CallOptions options)Creates a new HCX activation key in a given private cloud.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateHcxActivationKeyRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
CreateHcxActivationKey(CreateHcxActivationKeyRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation CreateHcxActivationKey(CreateHcxActivationKeyRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Creates a new HCX activation key in a given private cloud.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateHcxActivationKeyRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
CreateHcxActivationKeyAsync(CreateHcxActivationKeyRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> CreateHcxActivationKeyAsync(CreateHcxActivationKeyRequest request, CallOptions options)Creates a new HCX activation key in a given private cloud.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateHcxActivationKeyRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
CreateHcxActivationKeyAsync(CreateHcxActivationKeyRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> CreateHcxActivationKeyAsync(CreateHcxActivationKeyRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Creates a new HCX activation key in a given private cloud.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateHcxActivationKeyRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
CreateIAMPolicyClient()
public virtual IAMPolicy.IAMPolicyClient CreateIAMPolicyClient()Creates a new instance of IAMPolicy.IAMPolicyClient using the same call invoker as this client.
| Returns | |
|---|---|
| Type | Description |
IAMPolicyIAMPolicyClient |
A new IAMPolicy.IAMPolicyClient for the same target as this client. |
CreateLocationsClient()
public virtual Locations.LocationsClient CreateLocationsClient()Creates a new instance of Locations.LocationsClient using the same call invoker as this client.
| Returns | |
|---|---|
| Type | Description |
LocationsLocationsClient |
A new Locations.LocationsClient for the same target as this client. |
CreateNetworkPolicy(CreateNetworkPolicyRequest, CallOptions)
public virtual Operation CreateNetworkPolicy(CreateNetworkPolicyRequest request, CallOptions options)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.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateNetworkPolicyRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
CreateNetworkPolicy(CreateNetworkPolicyRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation CreateNetworkPolicy(CreateNetworkPolicyRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)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.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateNetworkPolicyRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
CreateNetworkPolicyAsync(CreateNetworkPolicyRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> CreateNetworkPolicyAsync(CreateNetworkPolicyRequest request, CallOptions options)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.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateNetworkPolicyRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
CreateNetworkPolicyAsync(CreateNetworkPolicyRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> CreateNetworkPolicyAsync(CreateNetworkPolicyRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)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.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateNetworkPolicyRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
CreateOperationsClient()
public virtual Operations.OperationsClient CreateOperationsClient()Creates a new instance of Operations.OperationsClient using the same call invoker as this client.
| Returns | |
|---|---|
| Type | Description |
OperationsOperationsClient |
A new Operations client for the same target as this client. |
CreatePrivateCloud(CreatePrivateCloudRequest, CallOptions)
public virtual Operation CreatePrivateCloud(CreatePrivateCloudRequest request, CallOptions options)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.
| Parameters | |
|---|---|
| Name | Description |
request |
CreatePrivateCloudRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
CreatePrivateCloud(CreatePrivateCloudRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation CreatePrivateCloud(CreatePrivateCloudRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)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.
| Parameters | |
|---|---|
| Name | Description |
request |
CreatePrivateCloudRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
CreatePrivateCloudAsync(CreatePrivateCloudRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> CreatePrivateCloudAsync(CreatePrivateCloudRequest request, CallOptions options)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.
| Parameters | |
|---|---|
| Name | Description |
request |
CreatePrivateCloudRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
CreatePrivateCloudAsync(CreatePrivateCloudRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> CreatePrivateCloudAsync(CreatePrivateCloudRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)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.
| Parameters | |
|---|---|
| Name | Description |
request |
CreatePrivateCloudRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
CreatePrivateConnection(CreatePrivateConnectionRequest, CallOptions)
public virtual Operation CreatePrivateConnection(CreatePrivateConnectionRequest request, CallOptions options)Creates a new private connection that can be used for accessing private Clouds.
| Parameters | |
|---|---|
| Name | Description |
request |
CreatePrivateConnectionRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
CreatePrivateConnection(CreatePrivateConnectionRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation CreatePrivateConnection(CreatePrivateConnectionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Creates a new private connection that can be used for accessing private Clouds.
| Parameters | |
|---|---|
| Name | Description |
request |
CreatePrivateConnectionRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
CreatePrivateConnectionAsync(CreatePrivateConnectionRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> CreatePrivateConnectionAsync(CreatePrivateConnectionRequest request, CallOptions options)Creates a new private connection that can be used for accessing private Clouds.
| Parameters | |
|---|---|
| Name | Description |
request |
CreatePrivateConnectionRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
CreatePrivateConnectionAsync(CreatePrivateConnectionRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> CreatePrivateConnectionAsync(CreatePrivateConnectionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Creates a new private connection that can be used for accessing private Clouds.
| Parameters | |
|---|---|
| Name | Description |
request |
CreatePrivateConnectionRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
CreateVmwareEngineNetwork(CreateVmwareEngineNetworkRequest, CallOptions)
public virtual Operation CreateVmwareEngineNetwork(CreateVmwareEngineNetworkRequest request, CallOptions options)Creates a new VMware Engine network that can be used by a private cloud.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateVmwareEngineNetworkRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
CreateVmwareEngineNetwork(CreateVmwareEngineNetworkRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation CreateVmwareEngineNetwork(CreateVmwareEngineNetworkRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Creates a new VMware Engine network that can be used by a private cloud.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateVmwareEngineNetworkRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
CreateVmwareEngineNetworkAsync(CreateVmwareEngineNetworkRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> CreateVmwareEngineNetworkAsync(CreateVmwareEngineNetworkRequest request, CallOptions options)Creates a new VMware Engine network that can be used by a private cloud.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateVmwareEngineNetworkRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
CreateVmwareEngineNetworkAsync(CreateVmwareEngineNetworkRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> CreateVmwareEngineNetworkAsync(CreateVmwareEngineNetworkRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Creates a new VMware Engine network that can be used by a private cloud.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateVmwareEngineNetworkRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
DeleteCluster(DeleteClusterRequest, CallOptions)
public virtual Operation DeleteCluster(DeleteClusterRequest request, CallOptions options)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.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteClusterRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
DeleteCluster(DeleteClusterRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation DeleteCluster(DeleteClusterRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)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.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteClusterRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
DeleteClusterAsync(DeleteClusterRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> DeleteClusterAsync(DeleteClusterRequest request, CallOptions options)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.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteClusterRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
DeleteClusterAsync(DeleteClusterRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> DeleteClusterAsync(DeleteClusterRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)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.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteClusterRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
DeleteNetworkPolicy(DeleteNetworkPolicyRequest, CallOptions)
public virtual Operation DeleteNetworkPolicy(DeleteNetworkPolicyRequest request, CallOptions options)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.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteNetworkPolicyRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
DeleteNetworkPolicy(DeleteNetworkPolicyRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation DeleteNetworkPolicy(DeleteNetworkPolicyRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)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.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteNetworkPolicyRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
DeleteNetworkPolicyAsync(DeleteNetworkPolicyRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> DeleteNetworkPolicyAsync(DeleteNetworkPolicyRequest request, CallOptions options)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.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteNetworkPolicyRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
DeleteNetworkPolicyAsync(DeleteNetworkPolicyRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> DeleteNetworkPolicyAsync(DeleteNetworkPolicyRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)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.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteNetworkPolicyRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
DeletePrivateCloud(DeletePrivateCloudRequest, CallOptions)
public virtual Operation DeletePrivateCloud(DeletePrivateCloudRequest request, CallOptions options)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.
| Parameters | |
|---|---|
| Name | Description |
request |
DeletePrivateCloudRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
DeletePrivateCloud(DeletePrivateCloudRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation DeletePrivateCloud(DeletePrivateCloudRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)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.
| Parameters | |
|---|---|
| Name | Description |
request |
DeletePrivateCloudRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
DeletePrivateCloudAsync(DeletePrivateCloudRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> DeletePrivateCloudAsync(DeletePrivateCloudRequest request, CallOptions options)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.
| Parameters | |
|---|---|
| Name | Description |
request |
DeletePrivateCloudRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
DeletePrivateCloudAsync(DeletePrivateCloudRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> DeletePrivateCloudAsync(DeletePrivateCloudRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)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.
| Parameters | |
|---|---|
| Name | Description |
request |
DeletePrivateCloudRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
DeletePrivateConnection(DeletePrivateConnectionRequest, CallOptions)
public virtual Operation DeletePrivateConnection(DeletePrivateConnectionRequest request, CallOptions options)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.
| Parameters | |
|---|---|
| Name | Description |
request |
DeletePrivateConnectionRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
DeletePrivateConnection(DeletePrivateConnectionRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation DeletePrivateConnection(DeletePrivateConnectionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)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.
| Parameters | |
|---|---|
| Name | Description |
request |
DeletePrivateConnectionRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
DeletePrivateConnectionAsync(DeletePrivateConnectionRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> DeletePrivateConnectionAsync(DeletePrivateConnectionRequest request, CallOptions options)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.
| Parameters | |
|---|---|
| Name | Description |
request |
DeletePrivateConnectionRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
DeletePrivateConnectionAsync(DeletePrivateConnectionRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> DeletePrivateConnectionAsync(DeletePrivateConnectionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)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.
| Parameters | |
|---|---|
| Name | Description |
request |
DeletePrivateConnectionRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
DeleteVmwareEngineNetwork(DeleteVmwareEngineNetworkRequest, CallOptions)
public virtual Operation DeleteVmwareEngineNetwork(DeleteVmwareEngineNetworkRequest request, CallOptions options)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.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteVmwareEngineNetworkRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
DeleteVmwareEngineNetwork(DeleteVmwareEngineNetworkRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation DeleteVmwareEngineNetwork(DeleteVmwareEngineNetworkRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)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.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteVmwareEngineNetworkRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
DeleteVmwareEngineNetworkAsync(DeleteVmwareEngineNetworkRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> DeleteVmwareEngineNetworkAsync(DeleteVmwareEngineNetworkRequest request, CallOptions options)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.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteVmwareEngineNetworkRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
DeleteVmwareEngineNetworkAsync(DeleteVmwareEngineNetworkRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> DeleteVmwareEngineNetworkAsync(DeleteVmwareEngineNetworkRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)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.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteVmwareEngineNetworkRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
GetCluster(GetClusterRequest, CallOptions)
public virtual Cluster GetCluster(GetClusterRequest request, CallOptions options)Retrieves a Cluster resource by its resource name.
| Parameters | |
|---|---|
| Name | Description |
request |
GetClusterRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Cluster |
The response received from the server. |
GetCluster(GetClusterRequest, Metadata, DateTime?, CancellationToken)
public virtual Cluster GetCluster(GetClusterRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Retrieves a Cluster resource by its resource name.
| Parameters | |
|---|---|
| Name | Description |
request |
GetClusterRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
Cluster |
The response received from the server. |
GetClusterAsync(GetClusterRequest, CallOptions)
public virtual AsyncUnaryCall<Cluster> GetClusterAsync(GetClusterRequest request, CallOptions options)Retrieves a Cluster resource by its resource name.
| Parameters | |
|---|---|
| Name | Description |
request |
GetClusterRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallCluster |
The call object. |
GetClusterAsync(GetClusterRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Cluster> GetClusterAsync(GetClusterRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Retrieves a Cluster resource by its resource name.
| Parameters | |
|---|---|
| Name | Description |
request |
GetClusterRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallCluster |
The call object. |
GetHcxActivationKey(GetHcxActivationKeyRequest, CallOptions)
public virtual HcxActivationKey GetHcxActivationKey(GetHcxActivationKeyRequest request, CallOptions options)Retrieves a HcxActivationKey resource by its resource name.
| Parameters | |
|---|---|
| Name | Description |
request |
GetHcxActivationKeyRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
HcxActivationKey |
The response received from the server. |
GetHcxActivationKey(GetHcxActivationKeyRequest, Metadata, DateTime?, CancellationToken)
public virtual HcxActivationKey GetHcxActivationKey(GetHcxActivationKeyRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Retrieves a HcxActivationKey resource by its resource name.
| Parameters | |
|---|---|
| Name | Description |
request |
GetHcxActivationKeyRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
HcxActivationKey |
The response received from the server. |
GetHcxActivationKeyAsync(GetHcxActivationKeyRequest, CallOptions)
public virtual AsyncUnaryCall<HcxActivationKey> GetHcxActivationKeyAsync(GetHcxActivationKeyRequest request, CallOptions options)Retrieves a HcxActivationKey resource by its resource name.
| Parameters | |
|---|---|
| Name | Description |
request |
GetHcxActivationKeyRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallHcxActivationKey |
The call object. |
GetHcxActivationKeyAsync(GetHcxActivationKeyRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<HcxActivationKey> GetHcxActivationKeyAsync(GetHcxActivationKeyRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Retrieves a HcxActivationKey resource by its resource name.
| Parameters | |
|---|---|
| Name | Description |
request |
GetHcxActivationKeyRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallHcxActivationKey |
The call object. |
GetNetworkPolicy(GetNetworkPolicyRequest, CallOptions)
public virtual NetworkPolicy GetNetworkPolicy(GetNetworkPolicyRequest request, CallOptions options)Retrieves a NetworkPolicy resource by its resource name.
| Parameters | |
|---|---|
| Name | Description |
request |
GetNetworkPolicyRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
NetworkPolicy |
The response received from the server. |
GetNetworkPolicy(GetNetworkPolicyRequest, Metadata, DateTime?, CancellationToken)
public virtual NetworkPolicy GetNetworkPolicy(GetNetworkPolicyRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Retrieves a NetworkPolicy resource by its resource name.
| Parameters | |
|---|---|
| Name | Description |
request |
GetNetworkPolicyRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
NetworkPolicy |
The response received from the server. |
GetNetworkPolicyAsync(GetNetworkPolicyRequest, CallOptions)
public virtual AsyncUnaryCall<NetworkPolicy> GetNetworkPolicyAsync(GetNetworkPolicyRequest request, CallOptions options)Retrieves a NetworkPolicy resource by its resource name.
| Parameters | |
|---|---|
| Name | Description |
request |
GetNetworkPolicyRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallNetworkPolicy |
The call object. |
GetNetworkPolicyAsync(GetNetworkPolicyRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<NetworkPolicy> GetNetworkPolicyAsync(GetNetworkPolicyRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Retrieves a NetworkPolicy resource by its resource name.
| Parameters | |
|---|---|
| Name | Description |
request |
GetNetworkPolicyRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallNetworkPolicy |
The call object. |
GetNodeType(GetNodeTypeRequest, CallOptions)
public virtual NodeType GetNodeType(GetNodeTypeRequest request, CallOptions options)Gets details of a single NodeType.
| Parameters | |
|---|---|
| Name | Description |
request |
GetNodeTypeRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
NodeType |
The response received from the server. |
GetNodeType(GetNodeTypeRequest, Metadata, DateTime?, CancellationToken)
public virtual NodeType GetNodeType(GetNodeTypeRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Gets details of a single NodeType.
| Parameters | |
|---|---|
| Name | Description |
request |
GetNodeTypeRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
NodeType |
The response received from the server. |
GetNodeTypeAsync(GetNodeTypeRequest, CallOptions)
public virtual AsyncUnaryCall<NodeType> GetNodeTypeAsync(GetNodeTypeRequest request, CallOptions options)Gets details of a single NodeType.
| Parameters | |
|---|---|
| Name | Description |
request |
GetNodeTypeRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallNodeType |
The call object. |
GetNodeTypeAsync(GetNodeTypeRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<NodeType> GetNodeTypeAsync(GetNodeTypeRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Gets details of a single NodeType.
| Parameters | |
|---|---|
| Name | Description |
request |
GetNodeTypeRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallNodeType |
The call object. |
GetPrivateCloud(GetPrivateCloudRequest, CallOptions)
public virtual PrivateCloud GetPrivateCloud(GetPrivateCloudRequest request, CallOptions options)Retrieves a PrivateCloud resource by its resource name.
| Parameters | |
|---|---|
| Name | Description |
request |
GetPrivateCloudRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
PrivateCloud |
The response received from the server. |
GetPrivateCloud(GetPrivateCloudRequest, Metadata, DateTime?, CancellationToken)
public virtual PrivateCloud GetPrivateCloud(GetPrivateCloudRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Retrieves a PrivateCloud resource by its resource name.
| Parameters | |
|---|---|
| Name | Description |
request |
GetPrivateCloudRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
PrivateCloud |
The response received from the server. |
GetPrivateCloudAsync(GetPrivateCloudRequest, CallOptions)
public virtual AsyncUnaryCall<PrivateCloud> GetPrivateCloudAsync(GetPrivateCloudRequest request, CallOptions options)Retrieves a PrivateCloud resource by its resource name.
| Parameters | |
|---|---|
| Name | Description |
request |
GetPrivateCloudRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallPrivateCloud |
The call object. |
GetPrivateCloudAsync(GetPrivateCloudRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<PrivateCloud> GetPrivateCloudAsync(GetPrivateCloudRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Retrieves a PrivateCloud resource by its resource name.
| Parameters | |
|---|---|
| Name | Description |
request |
GetPrivateCloudRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallPrivateCloud |
The call object. |
GetPrivateConnection(GetPrivateConnectionRequest, CallOptions)
public virtual PrivateConnection GetPrivateConnection(GetPrivateConnectionRequest request, CallOptions options)Retrieves a PrivateConnection resource by its resource name. The resource
contains details of the private connection, such as connected
network, routing mode and state.
| Parameters | |
|---|---|
| Name | Description |
request |
GetPrivateConnectionRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
PrivateConnection |
The response received from the server. |
GetPrivateConnection(GetPrivateConnectionRequest, Metadata, DateTime?, CancellationToken)
public virtual PrivateConnection GetPrivateConnection(GetPrivateConnectionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Retrieves a PrivateConnection resource by its resource name. The resource
contains details of the private connection, such as connected
network, routing mode and state.
| Parameters | |
|---|---|
| Name | Description |
request |
GetPrivateConnectionRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
PrivateConnection |
The response received from the server. |
GetPrivateConnectionAsync(GetPrivateConnectionRequest, CallOptions)
public virtual AsyncUnaryCall<PrivateConnection> GetPrivateConnectionAsync(GetPrivateConnectionRequest request, CallOptions options)Retrieves a PrivateConnection resource by its resource name. The resource
contains details of the private connection, such as connected
network, routing mode and state.
| Parameters | |
|---|---|
| Name | Description |
request |
GetPrivateConnectionRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallPrivateConnection |
The call object. |
GetPrivateConnectionAsync(GetPrivateConnectionRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<PrivateConnection> GetPrivateConnectionAsync(GetPrivateConnectionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Retrieves a PrivateConnection resource by its resource name. The resource
contains details of the private connection, such as connected
network, routing mode and state.
| Parameters | |
|---|---|
| Name | Description |
request |
GetPrivateConnectionRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallPrivateConnection |
The call object. |
GetSubnet(GetSubnetRequest, CallOptions)
public virtual Subnet GetSubnet(GetSubnetRequest request, CallOptions options)Gets details of a single subnet.
| Parameters | |
|---|---|
| Name | Description |
request |
GetSubnetRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Subnet |
The response received from the server. |
GetSubnet(GetSubnetRequest, Metadata, DateTime?, CancellationToken)
public virtual Subnet GetSubnet(GetSubnetRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Gets details of a single subnet.
| Parameters | |
|---|---|
| Name | Description |
request |
GetSubnetRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
Subnet |
The response received from the server. |
GetSubnetAsync(GetSubnetRequest, CallOptions)
public virtual AsyncUnaryCall<Subnet> GetSubnetAsync(GetSubnetRequest request, CallOptions options)Gets details of a single subnet.
| Parameters | |
|---|---|
| Name | Description |
request |
GetSubnetRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallSubnet |
The call object. |
GetSubnetAsync(GetSubnetRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Subnet> GetSubnetAsync(GetSubnetRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Gets details of a single subnet.
| Parameters | |
|---|---|
| Name | Description |
request |
GetSubnetRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallSubnet |
The call object. |
GetVmwareEngineNetwork(GetVmwareEngineNetworkRequest, CallOptions)
public virtual VmwareEngineNetwork GetVmwareEngineNetwork(GetVmwareEngineNetworkRequest request, CallOptions options)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).
| Parameters | |
|---|---|
| Name | Description |
request |
GetVmwareEngineNetworkRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
VmwareEngineNetwork |
The response received from the server. |
GetVmwareEngineNetwork(GetVmwareEngineNetworkRequest, Metadata, DateTime?, CancellationToken)
public virtual VmwareEngineNetwork GetVmwareEngineNetwork(GetVmwareEngineNetworkRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)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).
| Parameters | |
|---|---|
| Name | Description |
request |
GetVmwareEngineNetworkRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
VmwareEngineNetwork |
The response received from the server. |
GetVmwareEngineNetworkAsync(GetVmwareEngineNetworkRequest, CallOptions)
public virtual AsyncUnaryCall<VmwareEngineNetwork> GetVmwareEngineNetworkAsync(GetVmwareEngineNetworkRequest request, CallOptions options)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).
| Parameters | |
|---|---|
| Name | Description |
request |
GetVmwareEngineNetworkRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallVmwareEngineNetwork |
The call object. |
GetVmwareEngineNetworkAsync(GetVmwareEngineNetworkRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<VmwareEngineNetwork> GetVmwareEngineNetworkAsync(GetVmwareEngineNetworkRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)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).
| Parameters | |
|---|---|
| Name | Description |
request |
GetVmwareEngineNetworkRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallVmwareEngineNetwork |
The call object. |
ListClusters(ListClustersRequest, CallOptions)
public virtual ListClustersResponse ListClusters(ListClustersRequest request, CallOptions options)Lists Cluster resources in a given private cloud.
| Parameters | |
|---|---|
| Name | Description |
request |
ListClustersRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
ListClustersResponse |
The response received from the server. |
ListClusters(ListClustersRequest, Metadata, DateTime?, CancellationToken)
public virtual ListClustersResponse ListClusters(ListClustersRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Lists Cluster resources in a given private cloud.
| Parameters | |
|---|---|
| Name | Description |
request |
ListClustersRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
ListClustersResponse |
The response received from the server. |
ListClustersAsync(ListClustersRequest, CallOptions)
public virtual AsyncUnaryCall<ListClustersResponse> ListClustersAsync(ListClustersRequest request, CallOptions options)Lists Cluster resources in a given private cloud.
| Parameters | |
|---|---|
| Name | Description |
request |
ListClustersRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallListClustersResponse |
The call object. |
ListClustersAsync(ListClustersRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<ListClustersResponse> ListClustersAsync(ListClustersRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Lists Cluster resources in a given private cloud.
| Parameters | |
|---|---|
| Name | Description |
request |
ListClustersRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallListClustersResponse |
The call object. |
ListHcxActivationKeys(ListHcxActivationKeysRequest, CallOptions)
public virtual ListHcxActivationKeysResponse ListHcxActivationKeys(ListHcxActivationKeysRequest request, CallOptions options)Lists HcxActivationKey resources in a given private cloud.
| Parameters | |
|---|---|
| Name | Description |
request |
ListHcxActivationKeysRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
ListHcxActivationKeysResponse |
The response received from the server. |
ListHcxActivationKeys(ListHcxActivationKeysRequest, Metadata, DateTime?, CancellationToken)
public virtual ListHcxActivationKeysResponse ListHcxActivationKeys(ListHcxActivationKeysRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Lists HcxActivationKey resources in a given private cloud.
| Parameters | |
|---|---|
| Name | Description |
request |
ListHcxActivationKeysRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
ListHcxActivationKeysResponse |
The response received from the server. |
ListHcxActivationKeysAsync(ListHcxActivationKeysRequest, CallOptions)
public virtual AsyncUnaryCall<ListHcxActivationKeysResponse> ListHcxActivationKeysAsync(ListHcxActivationKeysRequest request, CallOptions options)Lists HcxActivationKey resources in a given private cloud.
| Parameters | |
|---|---|
| Name | Description |
request |
ListHcxActivationKeysRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallListHcxActivationKeysResponse |
The call object. |
ListHcxActivationKeysAsync(ListHcxActivationKeysRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<ListHcxActivationKeysResponse> ListHcxActivationKeysAsync(ListHcxActivationKeysRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Lists HcxActivationKey resources in a given private cloud.
| Parameters | |
|---|---|
| Name | Description |
request |
ListHcxActivationKeysRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallListHcxActivationKeysResponse |
The call object. |
ListNetworkPolicies(ListNetworkPoliciesRequest, CallOptions)
public virtual ListNetworkPoliciesResponse ListNetworkPolicies(ListNetworkPoliciesRequest request, CallOptions options)Lists NetworkPolicy resources in a specified project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListNetworkPoliciesRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
ListNetworkPoliciesResponse |
The response received from the server. |
ListNetworkPolicies(ListNetworkPoliciesRequest, Metadata, DateTime?, CancellationToken)
public virtual ListNetworkPoliciesResponse ListNetworkPolicies(ListNetworkPoliciesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Lists NetworkPolicy resources in a specified project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListNetworkPoliciesRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
ListNetworkPoliciesResponse |
The response received from the server. |
ListNetworkPoliciesAsync(ListNetworkPoliciesRequest, CallOptions)
public virtual AsyncUnaryCall<ListNetworkPoliciesResponse> ListNetworkPoliciesAsync(ListNetworkPoliciesRequest request, CallOptions options)Lists NetworkPolicy resources in a specified project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListNetworkPoliciesRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallListNetworkPoliciesResponse |
The call object. |
ListNetworkPoliciesAsync(ListNetworkPoliciesRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<ListNetworkPoliciesResponse> ListNetworkPoliciesAsync(ListNetworkPoliciesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Lists NetworkPolicy resources in a specified project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListNetworkPoliciesRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallListNetworkPoliciesResponse |
The call object. |
ListNodeTypes(ListNodeTypesRequest, CallOptions)
public virtual ListNodeTypesResponse ListNodeTypes(ListNodeTypesRequest request, CallOptions options)Lists node types
| Parameters | |
|---|---|
| Name | Description |
request |
ListNodeTypesRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
ListNodeTypesResponse |
The response received from the server. |
ListNodeTypes(ListNodeTypesRequest, Metadata, DateTime?, CancellationToken)
public virtual ListNodeTypesResponse ListNodeTypes(ListNodeTypesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Lists node types
| Parameters | |
|---|---|
| Name | Description |
request |
ListNodeTypesRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
ListNodeTypesResponse |
The response received from the server. |
ListNodeTypesAsync(ListNodeTypesRequest, CallOptions)
public virtual AsyncUnaryCall<ListNodeTypesResponse> ListNodeTypesAsync(ListNodeTypesRequest request, CallOptions options)Lists node types
| Parameters | |
|---|---|
| Name | Description |
request |
ListNodeTypesRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallListNodeTypesResponse |
The call object. |
ListNodeTypesAsync(ListNodeTypesRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<ListNodeTypesResponse> ListNodeTypesAsync(ListNodeTypesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Lists node types
| Parameters | |
|---|---|
| Name | Description |
request |
ListNodeTypesRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallListNodeTypesResponse |
The call object. |
ListPrivateClouds(ListPrivateCloudsRequest, CallOptions)
public virtual ListPrivateCloudsResponse ListPrivateClouds(ListPrivateCloudsRequest request, CallOptions options)Lists PrivateCloud resources in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListPrivateCloudsRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
ListPrivateCloudsResponse |
The response received from the server. |
ListPrivateClouds(ListPrivateCloudsRequest, Metadata, DateTime?, CancellationToken)
public virtual ListPrivateCloudsResponse ListPrivateClouds(ListPrivateCloudsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Lists PrivateCloud resources in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListPrivateCloudsRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
ListPrivateCloudsResponse |
The response received from the server. |
ListPrivateCloudsAsync(ListPrivateCloudsRequest, CallOptions)
public virtual AsyncUnaryCall<ListPrivateCloudsResponse> ListPrivateCloudsAsync(ListPrivateCloudsRequest request, CallOptions options)Lists PrivateCloud resources in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListPrivateCloudsRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallListPrivateCloudsResponse |
The call object. |
ListPrivateCloudsAsync(ListPrivateCloudsRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<ListPrivateCloudsResponse> ListPrivateCloudsAsync(ListPrivateCloudsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Lists PrivateCloud resources in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListPrivateCloudsRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallListPrivateCloudsResponse |
The call object. |
ListPrivateConnectionPeeringRoutes(ListPrivateConnectionPeeringRoutesRequest, CallOptions)
public virtual ListPrivateConnectionPeeringRoutesResponse ListPrivateConnectionPeeringRoutes(ListPrivateConnectionPeeringRoutesRequest request, CallOptions options)Lists the private connection routes exchanged over a peering connection.
| Parameters | |
|---|---|
| Name | Description |
request |
ListPrivateConnectionPeeringRoutesRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
ListPrivateConnectionPeeringRoutesResponse |
The response received from the server. |
ListPrivateConnectionPeeringRoutes(ListPrivateConnectionPeeringRoutesRequest, Metadata, DateTime?, CancellationToken)
public virtual ListPrivateConnectionPeeringRoutesResponse ListPrivateConnectionPeeringRoutes(ListPrivateConnectionPeeringRoutesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Lists the private connection routes exchanged over a peering connection.
| Parameters | |
|---|---|
| Name | Description |
request |
ListPrivateConnectionPeeringRoutesRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
ListPrivateConnectionPeeringRoutesResponse |
The response received from the server. |
ListPrivateConnectionPeeringRoutesAsync(ListPrivateConnectionPeeringRoutesRequest, CallOptions)
public virtual AsyncUnaryCall<ListPrivateConnectionPeeringRoutesResponse> ListPrivateConnectionPeeringRoutesAsync(ListPrivateConnectionPeeringRoutesRequest request, CallOptions options)Lists the private connection routes exchanged over a peering connection.
| Parameters | |
|---|---|
| Name | Description |
request |
ListPrivateConnectionPeeringRoutesRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallListPrivateConnectionPeeringRoutesResponse |
The call object. |
ListPrivateConnectionPeeringRoutesAsync(ListPrivateConnectionPeeringRoutesRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<ListPrivateConnectionPeeringRoutesResponse> ListPrivateConnectionPeeringRoutesAsync(ListPrivateConnectionPeeringRoutesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Lists the private connection routes exchanged over a peering connection.
| Parameters | |
|---|---|
| Name | Description |
request |
ListPrivateConnectionPeeringRoutesRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallListPrivateConnectionPeeringRoutesResponse |
The call object. |
ListPrivateConnections(ListPrivateConnectionsRequest, CallOptions)
public virtual ListPrivateConnectionsResponse ListPrivateConnections(ListPrivateConnectionsRequest request, CallOptions options)Lists PrivateConnection resources in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListPrivateConnectionsRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
ListPrivateConnectionsResponse |
The response received from the server. |
ListPrivateConnections(ListPrivateConnectionsRequest, Metadata, DateTime?, CancellationToken)
public virtual ListPrivateConnectionsResponse ListPrivateConnections(ListPrivateConnectionsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Lists PrivateConnection resources in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListPrivateConnectionsRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
ListPrivateConnectionsResponse |
The response received from the server. |
ListPrivateConnectionsAsync(ListPrivateConnectionsRequest, CallOptions)
public virtual AsyncUnaryCall<ListPrivateConnectionsResponse> ListPrivateConnectionsAsync(ListPrivateConnectionsRequest request, CallOptions options)Lists PrivateConnection resources in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListPrivateConnectionsRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallListPrivateConnectionsResponse |
The call object. |
ListPrivateConnectionsAsync(ListPrivateConnectionsRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<ListPrivateConnectionsResponse> ListPrivateConnectionsAsync(ListPrivateConnectionsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Lists PrivateConnection resources in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListPrivateConnectionsRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallListPrivateConnectionsResponse |
The call object. |
ListSubnets(ListSubnetsRequest, CallOptions)
public virtual ListSubnetsResponse ListSubnets(ListSubnetsRequest request, CallOptions options)Lists subnets in a given private cloud.
| Parameters | |
|---|---|
| Name | Description |
request |
ListSubnetsRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
ListSubnetsResponse |
The response received from the server. |
ListSubnets(ListSubnetsRequest, Metadata, DateTime?, CancellationToken)
public virtual ListSubnetsResponse ListSubnets(ListSubnetsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Lists subnets in a given private cloud.
| Parameters | |
|---|---|
| Name | Description |
request |
ListSubnetsRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
ListSubnetsResponse |
The response received from the server. |
ListSubnetsAsync(ListSubnetsRequest, CallOptions)
public virtual AsyncUnaryCall<ListSubnetsResponse> ListSubnetsAsync(ListSubnetsRequest request, CallOptions options)Lists subnets in a given private cloud.
| Parameters | |
|---|---|
| Name | Description |
request |
ListSubnetsRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallListSubnetsResponse |
The call object. |
ListSubnetsAsync(ListSubnetsRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<ListSubnetsResponse> ListSubnetsAsync(ListSubnetsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Lists subnets in a given private cloud.
| Parameters | |
|---|---|
| Name | Description |
request |
ListSubnetsRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallListSubnetsResponse |
The call object. |
ListVmwareEngineNetworks(ListVmwareEngineNetworksRequest, CallOptions)
public virtual ListVmwareEngineNetworksResponse ListVmwareEngineNetworks(ListVmwareEngineNetworksRequest request, CallOptions options)Lists VmwareEngineNetwork resources in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListVmwareEngineNetworksRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
ListVmwareEngineNetworksResponse |
The response received from the server. |
ListVmwareEngineNetworks(ListVmwareEngineNetworksRequest, Metadata, DateTime?, CancellationToken)
public virtual ListVmwareEngineNetworksResponse ListVmwareEngineNetworks(ListVmwareEngineNetworksRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Lists VmwareEngineNetwork resources in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListVmwareEngineNetworksRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
ListVmwareEngineNetworksResponse |
The response received from the server. |
ListVmwareEngineNetworksAsync(ListVmwareEngineNetworksRequest, CallOptions)
public virtual AsyncUnaryCall<ListVmwareEngineNetworksResponse> ListVmwareEngineNetworksAsync(ListVmwareEngineNetworksRequest request, CallOptions options)Lists VmwareEngineNetwork resources in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListVmwareEngineNetworksRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallListVmwareEngineNetworksResponse |
The call object. |
ListVmwareEngineNetworksAsync(ListVmwareEngineNetworksRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<ListVmwareEngineNetworksResponse> ListVmwareEngineNetworksAsync(ListVmwareEngineNetworksRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Lists VmwareEngineNetwork resources in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListVmwareEngineNetworksRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallListVmwareEngineNetworksResponse |
The call object. |
NewInstance(ClientBaseConfiguration)
protected override VmwareEngine.VmwareEngineClient NewInstance(ClientBase.ClientBaseConfiguration configuration)Creates a new instance of client from given ClientBaseConfiguration.
| Parameter | |
|---|---|
| Name | Description |
configuration |
ClientBaseClientBaseConfiguration |
| Returns | |
|---|---|
| Type | Description |
VmwareEngineVmwareEngineClient |
|
ResetNsxCredentials(ResetNsxCredentialsRequest, CallOptions)
public virtual Operation ResetNsxCredentials(ResetNsxCredentialsRequest request, CallOptions options)Resets credentials of the NSX appliance.
| Parameters | |
|---|---|
| Name | Description |
request |
ResetNsxCredentialsRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
ResetNsxCredentials(ResetNsxCredentialsRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation ResetNsxCredentials(ResetNsxCredentialsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Resets credentials of the NSX appliance.
| Parameters | |
|---|---|
| Name | Description |
request |
ResetNsxCredentialsRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
ResetNsxCredentialsAsync(ResetNsxCredentialsRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> ResetNsxCredentialsAsync(ResetNsxCredentialsRequest request, CallOptions options)Resets credentials of the NSX appliance.
| Parameters | |
|---|---|
| Name | Description |
request |
ResetNsxCredentialsRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
ResetNsxCredentialsAsync(ResetNsxCredentialsRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> ResetNsxCredentialsAsync(ResetNsxCredentialsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Resets credentials of the NSX appliance.
| Parameters | |
|---|---|
| Name | Description |
request |
ResetNsxCredentialsRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
ResetVcenterCredentials(ResetVcenterCredentialsRequest, CallOptions)
public virtual Operation ResetVcenterCredentials(ResetVcenterCredentialsRequest request, CallOptions options)Resets credentials of the Vcenter appliance.
| Parameters | |
|---|---|
| Name | Description |
request |
ResetVcenterCredentialsRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
ResetVcenterCredentials(ResetVcenterCredentialsRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation ResetVcenterCredentials(ResetVcenterCredentialsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Resets credentials of the Vcenter appliance.
| Parameters | |
|---|---|
| Name | Description |
request |
ResetVcenterCredentialsRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
ResetVcenterCredentialsAsync(ResetVcenterCredentialsRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> ResetVcenterCredentialsAsync(ResetVcenterCredentialsRequest request, CallOptions options)Resets credentials of the Vcenter appliance.
| Parameters | |
|---|---|
| Name | Description |
request |
ResetVcenterCredentialsRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
ResetVcenterCredentialsAsync(ResetVcenterCredentialsRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> ResetVcenterCredentialsAsync(ResetVcenterCredentialsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Resets credentials of the Vcenter appliance.
| Parameters | |
|---|---|
| Name | Description |
request |
ResetVcenterCredentialsRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
ShowNsxCredentials(ShowNsxCredentialsRequest, CallOptions)
public virtual Credentials ShowNsxCredentials(ShowNsxCredentialsRequest request, CallOptions options)Gets details of credentials for NSX appliance.
| Parameters | |
|---|---|
| Name | Description |
request |
ShowNsxCredentialsRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Credentials |
The response received from the server. |
ShowNsxCredentials(ShowNsxCredentialsRequest, Metadata, DateTime?, CancellationToken)
public virtual Credentials ShowNsxCredentials(ShowNsxCredentialsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Gets details of credentials for NSX appliance.
| Parameters | |
|---|---|
| Name | Description |
request |
ShowNsxCredentialsRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
Credentials |
The response received from the server. |
ShowNsxCredentialsAsync(ShowNsxCredentialsRequest, CallOptions)
public virtual AsyncUnaryCall<Credentials> ShowNsxCredentialsAsync(ShowNsxCredentialsRequest request, CallOptions options)Gets details of credentials for NSX appliance.
| Parameters | |
|---|---|
| Name | Description |
request |
ShowNsxCredentialsRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallCredentials |
The call object. |
ShowNsxCredentialsAsync(ShowNsxCredentialsRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Credentials> ShowNsxCredentialsAsync(ShowNsxCredentialsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Gets details of credentials for NSX appliance.
| Parameters | |
|---|---|
| Name | Description |
request |
ShowNsxCredentialsRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallCredentials |
The call object. |
ShowVcenterCredentials(ShowVcenterCredentialsRequest, CallOptions)
public virtual Credentials ShowVcenterCredentials(ShowVcenterCredentialsRequest request, CallOptions options)Gets details of credentials for Vcenter appliance.
| Parameters | |
|---|---|
| Name | Description |
request |
ShowVcenterCredentialsRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Credentials |
The response received from the server. |
ShowVcenterCredentials(ShowVcenterCredentialsRequest, Metadata, DateTime?, CancellationToken)
public virtual Credentials ShowVcenterCredentials(ShowVcenterCredentialsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Gets details of credentials for Vcenter appliance.
| Parameters | |
|---|---|
| Name | Description |
request |
ShowVcenterCredentialsRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
Credentials |
The response received from the server. |
ShowVcenterCredentialsAsync(ShowVcenterCredentialsRequest, CallOptions)
public virtual AsyncUnaryCall<Credentials> ShowVcenterCredentialsAsync(ShowVcenterCredentialsRequest request, CallOptions options)Gets details of credentials for Vcenter appliance.
| Parameters | |
|---|---|
| Name | Description |
request |
ShowVcenterCredentialsRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallCredentials |
The call object. |
ShowVcenterCredentialsAsync(ShowVcenterCredentialsRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Credentials> ShowVcenterCredentialsAsync(ShowVcenterCredentialsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Gets details of credentials for Vcenter appliance.
| Parameters | |
|---|---|
| Name | Description |
request |
ShowVcenterCredentialsRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallCredentials |
The call object. |
UndeletePrivateCloud(UndeletePrivateCloudRequest, CallOptions)
public virtual Operation UndeletePrivateCloud(UndeletePrivateCloudRequest request, CallOptions options)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.
| Parameters | |
|---|---|
| Name | Description |
request |
UndeletePrivateCloudRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
UndeletePrivateCloud(UndeletePrivateCloudRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation UndeletePrivateCloud(UndeletePrivateCloudRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)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.
| Parameters | |
|---|---|
| Name | Description |
request |
UndeletePrivateCloudRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
UndeletePrivateCloudAsync(UndeletePrivateCloudRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> UndeletePrivateCloudAsync(UndeletePrivateCloudRequest request, CallOptions options)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.
| Parameters | |
|---|---|
| Name | Description |
request |
UndeletePrivateCloudRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
UndeletePrivateCloudAsync(UndeletePrivateCloudRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> UndeletePrivateCloudAsync(UndeletePrivateCloudRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)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.
| Parameters | |
|---|---|
| Name | Description |
request |
UndeletePrivateCloudRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
UpdateCluster(UpdateClusterRequest, CallOptions)
public virtual Operation UpdateCluster(UpdateClusterRequest request, CallOptions options)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.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateClusterRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
UpdateCluster(UpdateClusterRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation UpdateCluster(UpdateClusterRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)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.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateClusterRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
UpdateClusterAsync(UpdateClusterRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> UpdateClusterAsync(UpdateClusterRequest request, CallOptions options)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.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateClusterRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
UpdateClusterAsync(UpdateClusterRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> UpdateClusterAsync(UpdateClusterRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)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.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateClusterRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
UpdateNetworkPolicy(UpdateNetworkPolicyRequest, CallOptions)
public virtual Operation UpdateNetworkPolicy(UpdateNetworkPolicyRequest request, CallOptions options)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.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateNetworkPolicyRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
UpdateNetworkPolicy(UpdateNetworkPolicyRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation UpdateNetworkPolicy(UpdateNetworkPolicyRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)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.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateNetworkPolicyRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
UpdateNetworkPolicyAsync(UpdateNetworkPolicyRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> UpdateNetworkPolicyAsync(UpdateNetworkPolicyRequest request, CallOptions options)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.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateNetworkPolicyRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
UpdateNetworkPolicyAsync(UpdateNetworkPolicyRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> UpdateNetworkPolicyAsync(UpdateNetworkPolicyRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)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.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateNetworkPolicyRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
UpdatePrivateCloud(UpdatePrivateCloudRequest, CallOptions)
public virtual Operation UpdatePrivateCloud(UpdatePrivateCloudRequest request, CallOptions options)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.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdatePrivateCloudRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
UpdatePrivateCloud(UpdatePrivateCloudRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation UpdatePrivateCloud(UpdatePrivateCloudRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)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.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdatePrivateCloudRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
UpdatePrivateCloudAsync(UpdatePrivateCloudRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> UpdatePrivateCloudAsync(UpdatePrivateCloudRequest request, CallOptions options)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.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdatePrivateCloudRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
UpdatePrivateCloudAsync(UpdatePrivateCloudRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> UpdatePrivateCloudAsync(UpdatePrivateCloudRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)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.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdatePrivateCloudRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
UpdatePrivateConnection(UpdatePrivateConnectionRequest, CallOptions)
public virtual Operation UpdatePrivateConnection(UpdatePrivateConnectionRequest request, CallOptions options)Modifies a PrivateConnection resource. Only description and
routing_mode fields can be updated. Only fields specified in updateMask
are applied.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdatePrivateConnectionRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
UpdatePrivateConnection(UpdatePrivateConnectionRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation UpdatePrivateConnection(UpdatePrivateConnectionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Modifies a PrivateConnection resource. Only description and
routing_mode fields can be updated. Only fields specified in updateMask
are applied.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdatePrivateConnectionRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
UpdatePrivateConnectionAsync(UpdatePrivateConnectionRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> UpdatePrivateConnectionAsync(UpdatePrivateConnectionRequest request, CallOptions options)Modifies a PrivateConnection resource. Only description and
routing_mode fields can be updated. Only fields specified in updateMask
are applied.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdatePrivateConnectionRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
UpdatePrivateConnectionAsync(UpdatePrivateConnectionRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> UpdatePrivateConnectionAsync(UpdatePrivateConnectionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Modifies a PrivateConnection resource. Only description and
routing_mode fields can be updated. Only fields specified in updateMask
are applied.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdatePrivateConnectionRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
UpdateSubnet(UpdateSubnetRequest, CallOptions)
public virtual Operation UpdateSubnet(UpdateSubnetRequest request, CallOptions options)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.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateSubnetRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
UpdateSubnet(UpdateSubnetRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation UpdateSubnet(UpdateSubnetRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)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.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateSubnetRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
UpdateSubnetAsync(UpdateSubnetRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> UpdateSubnetAsync(UpdateSubnetRequest request, CallOptions options)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.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateSubnetRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
UpdateSubnetAsync(UpdateSubnetRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> UpdateSubnetAsync(UpdateSubnetRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)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.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateSubnetRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
UpdateVmwareEngineNetwork(UpdateVmwareEngineNetworkRequest, CallOptions)
public virtual Operation UpdateVmwareEngineNetwork(UpdateVmwareEngineNetworkRequest request, CallOptions options)Modifies a VMware Engine network resource. Only the following fields can be
updated: description. Only fields specified in updateMask are
applied.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateVmwareEngineNetworkRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
UpdateVmwareEngineNetwork(UpdateVmwareEngineNetworkRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation UpdateVmwareEngineNetwork(UpdateVmwareEngineNetworkRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Modifies a VMware Engine network resource. Only the following fields can be
updated: description. Only fields specified in updateMask are
applied.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateVmwareEngineNetworkRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
UpdateVmwareEngineNetworkAsync(UpdateVmwareEngineNetworkRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> UpdateVmwareEngineNetworkAsync(UpdateVmwareEngineNetworkRequest request, CallOptions options)Modifies a VMware Engine network resource. Only the following fields can be
updated: description. Only fields specified in updateMask are
applied.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateVmwareEngineNetworkRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
UpdateVmwareEngineNetworkAsync(UpdateVmwareEngineNetworkRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> UpdateVmwareEngineNetworkAsync(UpdateVmwareEngineNetworkRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Modifies a VMware Engine network resource. Only the following fields can be
updated: description. Only fields specified in updateMask are
applied.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateVmwareEngineNetworkRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |