Class: Google::Cloud::EdgeNetwork::V1::Router::BgpPeer
- Inherits:
-
Object
- Object
- Google::Cloud::EdgeNetwork::V1::Router::BgpPeer
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/edgenetwork/v1/resources.rb
Overview
BGPPeer defines the peer side layer-3 information for building the BGP session.
Instance Attribute Summary collapse
-
#interface ⇒ ::String
Name of the RouterInterface the BGP peer is associated with.
-
#interface_ipv4_cidr ⇒ ::String
IP range of the interface within Google.
-
#interface_ipv6_cidr ⇒ ::String
IPv6 range of the interface within Google.
-
#local_asn ⇒ ::Integer
readonly
Output only.
-
#name ⇒ ::String
Name of this BGP peer.
-
#peer_asn ⇒ ::Integer
Peer BGP Autonomous System Number (ASN).
-
#peer_ipv4_cidr ⇒ ::String
IP range of the BGP interface outside Google.
-
#peer_ipv6_cidr ⇒ ::String
IPv6 range of the BGP interface outside Google.
Instance Attribute Details
#interface ⇒ ::String
375 376 377 378 |
# File 'proto_docs/google/cloud/edgenetwork/v1/resources.rb', line 375 class BgpPeer include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#interface_ipv4_cidr ⇒ ::String
375 376 377 378 |
# File 'proto_docs/google/cloud/edgenetwork/v1/resources.rb', line 375 class BgpPeer include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#interface_ipv6_cidr ⇒ ::String
375 376 377 378 |
# File 'proto_docs/google/cloud/edgenetwork/v1/resources.rb', line 375 class BgpPeer include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#local_asn ⇒ ::Integer (readonly)
375 376 377 378 |
# File 'proto_docs/google/cloud/edgenetwork/v1/resources.rb', line 375 class BgpPeer include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
375 376 377 378 |
# File 'proto_docs/google/cloud/edgenetwork/v1/resources.rb', line 375 class BgpPeer include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#peer_asn ⇒ ::Integer
375 376 377 378 |
# File 'proto_docs/google/cloud/edgenetwork/v1/resources.rb', line 375 class BgpPeer include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |