public class Compute.ExternalVpnGateways
extends java.lang.Object
| 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(java.lang.String project,
java.lang.String externalVpnGateway)
Deletes the specified externalVpnGateway.
|
Compute.ExternalVpnGateways.Get |
get(java.lang.String project,
java.lang.String externalVpnGateway)
Returns the specified externalVpnGateway.
|
Compute.ExternalVpnGateways.Insert |
insert(java.lang.String project,
ExternalVpnGateway content)
Creates a ExternalVpnGateway in the specified project using the data included in the request.
|
Compute.ExternalVpnGateways.List |
list(java.lang.String project)
Retrieves the list of ExternalVpnGateway available to the specified project.
|
Compute.ExternalVpnGateways.SetLabels |
setLabels(java.lang.String project,
java.lang.String resource,
GlobalSetLabelsRequest content)
Sets the labels on an ExternalVpnGateway.
|
Compute.ExternalVpnGateways.TestIamPermissions |
testIamPermissions(java.lang.String project,
java.lang.String resource,
TestPermissionsRequest content)
Returns permissions that a caller has on the specified resource.
|
public Compute.ExternalVpnGateways.Delete delete(java.lang.String project, java.lang.String externalVpnGateway) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.externalVpnGateway - Name of the externalVpnGateways to delete.java.io.IOExceptionpublic Compute.ExternalVpnGateways.Get get(java.lang.String project, java.lang.String externalVpnGateway) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.externalVpnGateway - Name of the externalVpnGateway to return.java.io.IOExceptionpublic Compute.ExternalVpnGateways.Insert insert(java.lang.String project, ExternalVpnGateway content) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.content - the ExternalVpnGatewayjava.io.IOExceptionpublic Compute.ExternalVpnGateways.List list(java.lang.String project) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.java.io.IOExceptionpublic Compute.ExternalVpnGateways.SetLabels setLabels(java.lang.String project, java.lang.String resource, GlobalSetLabelsRequest content) throws java.io.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 GlobalSetLabelsRequestjava.io.IOExceptionpublic Compute.ExternalVpnGateways.TestIamPermissions testIamPermissions(java.lang.String project, java.lang.String resource, TestPermissionsRequest content) throws java.io.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 TestPermissionsRequestjava.io.IOException