@Generated(value="by GAPIC") @BetaApi public final class ExternalVpnGateway extends Object implements com.google.api.gax.httpjson.ApiMessage
Modifier and Type | Class and Description |
---|---|
static class |
ExternalVpnGateway.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 ExternalVpnGateway |
getDefaultInstance() |
String |
getDescription()
An optional description of this resource.
|
List<String> |
getFieldMask() |
Object |
getFieldValue(String fieldName) |
String |
getId()
[Output Only] The unique identifier for the resource.
|
List<ExternalVpnGatewayInterface> |
getInterfacesList()
List of interfaces for this external VPN gateway.
|
String |
getKind()
[Output Only] Type of the resource.
|
String |
getLabelFingerprint()
A fingerprint for the labels being applied to this ExternalVpnGateway, which is essentially a
hash of the labels set used for optimistic locking.
|
Map<String,String> |
getLabelsMap()
Labels to apply to this ExternalVpnGateway resource.
|
String |
getName()
Name of the resource.
|
String |
getRedundancyType()
Indicates the user-supplied redundancy type of this external VPN gateway.
|
String |
getSelfLink()
[Output Only] Server-defined URL for the resource.
|
int |
hashCode() |
static ExternalVpnGateway.Builder |
newBuilder() |
static ExternalVpnGateway.Builder |
newBuilder(ExternalVpnGateway prototype) |
ExternalVpnGateway.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 String getId()
public List<ExternalVpnGatewayInterface> getInterfacesList()
public String getKind()
public String getLabelFingerprint()
To see the latest fingerprint, make a get() request to retrieve an ExternalVpnGateway.
public Map<String,String> getLabelsMap()
public String getName()
public String getRedundancyType()
public String getSelfLink()
public static ExternalVpnGateway.Builder newBuilder()
public static ExternalVpnGateway.Builder newBuilder(ExternalVpnGateway prototype)
public ExternalVpnGateway.Builder toBuilder()
public static ExternalVpnGateway getDefaultInstance()
Copyright © 2019 Google LLC. All rights reserved.