| Modifier and Type | Class and Description | 
|---|---|
| class  | Compute.VpnGateways.AggregatedList | 
| class  | Compute.VpnGateways.Delete | 
| class  | Compute.VpnGateways.Get | 
| class  | Compute.VpnGateways.GetStatus | 
| class  | Compute.VpnGateways.Insert | 
| class  | Compute.VpnGateways.List | 
| class  | Compute.VpnGateways.SetLabels | 
| class  | Compute.VpnGateways.TestIamPermissions | 
| Constructor and Description | 
|---|
| VpnGateways() | 
| Modifier and Type | Method and Description | 
|---|---|
| Compute.VpnGateways.AggregatedList | aggregatedList(String project)Retrieves an aggregated list of VPN gateways. | 
| Compute.VpnGateways.Delete | delete(String project,
      String region,
      String vpnGateway)Deletes the specified VPN gateway. | 
| Compute.VpnGateways.Get | get(String project,
   String region,
   String vpnGateway)Returns the specified VPN gateway. | 
| Compute.VpnGateways.GetStatus | getStatus(String project,
         String region,
         String vpnGateway)Returns the status for the specified VPN gateway. | 
| Compute.VpnGateways.Insert | insert(String project,
      String region,
      VpnGateway content)Creates a VPN gateway in the specified project and region using the data included in the request. | 
| Compute.VpnGateways.List | list(String project,
    String region)Retrieves a list of VPN gateways available to the specified project and region. | 
| Compute.VpnGateways.SetLabels | setLabels(String project,
         String region,
         String resource,
         RegionSetLabelsRequest content)Sets the labels on a VpnGateway. | 
| Compute.VpnGateways.TestIamPermissions | testIamPermissions(String project,
                  String region,
                  String resource,
                  TestPermissionsRequest content)Returns permissions that a caller has on the specified resource. | 
public Compute.VpnGateways.AggregatedList aggregatedList(String project) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.IOExceptionpublic Compute.VpnGateways.Delete delete(String project, String region, String vpnGateway) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - Name of the region for this request.vpnGateway - Name of the VPN gateway to delete.IOExceptionpublic Compute.VpnGateways.Get get(String project, String region, String vpnGateway) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - Name of the region for this request.vpnGateway - Name of the VPN gateway to return.IOExceptionpublic Compute.VpnGateways.GetStatus getStatus(String project, String region, String vpnGateway) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - Name of the region for this request.vpnGateway - Name of the VPN gateway to return.IOExceptionpublic Compute.VpnGateways.Insert insert(String project, String region, VpnGateway content) throws 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 VpnGatewayIOExceptionpublic Compute.VpnGateways.List list(String project, String region) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - Name of the region for this request.IOExceptionpublic Compute.VpnGateways.SetLabels setLabels(String project, String region, String resource, RegionSetLabelsRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - The region for this request.resource - Name or id of the resource for this request.content - the RegionSetLabelsRequestIOExceptionpublic Compute.VpnGateways.TestIamPermissions testIamPermissions(String project, String region, String resource, TestPermissionsRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - The name of the region for this request.resource - Name or id of the resource for this request.content - the TestPermissionsRequestIOExceptionCopyright © 2011–2022 Google. All rights reserved.