Module: Aws::DirectConnect::Client::_UpdateLagResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::Lag]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #allows_hosted_connections ⇒ Boolean
- #aws_device ⇒ ::String
- #aws_device_v2 ⇒ ::String
- #aws_logical_device_id ⇒ ::String
- #connections ⇒ ::Array[Types::Connection]
- #connections_bandwidth ⇒ ::String
- #encryption_mode ⇒ ::String
- #has_logical_redundancy ⇒ "unknown", ...
- #jumbo_frame_capable ⇒ Boolean
- #lag_id ⇒ ::String
- #lag_name ⇒ ::String
- #lag_state ⇒ "requested", ...
- #location ⇒ ::String
- #mac_sec_capable ⇒ Boolean
- #mac_sec_keys ⇒ ::Array[Types::MacSecKey]
- #minimum_links ⇒ ::Integer
- #number_of_connections ⇒ ::Integer
- #owner_account ⇒ ::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]
Instance Method Details
#allows_hosted_connections ⇒ Boolean
1466 |
# File 'sig/client.rbs', line 1466
def allows_hosted_connections: () -> bool
|
#aws_device ⇒ ::String
1462 |
# File 'sig/client.rbs', line 1462
def aws_device: () -> ::String
|
#aws_device_v2 ⇒ ::String
1463 |
# File 'sig/client.rbs', line 1463
def aws_device_v2: () -> ::String
|
#aws_logical_device_id ⇒ ::String
1464 |
# File 'sig/client.rbs', line 1464
def aws_logical_device_id: () -> ::String
|
#connections ⇒ ::Array[Types::Connection]
1465 |
# File 'sig/client.rbs', line 1465
def connections: () -> ::Array[Types::Connection]
|
#connections_bandwidth ⇒ ::String
1453 |
# File 'sig/client.rbs', line 1453
def connections_bandwidth: () -> ::String
|
#encryption_mode ⇒ ::String
1472 |
# File 'sig/client.rbs', line 1472
def encryption_mode: () -> ::String
|
#has_logical_redundancy ⇒ "unknown", ...
1468 |
# File 'sig/client.rbs', line 1468
def has_logical_redundancy: () -> ("unknown" | "yes" | "no")
|
#jumbo_frame_capable ⇒ Boolean
1467 |
# File 'sig/client.rbs', line 1467
def jumbo_frame_capable: () -> bool
|
#lag_id ⇒ ::String
1455 |
# File 'sig/client.rbs', line 1455
def lag_id: () -> ::String
|
#lag_name ⇒ ::String
1457 |
# File 'sig/client.rbs', line 1457
def lag_name: () -> ::String
|
#lag_state ⇒ "requested", ...
1458 |
# File 'sig/client.rbs', line 1458
def lag_state: () -> ("requested" | "pending" | "available" | "down" | "deleting" | "deleted" | "unknown")
|
#location ⇒ ::String
1459 |
# File 'sig/client.rbs', line 1459
def location: () -> ::String
|
#mac_sec_capable ⇒ Boolean
1471 |
# File 'sig/client.rbs', line 1471
def mac_sec_capable: () -> bool
|
#mac_sec_keys ⇒ ::Array[Types::MacSecKey]
1473 |
# File 'sig/client.rbs', line 1473
def mac_sec_keys: () -> ::Array[Types::MacSecKey]
|
#minimum_links ⇒ ::Integer
1461 |
# File 'sig/client.rbs', line 1461
def minimum_links: () -> ::Integer
|
#number_of_connections ⇒ ::Integer
1454 |
# File 'sig/client.rbs', line 1454
def number_of_connections: () -> ::Integer
|
#owner_account ⇒ ::String
1456 |
# File 'sig/client.rbs', line 1456
def owner_account: () -> ::String
|
#prefix_pool_size_ipv_4 ⇒ ::Integer
1474 |
# File 'sig/client.rbs', line 1474
def prefix_pool_size_ipv_4: () -> ::Integer
|
#prefix_pool_size_ipv_6 ⇒ ::Integer
1475 |
# File 'sig/client.rbs', line 1475
def prefix_pool_size_ipv_6: () -> ::Integer
|
#prefix_pool_unallocated_count_ipv_4 ⇒ ::Integer
1476 |
# File 'sig/client.rbs', line 1476
def prefix_pool_unallocated_count_ipv_4: () -> ::Integer
|
#prefix_pool_unallocated_count_ipv_6 ⇒ ::Integer
1477 |
# File 'sig/client.rbs', line 1477
def prefix_pool_unallocated_count_ipv_6: () -> ::Integer
|
#provider_name ⇒ ::String
1470 |
# File 'sig/client.rbs', line 1470
def provider_name: () -> ::String
|
#rate_limiter_status ⇒ Types::RateLimiterStatus
1478 |
# File 'sig/client.rbs', line 1478
def rate_limiter_status: () -> Types::RateLimiterStatus
|
#region ⇒ ::String
1460 |
# File 'sig/client.rbs', line 1460
def region: () -> ::String
|
#tags ⇒ ::Array[Types::Tag]
1469 |
# File 'sig/client.rbs', line 1469
def tags: () -> ::Array[Types::Tag]
|