Class BgpPeer (0.1.7)

BgpPeer(mapping=None, *, ignore_unknown_fields=False, **kwargs)

BGPPeer defines the peer side layer-3 information for building the BGP session.

Attributes

NameDescription
name str
Name of this BGP peer. Unique within the Zones resource.
interface str
Name of the RouterInterface the BGP peer is associated with.
interface_ipv4_cidr str
IP range of the interface within Google.
interface_ipv6_cidr str
IPv6 range of the interface within Google.
peer_ipv4_cidr str
IP range of the BGP interface outside Google.
peer_ipv6_cidr str
IPv6 range of the BGP interface outside Google.
peer_asn int
Peer BGP Autonomous System Number (ASN). Each BGP interface may use a different value.
local_asn int
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.