@Generated(value="by GAPIC") @BetaApi public final class TargetVpnGateway extends Object implements com.google.api.gax.httpjson.ApiMessage
Modifier and Type | Class and Description |
---|---|
static class |
TargetVpnGateway.Builder |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
com.google.api.gax.httpjson.ApiMessage |
getApiMessageRequestBody() |
String |
getCreationTimestamp()
[Output Only] Creation timestamp in RFC3339 text format.
|
static TargetVpnGateway |
getDefaultInstance() |
String |
getDescription()
An optional description of this resource.
|
List<String> |
getFieldMask() |
Object |
getFieldValue(String fieldName) |
List<String> |
getForwardingRulesList()
[Output Only] A list of URLs to the ForwardingRule resources.
|
String |
getId()
[Output Only] The unique identifier for the resource.
|
String |
getKind()
[Output Only] Type of resource.
|
String |
getName()
Name of the resource.
|
String |
getNetwork()
URL of the network to which this VPN gateway is attached.
|
String |
getRegion()
[Output Only] URL of the region where the target VPN gateway resides.
|
String |
getSelfLink()
[Output Only] Server-defined URL for the resource.
|
String |
getStatus()
[Output Only] The status of the VPN gateway, which can be one of the following: CREATING,
READY, FAILED, or DELETING.
|
List<String> |
getTunnelsList()
[Output Only] A list of URLs to VpnTunnel resources.
|
int |
hashCode() |
static TargetVpnGateway.Builder |
newBuilder() |
static TargetVpnGateway.Builder |
newBuilder(TargetVpnGateway prototype) |
TargetVpnGateway.Builder |
toBuilder() |
String |
toString() |
public Object getFieldValue(String fieldName)
getFieldValue
in interface com.google.api.gax.httpjson.ApiMessage
@Nullable public com.google.api.gax.httpjson.ApiMessage getApiMessageRequestBody()
getApiMessageRequestBody
in interface com.google.api.gax.httpjson.ApiMessage
@Nullable public List<String> getFieldMask()
getFieldMask
in interface com.google.api.gax.httpjson.ApiMessage
public String getCreationTimestamp()
public String getDescription()
public List<String> getForwardingRulesList()
public String getId()
public String getKind()
public String getName()
public String getNetwork()
public String getRegion()
public String getSelfLink()
public String getStatus()
public List<String> getTunnelsList()
public static TargetVpnGateway.Builder newBuilder()
public static TargetVpnGateway.Builder newBuilder(TargetVpnGateway prototype)
public TargetVpnGateway.Builder toBuilder()
public static TargetVpnGateway getDefaultInstance()
Copyright © 2019 Google LLC. All rights reserved.