Class: Google::Cloud::EdgeNetwork::V1::Router::Bgp
- Inherits:
-
Object
- Object
- Google::Cloud::EdgeNetwork::V1::Router::Bgp
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/edgenetwork/v1/resources.rb
Overview
BGP information specific to this router.
Instance Attribute Summary collapse
-
#asn ⇒ ::Integer
Locally assigned BGP ASN.
-
#keepalive_interval_in_seconds ⇒ ::Integer
The interval in seconds between BGP keepalive messages that are sent to the peer.
Instance Attribute Details
#asn ⇒ ::Integer
Returns Locally assigned BGP ASN.
380 381 382 383 |
# File 'proto_docs/google/cloud/edgenetwork/v1/resources.rb', line 380 class Bgp include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#keepalive_interval_in_seconds ⇒ ::Integer
Returns The interval in seconds between BGP keepalive messages that are sent to the peer. Default is 20 with value between 20 and 60.
380 381 382 383 |
# File 'proto_docs/google/cloud/edgenetwork/v1/resources.rb', line 380 class Bgp include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |