Class: Aws::Types::RouteServerBgpOptionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::RouteServerBgpOptionsRequest
- 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.
16777 16778 16779 |
# File 'sig/types.rbs', line 16777 def peer_asn @peer_asn end |
#peer_liveness_detection ⇒ "bfd", "bgp-keepalive"
Returns the value of attribute peer_liveness_detection.
16778 16779 16780 |
# File 'sig/types.rbs', line 16778 def peer_liveness_detection @peer_liveness_detection end |