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
- #billing_mode ⇒ "PayAsYouGo", ...
- #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
1577 |
# File 'sig/client.rbs', line 1577 def allows_hosted_connections: () -> bool |
#aws_device ⇒ ::String
1573 |
# File 'sig/client.rbs', line 1573 def aws_device: () -> ::String |
#aws_device_v2 ⇒ ::String
1574 |
# File 'sig/client.rbs', line 1574 def aws_device_v2: () -> ::String |
#aws_logical_device_id ⇒ ::String
1575 |
# File 'sig/client.rbs', line 1575 def aws_logical_device_id: () -> ::String |
#billing_mode ⇒ "PayAsYouGo", ...
1590 |
# File 'sig/client.rbs', line 1590 def billing_mode: () -> ("PayAsYouGo" | "FlatRateTier1" | "FlatRateTier2" | "FlatRateTier3" | "FlatRateTier4" | "FlatRateTier5" | "PortPairFlatRateTier1" | "PortPairFlatRateTier2" | "PortPairFlatRateTier3" | "PortPairFlatRateTier4" | "PortPairFlatRateTier5") |
#connections ⇒ ::Array[Types::Connection]
1576 |
# File 'sig/client.rbs', line 1576 def connections: () -> ::Array[Types::Connection] |
#connections_bandwidth ⇒ ::String
1564 |
# File 'sig/client.rbs', line 1564 def connections_bandwidth: () -> ::String |
#encryption_mode ⇒ ::String
1583 |
# File 'sig/client.rbs', line 1583 def encryption_mode: () -> ::String |
#has_logical_redundancy ⇒ "unknown", ...
1579 |
# File 'sig/client.rbs', line 1579 def has_logical_redundancy: () -> ("unknown" | "yes" | "no") |
#jumbo_frame_capable ⇒ Boolean
1578 |
# File 'sig/client.rbs', line 1578 def jumbo_frame_capable: () -> bool |
#lag_id ⇒ ::String
1566 |
# File 'sig/client.rbs', line 1566 def lag_id: () -> ::String |
#lag_name ⇒ ::String
1568 |
# File 'sig/client.rbs', line 1568 def lag_name: () -> ::String |
#lag_state ⇒ "requested", ...
1569 |
# File 'sig/client.rbs', line 1569 def lag_state: () -> ("requested" | "pending" | "available" | "down" | "deleting" | "deleted" | "unknown") |
#location ⇒ ::String
1570 |
# File 'sig/client.rbs', line 1570 def location: () -> ::String |
#mac_sec_capable ⇒ Boolean
1582 |
# File 'sig/client.rbs', line 1582 def mac_sec_capable: () -> bool |
#mac_sec_keys ⇒ ::Array[Types::MacSecKey]
1584 |
# File 'sig/client.rbs', line 1584 def mac_sec_keys: () -> ::Array[Types::MacSecKey] |
#minimum_links ⇒ ::Integer
1572 |
# File 'sig/client.rbs', line 1572 def minimum_links: () -> ::Integer |
#number_of_connections ⇒ ::Integer
1565 |
# File 'sig/client.rbs', line 1565 def number_of_connections: () -> ::Integer |
#owner_account ⇒ ::String
1567 |
# File 'sig/client.rbs', line 1567 def owner_account: () -> ::String |
#prefix_pool_size_ipv_4 ⇒ ::Integer
1585 |
# File 'sig/client.rbs', line 1585 def prefix_pool_size_ipv_4: () -> ::Integer |
#prefix_pool_size_ipv_6 ⇒ ::Integer
1586 |
# File 'sig/client.rbs', line 1586 def prefix_pool_size_ipv_6: () -> ::Integer |
#prefix_pool_unallocated_count_ipv_4 ⇒ ::Integer
1587 |
# File 'sig/client.rbs', line 1587 def prefix_pool_unallocated_count_ipv_4: () -> ::Integer |
#prefix_pool_unallocated_count_ipv_6 ⇒ ::Integer
1588 |
# File 'sig/client.rbs', line 1588 def prefix_pool_unallocated_count_ipv_6: () -> ::Integer |
#provider_name ⇒ ::String
1581 |
# File 'sig/client.rbs', line 1581 def provider_name: () -> ::String |
#rate_limiter_status ⇒ Types::RateLimiterStatus
1589 |
# File 'sig/client.rbs', line 1589 def rate_limiter_status: () -> Types::RateLimiterStatus |
#region ⇒ ::String
1571 |
# File 'sig/client.rbs', line 1571 def region: () -> ::String |
#tags ⇒ ::Array[Types::Tag]
1580 |
# File 'sig/client.rbs', line 1580 def tags: () -> ::Array[Types::Tag] |