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

[BindServiceMethod(typeof(VmwareEngine), "BindService")]
public abstract class VmwareEngine.VmwareEngineBase

Reference documentation and code samples for the VMware Engine v1 API class VmwareEngine.VmwareEngineBase.

Base class for server-side implementations of VmwareEngine

Inheritance

object > VmwareEngine.VmwareEngineBase

Namespace

Google.Cloud.VmwareEngine.V1

Assembly

Google.Cloud.VmwareEngine.V1.dll

Methods

CreateCluster(CreateClusterRequest, ServerCallContext)

public virtual Task<Operation> CreateCluster(CreateClusterRequest request, ServerCallContext context)

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 received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
TaskOperation

The response to send back to the client (wrapped by a task).

CreateExternalAccessRule(CreateExternalAccessRuleRequest, ServerCallContext)

public virtual Task<Operation> CreateExternalAccessRule(CreateExternalAccessRuleRequest request, ServerCallContext context)

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

Parameters
NameDescription
requestCreateExternalAccessRuleRequest

The request received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
TaskOperation

The response to send back to the client (wrapped by a task).

CreateExternalAddress(CreateExternalAddressRequest, ServerCallContext)

public virtual Task<Operation> CreateExternalAddress(CreateExternalAddressRequest request, ServerCallContext context)

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 received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
TaskOperation

The response to send back to the client (wrapped by a task).

CreateHcxActivationKey(CreateHcxActivationKeyRequest, ServerCallContext)

public virtual Task<Operation> CreateHcxActivationKey(CreateHcxActivationKeyRequest request, ServerCallContext context)

Creates a new HCX activation key in a given private cloud.

Parameters
NameDescription
requestCreateHcxActivationKeyRequest

The request received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
TaskOperation

The response to send back to the client (wrapped by a task).

CreateLoggingServer(CreateLoggingServerRequest, ServerCallContext)

public virtual Task<Operation> CreateLoggingServer(CreateLoggingServerRequest request, ServerCallContext context)

Create a new logging server for a given private cloud.

Parameters
NameDescription
requestCreateLoggingServerRequest

The request received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
TaskOperation

The response to send back to the client (wrapped by a task).

CreateManagementDnsZoneBinding(CreateManagementDnsZoneBindingRequest, ServerCallContext)

public virtual Task<Operation> CreateManagementDnsZoneBinding(CreateManagementDnsZoneBindingRequest request, ServerCallContext context)

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 received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
TaskOperation

The response to send back to the client (wrapped by a task).

CreateNetworkPeering(CreateNetworkPeeringRequest, ServerCallContext)

public virtual Task<Operation> CreateNetworkPeering(CreateNetworkPeeringRequest request, ServerCallContext context)

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 received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
TaskOperation

The response to send back to the client (wrapped by a task).

CreateNetworkPolicy(CreateNetworkPolicyRequest, ServerCallContext)

public virtual Task<Operation> CreateNetworkPolicy(CreateNetworkPolicyRequest request, ServerCallContext context)

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 received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
TaskOperation

The response to send back to the client (wrapped by a task).

CreatePrivateCloud(CreatePrivateCloudRequest, ServerCallContext)

public virtual Task<Operation> CreatePrivateCloud(CreatePrivateCloudRequest request, ServerCallContext context)

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 received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
TaskOperation

The response to send back to the client (wrapped by a task).

CreatePrivateConnection(CreatePrivateConnectionRequest, ServerCallContext)

public virtual Task<Operation> CreatePrivateConnection(CreatePrivateConnectionRequest request, ServerCallContext context)

Creates a new private connection that can be used for accessing private Clouds.

Parameters
NameDescription
requestCreatePrivateConnectionRequest

The request received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
TaskOperation

The response to send back to the client (wrapped by a task).

CreateVmwareEngineNetwork(CreateVmwareEngineNetworkRequest, ServerCallContext)

