Package | Description |
---|---|
com.google.cloud.compute.v1 |
A client to Compute Engine API.
|
Modifier and Type | Method and Description |
---|---|
ProjectRegionVpnGatewayName |
ProjectRegionVpnGatewayName.Builder.build() |
static ProjectRegionVpnGatewayName |
ProjectRegionVpnGatewayName.of(String project,
String region,
String vpnGateway) |
static ProjectRegionVpnGatewayName |
ProjectRegionVpnGatewayName.parse(String formattedString) |
Modifier and Type | Method and Description |
---|---|
static com.google.api.resourcenames.ResourceNameFactory<ProjectRegionVpnGatewayName> |
ProjectRegionVpnGatewayName.newFactory() |
Modifier and Type | Method and Description |
---|---|
Operation |
VpnGatewayClient.deleteVpnGateway(ProjectRegionVpnGatewayName vpnGateway)
Deletes the specified VPN gateway.
|
VpnGatewaysGetStatusResponse |
VpnGatewayClient.getStatusVpnGateway(ProjectRegionVpnGatewayName vpnGateway)
Returns the status for the specified VPN gateway.
|
VpnGateway |
VpnGatewayClient.getVpnGateway(ProjectRegionVpnGatewayName vpnGateway)
Returns the specified VPN gateway.
|
Constructor and Description |
---|
Builder(ProjectRegionVpnGatewayName projectRegionVpnGatewayName) |
Copyright © 2019 Google LLC. All rights reserved.