public static interface Router.BgpPeerOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getInterface()
Name of the RouterInterface the BGP peer is associated with.
|
com.google.protobuf.ByteString |
getInterfaceBytes()
Name of the RouterInterface the BGP peer is associated with.
|
String |
getInterfaceIpv4Cidr()
IP range of the interface within Google.
|
com.google.protobuf.ByteString |
getInterfaceIpv4CidrBytes()
IP range of the interface within Google.
|
String |
getInterfaceIpv6Cidr()
IPv6 range of the interface within Google.
|
com.google.protobuf.ByteString |
getInterfaceIpv6CidrBytes()
IPv6 range of the interface within Google.
|
int |
getLocalAsn()
Output only.
|
String |
getName()
Name of this BGP peer.
|
com.google.protobuf.ByteString |
getNameBytes()
Name of this BGP peer.
|
int |
getPeerAsn()
Peer BGP Autonomous System Number (ASN).
|
String |
getPeerIpv4Cidr()
IP range of the BGP interface outside Google.
|
com.google.protobuf.ByteString |
getPeerIpv4CidrBytes()
IP range of the BGP interface outside Google.
|
String |
getPeerIpv6Cidr()
IPv6 range of the BGP interface outside Google.
|
com.google.protobuf.ByteString |
getPeerIpv6CidrBytes()
IPv6 range of the BGP interface outside Google.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Name of this BGP peer. Unique within the Zones resource.
string name = 1;com.google.protobuf.ByteString getNameBytes()
Name of this BGP peer. Unique within the Zones resource.
string name = 1;String getInterface()
Name of the RouterInterface the BGP peer is associated with.
string interface = 2;com.google.protobuf.ByteString getInterfaceBytes()
Name of the RouterInterface the BGP peer is associated with.
string interface = 2;String getInterfaceIpv4Cidr()
IP range of the interface within Google.
string interface_ipv4_cidr = 3;com.google.protobuf.ByteString getInterfaceIpv4CidrBytes()
IP range of the interface within Google.
string interface_ipv4_cidr = 3;String getInterfaceIpv6Cidr()
IPv6 range of the interface within Google.
string interface_ipv6_cidr = 7;com.google.protobuf.ByteString getInterfaceIpv6CidrBytes()
IPv6 range of the interface within Google.
string interface_ipv6_cidr = 7;String getPeerIpv4Cidr()
IP range of the BGP interface outside Google.
string peer_ipv4_cidr = 4;com.google.protobuf.ByteString getPeerIpv4CidrBytes()
IP range of the BGP interface outside Google.
string peer_ipv4_cidr = 4;String getPeerIpv6Cidr()
IPv6 range of the BGP interface outside Google.
string peer_ipv6_cidr = 6;com.google.protobuf.ByteString getPeerIpv6CidrBytes()
IPv6 range of the BGP interface outside Google.
string peer_ipv6_cidr = 6;int getPeerAsn()
Peer BGP Autonomous System Number (ASN). Each BGP interface may use a different value.
uint32 peer_asn = 5;int getLocalAsn()
Output only. Local BGP Autonomous System Number (ASN). This field is ST_NOT_REQUIRED because it stores private ASNs, which are meaningless outside the zone in which they are being used.
uint32 local_asn = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];Copyright © 2025 Google LLC. All rights reserved.