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.
146 147 148 |
# File 'sig/types.rbs', line 146 def address_family @address_family end |
#amazon_address ⇒ ::String
Returns the value of attribute amazon_address.
147 148 149 |
# File 'sig/types.rbs', line 147 def amazon_address @amazon_address end |
#asn ⇒ ::Integer
Returns the value of attribute asn.
143 144 145 |
# File 'sig/types.rbs', line 143 def asn @asn end |
#asn_long ⇒ ::Integer
Returns the value of attribute asn_long.
144 145 146 |
# File 'sig/types.rbs', line 144 def asn_long @asn_long end |
#auth_key ⇒ ::String
Returns the value of attribute auth_key.
145 146 147 |
# File 'sig/types.rbs', line 145 def auth_key @auth_key end |
#aws_device_v2 ⇒ ::String
Returns the value of attribute aws_device_v2.
151 152 153 |
# File 'sig/types.rbs', line 151 def aws_device_v2 @aws_device_v2 end |
#aws_logical_device_id ⇒ ::String
Returns the value of attribute aws_logical_device_id.
152 153 154 |
# File 'sig/types.rbs', line 152 def aws_logical_device_id @aws_logical_device_id end |
#bgp_peer_id ⇒ ::String
Returns the value of attribute bgp_peer_id.
142 143 144 |
# File 'sig/types.rbs', line 142 def bgp_peer_id @bgp_peer_id end |
#bgp_peer_state ⇒ "verifying", ...
Returns the value of attribute bgp_peer_state.
149 150 151 |
# File 'sig/types.rbs', line 149 def bgp_peer_state @bgp_peer_state end |
#bgp_status ⇒ "up", ...
Returns the value of attribute bgp_status.
150 151 152 |
# File 'sig/types.rbs', line 150 def bgp_status @bgp_status end |
#customer_address ⇒ ::String
Returns the value of attribute customer_address.
148 149 150 |
# File 'sig/types.rbs', line 148 def customer_address @customer_address end |