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.
16771 16772 16773 |
# File 'sig/types.rbs', line 16771 def peer_asn @peer_asn end |
#peer_liveness_detection ⇒ "bfd", "bgp-keepalive"
Returns the value of attribute peer_liveness_detection.
16772 16773 16774 |
# File 'sig/types.rbs', line 16772 def peer_liveness_detection @peer_liveness_detection end |