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.
17152 17153 17154 |
# File 'sig/types.rbs', line 17152 def bfd_status @bfd_status end |
#bgp_options ⇒ Types::RouteServerBgpOptions
Returns the value of attribute bgp_options.
17150 17151 17152 |
# File 'sig/types.rbs', line 17150 def @bgp_options end |
#bgp_status ⇒ Types::RouteServerBgpStatus
Returns the value of attribute bgp_status.
17151 17152 17153 |
# File 'sig/types.rbs', line 17151 def bgp_status @bgp_status end |
#endpoint_eni_address ⇒ ::String
Returns the value of attribute endpoint_eni_address.
17148 17149 17150 |
# File 'sig/types.rbs', line 17148 def endpoint_eni_address @endpoint_eni_address end |
#endpoint_eni_id ⇒ ::String
Returns the value of attribute endpoint_eni_id.
17147 17148 17149 |
# File 'sig/types.rbs', line 17147 def endpoint_eni_id @endpoint_eni_id end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
17146 17147 17148 |
# File 'sig/types.rbs', line 17146 def failure_reason @failure_reason end |
#peer_address ⇒ ::String
Returns the value of attribute peer_address.
17149 17150 17151 |
# File 'sig/types.rbs', line 17149 def peer_address @peer_address end |
#route_server_endpoint_id ⇒ ::String
Returns the value of attribute route_server_endpoint_id.
17141 17142 17143 |
# File 'sig/types.rbs', line 17141 def route_server_endpoint_id @route_server_endpoint_id end |
#route_server_id ⇒ ::String
Returns the value of attribute route_server_id.
17142 17143 17144 |
# File 'sig/types.rbs', line 17142 def route_server_id @route_server_id end |
#route_server_peer_id ⇒ ::String
Returns the value of attribute route_server_peer_id.
17140 17141 17142 |
# File 'sig/types.rbs', line 17140 def route_server_peer_id @route_server_peer_id end |
#state ⇒ "pending", ...
Returns the value of attribute state.
17145 17146 17147 |
# File 'sig/types.rbs', line 17145 def state @state end |
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
17144 17145 17146 |
# File 'sig/types.rbs', line 17144 def subnet_id @subnet_id end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
17153 17154 17155 |
# File 'sig/types.rbs', line 17153 def @tags end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
17143 17144 17145 |
# File 'sig/types.rbs', line 17143 def vpc_id @vpc_id end |