public interface VpnGatewayStatusTunnelOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getLocalGatewayInterface()
public abstract int getLocalGatewayInterface()The VPN gateway interface this VPN tunnel is associated with.
optional uint32 local_gateway_interface = 158764330;
| Type | Description |
| int | The localGatewayInterface. |
getPeerGatewayInterface()
public abstract int 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.
optional uint32 peer_gateway_interface = 214380385;
| Type | Description |
| int | The peerGatewayInterface. |
getTunnelUrl()
public abstract String getTunnelUrl()URL reference to the VPN tunnel.
optional string tunnel_url = 78975256;
| Type | Description |
| String | The tunnelUrl. |
getTunnelUrlBytes()
public abstract ByteString getTunnelUrlBytes()URL reference to the VPN tunnel.
optional string tunnel_url = 78975256;
| Type | Description |
| ByteString | The bytes for tunnelUrl. |
hasLocalGatewayInterface()
public abstract boolean hasLocalGatewayInterface()The VPN gateway interface this VPN tunnel is associated with.
optional uint32 local_gateway_interface = 158764330;
| Type | Description |
| boolean | Whether the localGatewayInterface field is set. |
hasPeerGatewayInterface()
public abstract boolean hasPeerGatewayInterface()The peer gateway interface this VPN tunnel is connected to, the peer gateway could either be an external VPN gateway or GCP VPN gateway.
optional uint32 peer_gateway_interface = 214380385;
| Type | Description |
| boolean | Whether the peerGatewayInterface field is set. |
hasTunnelUrl()
public abstract boolean hasTunnelUrl()URL reference to the VPN tunnel.
optional string tunnel_url = 78975256;
| Type | Description |
| boolean | Whether the tunnelUrl field is set. |