Module: Aws::DirectConnect::Client::_DeleteLagResponseSuccess
- 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
1035 |
# File 'sig/client.rbs', line 1035 def allows_hosted_connections: () -> bool |
#aws_device ⇒ ::String
1031 |
# File 'sig/client.rbs', line 1031 def aws_device: () -> ::String |
#aws_device_v2 ⇒ ::String
1032 |
# File 'sig/client.rbs', line 1032 def aws_device_v2: () -> ::String |
#aws_logical_device_id ⇒ ::String
1033 |
# File 'sig/client.rbs', line 1033 def aws_logical_device_id: () -> ::String |
#billing_mode ⇒ "PayAsYouGo", ...
1048 |
# File 'sig/client.rbs', line 1048 def billing_mode: () -> ("PayAsYouGo" | "FlatRateTier1" | "FlatRateTier2" | "FlatRateTier3" | "FlatRateTier4" | "FlatRateTier5" | "PortPairFlatRateTier1" | "PortPairFlatRateTier2" | "PortPairFlatRateTier3" | "PortPairFlatRateTier4" | "PortPairFlatRateTier5") |
#connections ⇒ ::Array[Types::Connection]
1034 |
# File 'sig/client.rbs', line 1034 def connections: () -> ::Array[Types::Connection] |
#connections_bandwidth ⇒ ::String
1022 |
# File 'sig/client.rbs', line 1022 def connections_bandwidth: () -> ::String |
#encryption_mode ⇒ ::String
1041 |
# File 'sig/client.rbs', line 1041 def encryption_mode: () -> ::String |
#has_logical_redundancy ⇒ "unknown", ...
1037 |
# File 'sig/client.rbs', line 1037 def has_logical_redundancy: () -> ("unknown" | "yes" | "no") |
#jumbo_frame_capable ⇒ Boolean
1036 |
# File 'sig/client.rbs', line 1036 def jumbo_frame_capable: () -> bool |
#lag_id ⇒ ::String
1024 |
# File 'sig/client.rbs', line 1024 def lag_id: () -> ::String |
#lag_name ⇒ ::String
1026 |
# File 'sig/client.rbs', line 1026 def lag_name: () -> ::String |
#lag_state ⇒ "requested", ...
1027 |
# File 'sig/client.rbs', line 1027 def lag_state: () -> ("requested" | "pending" | "available" | "down" | "deleting" | "deleted" | "unknown") |
#location ⇒ ::String
1028 |
# File 'sig/client.rbs', line 1028 def location: () -> ::String |
#mac_sec_capable ⇒ Boolean
1040 |
# File 'sig/client.rbs', line 1040 def mac_sec_capable: () -> bool |
#mac_sec_keys ⇒ ::Array[Types::MacSecKey]
1042 |
# File 'sig/client.rbs', line 1042 def mac_sec_keys: () -> ::Array[Types::MacSecKey] |
#minimum_links ⇒ ::Integer
1030 |
# File 'sig/client.rbs', line 1030 def minimum_links: () -> ::Integer |
#number_of_connections ⇒ ::Integer
1023 |
# File 'sig/client.rbs', line 1023 def number_of_connections: () -> ::Integer |
#owner_account ⇒ ::String
1025 |
# File 'sig/client.rbs', line 1025 def owner_account: () -> ::String |
#prefix_pool_size_ipv_4 ⇒ ::Integer
1043 |
# File 'sig/client.rbs', line 1043 def prefix_pool_size_ipv_4: () -> ::Integer |
#prefix_pool_size_ipv_6 ⇒ ::Integer
1044 |
# File 'sig/client.rbs', line 1044 def prefix_pool_size_ipv_6: () -> ::Integer |
#prefix_pool_unallocated_count_ipv_4 ⇒ ::Integer
1045 |
# File 'sig/client.rbs', line 1045 def prefix_pool_unallocated_count_ipv_4: () -> ::Integer |
#prefix_pool_unallocated_count_ipv_6 ⇒ ::Integer
1046 |
# File 'sig/client.rbs', line 1046 def prefix_pool_unallocated_count_ipv_6: () -> ::Integer |
#provider_name ⇒ ::String
1039 |
# File 'sig/client.rbs', line 1039 def provider_name: () -> ::String |
#rate_limiter_status ⇒ Types::RateLimiterStatus
1047 |
# File 'sig/client.rbs', line 1047 def rate_limiter_status: () -> Types::RateLimiterStatus |
#region ⇒ ::String
1029 |
# File 'sig/client.rbs', line 1029 def region: () -> ::String |
#tags ⇒ ::Array[Types::Tag]
1038 |
# File 'sig/client.rbs', line 1038 def tags: () -> ::Array[Types::Tag] |