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
- #provider_name ⇒ ::String
- #rate_limiter_status ⇒ Types::RateLimiterStatus
- #region ⇒ ::String
- #tags ⇒ ::Array[Types::Tag]
Instance Method Details
#allows_hosted_connections ⇒ Boolean
1412 |
# File 'sig/client.rbs', line 1412
def allows_hosted_connections: () -> bool
|
#aws_device ⇒ ::String
1408 |
# File 'sig/client.rbs', line 1408
def aws_device: () -> ::String
|
#aws_device_v2 ⇒ ::String
1409 |
# File 'sig/client.rbs', line 1409
def aws_device_v2: () -> ::String
|
#aws_logical_device_id ⇒ ::String
1410 |
# File 'sig/client.rbs', line 1410
def aws_logical_device_id: () -> ::String
|
#connections ⇒ ::Array[Types::Connection]
1411 |
# File 'sig/client.rbs', line 1411
def connections: () -> ::Array[Types::Connection]
|
#connections_bandwidth ⇒ ::String
1399 |
# File 'sig/client.rbs', line 1399
def connections_bandwidth: () -> ::String
|
#encryption_mode ⇒ ::String
1418 |
# File 'sig/client.rbs', line 1418
def encryption_mode: () -> ::String
|
#has_logical_redundancy ⇒ "unknown", ...
1414 |
# File 'sig/client.rbs', line 1414
def has_logical_redundancy: () -> ("unknown" | "yes" | "no")
|
#jumbo_frame_capable ⇒ Boolean
1413 |
# File 'sig/client.rbs', line 1413
def jumbo_frame_capable: () -> bool
|
#lag_id ⇒ ::String
1401 |
# File 'sig/client.rbs', line 1401
def lag_id: () -> ::String
|
#lag_name ⇒ ::String
1403 |
# File 'sig/client.rbs', line 1403
def lag_name: () -> ::String
|
#lag_state ⇒ "requested", ...
1404 |
# File 'sig/client.rbs', line 1404
def lag_state: () -> ("requested" | "pending" | "available" | "down" | "deleting" | "deleted" | "unknown")
|
#location ⇒ ::String
1405 |
# File 'sig/client.rbs', line 1405
def location: () -> ::String
|
#mac_sec_capable ⇒ Boolean
1417 |
# File 'sig/client.rbs', line 1417
def mac_sec_capable: () -> bool
|
#mac_sec_keys ⇒ ::Array[Types::MacSecKey]
1419 |
# File 'sig/client.rbs', line 1419
def mac_sec_keys: () -> ::Array[Types::MacSecKey]
|
#minimum_links ⇒ ::Integer
1407 |
# File 'sig/client.rbs', line 1407
def minimum_links: () -> ::Integer
|
#number_of_connections ⇒ ::Integer
1400 |
# File 'sig/client.rbs', line 1400
def number_of_connections: () -> ::Integer
|
#owner_account ⇒ ::String
1402 |
# File 'sig/client.rbs', line 1402
def owner_account: () -> ::String
|
#provider_name ⇒ ::String
1416 |
# File 'sig/client.rbs', line 1416
def provider_name: () -> ::String
|
#rate_limiter_status ⇒ Types::RateLimiterStatus
1420 |
# File 'sig/client.rbs', line 1420
def rate_limiter_status: () -> Types::RateLimiterStatus
|
#region ⇒ ::String
1406 |
# File 'sig/client.rbs', line 1406
def region: () -> ::String
|
#tags ⇒ ::Array[Types::Tag]
1415 |
# File 'sig/client.rbs', line 1415
def tags: () -> ::Array[Types::Tag]
|