public virtual Task<Operation> CreateVmwareEngineNetwork(CreateVmwareEngineNetworkRequest request, ServerCallContext context)

Creates a new VMware Engine network that can be used by a private cloud.

Parameters
NameDescription
requestCreateVmwareEngineNetworkRequest

The request received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
TaskOperation

The response to send back to the client (wrapped by a task).

DeleteCluster(DeleteClusterRequest, ServerCallContext)

public virtual Task<Operation> DeleteCluster(DeleteClusterRequest request, ServerCallContext context)

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 received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
TaskOperation

The response to send back to the client (wrapped by a task).

DeleteExternalAccessRule(DeleteExternalAccessRuleRequest, ServerCallContext)

public virtual Task<Operation> DeleteExternalAccessRule(DeleteExternalAccessRuleRequest request, ServerCallContext context)

Deletes a single external access rule.

Parameters
NameDescription
requestDeleteExternalAccessRuleRequest

The request received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
TaskOperation

The response to send back to the client (wrapped by a task).

DeleteExternalAddress(DeleteExternalAddressRequest, ServerCallContext)

public virtual Task<Operation> DeleteExternalAddress(DeleteExternalAddressRequest request, ServerCallContext context)

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 received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
TaskOperation

The response to send back to the client (wrapped by a task).

DeleteLoggingServer(DeleteLoggingServerRequest, ServerCallContext)

public virtual Task<Operation> DeleteLoggingServer(DeleteLoggingServerRequest request, ServerCallContext context)

Deletes a single logging server.

Parameters
NameDescription
requestDeleteLoggingServerRequest

The request received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
TaskOperation

The response to send back to the client (wrapped by a task).

DeleteManagementDnsZoneBinding(DeleteManagementDnsZoneBindingRequest, ServerCallContext)

public virtual Task<Operation> DeleteManagementDnsZoneBinding(DeleteManagementDnsZoneBindingRequest request, ServerCallContext context)

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 received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
TaskOperation

The response to send back to the client (wrapped by a task).

DeleteNetworkPeering(DeleteNetworkPeeringRequest, ServerCallContext)

public virtual Task<Operation> DeleteNetworkPeering(DeleteNetworkPeeringRequest request, ServerCallContext context)

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 received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
TaskOperation

The response to send back to the client (wrapped by a task).

DeleteNetworkPolicy(DeleteNetworkPolicyRequest, ServerCallContext)

public virtual Task<Operation> DeleteNetworkPolicy(DeleteNetworkPolicyRequest request, ServerCallContext context)

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 received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
TaskOperation

The response to send back to the client (wrapped by a task).

DeletePrivateCloud(DeletePrivateCloudRequest, ServerCallContext)

public virtual Task<Operation> DeletePrivateCloud(DeletePrivateCloudRequest request, ServerCallContext context)

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 received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
TaskOperation

The response to send back to the client (wrapped by a task).

DeletePrivateConnection(DeletePrivateConnectionRequest, ServerCallContext)

public virtual Task<Operation> DeletePrivateConnection(DeletePrivateConnectionRequest request, ServerCallContext context)

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 received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
TaskOperation

The response to send back to the client (wrapped by a task).

DeleteVmwareEngineNetwork(DeleteVmwareEngineNetworkRequest, ServerCallContext)

public virtual Task<Operation> DeleteVmwareEngineNetwork(DeleteVmwareEngineNetworkRequest request, ServerCallContext context)

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 received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
TaskOperation

The response to send back to the client (wrapped by a task).

FetchNetworkPolicyExternalAddresses(FetchNetworkPolicyExternalAddressesRequest, ServerCallContext)

public virtual Task<FetchNetworkPolicyExternalAddressesResponse> FetchNetworkPolicyExternalAddresses(FetchNetworkPolicyExternalAddressesRequest request, ServerCallContext context)

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

Parameters
NameDescription
requestFetchNetworkPolicyExternalAddressesRequest

