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.
16516 16517 16518 |
# File 'sig/types.rbs', line 16516 def bfd_status @bfd_status end |
#bgp_options ⇒ Types::RouteServerBgpOptions
Returns the value of attribute bgp_options.
16514 16515 16516 |
# File 'sig/types.rbs', line 16514 def @bgp_options end |
#bgp_status ⇒ Types::RouteServerBgpStatus
Returns the value of attribute bgp_status.
16515 16516 16517 |
# File 'sig/types.rbs', line 16515 def bgp_status @bgp_status end |
#endpoint_eni_address ⇒ ::String
Returns the value of attribute endpoint_eni_address.
16512 16513 16514 |
# File 'sig/types.rbs', line 16512 def endpoint_eni_address @endpoint_eni_address end |
#endpoint_eni_id ⇒ ::String
Returns the value of attribute endpoint_eni_id.
16511 16512 16513 |
# File 'sig/types.rbs', line 16511 def endpoint_eni_id @endpoint_eni_id end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
16510 16511 16512 |
# File 'sig/types.rbs', line 16510 def failure_reason @failure_reason end |
#peer_address ⇒ ::String
Returns the value of attribute peer_address.
16513 16514 16515 |
# File 'sig/types.rbs', line 16513 def peer_address @peer_address end |
#route_server_endpoint_id ⇒ ::String
Returns the value of attribute route_server_endpoint_id.
16505 16506 16507 |
# File 'sig/types.rbs', line 16505 def route_server_endpoint_id @route_server_endpoint_id end |
#route_server_id ⇒ ::String
Returns the value of attribute route_server_id.
16506 16507 16508 |
# File 'sig/types.rbs', line 16506 def route_server_id @route_server_id end |
#route_server_peer_id ⇒ ::String
Returns the value of attribute route_server_peer_id.
16504 16505 16506 |
# File 'sig/types.rbs', line 16504 def route_server_peer_id @route_server_peer_id end |
#state ⇒ "pending", ...
Returns the value of attribute state.
16509 16510 16511 |
# File 'sig/types.rbs', line 16509 def state @state end |
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
16508 16509 16510 |
# File 'sig/types.rbs', line 16508 def subnet_id @subnet_id end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
16517 16518 16519 |
# File 'sig/types.rbs', line 16517 def @tags end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
16507 16508 16509 |
# File 'sig/types.rbs', line 16507 def vpc_id @vpc_id end |