@Generated(value="by GAPIC") @BetaApi public final class VpnGatewayStatusVpnConnection extends Object implements com.google.api.gax.httpjson.ApiMessage
Modifier and Type | Class and Description |
---|---|
static class |
VpnGatewayStatusVpnConnection.Builder |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
com.google.api.gax.httpjson.ApiMessage |
getApiMessageRequestBody() |
static VpnGatewayStatusVpnConnection |
getDefaultInstance() |
List<String> |
getFieldMask() |
Object |
getFieldValue(String fieldName) |
String |
getPeerExternalGateway()
URL reference to the peer external VPN gateways to which the VPN tunnels in this VPN connection
are connected.
|
String |
getPeerGcpGateway()
URL reference to the peer side VPN gateways to which the VPN tunnels in this VPN connection are
connected.
|
VpnGatewayStatusHighAvailabilityRequirementState |
getState()
HighAvailabilityRequirementState for the VPN connection.
|
List<VpnGatewayStatusTunnel> |
getTunnelsList()
List of VPN tunnels that are in this VPN connection.
|
int |
hashCode() |
static VpnGatewayStatusVpnConnection.Builder |
newBuilder() |
static VpnGatewayStatusVpnConnection.Builder |
newBuilder(VpnGatewayStatusVpnConnection prototype) |
VpnGatewayStatusVpnConnection.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 getPeerExternalGateway()
public String getPeerGcpGateway()
public VpnGatewayStatusHighAvailabilityRequirementState getState()
public List<VpnGatewayStatusTunnel> getTunnelsList()
public static VpnGatewayStatusVpnConnection.Builder newBuilder()
public static VpnGatewayStatusVpnConnection.Builder newBuilder(VpnGatewayStatusVpnConnection prototype)
public VpnGatewayStatusVpnConnection.Builder toBuilder()
public static VpnGatewayStatusVpnConnection getDefaultInstance()
Copyright © 2019 Google LLC. All rights reserved.