public class Compute.TargetVpnGateways
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
Compute.TargetVpnGateways.AggregatedList |
class |
Compute.TargetVpnGateways.Delete |
class |
Compute.TargetVpnGateways.Get |
class |
Compute.TargetVpnGateways.Insert |
class |
Compute.TargetVpnGateways.List |
Constructor and Description |
---|
TargetVpnGateways() |
Modifier and Type | Method and Description |
---|---|
Compute.TargetVpnGateways.AggregatedList |
aggregatedList(java.lang.String project)
Retrieves an aggregated list of target VPN gateways.
|
Compute.TargetVpnGateways.Delete |
delete(java.lang.String project,
java.lang.String region,
java.lang.String targetVpnGateway)
Deletes the specified target VPN gateway.
|
Compute.TargetVpnGateways.Get |
get(java.lang.String project,
java.lang.String region,
java.lang.String targetVpnGateway)
Returns the specified target VPN gateway.
|
Compute.TargetVpnGateways.Insert |
insert(java.lang.String project,
java.lang.String region,
TargetVpnGateway content)
Creates a target VPN gateway in the specified project and region using the data included in the
request.
|
Compute.TargetVpnGateways.List |
list(java.lang.String project,
java.lang.String region)
Retrieves a list of target VPN gateways available to the specified project and region.
|
public Compute.TargetVpnGateways.AggregatedList aggregatedList(java.lang.String project) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Project ID for this request.java.io.IOException
public Compute.TargetVpnGateways.Delete delete(java.lang.String project, java.lang.String region, java.lang.String targetVpnGateway) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Project ID for this request.region
- Name of the region for this request.targetVpnGateway
- Name of the target VPN gateway to delete.java.io.IOException
public Compute.TargetVpnGateways.Get get(java.lang.String project, java.lang.String region, java.lang.String targetVpnGateway) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Project ID for this request.region
- Name of the region for this request.targetVpnGateway
- Name of the target VPN gateway to return.java.io.IOException
public Compute.TargetVpnGateways.Insert insert(java.lang.String project, java.lang.String region, TargetVpnGateway content) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Project ID for this request.region
- Name of the region for this request.content
- the TargetVpnGateway
java.io.IOException
public Compute.TargetVpnGateways.List list(java.lang.String project, java.lang.String region) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Project ID for this request.region
- Name of the region for this request.java.io.IOException