| Modifier and Type | Class and Description | 
|---|---|
class  | 
Compute.ExternalVpnGateways.Delete  | 
class  | 
Compute.ExternalVpnGateways.Get  | 
class  | 
Compute.ExternalVpnGateways.Insert  | 
class  | 
Compute.ExternalVpnGateways.List  | 
class  | 
Compute.ExternalVpnGateways.SetLabels  | 
class  | 
Compute.ExternalVpnGateways.TestIamPermissions  | 
| Constructor and Description | 
|---|
ExternalVpnGateways()  | 
| Modifier and Type | Method and Description | 
|---|---|
Compute.ExternalVpnGateways.Delete | 
delete(String project,
      String externalVpnGateway)
Deletes the specified externalVpnGateway. 
 | 
Compute.ExternalVpnGateways.Get | 
get(String project,
   String externalVpnGateway)
Returns the specified externalVpnGateway. 
 | 
Compute.ExternalVpnGateways.Insert | 
insert(String project,
      ExternalVpnGateway content)
Creates a ExternalVpnGateway in the specified project using the data included in the request. 
 | 
Compute.ExternalVpnGateways.List | 
list(String project)
Retrieves the list of ExternalVpnGateway available to the specified project. 
 | 
Compute.ExternalVpnGateways.SetLabels | 
setLabels(String project,
         String resource,
         GlobalSetLabelsRequest content)
Sets the labels on an ExternalVpnGateway. 
 | 
Compute.ExternalVpnGateways.TestIamPermissions | 
testIamPermissions(String project,
                  String resource,
                  TestPermissionsRequest content)
Returns permissions that a caller has on the specified resource. 
 | 
public Compute.ExternalVpnGateways.Delete delete(String project, String externalVpnGateway) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.externalVpnGateway - Name of the externalVpnGateways to delete.IOExceptionpublic Compute.ExternalVpnGateways.Get get(String project, String externalVpnGateway) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.externalVpnGateway - Name of the externalVpnGateway to return.IOExceptionpublic Compute.ExternalVpnGateways.Insert insert(String project, ExternalVpnGateway content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.content - the ExternalVpnGatewayIOExceptionpublic Compute.ExternalVpnGateways.List list(String project) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.IOExceptionpublic Compute.ExternalVpnGateways.SetLabels setLabels(String project, String resource, GlobalSetLabelsRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.resource - Name or id of the resource for this request.content - the GlobalSetLabelsRequestIOExceptionpublic Compute.ExternalVpnGateways.TestIamPermissions testIamPermissions(String project, String resource, TestPermissionsRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.resource - Name or id of the resource for this request.content - the TestPermissionsRequestIOExceptionCopyright © 2011–2020 Google. All rights reserved.