Class: Aws::Types::RouteServerBgpOptions
- Inherits:
-
Object
- Object
- Aws::Types::RouteServerBgpOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#peer_asn ⇒ ::Integer
Returns the value of attribute peer_asn.
-
#peer_liveness_detection ⇒ "bfd", "bgp-keepalive"
Returns the value of attribute peer_liveness_detection.
Instance Attribute Details
#peer_asn ⇒ ::Integer
Returns the value of attribute peer_asn.
16474 16475 16476 |
# File 'sig/types.rbs', line 16474 def peer_asn @peer_asn end |
#peer_liveness_detection ⇒ "bfd", "bgp-keepalive"
Returns the value of attribute peer_liveness_detection.
16475 16476 16477 |
# File 'sig/types.rbs', line 16475 def peer_liveness_detection @peer_liveness_detection end |