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.
17173 17174 17175 |
# File 'sig/types.rbs', line 17173 def bfd_status @bfd_status end |
#bgp_options ⇒ Types::RouteServerBgpOptions
Returns the value of attribute bgp_options.
17171 17172 17173 |
# File 'sig/types.rbs', line 17171 def @bgp_options end |
#bgp_status ⇒ Types::RouteServerBgpStatus
Returns the value of attribute bgp_status.
17172 17173 17174 |
# File 'sig/types.rbs', line 17172 def bgp_status @bgp_status end |
#endpoint_eni_address ⇒ ::String
Returns the value of attribute endpoint_eni_address.
17169 17170 17171 |
# File 'sig/types.rbs', line 17169 def endpoint_eni_address @endpoint_eni_address end |
#endpoint_eni_id ⇒ ::String
Returns the value of attribute endpoint_eni_id.
17168 17169 17170 |
# File 'sig/types.rbs', line 17168 def endpoint_eni_id @endpoint_eni_id end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
17167 17168 17169 |
# File 'sig/types.rbs', line 17167 def failure_reason @failure_reason end |
#peer_address ⇒ ::String
Returns the value of attribute peer_address.
17170 17171 17172 |
# File 'sig/types.rbs', line 17170 def peer_address @peer_address end |
#route_server_endpoint_id ⇒ ::String
Returns the value of attribute route_server_endpoint_id.
17162 17163 17164 |
# File 'sig/types.rbs', line 17162 def route_server_endpoint_id @route_server_endpoint_id end |
#route_server_id ⇒ ::String
Returns the value of attribute route_server_id.
17163 17164 17165 |
# File 'sig/types.rbs', line 17163 def route_server_id @route_server_id end |
#route_server_peer_id ⇒ ::String
Returns the value of attribute route_server_peer_id.
17161 17162 17163 |
# File 'sig/types.rbs', line 17161 def route_server_peer_id @route_server_peer_id end |
#state ⇒ "pending", ...
Returns the value of attribute state.
17166 17167 17168 |
# File 'sig/types.rbs', line 17166 def state @state end |
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
17165 17166 17167 |
# File 'sig/types.rbs', line 17165 def subnet_id @subnet_id end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
17174 17175 17176 |
# File 'sig/types.rbs', line 17174 def @tags end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
17164 17165 17166 |
# File 'sig/types.rbs', line 17164 def vpc_id @vpc_id end |