@Generated(value="by GAPIC") @BetaApi public final class VpnGatewayStatusTunnel extends Object implements com.google.api.gax.httpjson.ApiMessage
Modifier and Type | Class and Description |
---|---|
static class |
VpnGatewayStatusTunnel.Builder |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
com.google.api.gax.httpjson.ApiMessage |
getApiMessageRequestBody() |
static VpnGatewayStatusTunnel |
getDefaultInstance() |
List<String> |
getFieldMask() |
Object |
getFieldValue(String fieldName) |
Integer |
getLocalGatewayInterface()
The VPN gateway interface this VPN tunnel is associated with.
|
Integer |
getPeerGatewayInterface()
The peer gateway interface this VPN tunnel is connected to, the peer gateway could either be an
external VPN gateway or GCP VPN gateway.
|
String |
getTunnelUrl()
URL reference to the VPN tunnel.
|
int |
hashCode() |
static VpnGatewayStatusTunnel.Builder |
newBuilder() |
static VpnGatewayStatusTunnel.Builder |
newBuilder(VpnGatewayStatusTunnel prototype) |
VpnGatewayStatusTunnel.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 Integer getLocalGatewayInterface()
public Integer getPeerGatewayInterface()
public String getTunnelUrl()
public static VpnGatewayStatusTunnel.Builder newBuilder()
public static VpnGatewayStatusTunnel.Builder newBuilder(VpnGatewayStatusTunnel prototype)
public VpnGatewayStatusTunnel.Builder toBuilder()
public static VpnGatewayStatusTunnel getDefaultInstance()
Copyright © 2019 Google LLC. All rights reserved.