Module: Aws::DirectConnect::Client::_UpdateConnectionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::Connection]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #aws_device ⇒ ::String
- #aws_device_v2 ⇒ ::String
- #aws_logical_device_id ⇒ ::String
- #bandwidth ⇒ ::String
- #billing_mode ⇒ "PayAsYouGo", ...
- #connection_id ⇒ ::String
- #connection_name ⇒ ::String
- #connection_state ⇒ "ordering", ...
- #encryption_mode ⇒ ::String
- #has_logical_redundancy ⇒ "unknown", ...
- #jumbo_frame_capable ⇒ Boolean
- #lag_id ⇒ ::String
- #loa_issue_time ⇒ ::Time
- #location ⇒ ::String
- #mac_sec_capable ⇒ Boolean
- #mac_sec_keys ⇒ ::Array[Types::MacSecKey]
- #owner_account ⇒ ::String
- #partner_interconnect_mac_sec_capable ⇒ Boolean
- #partner_name ⇒ ::String
- #port_encryption_status ⇒ ::String
- #prefix_pool_size_ipv_4 ⇒ ::Integer
- #prefix_pool_size_ipv_6 ⇒ ::Integer
- #prefix_pool_unallocated_count_ipv_4 ⇒ ::Integer
- #prefix_pool_unallocated_count_ipv_6 ⇒ ::Integer
- #provider_name ⇒ ::String
- #rate_limiter_status ⇒ Types::RateLimiterStatus
- #region ⇒ ::String
- #tags ⇒ ::Array[Types::Tag]
- #vlan ⇒ ::Integer
Instance Method Details
#aws_device ⇒ ::String
1492 |
# File 'sig/client.rbs', line 1492 def aws_device: () -> ::String |
#aws_device_v2 ⇒ ::String
1494 |
# File 'sig/client.rbs', line 1494 def aws_device_v2: () -> ::String |
#aws_logical_device_id ⇒ ::String
1495 |
# File 'sig/client.rbs', line 1495 def aws_logical_device_id: () -> ::String |
#bandwidth ⇒ ::String
1487 |
# File 'sig/client.rbs', line 1487 def bandwidth: () -> ::String |
#billing_mode ⇒ "PayAsYouGo", ...
1509 |
# File 'sig/client.rbs', line 1509 def billing_mode: () -> ("PayAsYouGo" | "FlatRateTier1" | "FlatRateTier2" | "FlatRateTier3" | "FlatRateTier4" | "FlatRateTier5" | "PortPairFlatRateTier1" | "PortPairFlatRateTier2" | "PortPairFlatRateTier3" | "PortPairFlatRateTier4" | "PortPairFlatRateTier5") |
#connection_id ⇒ ::String
1482 |
# File 'sig/client.rbs', line 1482 def connection_id: () -> ::String |
#connection_name ⇒ ::String
1483 |
# File 'sig/client.rbs', line 1483 def connection_name: () -> ::String |
#connection_state ⇒ "ordering", ...
1484 |
# File 'sig/client.rbs', line 1484 def connection_state: () -> ("ordering" | "requested" | "pending" | "available" | "down" | "deleting" | "deleted" | "rejected" | "unknown") |
#encryption_mode ⇒ ::String
1501 |
# File 'sig/client.rbs', line 1501 def encryption_mode: () -> ::String |
#has_logical_redundancy ⇒ "unknown", ...
1496 |
# File 'sig/client.rbs', line 1496 def has_logical_redundancy: () -> ("unknown" | "yes" | "no") |
#jumbo_frame_capable ⇒ Boolean
1493 |
# File 'sig/client.rbs', line 1493 def jumbo_frame_capable: () -> bool |
#lag_id ⇒ ::String
1491 |
# File 'sig/client.rbs', line 1491 def lag_id: () -> ::String |
#loa_issue_time ⇒ ::Time
1490 |
# File 'sig/client.rbs', line 1490 def loa_issue_time: () -> ::Time |
#location ⇒ ::String
1486 |
# File 'sig/client.rbs', line 1486 def location: () -> ::String |
#mac_sec_capable ⇒ Boolean
1499 |
# File 'sig/client.rbs', line 1499 def mac_sec_capable: () -> bool |
#mac_sec_keys ⇒ ::Array[Types::MacSecKey]
1502 |
# File 'sig/client.rbs', line 1502 def mac_sec_keys: () -> ::Array[Types::MacSecKey] |
#owner_account ⇒ ::String
1481 |
# File 'sig/client.rbs', line 1481 def owner_account: () -> ::String |
#partner_interconnect_mac_sec_capable ⇒ Boolean
1504 |
# File 'sig/client.rbs', line 1504 def partner_interconnect_mac_sec_capable: () -> bool |
#partner_name ⇒ ::String
1489 |
# File 'sig/client.rbs', line 1489 def partner_name: () -> ::String |
#port_encryption_status ⇒ ::String
1500 |
# File 'sig/client.rbs', line 1500 def port_encryption_status: () -> ::String |
#prefix_pool_size_ipv_4 ⇒ ::Integer
1505 |
# File 'sig/client.rbs', line 1505 def prefix_pool_size_ipv_4: () -> ::Integer |
#prefix_pool_size_ipv_6 ⇒ ::Integer
1506 |
# File 'sig/client.rbs', line 1506 def prefix_pool_size_ipv_6: () -> ::Integer |
#prefix_pool_unallocated_count_ipv_4 ⇒ ::Integer
1507 |
# File 'sig/client.rbs', line 1507 def prefix_pool_unallocated_count_ipv_4: () -> ::Integer |
#prefix_pool_unallocated_count_ipv_6 ⇒ ::Integer
1508 |
# File 'sig/client.rbs', line 1508 def prefix_pool_unallocated_count_ipv_6: () -> ::Integer |
#provider_name ⇒ ::String
1498 |
# File 'sig/client.rbs', line 1498 def provider_name: () -> ::String |
#rate_limiter_status ⇒ Types::RateLimiterStatus
1503 |
# File 'sig/client.rbs', line 1503 def rate_limiter_status: () -> Types::RateLimiterStatus |
#region ⇒ ::String
1485 |
# File 'sig/client.rbs', line 1485 def region: () -> ::String |
#tags ⇒ ::Array[Types::Tag]
1497 |
# File 'sig/client.rbs', line 1497 def tags: () -> ::Array[Types::Tag] |
#vlan ⇒ ::Integer
1488 |
# File 'sig/client.rbs', line 1488 def vlan: () -> ::Integer |