Class: Aws::Types::BGPPeer
- Inherits:
-
Object
- Object
- Aws::Types::BGPPeer
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#address_family ⇒ "ipv4", "ipv6"
Returns the value of attribute address_family.
-
#amazon_address ⇒ ::String
Returns the value of attribute amazon_address.
-
#asn ⇒ ::Integer
Returns the value of attribute asn.
-
#asn_long ⇒ ::Integer
Returns the value of attribute asn_long.
-
#auth_key ⇒ ::String
Returns the value of attribute auth_key.
-
#aws_device_v2 ⇒ ::String
Returns the value of attribute aws_device_v2.
-
#aws_logical_device_id ⇒ ::String
Returns the value of attribute aws_logical_device_id.
-
#bgp_peer_id ⇒ ::String
Returns the value of attribute bgp_peer_id.
-
#bgp_peer_state ⇒ "verifying", ...
Returns the value of attribute bgp_peer_state.
-
#bgp_status ⇒ "up", ...
Returns the value of attribute bgp_status.
-
#customer_address ⇒ ::String
Returns the value of attribute customer_address.
Instance Attribute Details
#address_family ⇒ "ipv4", "ipv6"
Returns the value of attribute address_family.
127 128 129 |
# File 'sig/types.rbs', line 127 def address_family @address_family end |
#amazon_address ⇒ ::String
Returns the value of attribute amazon_address.
128 129 130 |
# File 'sig/types.rbs', line 128 def amazon_address @amazon_address end |
#asn ⇒ ::Integer
Returns the value of attribute asn.
124 125 126 |
# File 'sig/types.rbs', line 124 def asn @asn end |
#asn_long ⇒ ::Integer
Returns the value of attribute asn_long.
125 126 127 |
# File 'sig/types.rbs', line 125 def asn_long @asn_long end |
#auth_key ⇒ ::String
Returns the value of attribute auth_key.
126 127 128 |
# File 'sig/types.rbs', line 126 def auth_key @auth_key end |
#aws_device_v2 ⇒ ::String
Returns the value of attribute aws_device_v2.
132 133 134 |
# File 'sig/types.rbs', line 132 def aws_device_v2 @aws_device_v2 end |
#aws_logical_device_id ⇒ ::String
Returns the value of attribute aws_logical_device_id.
133 134 135 |
# File 'sig/types.rbs', line 133 def aws_logical_device_id @aws_logical_device_id end |
#bgp_peer_id ⇒ ::String
Returns the value of attribute bgp_peer_id.
123 124 125 |
# File 'sig/types.rbs', line 123 def bgp_peer_id @bgp_peer_id end |
#bgp_peer_state ⇒ "verifying", ...
Returns the value of attribute bgp_peer_state.
130 131 132 |
# File 'sig/types.rbs', line 130 def bgp_peer_state @bgp_peer_state end |
#bgp_status ⇒ "up", ...
Returns the value of attribute bgp_status.
131 132 133 |
# File 'sig/types.rbs', line 131 def bgp_status @bgp_status end |
#customer_address ⇒ ::String
Returns the value of attribute customer_address.
129 130 131 |
# File 'sig/types.rbs', line 129 def customer_address @customer_address end |