The request received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
TaskFetchNetworkPolicyExternalAddressesResponse

The response to send back to the client (wrapped by a task).

GetCluster(GetClusterRequest, ServerCallContext)

public virtual Task<Cluster> GetCluster(GetClusterRequest request, ServerCallContext context)

Retrieves a Cluster resource by its resource name.

Parameters
NameDescription
requestGetClusterRequest

The request received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
TaskCluster

The response to send back to the client (wrapped by a task).

GetDnsBindPermission(GetDnsBindPermissionRequest, ServerCallContext)

public virtual Task<DnsBindPermission> GetDnsBindPermission(GetDnsBindPermissionRequest request, ServerCallContext context)

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 received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
TaskDnsBindPermission

The response to send back to the client (wrapped by a task).

GetDnsForwarding(GetDnsForwardingRequest, ServerCallContext)

public virtual Task<DnsForwarding> GetDnsForwarding(GetDnsForwardingRequest request, ServerCallContext context)

Gets details of the DnsForwarding config.

Parameters
NameDescription
requestGetDnsForwardingRequest

The request received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
TaskDnsForwarding

The response to send back to the client (wrapped by a task).

GetExternalAccessRule(GetExternalAccessRuleRequest, ServerCallContext)

public virtual Task<ExternalAccessRule> GetExternalAccessRule(GetExternalAccessRuleRequest request, ServerCallContext context)

Gets details of a single external access rule.

Parameters
NameDescription
requestGetExternalAccessRuleRequest

The request received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
TaskExternalAccessRule

The response to send back to the client (wrapped by a task).

GetExternalAddress(GetExternalAddressRequest, ServerCallContext)

public virtual Task<ExternalAddress> GetExternalAddress(GetExternalAddressRequest request, ServerCallContext context)

Gets details of a single external IP address.

Parameters
NameDescription
requestGetExternalAddressRequest

The request received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
TaskExternalAddress

The response to send back to the client (wrapped by a task).

GetHcxActivationKey(GetHcxActivationKeyRequest, ServerCallContext)

public virtual Task<HcxActivationKey> GetHcxActivationKey(GetHcxActivationKeyRequest request, ServerCallContext context)

Retrieves a HcxActivationKey resource by its resource name.

Parameters
NameDescription
requestGetHcxActivationKeyRequest

The request received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
TaskHcxActivationKey

The response to send back to the client (wrapped by a task).

GetLoggingServer(GetLoggingServerRequest, ServerCallContext)

public virtual Task<LoggingServer> GetLoggingServer(GetLoggingServerRequest request, ServerCallContext context)

Gets details of a logging server.

Parameters
NameDescription
requestGetLoggingServerRequest

The request received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
TaskLoggingServer

The response to send back to the client (wrapped by a task).

GetManagementDnsZoneBinding(GetManagementDnsZoneBindingRequest, ServerCallContext)

public virtual Task<ManagementDnsZoneBinding> GetManagementDnsZoneBinding(GetManagementDnsZoneBindingRequest request, ServerCallContext context)

Retrieves a 'ManagementDnsZoneBinding' resource by its resource name.

Parameters
NameDescription
requestGetManagementDnsZoneBindingRequest

The request received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
TaskManagementDnsZoneBinding

The response to send back to the client (wrapped by a task).

GetNetworkPeering(GetNetworkPeeringRequest, ServerCallContext)

public virtual Task<NetworkPeering> GetNetworkPeering(GetNetworkPeeringRequest request, ServerCallContext context)

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 received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
TaskNetworkPeering

The response to send back to the client (wrapped by a task).

GetNetworkPolicy(GetNetworkPolicyRequest, ServerCallContext)

public virtual Task<NetworkPolicy> GetNetworkPolicy(GetNetworkPolicyRequest request, ServerCallContext context)

Retrieves a NetworkPolicy resource by its resource name.

Parameters
NameDescription
requestGetNetworkPolicyRequest

The request received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
TaskNetworkPolicy

The response to send back to the client (wrapped by a task).

GetNode(GetNodeRequest, ServerCallContext)

public virtual Task<Node> GetNode(GetNodeRequest request, ServerCallContext context)

Gets details of a single node.

Parameters
NameDescription
requestGetNodeRequest

The request received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
TaskNode

The response to send back to the client (wrapped by a task).

GetNodeType(GetNodeTypeRequest, ServerCallContext)

public virtual Task<NodeType> GetNodeType(GetNodeTypeRequest request, ServerCallContext context)

Gets details of a single NodeType.

Parameters
NameDescription
requestGetNodeTypeRequest

The request received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
TaskNodeType

The response to send back to the client (wrapped by a task).

GetPrivateCloud(GetPrivateCloudRequest, ServerCallContext)

public virtual Task<PrivateCloud> GetPrivateCloud(GetPrivateCloudRequest request, ServerCallContext context)

Retrieves a PrivateCloud resource by its resource name.

Parameters
NameDescription
requestGetPrivateCloudRequest

The request received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
TaskPrivateCloud

The response to send back to the client (wrapped by a task).

GetPrivateConnection(GetPrivateConnectionRequest, ServerCallContext)

public virtual Task<PrivateConnection> GetPrivateConnection(GetPrivateConnectionRequest request, ServerCallContext context)

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 received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
TaskPrivateConnection

The response to send back to the client (wrapped by a task).

GetSubnet(GetSubnetRequest, ServerCallContext)

public virtual Task<Subnet> GetSubnet(GetSubnetRequest request, ServerCallContext context)

Gets details of a single subnet.

Parameters
NameDescription
requestGetSubnetRequest

The request received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
TaskSubnet

The response to send back to the client (wrapped by a task).

GetVmwareEngineNetwork(GetVmwareEngineNetworkRequest, ServerCallContext)

public virtual Task<VmwareEngineNetwork> GetVmwareEngineNetwork(GetVmwareEngineNetworkRequest request, ServerCallContext context)

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 received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
TaskVmwareEngineNetwork

The response to send back to the client (wrapped by a task).

GrantDnsBindPermission(GrantDnsBindPermissionRequest, ServerCallContext)

public virtual Task<Operation> GrantDnsBindPermission(GrantDnsBindPermissionRequest request, ServerCallContext context)

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 received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
TaskOperation

The response to send back to the client (wrapped by a task).

ListClusters(ListClustersRequest, ServerCallContext)

public virtual Task<ListClustersResponse> ListClusters(ListClustersRequest request, ServerCallContext context)

Lists Cluster resources in a given private cloud.

Parameters
NameDescription
requestListClustersRequest

The request received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
TaskListClustersResponse

The response to send back to the client (wrapped by a task).

ListExternalAccessRules(ListExternalAccessRulesRequest, ServerCallContext)

public virtual Task<ListExternalAccessRulesResponse> ListExternalAccessRules(ListExternalAccessRulesRequest request, ServerCallContext context)

Lists ExternalAccessRule resources in the specified network policy.

Parameters
NameDescription
requestListExternalAccessRulesRequest

The request received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
TaskListExternalAccessRulesResponse

The response to send back to the client (wrapped by a task).

ListExternalAddresses(ListExternalAddressesRequest, ServerCallContext)

public virtual Task<ListExternalAddressesResponse> ListExternalAddresses(ListExternalAddressesRequest request, ServerCallContext context)

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

Parameters
NameDescription
requestListExternalAddressesRequest

The request received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
TaskListExternalAddressesResponse

The response to send back to the client (wrapped by a task).

ListHcxActivationKeys(ListHcxActivationKeysRequest, ServerCallContext)

public virtual Task<ListHcxActivationKeysResponse> ListHcxActivationKeys(ListHcxActivationKeysRequest request, ServerCallContext context)

Lists HcxActivationKey resources in a given private cloud.

Parameters
NameDescription
requestListHcxActivationKeysRequest

