Class: Aws::Types::RouteServerPeer
- Inherits:
-
Object
- Object
- Aws::Types::RouteServerPeer
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bfd_status ⇒ Types::RouteServerBfdStatus
Returns the value of attribute bfd_status.
-
#bgp_options ⇒ Types::RouteServerBgpOptions
Returns the value of attribute bgp_options.
-
#bgp_status ⇒ Types::RouteServerBgpStatus
Returns the value of attribute bgp_status.
-
#endpoint_eni_address ⇒ ::String
Returns the value of attribute endpoint_eni_address.
-
#endpoint_eni_id ⇒ ::String
Returns the value of attribute endpoint_eni_id.
-
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
-
#peer_address ⇒ ::String
Returns the value of attribute peer_address.
-
#route_server_endpoint_id ⇒ ::String
Returns the value of attribute route_server_endpoint_id.
-
#route_server_id ⇒ ::String
Returns the value of attribute route_server_id.
-
#route_server_peer_id ⇒ ::String
Returns the value of attribute route_server_peer_id.
-
#state ⇒ "pending", ...
Returns the value of attribute state.
-
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#bfd_status ⇒ Types::RouteServerBfdStatus
Returns the value of attribute bfd_status.
16813 16814 16815 |
# File 'sig/types.rbs', line 16813 def bfd_status @bfd_status end |
#bgp_options ⇒ Types::RouteServerBgpOptions
Returns the value of attribute bgp_options.
16811 16812 16813 |
# File 'sig/types.rbs', line 16811 def @bgp_options end |
#bgp_status ⇒ Types::RouteServerBgpStatus
Returns the value of attribute bgp_status.
16812 16813 16814 |
# File 'sig/types.rbs', line 16812 def bgp_status @bgp_status end |
#endpoint_eni_address ⇒ ::String
Returns the value of attribute endpoint_eni_address.
16809 16810 16811 |
# File 'sig/types.rbs', line 16809 def endpoint_eni_address @endpoint_eni_address end |
#endpoint_eni_id ⇒ ::String
Returns the value of attribute endpoint_eni_id.
16808 16809 16810 |
# File 'sig/types.rbs', line 16808 def endpoint_eni_id @endpoint_eni_id end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
16807 16808 16809 |
# File 'sig/types.rbs', line 16807 def failure_reason @failure_reason end |
#peer_address ⇒ ::String
Returns the value of attribute peer_address.
16810 16811 16812 |
# File 'sig/types.rbs', line 16810 def peer_address @peer_address end |
#route_server_endpoint_id ⇒ ::String
Returns the value of attribute route_server_endpoint_id.
16802 16803 16804 |
# File 'sig/types.rbs', line 16802 def route_server_endpoint_id @route_server_endpoint_id end |
#route_server_id ⇒ ::String
Returns the value of attribute route_server_id.
16803 16804 16805 |
# File 'sig/types.rbs', line 16803 def route_server_id @route_server_id end |
#route_server_peer_id ⇒ ::String
Returns the value of attribute route_server_peer_id.
16801 16802 16803 |
# File 'sig/types.rbs', line 16801 def route_server_peer_id @route_server_peer_id end |
#state ⇒ "pending", ...
Returns the value of attribute state.
16806 16807 16808 |
# File 'sig/types.rbs', line 16806 def state @state end |
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
16805 16806 16807 |
# File 'sig/types.rbs', line 16805 def subnet_id @subnet_id end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
16814 16815 16816 |
# File 'sig/types.rbs', line 16814 def @tags end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
16804 16805 16806 |
# File 'sig/types.rbs', line 16804 def vpc_id @vpc_id end |