Class: Google::Cloud::EdgeNetwork::V1::Router::Bgp

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#asn::Integer

Returns Locally assigned BGP ASN.

Returns:

  • (::Integer)

    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.

Returns:

  • (::Integer)

    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