The request received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
TaskListHcxActivationKeysResponse

The response to send back to the client (wrapped by a task).

ListLoggingServers(ListLoggingServersRequest, ServerCallContext)

public virtual Task<ListLoggingServersResponse> ListLoggingServers(ListLoggingServersRequest request, ServerCallContext context)

Lists logging servers configured for a given private cloud.

Parameters
NameDescription
requestListLoggingServersRequest

The request received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
TaskListLoggingServersResponse

The response to send back to the client (wrapped by a task).

ListManagementDnsZoneBindings(ListManagementDnsZoneBindingsRequest, ServerCallContext)

public virtual Task<ListManagementDnsZoneBindingsResponse> ListManagementDnsZoneBindings(ListManagementDnsZoneBindingsRequest request, ServerCallContext context)

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

Parameters
NameDescription
requestListManagementDnsZoneBindingsRequest

The request received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
TaskListManagementDnsZoneBindingsResponse

The response to send back to the client (wrapped by a task).

ListNetworkPeerings(ListNetworkPeeringsRequest, ServerCallContext)

public virtual Task<ListNetworkPeeringsResponse> ListNetworkPeerings(ListNetworkPeeringsRequest request, ServerCallContext context)

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

Parameters
NameDescription
requestListNetworkPeeringsRequest

The request received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
TaskListNetworkPeeringsResponse

The response to send back to the client (wrapped by a task).

ListNetworkPolicies(ListNetworkPoliciesRequest, ServerCallContext)

public virtual Task<ListNetworkPoliciesResponse> ListNetworkPolicies(ListNetworkPoliciesRequest request, ServerCallContext context)

Lists NetworkPolicy resources in a specified project and location.

Parameters
NameDescription
requestListNetworkPoliciesRequest

The request received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
TaskListNetworkPoliciesResponse

The response to send back to the client (wrapped by a task).

ListNodeTypes(ListNodeTypesRequest, ServerCallContext)

public virtual Task<ListNodeTypesResponse> ListNodeTypes(ListNodeTypesRequest request, ServerCallContext context)

Lists node types

Parameters
NameDescription
requestListNodeTypesRequest

The request received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
TaskListNodeTypesResponse

The response to send back to the client (wrapped by a task).

ListNodes(ListNodesRequest, ServerCallContext)

public virtual Task<ListNodesResponse> ListNodes(ListNodesRequest request, ServerCallContext context)

Lists nodes in a given cluster.

Parameters
NameDescription
requestListNodesRequest

The request received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
TaskListNodesResponse

The response to send back to the client (wrapped by a task).

ListPeeringRoutes(ListPeeringRoutesRequest, ServerCallContext)

public virtual Task<ListPeeringRoutesResponse> ListPeeringRoutes(ListPeeringRoutesRequest request, ServerCallContext context)

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 received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
TaskListPeeringRoutesResponse

The response to send back to the client (wrapped by a task).

ListPrivateClouds(ListPrivateCloudsRequest, ServerCallContext)

public virtual Task<ListPrivateCloudsResponse> ListPrivateClouds(ListPrivateCloudsRequest request, ServerCallContext context)

Lists PrivateCloud resources in a given project and location.

Parameters
NameDescription
requestListPrivateCloudsRequest

The request received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
TaskListPrivateCloudsResponse

The response to send back to the client (wrapped by a task).

ListPrivateConnectionPeeringRoutes(ListPrivateConnectionPeeringRoutesRequest, ServerCallContext)

public virtual Task<ListPrivateConnectionPeeringRoutesResponse> ListPrivateConnectionPeeringRoutes(ListPrivateConnectionPeeringRoutesRequest request, ServerCallContext context)

Lists the private connection routes exchanged over a peering connection.

Parameters
NameDescription
requestListPrivateConnectionPeeringRoutesRequest

The request received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
TaskListPrivateConnectionPeeringRoutesResponse

