public static interface RouterStatus.BgpPeerStatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getIpAddress()
IP address of the local BGP interface.
|
com.google.protobuf.ByteString |
getIpAddressBytes()
IP address of the local BGP interface.
|
String |
getName()
Name of this BGP peer.
|
com.google.protobuf.ByteString |
getNameBytes()
Name of this BGP peer.
|
String |
getPeerIpAddress()
IP address of the remote BGP interface.
|
com.google.protobuf.ByteString |
getPeerIpAddressBytes()
IP address of the remote BGP interface.
|
RouterStatus.PrefixCounter |
getPrefixCounter()
A collection of counts for prefixes.
|
RouterStatus.PrefixCounterOrBuilder |
getPrefixCounterOrBuilder()
A collection of counts for prefixes.
|
String |
getState()
BGP state as specified in RFC1771.
|
com.google.protobuf.ByteString |
getStateBytes()
BGP state as specified in RFC1771.
|
RouterStatus.BgpPeerStatus.BgpStatus |
getStatus()
The current status of BGP.
|
int |
getStatusValue()
The current status of BGP.
|
String |
getUptime()
Time this session has been up.
|
com.google.protobuf.ByteString |
getUptimeBytes()
Time this session has been up.
|
long |
getUptimeSeconds()
Time this session has been up, in seconds.
|
boolean |
hasPrefixCounter()
A collection of counts for prefixes.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Name of this BGP peer. Unique within the Routers resource.
string name = 1;com.google.protobuf.ByteString getNameBytes()
Name of this BGP peer. Unique within the Routers resource.
string name = 1;String getIpAddress()
IP address of the local BGP interface.
string ip_address = 2;com.google.protobuf.ByteString getIpAddressBytes()
IP address of the local BGP interface.
string ip_address = 2;String getPeerIpAddress()
IP address of the remote BGP interface.
string peer_ip_address = 3;com.google.protobuf.ByteString getPeerIpAddressBytes()
IP address of the remote BGP interface.
string peer_ip_address = 3;int getStatusValue()
The current status of BGP.
.google.cloud.edgenetwork.v1.RouterStatus.BgpPeerStatus.BgpStatus status = 4;RouterStatus.BgpPeerStatus.BgpStatus getStatus()
The current status of BGP.
.google.cloud.edgenetwork.v1.RouterStatus.BgpPeerStatus.BgpStatus status = 4;String getState()
BGP state as specified in RFC1771.
string state = 5;com.google.protobuf.ByteString getStateBytes()
BGP state as specified in RFC1771.
string state = 5;String getUptime()
Time this session has been up. Format: 14 years, 51 weeks, 6 days, 23 hours, 59 minutes, 59 seconds
string uptime = 6;com.google.protobuf.ByteString getUptimeBytes()
Time this session has been up. Format: 14 years, 51 weeks, 6 days, 23 hours, 59 minutes, 59 seconds
string uptime = 6;long getUptimeSeconds()
Time this session has been up, in seconds.
int64 uptime_seconds = 7;boolean hasPrefixCounter()
A collection of counts for prefixes.
.google.cloud.edgenetwork.v1.RouterStatus.PrefixCounter prefix_counter = 8;RouterStatus.PrefixCounter getPrefixCounter()
A collection of counts for prefixes.
.google.cloud.edgenetwork.v1.RouterStatus.PrefixCounter prefix_counter = 8;RouterStatus.PrefixCounterOrBuilder getPrefixCounterOrBuilder()
A collection of counts for prefixes.
.google.cloud.edgenetwork.v1.RouterStatus.PrefixCounter prefix_counter = 8;Copyright © 2025 Google LLC. All rights reserved.