public interface RouterStatusBgpPeerStatusOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAdvertisedRoutes(int index)
public abstract Route getAdvertisedRoutes(int index)Routes that were advertised to the remote BGP peer
repeated .google.cloud.compute.v1.Route advertised_routes = 333393068;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Route |
|
getAdvertisedRoutesCount()
public abstract int getAdvertisedRoutesCount()Routes that were advertised to the remote BGP peer
repeated .google.cloud.compute.v1.Route advertised_routes = 333393068;
| Returns | |
|---|---|
| Type | Description |
int |
|
getAdvertisedRoutesList()
public abstract List<Route> getAdvertisedRoutesList()Routes that were advertised to the remote BGP peer
repeated .google.cloud.compute.v1.Route advertised_routes = 333393068;
| Returns | |
|---|---|
| Type | Description |
List<Route> |
|
getAdvertisedRoutesOrBuilder(int index)
public abstract RouteOrBuilder getAdvertisedRoutesOrBuilder(int index)Routes that were advertised to the remote BGP peer
repeated .google.cloud.compute.v1.Route advertised_routes = 333393068;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
RouteOrBuilder |
|
getAdvertisedRoutesOrBuilderList()
public abstract List<? extends RouteOrBuilder> getAdvertisedRoutesOrBuilderList()Routes that were advertised to the remote BGP peer
repeated .google.cloud.compute.v1.Route advertised_routes = 333393068;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.compute.v1.RouteOrBuilder> |
|
getBfdStatus()
public abstract BfdStatus getBfdStatus()optional .google.cloud.compute.v1.BfdStatus bfd_status = 395631729;
| Returns | |
|---|---|
| Type | Description |
BfdStatus |
The bfdStatus. |
getBfdStatusOrBuilder()
public abstract BfdStatusOrBuilder getBfdStatusOrBuilder()optional .google.cloud.compute.v1.BfdStatus bfd_status = 395631729;
| Returns | |
|---|---|
| Type | Description |
BfdStatusOrBuilder |
|
getEnableIpv4()
public abstract boolean getEnableIpv4()Enable IPv4 traffic over BGP Peer. It is enabled by default if the peerIpAddress is version 4.
optional bool enable_ipv4 = 181467937;
| Returns | |
|---|---|
| Type | Description |
boolean |
The enableIpv4. |
getEnableIpv6()
public abstract boolean getEnableIpv6()Enable IPv6 traffic over BGP Peer. It is enabled by default if the peerIpAddress is version 6.
optional bool enable_ipv6 = 181467939;
| Returns | |
|---|---|
| Type | Description |
boolean |
The enableIpv6. |
getIpAddress()
public abstract String getIpAddress()IP address of the local BGP interface.
optional string ip_address = 406272220;
| Returns | |
|---|---|
| Type | Description |
String |
The ipAddress. |
getIpAddressBytes()
public abstract ByteString getIpAddressBytes()IP address of the local BGP interface.
optional string ip_address = 406272220;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for ipAddress. |
getIpv4NexthopAddress()
public abstract String getIpv4NexthopAddress()IPv4 address of the local BGP interface.
optional string ipv4_nexthop_address = 5703377;
| Returns | |
|---|---|
| Type | Description |
String |
The ipv4NexthopAddress. |
getIpv4NexthopAddressBytes()
public abstract ByteString getIpv4NexthopAddressBytes()IPv4 address of the local BGP interface.
optional string ipv4_nexthop_address = 5703377;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for ipv4NexthopAddress. |
getIpv6NexthopAddress()
public abstract String getIpv6NexthopAddress()IPv6 address of the local BGP interface.
optional string ipv6_nexthop_address = 27968211;
| Returns | |
|---|---|
| Type | Description |
String |
The ipv6NexthopAddress. |
getIpv6NexthopAddressBytes()
public abstract ByteString getIpv6NexthopAddressBytes()IPv6 address of the local BGP interface.
optional string ipv6_nexthop_address = 27968211;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for ipv6NexthopAddress. |
getLinkedVpnTunnel()
public abstract String getLinkedVpnTunnel()URL of the VPN tunnel that this BGP peer controls.
optional string linked_vpn_tunnel = 352296953;
| Returns | |
|---|---|
| Type | Description |
String |
The linkedVpnTunnel. |
getLinkedVpnTunnelBytes()
public abstract ByteString getLinkedVpnTunnelBytes()URL of the VPN tunnel that this BGP peer controls.
optional string linked_vpn_tunnel = 352296953;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for linkedVpnTunnel. |
getMd5AuthEnabled()
public abstract boolean getMd5AuthEnabled()Informs whether MD5 authentication is enabled on this BGP peer.
optional bool md5_auth_enabled = 451152075;
| Returns | |
|---|---|
| Type | Description |
boolean |
The md5AuthEnabled. |
getName()
public abstract String getName()Name of this BGP peer. Unique within the Routers resource.
optional string name = 3373707;
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()Name of this BGP peer. Unique within the Routers resource.
optional string name = 3373707;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
getNumLearnedRoutes()
public abstract int getNumLearnedRoutes()Number of routes learned from the remote BGP Peer.
optional uint32 num_learned_routes = 135457535;
| Returns | |
|---|---|
| Type | Description |
int |
The numLearnedRoutes. |
getPeerIpAddress()
public abstract String getPeerIpAddress()IP address of the remote BGP interface.
optional string peer_ip_address = 207735769;
| Returns | |
|---|---|
| Type | Description |
String |
The peerIpAddress. |
getPeerIpAddressBytes()
public abstract ByteString getPeerIpAddressBytes()IP address of the remote BGP interface.
optional string peer_ip_address = 207735769;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for peerIpAddress. |
getPeerIpv4NexthopAddress()
public abstract String getPeerIpv4NexthopAddress()IPv4 address of the remote BGP interface.
optional string peer_ipv4_nexthop_address = 469221774;
| Returns | |
|---|---|
| Type | Description |
String |
The peerIpv4NexthopAddress. |
getPeerIpv4NexthopAddressBytes()
public abstract ByteString getPeerIpv4NexthopAddressBytes()IPv4 address of the remote BGP interface.
optional string peer_ipv4_nexthop_address = 469221774;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for peerIpv4NexthopAddress. |
getPeerIpv6NexthopAddress()
public abstract String getPeerIpv6NexthopAddress()IPv6 address of the remote BGP interface.
optional string peer_ipv6_nexthop_address = 491486608;
| Returns | |
|---|---|
| Type | Description |
String |
The peerIpv6NexthopAddress. |
getPeerIpv6NexthopAddressBytes()
public abstract ByteString getPeerIpv6NexthopAddressBytes()IPv6 address of the remote BGP interface.
optional string peer_ipv6_nexthop_address = 491486608;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for peerIpv6NexthopAddress. |
getRouterApplianceInstance()
public abstract String getRouterApplianceInstance()[Output only] URI of the VM instance that is used as third-party router appliances such as Next Gen Firewalls, Virtual Routers, or Router Appliances. The VM instance is the peer side of the BGP session.
optional string router_appliance_instance = 468312989;
| Returns | |
|---|---|
| Type | Description |
String |
The routerApplianceInstance. |
getRouterApplianceInstanceBytes()
public abstract ByteString getRouterApplianceInstanceBytes()[Output only] URI of the VM instance that is used as third-party router appliances such as Next Gen Firewalls, Virtual Routers, or Router Appliances. The VM instance is the peer side of the BGP session.
optional string router_appliance_instance = 468312989;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for routerApplianceInstance. |
getState()
public abstract String getState()The state of the BGP session. For a list of possible values for this field, see BGP session states.
optional string state = 109757585;
| Returns | |
|---|---|
| Type | Description |
String |
The state. |
getStateBytes()
public abstract ByteString getStateBytes()The state of the BGP session. For a list of possible values for this field, see BGP session states.
optional string state = 109757585;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for state. |
getStatus()
public abstract String getStatus()Status of the BGP peer: {UP, DOWN} Check the Status enum for the list of possible values.
optional string status = 181260274;
| Returns | |
|---|---|
| Type | Description |
String |
The status. |
getStatusBytes()
public abstract ByteString getStatusBytes()Status of the BGP peer: {UP, DOWN} Check the Status enum for the list of possible values.
optional string status = 181260274;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for status. |
getStatusReason()
public abstract String getStatusReason()Indicates why particular status was returned. Check the StatusReason enum for the list of possible values.
optional string status_reason = 342706993;
| Returns | |
|---|---|
| Type | Description |
String |
The statusReason. |
getStatusReasonBytes()
public abstract ByteString getStatusReasonBytes()Indicates why particular status was returned. Check the StatusReason enum for the list of possible values.
optional string status_reason = 342706993;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for statusReason. |
getUptime()
public abstract String getUptime()Time this session has been up. Format: 14 years, 51 weeks, 6 days, 23 hours, 59 minutes, 59 seconds
optional string uptime = 235379688;
| Returns | |
|---|---|
| Type | Description |
String |
The uptime. |
getUptimeBytes()
public abstract ByteString getUptimeBytes()Time this session has been up. Format: 14 years, 51 weeks, 6 days, 23 hours, 59 minutes, 59 seconds
optional string uptime = 235379688;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for uptime. |
getUptimeSeconds()
public abstract String getUptimeSeconds()Time this session has been up, in seconds. Format: 145
optional string uptime_seconds = 104736040;
| Returns | |
|---|---|
| Type | Description |
String |
The uptimeSeconds. |
getUptimeSecondsBytes()
public abstract ByteString getUptimeSecondsBytes()Time this session has been up, in seconds. Format: 145
optional string uptime_seconds = 104736040;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for uptimeSeconds. |
hasBfdStatus()
public abstract boolean hasBfdStatus()optional .google.cloud.compute.v1.BfdStatus bfd_status = 395631729;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the bfdStatus field is set. |
hasEnableIpv4()
public abstract boolean hasEnableIpv4()Enable IPv4 traffic over BGP Peer. It is enabled by default if the peerIpAddress is version 4.
optional bool enable_ipv4 = 181467937;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the enableIpv4 field is set. |
hasEnableIpv6()
public abstract boolean hasEnableIpv6()Enable IPv6 traffic over BGP Peer. It is enabled by default if the peerIpAddress is version 6.
optional bool enable_ipv6 = 181467939;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the enableIpv6 field is set. |
hasIpAddress()
public abstract boolean hasIpAddress()IP address of the local BGP interface.
optional string ip_address = 406272220;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the ipAddress field is set. |
hasIpv4NexthopAddress()
public abstract boolean hasIpv4NexthopAddress()IPv4 address of the local BGP interface.
optional string ipv4_nexthop_address = 5703377;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the ipv4NexthopAddress field is set. |
hasIpv6NexthopAddress()
public abstract boolean hasIpv6NexthopAddress()IPv6 address of the local BGP interface.
optional string ipv6_nexthop_address = 27968211;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the ipv6NexthopAddress field is set. |
hasLinkedVpnTunnel()
public abstract boolean hasLinkedVpnTunnel()URL of the VPN tunnel that this BGP peer controls.
optional string linked_vpn_tunnel = 352296953;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the linkedVpnTunnel field is set. |
hasMd5AuthEnabled()
public abstract boolean hasMd5AuthEnabled()Informs whether MD5 authentication is enabled on this BGP peer.
optional bool md5_auth_enabled = 451152075;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the md5AuthEnabled field is set. |
hasName()
public abstract boolean hasName()Name of this BGP peer. Unique within the Routers resource.
optional string name = 3373707;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the name field is set. |
hasNumLearnedRoutes()
public abstract boolean hasNumLearnedRoutes()Number of routes learned from the remote BGP Peer.
optional uint32 num_learned_routes = 135457535;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the numLearnedRoutes field is set. |
hasPeerIpAddress()
public abstract boolean hasPeerIpAddress()IP address of the remote BGP interface.
optional string peer_ip_address = 207735769;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the peerIpAddress field is set. |
hasPeerIpv4NexthopAddress()
public abstract boolean hasPeerIpv4NexthopAddress()IPv4 address of the remote BGP interface.
optional string peer_ipv4_nexthop_address = 469221774;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the peerIpv4NexthopAddress field is set. |
hasPeerIpv6NexthopAddress()
public abstract boolean hasPeerIpv6NexthopAddress()IPv6 address of the remote BGP interface.
optional string peer_ipv6_nexthop_address = 491486608;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the peerIpv6NexthopAddress field is set. |
hasRouterApplianceInstance()
public abstract boolean hasRouterApplianceInstance()[Output only] URI of the VM instance that is used as third-party router appliances such as Next Gen Firewalls, Virtual Routers, or Router Appliances. The VM instance is the peer side of the BGP session.
optional string router_appliance_instance = 468312989;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the routerApplianceInstance field is set. |
hasState()
public abstract boolean hasState()The state of the BGP session. For a list of possible values for this field, see BGP session states.
optional string state = 109757585;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the state field is set. |
hasStatus()
public abstract boolean hasStatus()Status of the BGP peer: {UP, DOWN} Check the Status enum for the list of possible values.
optional string status = 181260274;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the status field is set. |
hasStatusReason()
public abstract boolean hasStatusReason()Indicates why particular status was returned. Check the StatusReason enum for the list of possible values.
optional string status_reason = 342706993;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the statusReason field is set. |
hasUptime()
public abstract boolean hasUptime()Time this session has been up. Format: 14 years, 51 weeks, 6 days, 23 hours, 59 minutes, 59 seconds
optional string uptime = 235379688;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the uptime field is set. |
hasUptimeSeconds()
public abstract boolean hasUptimeSeconds()Time this session has been up, in seconds. Format: 145
optional string uptime_seconds = 104736040;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the uptimeSeconds field is set. |