The response to send back to the client (wrapped by a task).

ListPrivateConnections(ListPrivateConnectionsRequest, ServerCallContext)

public virtual Task<ListPrivateConnectionsResponse> ListPrivateConnections(ListPrivateConnectionsRequest request, ServerCallContext context)

Lists PrivateConnection resources in a given project and location.

Parameters
NameDescription
requestListPrivateConnectionsRequest

The request received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
TaskListPrivateConnectionsResponse

The response to send back to the client (wrapped by a task).

ListSubnets(ListSubnetsRequest, ServerCallContext)

public virtual Task<ListSubnetsResponse> ListSubnets(ListSubnetsRequest request, ServerCallContext context)

Lists subnets in a given private cloud.

Parameters
NameDescription
requestListSubnetsRequest

The request received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
TaskListSubnetsResponse

The response to send back to the client (wrapped by a task).

ListVmwareEngineNetworks(ListVmwareEngineNetworksRequest, ServerCallContext)

public virtual Task<ListVmwareEngineNetworksResponse> ListVmwareEngineNetworks(ListVmwareEngineNetworksRequest request, ServerCallContext context)

Lists VmwareEngineNetwork resources in a given project and location.

Parameters
NameDescription
requestListVmwareEngineNetworksRequest

The request received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
TaskListVmwareEngineNetworksResponse

The response to send back to the client (wrapped by a task).

RepairManagementDnsZoneBinding(RepairManagementDnsZoneBindingRequest, ServerCallContext)

public virtual Task<Operation> RepairManagementDnsZoneBinding(RepairManagementDnsZoneBindingRequest request, ServerCallContext context)

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

Parameters
NameDescription
requestRepairManagementDnsZoneBindingRequest

The request received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
TaskOperation

The response to send back to the client (wrapped by a task).

ResetNsxCredentials(ResetNsxCredentialsRequest, ServerCallContext)

public virtual Task<Operation> ResetNsxCredentials(ResetNsxCredentialsRequest request, ServerCallContext context)

Resets credentials of the NSX appliance.

Parameters
NameDescription
requestResetNsxCredentialsRequest

The request received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
TaskOperation

The response to send back to the client (wrapped by a task).

ResetVcenterCredentials(ResetVcenterCredentialsRequest, ServerCallContext)

public virtual Task<Operation> ResetVcenterCredentials(ResetVcenterCredentialsRequest request, ServerCallContext context)

Resets credentials of the Vcenter appliance.

Parameters
NameDescription
requestResetVcenterCredentialsRequest

The request received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
TaskOperation

The response to send back to the client (wrapped by a task).

RevokeDnsBindPermission(RevokeDnsBindPermissionRequest, ServerCallContext)

public virtual Task<Operation> RevokeDnsBindPermission(RevokeDnsBindPermissionRequest request, ServerCallContext context)

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 received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
TaskOperation

The response to send back to the client (wrapped by a task).

ShowNsxCredentials(ShowNsxCredentialsRequest, ServerCallContext)

public virtual Task<Credentials> ShowNsxCredentials(ShowNsxCredentialsRequest request, ServerCallContext context)

Gets details of credentials for NSX appliance.

Parameters
NameDescription
requestShowNsxCredentialsRequest

The request received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
TaskCredentials

The response to send back to the client (wrapped by a task).

ShowVcenterCredentials(ShowVcenterCredentialsRequest, ServerCallContext)

public virtual Task<Credentials> ShowVcenterCredentials(ShowVcenterCredentialsRequest request, ServerCallContext context)

Gets details of credentials for Vcenter appliance.

Parameters
NameDescription
requestShowVcenterCredentialsRequest

The request received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
TaskCredentials

The response to send back to the client (wrapped by a task).

UndeletePrivateCloud(UndeletePrivateCloudRequest, ServerCallContext)

public virtual Task<Operation> UndeletePrivateCloud(UndeletePrivateCloudRequest request, ServerCallContext context)

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 received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
TaskOperation

