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
1391 |
# File 'sig/client.rbs', line 1391
def allows_hosted_connections: () -> bool
|
#aws_device ⇒ ::String
1387 |
# File 'sig/client.rbs', line 1387
def aws_device: () -> ::String
|
#aws_device_v2 ⇒ ::String
1388 |
# File 'sig/client.rbs', line 1388
def aws_device_v2: () -> ::String
|
#aws_logical_device_id ⇒ ::String
1389 |
# File 'sig/client.rbs', line 1389
def aws_logical_device_id: () -> ::String
|
#connections ⇒ ::Array[Types::Connection]
1390 |
# File 'sig/client.rbs', line 1390
def connections: () -> ::Array[Types::Connection]
|
#connections_bandwidth ⇒ ::String
1378 |
# File 'sig/client.rbs', line 1378
def connections_bandwidth: () -> ::String
|
#encryption_mode ⇒ ::String
1397 |
# File 'sig/client.rbs', line 1397
def encryption_mode: () -> ::String
|
#has_logical_redundancy ⇒ "unknown", ...
1393 |
# File 'sig/client.rbs', line 1393
def has_logical_redundancy: () -> ("unknown" | "yes" | "no")
|
#jumbo_frame_capable ⇒ Boolean
1392 |
# File 'sig/client.rbs', line 1392
def jumbo_frame_capable: () -> bool
|
#lag_id ⇒ ::String
1380 |
# File 'sig/client.rbs', line 1380
def lag_id: () -> ::String
|
#lag_name ⇒ ::String
1382 |
# File 'sig/client.rbs', line 1382
def lag_name: () -> ::String
|
#lag_state ⇒ "requested", ...
1383 |
# File 'sig/client.rbs', line 1383
def lag_state: () -> ("requested" | "pending" | "available" | "down" | "deleting" | "deleted" | "unknown")
|
#location ⇒ ::String
1384 |
# File 'sig/client.rbs', line 1384
def location: () -> ::String
|
#mac_sec_capable ⇒ Boolean
1396 |
# File 'sig/client.rbs', line 1396
def mac_sec_capable: () -> bool
|
#mac_sec_keys ⇒ ::Array[Types::MacSecKey]
1398 |
# File 'sig/client.rbs', line 1398
def mac_sec_keys: () -> ::Array[Types::MacSecKey]
|
#minimum_links ⇒ ::Integer
1386 |
# File 'sig/client.rbs', line 1386
def minimum_links: () -> ::Integer
|
#number_of_connections ⇒ ::Integer
1379 |
# File 'sig/client.rbs', line 1379
def number_of_connections: () -> ::Integer
|
#owner_account ⇒ ::String
1381 |
# File 'sig/client.rbs', line 1381
def owner_account: () -> ::String
|
#provider_name ⇒ ::String
1395 |
# File 'sig/client.rbs', line 1395
def provider_name: () -> ::String
|
#rate_limiter_status ⇒ Types::RateLimiterStatus
1399 |
# File 'sig/client.rbs', line 1399
def rate_limiter_status: () -> Types::RateLimiterStatus
|
#region ⇒ ::String
1385 |
# File 'sig/client.rbs', line 1385
def region: () -> ::String
|
#tags ⇒ ::Array[Types::Tag]
1394 |
# File 'sig/client.rbs', line 1394
def tags: () -> ::Array[Types::Tag]
|