VMware Engine v1 API - Class VmwareEngine.VmwareEngineClient (1.3.0)

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.VmwareEngineClient

Namespace

Google.Cloud.VmwareEngine.V1

Assembly

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
NameDescription
callInvokerCallInvoker

The callInvoker to use to make remote calls.

VmwareEngineClient(ChannelBase)

public VmwareEngineClient(ChannelBase channel)

Creates a new client for VmwareEngine

Parameter
NameDescription
channelChannelBase

The channel to use to make remote calls.

VmwareEngineClient(ClientBaseConfiguration)

protected VmwareEngineClient(ClientBase.ClientBaseConfiguration configuration)

Protected constructor to allow creation of configured clients.

Parameter
NameDescription
configurationClientBaseClientBaseConfiguration

The 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
NameDescription
requestCreateClusterRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestCreateClusterRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestCreateClusterRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestCreateClusterRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallOperation

The call object.

CreateExternalAccessRule(CreateExternalAccessRuleRequest, CallOptions)

public virtual Operation CreateExternalAccessRule(CreateExternalAccessRuleRequest request, CallOptions options)

Creates a new external access rule in a given network policy.

Parameters
NameDescription
requestCreateExternalAccessRuleRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
Operation

The response received from the server.

CreateExternalAccessRule(CreateExternalAccessRuleRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation CreateExternalAccessRule(CreateExternalAccessRuleRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Creates a new external access rule in a given network policy.

Parameters
NameDescription
requestCreateExternalAccessRuleRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
Operation

The response received from the server.

CreateExternalAccessRuleAsync(CreateExternalAccessRuleRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> CreateExternalAccessRuleAsync(CreateExternalAccessRuleRequest request, CallOptions options)

Creates a new external access rule in a given network policy.

Parameters
NameDescription
requestCreateExternalAccessRuleRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
AsyncUnaryCallOperation

The call object.

CreateExternalAccessRuleAsync(CreateExternalAccessRuleRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> CreateExternalAccessRuleAsync(CreateExternalAccessRuleRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Creates a new external access rule in a given network policy.

Parameters
NameDescription
requestCreateExternalAccessRuleRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallOperation

The call object.

CreateExternalAddress(CreateExternalAddressRequest, CallOptions)

public virtual Operation CreateExternalAddress(CreateExternalAddressRequest request, CallOptions options)

Creates a new ExternalAddress resource in a given private cloud. The network policy that corresponds to the private cloud must have the external IP address network service enabled (NetworkPolicy.external_ip).

Parameters
NameDescription
requestCreateExternalAddressRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
Operation

The response received from the server.

CreateExternalAddress(CreateExternalAddressRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation CreateExternalAddress(CreateExternalAddressRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Creates a new ExternalAddress resource in a given private cloud. The network policy that corresponds to the private cloud must have the external IP address network service enabled (NetworkPolicy.external_ip).

Parameters
NameDescription
requestCreateExternalAddressRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
Operation

The response received from the server.

CreateExternalAddressAsync(CreateExternalAddressRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> CreateExternalAddressAsync(CreateExternalAddressRequest request, CallOptions options)

Creates a new ExternalAddress resource in a given private cloud. The network policy that corresponds to the private cloud must have the external IP address network service enabled (NetworkPolicy.external_ip).

Parameters
NameDescription
requestCreateExternalAddressRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
AsyncUnaryCallOperation

The call object.

CreateExternalAddressAsync(CreateExternalAddressRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> CreateExternalAddressAsync(CreateExternalAddressRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Creates a new ExternalAddress resource in a given private cloud. The network policy that corresponds to the private cloud must have the external IP address network service enabled (NetworkPolicy.external_ip).

Parameters
NameDescription
requestCreateExternalAddressRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestCreateHcxActivationKeyRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestCreateHcxActivationKeyRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestCreateHcxActivationKeyRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestCreateHcxActivationKeyRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
LocationsLocationsClient

A new Locations.LocationsClient for the same target as this client.

CreateLoggingServer(CreateLoggingServerRequest, CallOptions)

public virtual Operation CreateLoggingServer(CreateLoggingServerRequest request, CallOptions options)

Create a new logging server for a given private cloud.

Parameters
NameDescription
requestCreateLoggingServerRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
Operation

The response received from the server.

CreateLoggingServer(CreateLoggingServerRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation CreateLoggingServer(CreateLoggingServerRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Create a new logging server for a given private cloud.

Parameters
NameDescription
requestCreateLoggingServerRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
Operation

The response received from the server.

CreateLoggingServerAsync(CreateLoggingServerRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> CreateLoggingServerAsync(CreateLoggingServerRequest request, CallOptions options)

Create a new logging server for a given private cloud.

Parameters
NameDescription
requestCreateLoggingServerRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
AsyncUnaryCallOperation

The call object.

CreateLoggingServerAsync(CreateLoggingServerRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> CreateLoggingServerAsync(CreateLoggingServerRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Create a new logging server for a given private cloud.

Parameters
NameDescription
requestCreateLoggingServerRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallOperation

The call object.

CreateManagementDnsZoneBinding(CreateManagementDnsZoneBindingRequest, CallOptions)

public virtual Operation CreateManagementDnsZoneBinding(CreateManagementDnsZoneBindingRequest request, CallOptions options)

Creates a new ManagementDnsZoneBinding resource in a private cloud. This RPC creates the DNS binding and the resource that represents the DNS binding of the consumer VPC network to the management DNS zone. A management DNS zone is the Cloud DNS cross-project binding zone that VMware Engine creates for each private cloud. It contains FQDNs and corresponding IP addresses for the private cloud's ESXi hosts and management VM appliances like vCenter and NSX Manager.

Parameters
NameDescription
requestCreateManagementDnsZoneBindingRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
Operation

The response received from the server.

CreateManagementDnsZoneBinding(CreateManagementDnsZoneBindingRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation CreateManagementDnsZoneBinding(CreateManagementDnsZoneBindingRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Creates a new ManagementDnsZoneBinding resource in a private cloud. This RPC creates the DNS binding and the resource that represents the DNS binding of the consumer VPC network to the management DNS zone. A management DNS zone is the Cloud DNS cross-project binding zone that VMware Engine creates for each private cloud. It contains FQDNs and corresponding IP addresses for the private cloud's ESXi hosts and management VM appliances like vCenter and NSX Manager.

Parameters
NameDescription
requestCreateManagementDnsZoneBindingRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
Operation

The response received from the server.

CreateManagementDnsZoneBindingAsync(CreateManagementDnsZoneBindingRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> CreateManagementDnsZoneBindingAsync(CreateManagementDnsZoneBindingRequest request, CallOptions options)

Creates a new ManagementDnsZoneBinding resource in a private cloud. This RPC creates the DNS binding and the resource that represents the DNS binding of the consumer VPC network to the management DNS zone. A management DNS zone is the Cloud DNS cross-project binding zone that VMware Engine creates for each private cloud. It contains FQDNs and corresponding IP addresses for the private cloud's ESXi hosts and management VM appliances like vCenter and NSX Manager.

Parameters
NameDescription
requestCreateManagementDnsZoneBindingRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
AsyncUnaryCallOperation

The call object.

CreateManagementDnsZoneBindingAsync(CreateManagementDnsZoneBindingRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> CreateManagementDnsZoneBindingAsync(CreateManagementDnsZoneBindingRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Creates a new ManagementDnsZoneBinding resource in a private cloud. This RPC creates the DNS binding and the resource that represents the DNS binding of the consumer VPC network to the management DNS zone. A management DNS zone is the Cloud DNS cross-project binding zone that VMware Engine creates for each private cloud. It contains FQDNs and corresponding IP addresses for the private cloud's ESXi hosts and management VM appliances like vCenter and NSX Manager.

Parameters
NameDescription
requestCreateManagementDnsZoneBindingRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallOperation

The call object.

CreateNetworkPeering(CreateNetworkPeeringRequest, CallOptions)

public virtual Operation CreateNetworkPeering(CreateNetworkPeeringRequest request, CallOptions options)

Creates a new network peering between the peer network and VMware Engine network provided in a NetworkPeering resource. NetworkPeering is a global resource and location can only be global.

Parameters
NameDescription
requestCreateNetworkPeeringRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
Operation

The response received from the server.

CreateNetworkPeering(CreateNetworkPeeringRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation CreateNetworkPeering(CreateNetworkPeeringRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Creates a new network peering between the peer network and VMware Engine network provided in a NetworkPeering resource. NetworkPeering is a global resource and location can only be global.

Parameters
NameDescription
requestCreateNetworkPeeringRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
Operation

The response received from the server.

CreateNetworkPeeringAsync(CreateNetworkPeeringRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> CreateNetworkPeeringAsync(CreateNetworkPeeringRequest request, CallOptions options)

Creates a new network peering between the peer network and VMware Engine network provided in a NetworkPeering resource. NetworkPeering is a global resource and location can only be global.

Parameters
NameDescription
requestCreateNetworkPeeringRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
AsyncUnaryCallOperation

The call object.

CreateNetworkPeeringAsync(CreateNetworkPeeringRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> CreateNetworkPeeringAsync(CreateNetworkPeeringRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Creates a new network peering between the peer network and VMware Engine network provided in a NetworkPeering resource. NetworkPeering is a global resource and location can only be global.

Parameters
NameDescription
requestCreateNetworkPeeringRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallOperation

The call object.

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
NameDescription
requestCreateNetworkPolicyRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestCreateNetworkPolicyRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestCreateNetworkPolicyRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestCreateNetworkPolicyRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
TypeDescription
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 of type STANDARD and TIME_LIMITED are zonal resources, STRETCHED private clouds are regional. Creating a private cloud also creates a management cluster for that private cloud.

Parameters
NameDescription
requestCreatePrivateCloudRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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 of type STANDARD and TIME_LIMITED are zonal resources, STRETCHED private clouds are regional. Creating a private cloud also creates a management cluster for that private cloud.

Parameters
NameDescription
requestCreatePrivateCloudRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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 of type STANDARD and TIME_LIMITED are zonal resources, STRETCHED private clouds are regional. Creating a private cloud also creates a management cluster for that private cloud.

Parameters
NameDescription
requestCreatePrivateCloudRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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 of type STANDARD and TIME_LIMITED are zonal resources, STRETCHED private clouds are regional. Creating a private cloud also creates a management cluster for that private cloud.

Parameters
NameDescription
requestCreatePrivateCloudRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestCreatePrivateConnectionRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestCreatePrivateConnectionRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestCreatePrivateConnectionRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestCreatePrivateConnectionRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestCreateVmwareEngineNetworkRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestCreateVmwareEngineNetworkRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestCreateVmwareEngineNetworkRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestCreateVmwareEngineNetworkRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestDeleteClusterRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestDeleteClusterRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestDeleteClusterRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestDeleteClusterRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallOperation

The call object.

DeleteExternalAccessRule(DeleteExternalAccessRuleRequest, CallOptions)

public virtual Operation DeleteExternalAccessRule(DeleteExternalAccessRuleRequest request, CallOptions options)

Deletes a single external access rule.

Parameters
NameDescription
requestDeleteExternalAccessRuleRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
Operation

The response received from the server.

DeleteExternalAccessRule(DeleteExternalAccessRuleRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation DeleteExternalAccessRule(DeleteExternalAccessRuleRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Deletes a single external access rule.

Parameters
NameDescription
requestDeleteExternalAccessRuleRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
Operation

The response received from the server.

DeleteExternalAccessRuleAsync(DeleteExternalAccessRuleRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> DeleteExternalAccessRuleAsync(DeleteExternalAccessRuleRequest request, CallOptions options)

Deletes a single external access rule.

Parameters
NameDescription
requestDeleteExternalAccessRuleRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
AsyncUnaryCallOperation

The call object.

DeleteExternalAccessRuleAsync(DeleteExternalAccessRuleRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> DeleteExternalAccessRuleAsync(DeleteExternalAccessRuleRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Deletes a single external access rule.

Parameters
NameDescription
requestDeleteExternalAccessRuleRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallOperation

The call object.

DeleteExternalAddress(DeleteExternalAddressRequest, CallOptions)

public virtual Operation DeleteExternalAddress(DeleteExternalAddressRequest request, CallOptions options)

Deletes a single external IP address. When you delete an external IP address, connectivity between the external IP address and the corresponding internal IP address is lost.

Parameters
NameDescription
requestDeleteExternalAddressRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
Operation

The response received from the server.

DeleteExternalAddress(DeleteExternalAddressRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation DeleteExternalAddress(DeleteExternalAddressRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Deletes a single external IP address. When you delete an external IP address, connectivity between the external IP address and the corresponding internal IP address is lost.

Parameters
NameDescription
requestDeleteExternalAddressRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
Operation

The response received from the server.

DeleteExternalAddressAsync(DeleteExternalAddressRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> DeleteExternalAddressAsync(DeleteExternalAddressRequest request, CallOptions options)

Deletes a single external IP address. When you delete an external IP address, connectivity between the external IP address and the corresponding internal IP address is lost.

Parameters
NameDescription
requestDeleteExternalAddressRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
AsyncUnaryCallOperation

The call object.

DeleteExternalAddressAsync(DeleteExternalAddressRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> DeleteExternalAddressAsync(DeleteExternalAddressRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Deletes a single external IP address. When you delete an external IP address, connectivity between the external IP address and the corresponding internal IP address is lost.

Parameters
NameDescription
requestDeleteExternalAddressRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallOperation

The call object.

DeleteLoggingServer(DeleteLoggingServerRequest, CallOptions)

public virtual Operation DeleteLoggingServer(DeleteLoggingServerRequest request, CallOptions options)

Deletes a single logging server.

Parameters
NameDescription
requestDeleteLoggingServerRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
Operation

The response received from the server.

DeleteLoggingServer(DeleteLoggingServerRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation DeleteLoggingServer(DeleteLoggingServerRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Deletes a single logging server.

Parameters
NameDescription
requestDeleteLoggingServerRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
Operation

The response received from the server.

DeleteLoggingServerAsync(DeleteLoggingServerRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> DeleteLoggingServerAsync(DeleteLoggingServerRequest request, CallOptions options)

Deletes a single logging server.

Parameters
NameDescription
requestDeleteLoggingServerRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
AsyncUnaryCallOperation

The call object.

DeleteLoggingServerAsync(DeleteLoggingServerRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> DeleteLoggingServerAsync(DeleteLoggingServerRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Deletes a single logging server.

Parameters
NameDescription
requestDeleteLoggingServerRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallOperation

The call object.

DeleteManagementDnsZoneBinding(DeleteManagementDnsZoneBindingRequest, CallOptions)

public virtual Operation DeleteManagementDnsZoneBinding(DeleteManagementDnsZoneBindingRequest request, CallOptions options)

Deletes a ManagementDnsZoneBinding resource. When a management DNS zone binding is deleted, the corresponding consumer VPC network is no longer bound to the management DNS zone.

Parameters
NameDescription
requestDeleteManagementDnsZoneBindingRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
Operation

The response received from the server.

DeleteManagementDnsZoneBinding(DeleteManagementDnsZoneBindingRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation DeleteManagementDnsZoneBinding(DeleteManagementDnsZoneBindingRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Deletes a ManagementDnsZoneBinding resource. When a management DNS zone binding is deleted, the corresponding consumer VPC network is no longer bound to the management DNS zone.

Parameters
NameDescription
requestDeleteManagementDnsZoneBindingRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
Operation

The response received from the server.

DeleteManagementDnsZoneBindingAsync(DeleteManagementDnsZoneBindingRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> DeleteManagementDnsZoneBindingAsync(DeleteManagementDnsZoneBindingRequest request, CallOptions options)

Deletes a ManagementDnsZoneBinding resource. When a management DNS zone binding is deleted, the corresponding consumer VPC network is no longer bound to the management DNS zone.

Parameters
NameDescription
requestDeleteManagementDnsZoneBindingRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
AsyncUnaryCallOperation

The call object.

DeleteManagementDnsZoneBindingAsync(DeleteManagementDnsZoneBindingRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> DeleteManagementDnsZoneBindingAsync(DeleteManagementDnsZoneBindingRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Deletes a ManagementDnsZoneBinding resource. When a management DNS zone binding is deleted, the corresponding consumer VPC network is no longer bound to the management DNS zone.

Parameters
NameDescription
requestDeleteManagementDnsZoneBindingRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallOperation

The call object.

DeleteNetworkPeering(DeleteNetworkPeeringRequest, CallOptions)

public virtual Operation DeleteNetworkPeering(DeleteNetworkPeeringRequest request, CallOptions options)

Deletes a NetworkPeering resource. When a network peering is deleted for a VMware Engine network, the peer network becomes inaccessible to that VMware Engine network. NetworkPeering is a global resource and location can only be global.

Parameters
NameDescription
requestDeleteNetworkPeeringRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
Operation

The response received from the server.

DeleteNetworkPeering(DeleteNetworkPeeringRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation DeleteNetworkPeering(DeleteNetworkPeeringRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Deletes a NetworkPeering resource. When a network peering is deleted for a VMware Engine network, the peer network becomes inaccessible to that VMware Engine network. NetworkPeering is a global resource and location can only be global.

Parameters
NameDescription
requestDeleteNetworkPeeringRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
Operation

The response received from the server.

DeleteNetworkPeeringAsync(DeleteNetworkPeeringRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> DeleteNetworkPeeringAsync(DeleteNetworkPeeringRequest request, CallOptions options)

Deletes a NetworkPeering resource. When a network peering is deleted for a VMware Engine network, the peer network becomes inaccessible to that VMware Engine network. NetworkPeering is a global resource and location can only be global.

Parameters
NameDescription
requestDeleteNetworkPeeringRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
AsyncUnaryCallOperation

The call object.

DeleteNetworkPeeringAsync(DeleteNetworkPeeringRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> DeleteNetworkPeeringAsync(DeleteNetworkPeeringRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Deletes a NetworkPeering resource. When a network peering is deleted for a VMware Engine network, the peer network becomes inaccessible to that VMware Engine network. NetworkPeering is a global resource and location can only be global.

Parameters
NameDescription
requestDeleteNetworkPeeringRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestDeleteNetworkPolicyRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestDeleteNetworkPolicyRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestDeleteNetworkPolicyRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestDeleteNetworkPolicyRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestDeletePrivateCloudRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestDeletePrivateCloudRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestDeletePrivateCloudRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestDeletePrivateCloudRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestDeletePrivateConnectionRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestDeletePrivateConnectionRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestDeletePrivateConnectionRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestDeletePrivateConnectionRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestDeleteVmwareEngineNetworkRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestDeleteVmwareEngineNetworkRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestDeleteVmwareEngineNetworkRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestDeleteVmwareEngineNetworkRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallOperation

The call object.

FetchNetworkPolicyExternalAddresses(FetchNetworkPolicyExternalAddressesRequest, CallOptions)

public virtual FetchNetworkPolicyExternalAddressesResponse FetchNetworkPolicyExternalAddresses(FetchNetworkPolicyExternalAddressesRequest request, CallOptions options)

Lists external IP addresses assigned to VMware workload VMs within the scope of the given network policy.

Parameters
NameDescription
requestFetchNetworkPolicyExternalAddressesRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
FetchNetworkPolicyExternalAddressesResponse

The response received from the server.

FetchNetworkPolicyExternalAddresses(FetchNetworkPolicyExternalAddressesRequest, Metadata, DateTime?, CancellationToken)

public virtual FetchNetworkPolicyExternalAddressesResponse FetchNetworkPolicyExternalAddresses(FetchNetworkPolicyExternalAddressesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists external IP addresses assigned to VMware workload VMs within the scope of the given network policy.

Parameters
NameDescription
requestFetchNetworkPolicyExternalAddressesRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
FetchNetworkPolicyExternalAddressesResponse

The response received from the server.

FetchNetworkPolicyExternalAddressesAsync(FetchNetworkPolicyExternalAddressesRequest, CallOptions)

public virtual AsyncUnaryCall<FetchNetworkPolicyExternalAddressesResponse> FetchNetworkPolicyExternalAddressesAsync(FetchNetworkPolicyExternalAddressesRequest request, CallOptions options)

Lists external IP addresses assigned to VMware workload VMs within the scope of the given network policy.

Parameters
NameDescription
requestFetchNetworkPolicyExternalAddressesRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
AsyncUnaryCallFetchNetworkPolicyExternalAddressesResponse

The call object.

FetchNetworkPolicyExternalAddressesAsync(FetchNetworkPolicyExternalAddressesRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<FetchNetworkPolicyExternalAddressesResponse> FetchNetworkPolicyExternalAddressesAsync(FetchNetworkPolicyExternalAddressesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists external IP addresses assigned to VMware workload VMs within the scope of the given network policy.

Parameters
NameDescription
requestFetchNetworkPolicyExternalAddressesRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallFetchNetworkPolicyExternalAddressesResponse

The call object.

GetCluster(GetClusterRequest, CallOptions)

public virtual Cluster GetCluster(GetClusterRequest request, CallOptions options)

Retrieves a Cluster resource by its resource name.

Parameters
NameDescription
requestGetClusterRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestGetClusterRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestGetClusterRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestGetClusterRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallCluster

The call object.

GetDnsBindPermission(GetDnsBindPermissionRequest, CallOptions)

public virtual DnsBindPermission GetDnsBindPermission(GetDnsBindPermissionRequest request, CallOptions options)

Gets all the principals having bind permission on the intranet VPC associated with the consumer project granted by the Grant API. DnsBindPermission is a global resource and location can only be global.

Parameters
NameDescription
requestGetDnsBindPermissionRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
DnsBindPermission

The response received from the server.

GetDnsBindPermission(GetDnsBindPermissionRequest, Metadata, DateTime?, CancellationToken)

public virtual DnsBindPermission GetDnsBindPermission(GetDnsBindPermissionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets all the principals having bind permission on the intranet VPC associated with the consumer project granted by the Grant API. DnsBindPermission is a global resource and location can only be global.

Parameters
NameDescription
requestGetDnsBindPermissionRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
DnsBindPermission

The response received from the server.

GetDnsBindPermissionAsync(GetDnsBindPermissionRequest, CallOptions)

public virtual AsyncUnaryCall<DnsBindPermission> GetDnsBindPermissionAsync(GetDnsBindPermissionRequest request, CallOptions options)

Gets all the principals having bind permission on the intranet VPC associated with the consumer project granted by the Grant API. DnsBindPermission is a global resource and location can only be global.

Parameters
NameDescription
requestGetDnsBindPermissionRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
AsyncUnaryCallDnsBindPermission

The call object.

GetDnsBindPermissionAsync(GetDnsBindPermissionRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<DnsBindPermission> GetDnsBindPermissionAsync(GetDnsBindPermissionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets all the principals having bind permission on the intranet VPC associated with the consumer project granted by the Grant API. DnsBindPermission is a global resource and location can only be global.

Parameters
NameDescription
requestGetDnsBindPermissionRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallDnsBindPermission

The call object.

GetDnsForwarding(GetDnsForwardingRequest, CallOptions)

public virtual DnsForwarding GetDnsForwarding(GetDnsForwardingRequest request, CallOptions options)

Gets details of the DnsForwarding config.

Parameters
NameDescription
requestGetDnsForwardingRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
DnsForwarding

The response received from the server.

GetDnsForwarding(GetDnsForwardingRequest, Metadata, DateTime?, CancellationToken)

public virtual DnsForwarding GetDnsForwarding(GetDnsForwardingRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets details of the DnsForwarding config.

Parameters
NameDescription
requestGetDnsForwardingRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
DnsForwarding

The response received from the server.

GetDnsForwardingAsync(GetDnsForwardingRequest, CallOptions)

public virtual AsyncUnaryCall<DnsForwarding> GetDnsForwardingAsync(GetDnsForwardingRequest request, CallOptions options)

Gets details of the DnsForwarding config.

Parameters
NameDescription
requestGetDnsForwardingRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
AsyncUnaryCallDnsForwarding

The call object.

GetDnsForwardingAsync(GetDnsForwardingRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<DnsForwarding> GetDnsForwardingAsync(GetDnsForwardingRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets details of the DnsForwarding config.

Parameters
NameDescription
requestGetDnsForwardingRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallDnsForwarding

The call object.

GetExternalAccessRule(GetExternalAccessRuleRequest, CallOptions)

public virtual ExternalAccessRule GetExternalAccessRule(GetExternalAccessRuleRequest request, CallOptions options)

Gets details of a single external access rule.

Parameters
NameDescription
requestGetExternalAccessRuleRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
ExternalAccessRule

The response received from the server.

GetExternalAccessRule(GetExternalAccessRuleRequest, Metadata, DateTime?, CancellationToken)

public virtual ExternalAccessRule GetExternalAccessRule(GetExternalAccessRuleRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets details of a single external access rule.

Parameters
NameDescription
requestGetExternalAccessRuleRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
ExternalAccessRule

The response received from the server.

GetExternalAccessRuleAsync(GetExternalAccessRuleRequest, CallOptions)

public virtual AsyncUnaryCall<ExternalAccessRule> GetExternalAccessRuleAsync(GetExternalAccessRuleRequest request, CallOptions options)

Gets details of a single external access rule.

Parameters
NameDescription
requestGetExternalAccessRuleRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
AsyncUnaryCallExternalAccessRule

The call object.

GetExternalAccessRuleAsync(GetExternalAccessRuleRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<ExternalAccessRule> GetExternalAccessRuleAsync(GetExternalAccessRuleRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets details of a single external access rule.

Parameters
NameDescription
requestGetExternalAccessRuleRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallExternalAccessRule

The call object.

GetExternalAddress(GetExternalAddressRequest, CallOptions)

public virtual ExternalAddress GetExternalAddress(GetExternalAddressRequest request, CallOptions options)

Gets details of a single external IP address.

Parameters
NameDescription
requestGetExternalAddressRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
ExternalAddress

The response received from the server.

GetExternalAddress(GetExternalAddressRequest, Metadata, DateTime?, CancellationToken)

public virtual ExternalAddress GetExternalAddress(GetExternalAddressRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets details of a single external IP address.

Parameters
NameDescription
requestGetExternalAddressRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
ExternalAddress

The response received from the server.

GetExternalAddressAsync(GetExternalAddressRequest, CallOptions)

public virtual AsyncUnaryCall<ExternalAddress> GetExternalAddressAsync(GetExternalAddressRequest request, CallOptions options)

Gets details of a single external IP address.

Parameters
NameDescription
requestGetExternalAddressRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
AsyncUnaryCallExternalAddress

The call object.

GetExternalAddressAsync(GetExternalAddressRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<ExternalAddress> GetExternalAddressAsync(GetExternalAddressRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets details of a single external IP address.

Parameters
NameDescription
requestGetExternalAddressRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallExternalAddress

The call object.

GetHcxActivationKey(GetHcxActivationKeyRequest, CallOptions)

public virtual HcxActivationKey GetHcxActivationKey(GetHcxActivationKeyRequest request, CallOptions options)

Retrieves a HcxActivationKey resource by its resource name.

Parameters
NameDescription
requestGetHcxActivationKeyRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestGetHcxActivationKeyRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestGetHcxActivationKeyRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestGetHcxActivationKeyRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallHcxActivationKey

The call object.

GetLoggingServer(GetLoggingServerRequest, CallOptions)

public virtual LoggingServer GetLoggingServer(GetLoggingServerRequest request, CallOptions options)

Gets details of a logging server.

Parameters
NameDescription
requestGetLoggingServerRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
LoggingServer

The response received from the server.

GetLoggingServer(GetLoggingServerRequest, Metadata, DateTime?, CancellationToken)

public virtual LoggingServer GetLoggingServer(GetLoggingServerRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets details of a logging server.

Parameters
NameDescription
requestGetLoggingServerRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
LoggingServer

The response received from the server.

GetLoggingServerAsync(GetLoggingServerRequest, CallOptions)

public virtual AsyncUnaryCall<LoggingServer> GetLoggingServerAsync(GetLoggingServerRequest request, CallOptions options)

Gets details of a logging server.

Parameters
NameDescription
requestGetLoggingServerRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
AsyncUnaryCallLoggingServer

The call object.

GetLoggingServerAsync(GetLoggingServerRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<LoggingServer> GetLoggingServerAsync(GetLoggingServerRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets details of a logging server.

Parameters
NameDescription
requestGetLoggingServerRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallLoggingServer

The call object.

GetManagementDnsZoneBinding(GetManagementDnsZoneBindingRequest, CallOptions)

public virtual ManagementDnsZoneBinding GetManagementDnsZoneBinding(GetManagementDnsZoneBindingRequest request, CallOptions options)

Retrieves a 'ManagementDnsZoneBinding' resource by its resource name.

Parameters
NameDescription
requestGetManagementDnsZoneBindingRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
ManagementDnsZoneBinding

The response received from the server.

GetManagementDnsZoneBinding(GetManagementDnsZoneBindingRequest, Metadata, DateTime?, CancellationToken)

public virtual ManagementDnsZoneBinding GetManagementDnsZoneBinding(GetManagementDnsZoneBindingRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Retrieves a 'ManagementDnsZoneBinding' resource by its resource name.

Parameters
NameDescription
requestGetManagementDnsZoneBindingRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
ManagementDnsZoneBinding

The response received from the server.

GetManagementDnsZoneBindingAsync(GetManagementDnsZoneBindingRequest, CallOptions)

public virtual AsyncUnaryCall<ManagementDnsZoneBinding> GetManagementDnsZoneBindingAsync(GetManagementDnsZoneBindingRequest request, CallOptions options)

Retrieves a 'ManagementDnsZoneBinding' resource by its resource name.

Parameters
NameDescription
requestGetManagementDnsZoneBindingRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
AsyncUnaryCallManagementDnsZoneBinding

The call object.

GetManagementDnsZoneBindingAsync(GetManagementDnsZoneBindingRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<ManagementDnsZoneBinding> GetManagementDnsZoneBindingAsync(GetManagementDnsZoneBindingRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Retrieves a 'ManagementDnsZoneBinding' resource by its resource name.

Parameters
NameDescription
requestGetManagementDnsZoneBindingRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallManagementDnsZoneBinding

The call object.

GetNetworkPeering(GetNetworkPeeringRequest, CallOptions)

public virtual NetworkPeering GetNetworkPeering(GetNetworkPeeringRequest request, CallOptions options)

Retrieves a NetworkPeering resource by its resource name. The resource contains details of the network peering, such as peered networks, import and export custom route configurations, and peering state. NetworkPeering is a global resource and location can only be global.

Parameters
NameDescription
requestGetNetworkPeeringRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
NetworkPeering

The response received from the server.

GetNetworkPeering(GetNetworkPeeringRequest, Metadata, DateTime?, CancellationToken)

public virtual NetworkPeering GetNetworkPeering(GetNetworkPeeringRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Retrieves a NetworkPeering resource by its resource name. The resource contains details of the network peering, such as peered networks, import and export custom route configurations, and peering state. NetworkPeering is a global resource and location can only be global.

Parameters
NameDescription
requestGetNetworkPeeringRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
NetworkPeering

The response received from the server.

GetNetworkPeeringAsync(GetNetworkPeeringRequest, CallOptions)

public virtual AsyncUnaryCall<NetworkPeering> GetNetworkPeeringAsync(GetNetworkPeeringRequest request, CallOptions options)

Retrieves a NetworkPeering resource by its resource name. The resource contains details of the network peering, such as peered networks, import and export custom route configurations, and peering state. NetworkPeering is a global resource and location can only be global.

Parameters
NameDescription
requestGetNetworkPeeringRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
AsyncUnaryCallNetworkPeering

The call object.

GetNetworkPeeringAsync(GetNetworkPeeringRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<NetworkPeering> GetNetworkPeeringAsync(GetNetworkPeeringRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Retrieves a NetworkPeering resource by its resource name. The resource contains details of the network peering, such as peered networks, import and export custom route configurations, and peering state. NetworkPeering is a global resource and location can only be global.

Parameters
NameDescription
requestGetNetworkPeeringRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallNetworkPeering

The call object.

GetNetworkPolicy(GetNetworkPolicyRequest, CallOptions)

public virtual NetworkPolicy GetNetworkPolicy(GetNetworkPolicyRequest request, CallOptions options)

Retrieves a NetworkPolicy resource by its resource name.

Parameters
NameDescription
requestGetNetworkPolicyRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestGetNetworkPolicyRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestGetNetworkPolicyRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestGetNetworkPolicyRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallNetworkPolicy

The call object.

GetNode(GetNodeRequest, CallOptions)

public virtual Node GetNode(GetNodeRequest request, CallOptions options)

Gets details of a single node.

Parameters
NameDescription
requestGetNodeRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
Node

The response received from the server.

GetNode(GetNodeRequest, Metadata, DateTime?, CancellationToken)

public virtual Node GetNode(GetNodeRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets details of a single node.

Parameters
NameDescription
requestGetNodeRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
Node

The response received from the server.

GetNodeAsync(GetNodeRequest, CallOptions)

public virtual AsyncUnaryCall<Node> GetNodeAsync(GetNodeRequest request, CallOptions options)

Gets details of a single node.

Parameters
NameDescription
requestGetNodeRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
AsyncUnaryCallNode

The call object.

GetNodeAsync(GetNodeRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Node> GetNodeAsync(GetNodeRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets details of a single node.

Parameters
NameDescription
requestGetNodeRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallNode

The call object.

GetNodeType(GetNodeTypeRequest, CallOptions)

public virtual NodeType GetNodeType(GetNodeTypeRequest request, CallOptions options)

Gets details of a single NodeType.

Parameters
NameDescription
requestGetNodeTypeRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestGetNodeTypeRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestGetNodeTypeRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestGetNodeTypeRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallNodeType

The call object.

GetPrivateCloud(GetPrivateCloudRequest, CallOptions)

public virtual PrivateCloud GetPrivateCloud(GetPrivateCloudRequest request, CallOptions options)

Retrieves a PrivateCloud resource by its resource name.

Parameters
NameDescription
requestGetPrivateCloudRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestGetPrivateCloudRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestGetPrivateCloudRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestGetPrivateCloudRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestGetPrivateConnectionRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestGetPrivateConnectionRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestGetPrivateConnectionRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestGetPrivateConnectionRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallPrivateConnection

The call object.

GetSubnet(GetSubnetRequest, CallOptions)

public virtual Subnet GetSubnet(GetSubnetRequest request, CallOptions options)

Gets details of a single subnet.

Parameters
NameDescription
requestGetSubnetRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestGetSubnetRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestGetSubnetRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestGetSubnetRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestGetVmwareEngineNetworkRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestGetVmwareEngineNetworkRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestGetVmwareEngineNetworkRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestGetVmwareEngineNetworkRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallVmwareEngineNetwork

The call object.

GrantDnsBindPermission(GrantDnsBindPermissionRequest, CallOptions)

public virtual Operation GrantDnsBindPermission(GrantDnsBindPermissionRequest request, CallOptions options)

Grants the bind permission to the customer provided principal(user / service account) to bind their DNS zone with the intranet VPC associated with the project. DnsBindPermission is a global resource and location can only be global.

Parameters
NameDescription
requestGrantDnsBindPermissionRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
Operation

The response received from the server.

GrantDnsBindPermission(GrantDnsBindPermissionRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation GrantDnsBindPermission(GrantDnsBindPermissionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Grants the bind permission to the customer provided principal(user / service account) to bind their DNS zone with the intranet VPC associated with the project. DnsBindPermission is a global resource and location can only be global.

Parameters
NameDescription
requestGrantDnsBindPermissionRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
Operation

The response received from the server.

GrantDnsBindPermissionAsync(GrantDnsBindPermissionRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> GrantDnsBindPermissionAsync(GrantDnsBindPermissionRequest request, CallOptions options)

Grants the bind permission to the customer provided principal(user / service account) to bind their DNS zone with the intranet VPC associated with the project. DnsBindPermission is a global resource and location can only be global.

Parameters
NameDescription
requestGrantDnsBindPermissionRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
AsyncUnaryCallOperation

The call object.

GrantDnsBindPermissionAsync(GrantDnsBindPermissionRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> GrantDnsBindPermissionAsync(GrantDnsBindPermissionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Grants the bind permission to the customer provided principal(user / service account) to bind their DNS zone with the intranet VPC associated with the project. DnsBindPermission is a global resource and location can only be global.

Parameters
NameDescription
requestGrantDnsBindPermissionRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallOperation

The call object.

ListClusters(ListClustersRequest, CallOptions)

public virtual ListClustersResponse ListClusters(ListClustersRequest request, CallOptions options)

Lists Cluster resources in a given private cloud.

Parameters
NameDescription
requestListClustersRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestListClustersRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestListClustersRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestListClustersRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallListClustersResponse

The call object.

ListExternalAccessRules(ListExternalAccessRulesRequest, CallOptions)

public virtual ListExternalAccessRulesResponse ListExternalAccessRules(ListExternalAccessRulesRequest request, CallOptions options)

Lists ExternalAccessRule resources in the specified network policy.

Parameters
NameDescription
requestListExternalAccessRulesRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
ListExternalAccessRulesResponse

The response received from the server.

ListExternalAccessRules(ListExternalAccessRulesRequest, Metadata, DateTime?, CancellationToken)

public virtual ListExternalAccessRulesResponse ListExternalAccessRules(ListExternalAccessRulesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists ExternalAccessRule resources in the specified network policy.

Parameters
NameDescription
requestListExternalAccessRulesRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
ListExternalAccessRulesResponse

The response received from the server.

ListExternalAccessRulesAsync(ListExternalAccessRulesRequest, CallOptions)

public virtual AsyncUnaryCall<ListExternalAccessRulesResponse> ListExternalAccessRulesAsync(ListExternalAccessRulesRequest request, CallOptions options)

Lists ExternalAccessRule resources in the specified network policy.

Parameters
NameDescription
requestListExternalAccessRulesRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
AsyncUnaryCallListExternalAccessRulesResponse

The call object.

ListExternalAccessRulesAsync(ListExternalAccessRulesRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<ListExternalAccessRulesResponse> ListExternalAccessRulesAsync(ListExternalAccessRulesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists ExternalAccessRule resources in the specified network policy.

Parameters
NameDescription
requestListExternalAccessRulesRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallListExternalAccessRulesResponse

The call object.

ListExternalAddresses(ListExternalAddressesRequest, CallOptions)

public virtual ListExternalAddressesResponse ListExternalAddresses(ListExternalAddressesRequest request, CallOptions options)

Lists external IP addresses assigned to VMware workload VMs in a given private cloud.

Parameters
NameDescription
requestListExternalAddressesRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
ListExternalAddressesResponse

The response received from the server.

ListExternalAddresses(ListExternalAddressesRequest, Metadata, DateTime?, CancellationToken)

public virtual ListExternalAddressesResponse ListExternalAddresses(ListExternalAddressesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists external IP addresses assigned to VMware workload VMs in a given private cloud.

Parameters
NameDescription
requestListExternalAddressesRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
ListExternalAddressesResponse

The response received from the server.

ListExternalAddressesAsync(ListExternalAddressesRequest, CallOptions)

public virtual AsyncUnaryCall<ListExternalAddressesResponse> ListExternalAddressesAsync(ListExternalAddressesRequest request, CallOptions options)

Lists external IP addresses assigned to VMware workload VMs in a given private cloud.

Parameters
NameDescription
requestListExternalAddressesRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
AsyncUnaryCallListExternalAddressesResponse

The call object.

ListExternalAddressesAsync(ListExternalAddressesRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<ListExternalAddressesResponse> ListExternalAddressesAsync(ListExternalAddressesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists external IP addresses assigned to VMware workload VMs in a given private cloud.

Parameters
NameDescription
requestListExternalAddressesRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallListExternalAddressesResponse

The call object.

ListHcxActivationKeys(ListHcxActivationKeysRequest, CallOptions)

public virtual ListHcxActivationKeysResponse ListHcxActivationKeys(ListHcxActivationKeysRequest request, CallOptions options)

Lists HcxActivationKey resources in a given private cloud.

Parameters
NameDescription
requestListHcxActivationKeysRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestListHcxActivationKeysRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestListHcxActivationKeysRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestListHcxActivationKeysRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallListHcxActivationKeysResponse

The call object.

ListLoggingServers(ListLoggingServersRequest, CallOptions)

public virtual ListLoggingServersResponse ListLoggingServers(ListLoggingServersRequest request, CallOptions options)

Lists logging servers configured for a given private cloud.

Parameters
NameDescription
requestListLoggingServersRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
ListLoggingServersResponse

The response received from the server.

ListLoggingServers(ListLoggingServersRequest, Metadata, DateTime?, CancellationToken)

public virtual ListLoggingServersResponse ListLoggingServers(ListLoggingServersRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists logging servers configured for a given private cloud.

Parameters
NameDescription
requestListLoggingServersRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
ListLoggingServersResponse

The response received from the server.

ListLoggingServersAsync(ListLoggingServersRequest, CallOptions)

public virtual AsyncUnaryCall<ListLoggingServersResponse> ListLoggingServersAsync(ListLoggingServersRequest request, CallOptions options)

Lists logging servers configured for a given private cloud.

Parameters
NameDescription
requestListLoggingServersRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
AsyncUnaryCallListLoggingServersResponse

The call object.

ListLoggingServersAsync(ListLoggingServersRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<ListLoggingServersResponse> ListLoggingServersAsync(ListLoggingServersRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists logging servers configured for a given private cloud.

Parameters
NameDescription
requestListLoggingServersRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallListLoggingServersResponse

The call object.

ListManagementDnsZoneBindings(ListManagementDnsZoneBindingsRequest, CallOptions)

public virtual ListManagementDnsZoneBindingsResponse ListManagementDnsZoneBindings(ListManagementDnsZoneBindingsRequest request, CallOptions options)

Lists Consumer VPCs bound to Management DNS Zone of a given private cloud.

Parameters
NameDescription
requestListManagementDnsZoneBindingsRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
ListManagementDnsZoneBindingsResponse

The response received from the server.

ListManagementDnsZoneBindings(ListManagementDnsZoneBindingsRequest, Metadata, DateTime?, CancellationToken)

public virtual ListManagementDnsZoneBindingsResponse ListManagementDnsZoneBindings(ListManagementDnsZoneBindingsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists Consumer VPCs bound to Management DNS Zone of a given private cloud.

Parameters
NameDescription
requestListManagementDnsZoneBindingsRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
ListManagementDnsZoneBindingsResponse

The response received from the server.

ListManagementDnsZoneBindingsAsync(ListManagementDnsZoneBindingsRequest, CallOptions)

public virtual AsyncUnaryCall<ListManagementDnsZoneBindingsResponse> ListManagementDnsZoneBindingsAsync(ListManagementDnsZoneBindingsRequest request, CallOptions options)

Lists Consumer VPCs bound to Management DNS Zone of a given private cloud.

Parameters
NameDescription
requestListManagementDnsZoneBindingsRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
AsyncUnaryCallListManagementDnsZoneBindingsResponse

The call object.

ListManagementDnsZoneBindingsAsync(ListManagementDnsZoneBindingsRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<ListManagementDnsZoneBindingsResponse> ListManagementDnsZoneBindingsAsync(ListManagementDnsZoneBindingsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists Consumer VPCs bound to Management DNS Zone of a given private cloud.

Parameters
NameDescription
requestListManagementDnsZoneBindingsRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallListManagementDnsZoneBindingsResponse

The call object.

ListNetworkPeerings(ListNetworkPeeringsRequest, CallOptions)

public virtual ListNetworkPeeringsResponse ListNetworkPeerings(ListNetworkPeeringsRequest request, CallOptions options)

Lists NetworkPeering resources in a given project. NetworkPeering is a global resource and location can only be global.

Parameters
NameDescription
requestListNetworkPeeringsRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
ListNetworkPeeringsResponse

The response received from the server.

ListNetworkPeerings(ListNetworkPeeringsRequest, Metadata, DateTime?, CancellationToken)

public virtual ListNetworkPeeringsResponse ListNetworkPeerings(ListNetworkPeeringsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists NetworkPeering resources in a given project. NetworkPeering is a global resource and location can only be global.

Parameters
NameDescription
requestListNetworkPeeringsRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
ListNetworkPeeringsResponse

The response received from the server.

ListNetworkPeeringsAsync(ListNetworkPeeringsRequest, CallOptions)

public virtual AsyncUnaryCall<ListNetworkPeeringsResponse> ListNetworkPeeringsAsync(ListNetworkPeeringsRequest request, CallOptions options)

Lists NetworkPeering resources in a given project. NetworkPeering is a global resource and location can only be global.

Parameters
NameDescription
requestListNetworkPeeringsRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
AsyncUnaryCallListNetworkPeeringsResponse

The call object.

ListNetworkPeeringsAsync(ListNetworkPeeringsRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<ListNetworkPeeringsResponse> ListNetworkPeeringsAsync(ListNetworkPeeringsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists NetworkPeering resources in a given project. NetworkPeering is a global resource and location can only be global.

Parameters
NameDescription
requestListNetworkPeeringsRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallListNetworkPeeringsResponse

The call object.

ListNetworkPolicies(ListNetworkPoliciesRequest, CallOptions)

public virtual ListNetworkPoliciesResponse ListNetworkPolicies(ListNetworkPoliciesRequest request, CallOptions options)

Lists NetworkPolicy resources in a specified project and location.

Parameters
NameDescription
requestListNetworkPoliciesRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestListNetworkPoliciesRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestListNetworkPoliciesRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestListNetworkPoliciesRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallListNetworkPoliciesResponse

The call object.

ListNodeTypes(ListNodeTypesRequest, CallOptions)

public virtual ListNodeTypesResponse ListNodeTypes(ListNodeTypesRequest request, CallOptions options)

Lists node types

Parameters
NameDescription
requestListNodeTypesRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestListNodeTypesRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
ListNodeTypesResponse

The response received from the server.

ListNodeTypesAsync(ListNodeTypesRequest, CallOptions)

public virtual AsyncUnaryCall<ListNodeTypesResponse> ListNodeTypesAsync(ListNodeTypesRequest request, CallOptions options)

Lists node types

Parameters
NameDescription
requestListNodeTypesRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestListNodeTypesRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallListNodeTypesResponse

The call object.

ListNodes(ListNodesRequest, CallOptions)

public virtual ListNodesResponse ListNodes(ListNodesRequest request, CallOptions options)

Lists nodes in a given cluster.

Parameters
NameDescription
requestListNodesRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
ListNodesResponse

The response received from the server.

ListNodes(ListNodesRequest, Metadata, DateTime?, CancellationToken)

public virtual ListNodesResponse ListNodes(ListNodesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists nodes in a given cluster.

Parameters
NameDescription
requestListNodesRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
ListNodesResponse

The response received from the server.

ListNodesAsync(ListNodesRequest, CallOptions)

public virtual AsyncUnaryCall<ListNodesResponse> ListNodesAsync(ListNodesRequest request, CallOptions options)

Lists nodes in a given cluster.

Parameters
NameDescription
requestListNodesRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
AsyncUnaryCallListNodesResponse

The call object.

ListNodesAsync(ListNodesRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<ListNodesResponse> ListNodesAsync(ListNodesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists nodes in a given cluster.

Parameters
NameDescription
requestListNodesRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallListNodesResponse

The call object.

ListPeeringRoutes(ListPeeringRoutesRequest, CallOptions)

public virtual ListPeeringRoutesResponse ListPeeringRoutes(ListPeeringRoutesRequest request, CallOptions options)

Lists the network peering routes exchanged over a peering connection. NetworkPeering is a global resource and location can only be global.

Parameters
NameDescription
requestListPeeringRoutesRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
ListPeeringRoutesResponse

The response received from the server.

ListPeeringRoutes(ListPeeringRoutesRequest, Metadata, DateTime?, CancellationToken)

public virtual ListPeeringRoutesResponse ListPeeringRoutes(ListPeeringRoutesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists the network peering routes exchanged over a peering connection. NetworkPeering is a global resource and location can only be global.

Parameters
NameDescription
requestListPeeringRoutesRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
ListPeeringRoutesResponse

The response received from the server.

ListPeeringRoutesAsync(ListPeeringRoutesRequest, CallOptions)

public virtual AsyncUnaryCall<ListPeeringRoutesResponse> ListPeeringRoutesAsync(ListPeeringRoutesRequest request, CallOptions options)

Lists the network peering routes exchanged over a peering connection. NetworkPeering is a global resource and location can only be global.

Parameters
NameDescription
requestListPeeringRoutesRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
AsyncUnaryCallListPeeringRoutesResponse

The call object.

ListPeeringRoutesAsync(ListPeeringRoutesRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<ListPeeringRoutesResponse> ListPeeringRoutesAsync(ListPeeringRoutesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists the network peering routes exchanged over a peering connection. NetworkPeering is a global resource and location can only be global.

Parameters
NameDescription
requestListPeeringRoutesRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallListPeeringRoutesResponse

The call object.

ListPrivateClouds(ListPrivateCloudsRequest, CallOptions)

public virtual ListPrivateCloudsResponse ListPrivateClouds(ListPrivateCloudsRequest request, CallOptions options)

Lists PrivateCloud resources in a given project and location.

Parameters
NameDescription
requestListPrivateCloudsRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestListPrivateCloudsRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestListPrivateCloudsRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestListPrivateCloudsRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestListPrivateConnectionPeeringRoutesRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestListPrivateConnectionPeeringRoutesRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestListPrivateConnectionPeeringRoutesRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestListPrivateConnectionPeeringRoutesRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestListPrivateConnectionsRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestListPrivateConnectionsRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestListPrivateConnectionsRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestListPrivateConnectionsRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallListPrivateConnectionsResponse

The call object.

ListSubnets(ListSubnetsRequest, CallOptions)

public virtual ListSubnetsResponse ListSubnets(ListSubnetsRequest request, CallOptions options)

Lists subnets in a given private cloud.

Parameters
NameDescription
requestListSubnetsRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestListSubnetsRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestListSubnetsRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestListSubnetsRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestListVmwareEngineNetworksRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestListVmwareEngineNetworksRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestListVmwareEngineNetworksRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestListVmwareEngineNetworksRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallListVmwareEngineNetworksResponse

The call object.

NewInstance(ClientBaseConfiguration)

protected override VmwareEngine.VmwareEngineClient NewInstance(ClientBase.ClientBaseConfiguration configuration)

Creates a new instance of client from given ClientBaseConfiguration.

Parameter
NameDescription
configurationClientBaseClientBaseConfiguration
Returns
TypeDescription
VmwareEngineVmwareEngineClient
Overrides

RepairManagementDnsZoneBinding(RepairManagementDnsZoneBindingRequest, CallOptions)

public virtual Operation RepairManagementDnsZoneBinding(RepairManagementDnsZoneBindingRequest request, CallOptions options)

Retries to create a ManagementDnsZoneBinding resource that is in failed state.

Parameters
NameDescription
requestRepairManagementDnsZoneBindingRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
Operation

The response received from the server.

RepairManagementDnsZoneBinding(RepairManagementDnsZoneBindingRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation RepairManagementDnsZoneBinding(RepairManagementDnsZoneBindingRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Retries to create a ManagementDnsZoneBinding resource that is in failed state.

Parameters
NameDescription
requestRepairManagementDnsZoneBindingRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
Operation

The response received from the server.

RepairManagementDnsZoneBindingAsync(RepairManagementDnsZoneBindingRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> RepairManagementDnsZoneBindingAsync(RepairManagementDnsZoneBindingRequest request, CallOptions options)

Retries to create a ManagementDnsZoneBinding resource that is in failed state.

Parameters
NameDescription
requestRepairManagementDnsZoneBindingRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
AsyncUnaryCallOperation

The call object.

RepairManagementDnsZoneBindingAsync(RepairManagementDnsZoneBindingRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> RepairManagementDnsZoneBindingAsync(RepairManagementDnsZoneBindingRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Retries to create a ManagementDnsZoneBinding resource that is in failed state.

Parameters
NameDescription
requestRepairManagementDnsZoneBindingRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallOperation

The call object.

ResetNsxCredentials(ResetNsxCredentialsRequest, CallOptions)

public virtual Operation ResetNsxCredentials(ResetNsxCredentialsRequest request, CallOptions options)

Resets credentials of the NSX appliance.

Parameters
NameDescription
requestResetNsxCredentialsRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestResetNsxCredentialsRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestResetNsxCredentialsRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestResetNsxCredentialsRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallOperation

The call object.

ResetVcenterCredentials(ResetVcenterCredentialsRequest, CallOptions)

public virtual Operation ResetVcenterCredentials(ResetVcenterCredentialsRequest request, CallOptions options)

Resets credentials of the Vcenter appliance.

Parameters
NameDescription
requestResetVcenterCredentialsRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestResetVcenterCredentialsRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestResetVcenterCredentialsRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestResetVcenterCredentialsRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallOperation

The call object.

RevokeDnsBindPermission(RevokeDnsBindPermissionRequest, CallOptions)

public virtual Operation RevokeDnsBindPermission(RevokeDnsBindPermissionRequest request, CallOptions options)

Revokes the bind permission from the customer provided principal(user / service account) on the intranet VPC associated with the consumer project. DnsBindPermission is a global resource and location can only be global.

Parameters
NameDescription
requestRevokeDnsBindPermissionRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
Operation

The response received from the server.

RevokeDnsBindPermission(RevokeDnsBindPermissionRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation RevokeDnsBindPermission(RevokeDnsBindPermissionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Revokes the bind permission from the customer provided principal(user / service account) on the intranet VPC associated with the consumer project. DnsBindPermission is a global resource and location can only be global.

Parameters
NameDescription
requestRevokeDnsBindPermissionRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
Operation

The response received from the server.

RevokeDnsBindPermissionAsync(RevokeDnsBindPermissionRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> RevokeDnsBindPermissionAsync(RevokeDnsBindPermissionRequest request, CallOptions options)

Revokes the bind permission from the customer provided principal(user / service account) on the intranet VPC associated with the consumer project. DnsBindPermission is a global resource and location can only be global.

Parameters
NameDescription
requestRevokeDnsBindPermissionRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
AsyncUnaryCallOperation

The call object.

RevokeDnsBindPermissionAsync(RevokeDnsBindPermissionRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> RevokeDnsBindPermissionAsync(RevokeDnsBindPermissionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Revokes the bind permission from the customer provided principal(user / service account) on the intranet VPC associated with the consumer project. DnsBindPermission is a global resource and location can only be global.

Parameters
NameDescription
requestRevokeDnsBindPermissionRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallOperation

The call object.

ShowNsxCredentials(ShowNsxCredentialsRequest, CallOptions)

public virtual Credentials ShowNsxCredentials(ShowNsxCredentialsRequest request, CallOptions options)

Gets details of credentials for NSX appliance.

Parameters
NameDescription
requestShowNsxCredentialsRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestShowNsxCredentialsRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestShowNsxCredentialsRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestShowNsxCredentialsRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallCredentials

The call object.

ShowVcenterCredentials(ShowVcenterCredentialsRequest, CallOptions)

public virtual Credentials ShowVcenterCredentials(ShowVcenterCredentialsRequest request, CallOptions options)

Gets details of credentials for Vcenter appliance.

Parameters
NameDescription
requestShowVcenterCredentialsRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestShowVcenterCredentialsRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestShowVcenterCredentialsRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestShowVcenterCredentialsRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestUndeletePrivateCloudRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestUndeletePrivateCloudRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestUndeletePrivateCloudRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestUndeletePrivateCloudRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallOperation

The call object.

UpdateCluster(UpdateClusterRequest, CallOptions)

public virtual Operation UpdateCluster(UpdateClusterRequest request, CallOptions options)

Modifies a Cluster resource. Only fields specified in updateMask are applied.

During operation processing, the resource is temporarily in the ACTIVE state before the operation fully completes. For that period of time, you can't update the resource. Use the operation status to determine when the processing fully completes.

Parameters
NameDescription
requestUpdateClusterRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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 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
NameDescription
requestUpdateClusterRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
Operation

The response received from the server.

UpdateClusterAsync(UpdateClusterRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> UpdateClusterAsync(UpdateClusterRequest request, CallOptions options)

Modifies a Cluster resource. Only fields specified in updateMask are applied.

During operation processing, the resource is temporarily in the ACTIVE state before the operation fully completes. For that period of time, you can't update the resource. Use the operation status to determine when the processing fully completes.

Parameters
NameDescription
requestUpdateClusterRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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 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
NameDescription
requestUpdateClusterRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallOperation

The call object.

UpdateDnsForwarding(UpdateDnsForwardingRequest, CallOptions)

public virtual Operation UpdateDnsForwarding(UpdateDnsForwardingRequest request, CallOptions options)

Updates the parameters of the DnsForwarding config, like associated domains. Only fields specified in update_mask are applied.

Parameters
NameDescription
requestUpdateDnsForwardingRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
Operation

The response received from the server.

UpdateDnsForwarding(UpdateDnsForwardingRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation UpdateDnsForwarding(UpdateDnsForwardingRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Updates the parameters of the DnsForwarding config, like associated domains. Only fields specified in update_mask are applied.

Parameters
NameDescription
requestUpdateDnsForwardingRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
Operation

The response received from the server.

UpdateDnsForwardingAsync(UpdateDnsForwardingRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> UpdateDnsForwardingAsync(UpdateDnsForwardingRequest request, CallOptions options)

Updates the parameters of the DnsForwarding config, like associated domains. Only fields specified in update_mask are applied.

Parameters
NameDescription
requestUpdateDnsForwardingRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
AsyncUnaryCallOperation

The call object.

UpdateDnsForwardingAsync(UpdateDnsForwardingRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> UpdateDnsForwardingAsync(UpdateDnsForwardingRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Updates the parameters of the DnsForwarding config, like associated domains. Only fields specified in update_mask are applied.

Parameters
NameDescription
requestUpdateDnsForwardingRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallOperation

The call object.

UpdateExternalAccessRule(UpdateExternalAccessRuleRequest, CallOptions)

public virtual Operation UpdateExternalAccessRule(UpdateExternalAccessRuleRequest request, CallOptions options)

Updates the parameters of a single external access rule. Only fields specified in update_mask are applied.

Parameters
NameDescription
requestUpdateExternalAccessRuleRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
Operation

The response received from the server.

UpdateExternalAccessRule(UpdateExternalAccessRuleRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation UpdateExternalAccessRule(UpdateExternalAccessRuleRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Updates the parameters of a single external access rule. Only fields specified in update_mask are applied.

Parameters
NameDescription
requestUpdateExternalAccessRuleRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
Operation

The response received from the server.

UpdateExternalAccessRuleAsync(UpdateExternalAccessRuleRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> UpdateExternalAccessRuleAsync(UpdateExternalAccessRuleRequest request, CallOptions options)

Updates the parameters of a single external access rule. Only fields specified in update_mask are applied.

Parameters
NameDescription
requestUpdateExternalAccessRuleRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
AsyncUnaryCallOperation

The call object.

UpdateExternalAccessRuleAsync(UpdateExternalAccessRuleRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> UpdateExternalAccessRuleAsync(UpdateExternalAccessRuleRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Updates the parameters of a single external access rule. Only fields specified in update_mask are applied.

Parameters
NameDescription
requestUpdateExternalAccessRuleRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallOperation

The call object.

UpdateExternalAddress(UpdateExternalAddressRequest, CallOptions)

public virtual Operation UpdateExternalAddress(UpdateExternalAddressRequest request, CallOptions options)

Updates the parameters of a single external IP address. Only fields specified in update_mask are applied.

During operation processing, the resource is temporarily in the ACTIVE state before the operation fully completes. For that period of time, you can't update the resource. Use the operation status to determine when the processing fully completes.

Parameters
NameDescription
requestUpdateExternalAddressRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
Operation

The response received from the server.

UpdateExternalAddress(UpdateExternalAddressRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation UpdateExternalAddress(UpdateExternalAddressRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Updates the parameters of a single external IP address. Only fields specified in update_mask are applied.

During operation processing, the resource is temporarily in the ACTIVE state before the operation fully completes. For that period of time, you can't update the resource. Use the operation status to determine when the processing fully completes.

Parameters
NameDescription
requestUpdateExternalAddressRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
Operation

The response received from the server.

UpdateExternalAddressAsync(UpdateExternalAddressRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> UpdateExternalAddressAsync(UpdateExternalAddressRequest request, CallOptions options)

Updates the parameters of a single external IP address. Only fields specified in update_mask are applied.

During operation processing, the resource is temporarily in the ACTIVE state before the operation fully completes. For that period of time, you can't update the resource. Use the operation status to determine when the processing fully completes.

Parameters
NameDescription
requestUpdateExternalAddressRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
AsyncUnaryCallOperation

The call object.

UpdateExternalAddressAsync(UpdateExternalAddressRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> UpdateExternalAddressAsync(UpdateExternalAddressRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Updates the parameters of a single external IP address. Only fields specified in update_mask are applied.

During operation processing, the resource is temporarily in the ACTIVE state before the operation fully completes. For that period of time, you can't update the resource. Use the operation status to determine when the processing fully completes.

Parameters
NameDescription
requestUpdateExternalAddressRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallOperation

The call object.

UpdateLoggingServer(UpdateLoggingServerRequest, CallOptions)

public virtual Operation UpdateLoggingServer(UpdateLoggingServerRequest request, CallOptions options)

Updates the parameters of a single logging server. Only fields specified in update_mask are applied.

Parameters
NameDescription
requestUpdateLoggingServerRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
Operation

The response received from the server.

UpdateLoggingServer(UpdateLoggingServerRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation UpdateLoggingServer(UpdateLoggingServerRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Updates the parameters of a single logging server. Only fields specified in update_mask are applied.

Parameters
NameDescription
requestUpdateLoggingServerRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
Operation

The response received from the server.

UpdateLoggingServerAsync(UpdateLoggingServerRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> UpdateLoggingServerAsync(UpdateLoggingServerRequest request, CallOptions options)

Updates the parameters of a single logging server. Only fields specified in update_mask are applied.

Parameters
NameDescription
requestUpdateLoggingServerRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
AsyncUnaryCallOperation

The call object.

UpdateLoggingServerAsync(UpdateLoggingServerRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> UpdateLoggingServerAsync(UpdateLoggingServerRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Updates the parameters of a single logging server. Only fields specified in update_mask are applied.

Parameters
NameDescription
requestUpdateLoggingServerRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallOperation

The call object.

UpdateManagementDnsZoneBinding(UpdateManagementDnsZoneBindingRequest, CallOptions)

public virtual Operation UpdateManagementDnsZoneBinding(UpdateManagementDnsZoneBindingRequest request, CallOptions options)

Updates a ManagementDnsZoneBinding resource. Only fields specified in update_mask are applied.

Parameters
NameDescription
requestUpdateManagementDnsZoneBindingRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
Operation

The response received from the server.

UpdateManagementDnsZoneBinding(UpdateManagementDnsZoneBindingRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation UpdateManagementDnsZoneBinding(UpdateManagementDnsZoneBindingRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Updates a ManagementDnsZoneBinding resource. Only fields specified in update_mask are applied.

Parameters
NameDescription
requestUpdateManagementDnsZoneBindingRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
Operation

The response received from the server.

UpdateManagementDnsZoneBindingAsync(UpdateManagementDnsZoneBindingRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> UpdateManagementDnsZoneBindingAsync(UpdateManagementDnsZoneBindingRequest request, CallOptions options)

Updates a ManagementDnsZoneBinding resource. Only fields specified in update_mask are applied.

Parameters
NameDescription
requestUpdateManagementDnsZoneBindingRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
AsyncUnaryCallOperation

The call object.

UpdateManagementDnsZoneBindingAsync(UpdateManagementDnsZoneBindingRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> UpdateManagementDnsZoneBindingAsync(UpdateManagementDnsZoneBindingRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Updates a ManagementDnsZoneBinding resource. Only fields specified in update_mask are applied.

Parameters
NameDescription
requestUpdateManagementDnsZoneBindingRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallOperation

The call object.

UpdateNetworkPeering(UpdateNetworkPeeringRequest, CallOptions)

public virtual Operation UpdateNetworkPeering(UpdateNetworkPeeringRequest request, CallOptions options)

Modifies a NetworkPeering resource. Only the description field can be updated. Only fields specified in updateMask are applied. NetworkPeering is a global resource and location can only be global.

Parameters
NameDescription
requestUpdateNetworkPeeringRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
Operation

The response received from the server.

UpdateNetworkPeering(UpdateNetworkPeeringRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation UpdateNetworkPeering(UpdateNetworkPeeringRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Modifies a NetworkPeering resource. Only the description field can be updated. Only fields specified in updateMask are applied. NetworkPeering is a global resource and location can only be global.

Parameters
NameDescription
requestUpdateNetworkPeeringRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
Operation

The response received from the server.

UpdateNetworkPeeringAsync(UpdateNetworkPeeringRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> UpdateNetworkPeeringAsync(UpdateNetworkPeeringRequest request, CallOptions options)

Modifies a NetworkPeering resource. Only the description field can be updated. Only fields specified in updateMask are applied. NetworkPeering is a global resource and location can only be global.

Parameters
NameDescription
requestUpdateNetworkPeeringRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
AsyncUnaryCallOperation

The call object.

UpdateNetworkPeeringAsync(UpdateNetworkPeeringRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> UpdateNetworkPeeringAsync(UpdateNetworkPeeringRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Modifies a NetworkPeering resource. Only the description field can be updated. Only fields specified in updateMask are applied. NetworkPeering is a global resource and location can only be global.

Parameters
NameDescription
requestUpdateNetworkPeeringRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestUpdateNetworkPolicyRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestUpdateNetworkPolicyRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestUpdateNetworkPolicyRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestUpdateNetworkPolicyRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestUpdatePrivateCloudRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestUpdatePrivateCloudRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestUpdatePrivateCloudRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestUpdatePrivateCloudRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestUpdatePrivateConnectionRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestUpdatePrivateConnectionRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestUpdatePrivateConnectionRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestUpdatePrivateConnectionRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestUpdateSubnetRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestUpdateSubnetRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestUpdateSubnetRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestUpdateSubnetRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestUpdateVmwareEngineNetworkRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestUpdateVmwareEngineNetworkRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestUpdateVmwareEngineNetworkRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestUpdateVmwareEngineNetworkRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallOperation

The call object.