public interface VpnGatewayStatusTunnelOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getLocalGatewayInterface()
The VPN gateway interface this VPN tunnel is associated with.
|
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.
|
String |
getTunnelUrl()
URL reference to the VPN tunnel.
|
com.google.protobuf.ByteString |
getTunnelUrlBytes()
URL reference to the VPN tunnel.
|
boolean |
hasLocalGatewayInterface()
The VPN gateway interface this VPN tunnel is associated with.
|
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.
|
boolean |
hasTunnelUrl()
URL reference to the VPN tunnel.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasLocalGatewayInterface()
The VPN gateway interface this VPN tunnel is associated with.
optional uint32 local_gateway_interface = 158764330;int getLocalGatewayInterface()
The VPN gateway interface this VPN tunnel is associated with.
optional uint32 local_gateway_interface = 158764330;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;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;boolean hasTunnelUrl()
URL reference to the VPN tunnel.
optional string tunnel_url = 78975256;String getTunnelUrl()
URL reference to the VPN tunnel.
optional string tunnel_url = 78975256;com.google.protobuf.ByteString getTunnelUrlBytes()
URL reference to the VPN tunnel.
optional string tunnel_url = 78975256;Copyright © 2023 Google LLC. All rights reserved.