The response to send back to the client (wrapped by a task).

UpdateCluster(UpdateClusterRequest, ServerCallContext)

public virtual Task<Operation> UpdateCluster(UpdateClusterRequest request, ServerCallContext context)

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 received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
TaskOperation

The response to send back to the client (wrapped by a task).

UpdateDnsForwarding(UpdateDnsForwardingRequest, ServerCallContext)

public virtual Task<Operation> UpdateDnsForwarding(UpdateDnsForwardingRequest request, ServerCallContext context)

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

Parameters
NameDescription
requestUpdateDnsForwardingRequest

The request received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
TaskOperation

The response to send back to the client (wrapped by a task).

UpdateExternalAccessRule(UpdateExternalAccessRuleRequest, ServerCallContext)

public virtual Task<Operation> UpdateExternalAccessRule(UpdateExternalAccessRuleRequest request, ServerCallContext context)

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

Parameters
NameDescription
requestUpdateExternalAccessRuleRequest

The request received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
TaskOperation

The response to send back to the client (wrapped by a task).

UpdateExternalAddress(UpdateExternalAddressRequest, ServerCallContext)

public virtual Task<Operation> UpdateExternalAddress(UpdateExternalAddressRequest request, ServerCallContext context)

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 received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
TaskOperation

The response to send back to the client (wrapped by a task).

UpdateLoggingServer(UpdateLoggingServerRequest, ServerCallContext)

public virtual Task<Operation> UpdateLoggingServer(UpdateLoggingServerRequest request, ServerCallContext context)

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

Parameters
NameDescription
requestUpdateLoggingServerRequest

The request received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
TaskOperation

The response to send back to the client (wrapped by a task).

UpdateManagementDnsZoneBinding(UpdateManagementDnsZoneBindingRequest, ServerCallContext)

public virtual Task<Operation> UpdateManagementDnsZoneBinding(UpdateManagementDnsZoneBindingRequest request, ServerCallContext context)

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

Parameters
NameDescription
requestUpdateManagementDnsZoneBindingRequest

The request received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
TaskOperation

The response to send back to the client (wrapped by a task).

UpdateNetworkPeering(UpdateNetworkPeeringRequest, ServerCallContext)

public virtual Task<Operation> UpdateNetworkPeering(UpdateNetworkPeeringRequest request, ServerCallContext context)

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 received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
TaskOperation

The response to send back to the client (wrapped by a task).

UpdateNetworkPolicy(UpdateNetworkPolicyRequest, ServerCallContext)

public virtual Task<Operation> UpdateNetworkPolicy(UpdateNetworkPolicyRequest request, ServerCallContext context)

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 received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
TaskOperation

The response to send back to the client (wrapped by a task).

UpdatePrivateCloud(UpdatePrivateCloudRequest, ServerCallContext)

public virtual Task<Operation> UpdatePrivateCloud(UpdatePrivateCloudRequest request, ServerCallContext context)

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 received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
TaskOperation

The response to send back to the client (wrapped by a task).

UpdatePrivateConnection(UpdatePrivateConnectionRequest, ServerCallContext)

public virtual Task<Operation> UpdatePrivateConnection(UpdatePrivateConnectionRequest request, ServerCallContext context)

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 received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
TaskOperation

The response to send back to the client (wrapped by a task).

UpdateSubnet(UpdateSubnetRequest, ServerCallContext)

public virtual Task<Operation> UpdateSubnet(UpdateSubnetRequest request, ServerCallContext context)

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 received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
TaskOperation

The response to send back to the client (wrapped by a task).

UpdateVmwareEngineNetwork(UpdateVmwareEngineNetworkRequest, ServerCallContext)

public virtual Task<Operation> UpdateVmwareEngineNetwork(UpdateVmwareEngineNetworkRequest request, ServerCallContext context)

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 received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
TaskOperation

The response to send back to the client (wrapped by a task).