[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
Namespace
Google.Cloud.VmwareEngine.V1Assembly
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 | |
---|---|
Name | Description |
request |
CreateClusterRequest The request received from the client. |
context |
ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
request |
CreateExternalAccessRuleRequest The request received from the client. |
context |
ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
request |
CreateExternalAddressRequest The request received from the client. |
context |
ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
request |
CreateHcxActivationKeyRequest The request received from the client. |
context |
ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
request |
CreateLoggingServerRequest The request received from the client. |
context |
ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
request |
CreateManagementDnsZoneBindingRequest The request received from the client. |
context |
ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
request |
CreateNetworkPeeringRequest The request received from the client. |
context |
ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
request |
CreateNetworkPolicyRequest The request received from the client. |
context |
ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
request |
CreatePrivateCloudRequest The request received from the client. |
context |
ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
request |
CreatePrivateConnectionRequest The request received from the client. |
context |
ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
request |
CreateVmwareEngineNetworkRequest The request received from the client. |
context |
ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
request |
DeleteClusterRequest The request received from the client. |
context |
ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
request |
DeleteExternalAccessRuleRequest The request received from the client. |
context |
ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
request |
DeleteExternalAddressRequest The request received from the client. |
context |
ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
request |
DeleteLoggingServerRequest The request received from the client. |
context |
ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
request |
DeleteManagementDnsZoneBindingRequest The request received from the client. |
context |
ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
request |
DeleteNetworkPeeringRequest The request received from the client. |
context |
ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
request |
DeleteNetworkPolicyRequest The request received from the client. |
context |
ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
request |
DeletePrivateCloudRequest The request received from the client. |
context |
ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
request |
DeletePrivateConnectionRequest The request received from the client. |
context |
ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
request |
DeleteVmwareEngineNetworkRequest The request received from the client. |
context |
ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
request |
FetchNetworkPolicyExternalAddressesRequest The request received from the client. |
context |
ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
request |
GetClusterRequest The request received from the client. |
context |
ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
request |
GetDnsBindPermissionRequest The request received from the client. |
context |
ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
request |
GetDnsForwardingRequest The request received from the client. |
context |
ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
request |
GetExternalAccessRuleRequest The request received from the client. |
context |
ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
request |
GetExternalAddressRequest The request received from the client. |
context |
ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
request |
GetHcxActivationKeyRequest The request received from the client. |
context |
ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
request |
GetLoggingServerRequest The request received from the client. |
context |
ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
request |
GetManagementDnsZoneBindingRequest The request received from the client. |
context |
ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
request |
GetNetworkPeeringRequest The request received from the client. |
context |
ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
request |
GetNetworkPolicyRequest The request received from the client. |
context |
ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
request |
GetNodeRequest The request received from the client. |
context |
ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
request |
GetNodeTypeRequest The request received from the client. |
context |
ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
request |
GetPrivateCloudRequest The request received from the client. |
context |
ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
request |
GetPrivateConnectionRequest The request received from the client. |
context |
ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
request |
GetSubnetRequest The request received from the client. |
context |
ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
request |
GetVmwareEngineNetworkRequest The request received from the client. |
context |
ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
request |
GrantDnsBindPermissionRequest The request received from the client. |
context |
ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
request |
ListClustersRequest The request received from the client. |
context |
ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
request |
ListExternalAccessRulesRequest The request received from the client. |
context |
ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
request |
ListExternalAddressesRequest The request received from the client. |
context |
ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
request |
ListHcxActivationKeysRequest The request received from the client. |
context |
ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
request |
ListLoggingServersRequest The request received from the client. |
context |
ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
request |
ListManagementDnsZoneBindingsRequest The request received from the client. |
context |
ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
request |
ListNetworkPeeringsRequest The request received from the client. |
context |
ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
request |
ListNetworkPoliciesRequest The request received from the client. |
context |
ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
request |
ListNodeTypesRequest The request received from the client. |
context |
ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
request |
ListNodesRequest The request received from the client. |
context |
ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
request |
ListPeeringRoutesRequest The request received from the client. |
context |
ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
request |
ListPrivateCloudsRequest The request received from the client. |
context |
ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
request |
ListPrivateConnectionPeeringRoutesRequest The request received from the client. |
context |
ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
request |
ListPrivateConnectionsRequest The request received from the client. |
context |
ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
request |
ListSubnetsRequest The request received from the client. |
context |
ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
request |
ListVmwareEngineNetworksRequest The request received from the client. |
context |
ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
request |
RepairManagementDnsZoneBindingRequest The request received from the client. |
context |
ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
request |
ResetNsxCredentialsRequest The request received from the client. |
context |
ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
request |
ResetVcenterCredentialsRequest The request received from the client. |
context |
ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
request |
RevokeDnsBindPermissionRequest The request received from the client. |
context |
ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
request |
ShowNsxCredentialsRequest The request received from the client. |
context |
ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
request |
ShowVcenterCredentialsRequest The request received from the client. |
context |
ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
request |
UndeletePrivateCloudRequest The request received from the client. |
context |
ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
request |
UpdateClusterRequest The request received from the client. |
context |
ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
request |
UpdateDnsForwardingRequest The request received from the client. |
context |
ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
request |
UpdateExternalAccessRuleRequest The request received from the client. |
context |
ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
request |
UpdateExternalAddressRequest The request received from the client. |
context |
ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
request |
UpdateLoggingServerRequest The request received from the client. |
context |
ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
request |
UpdateManagementDnsZoneBindingRequest The request received from the client. |
context |
ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
request |
UpdateNetworkPeeringRequest The request received from the client. |
context |
ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
request |
UpdateNetworkPolicyRequest The request received from the client. |
context |
ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
request |
UpdatePrivateCloudRequest The request received from the client. |
context |
ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
request |
UpdatePrivateConnectionRequest The request received from the client. |
context |
ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
request |
UpdateSubnetRequest The request received from the client. |
context |
ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
request |
UpdateVmwareEngineNetworkRequest The request received from the client. |
context |
ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |