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
- #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
996 |
# File 'sig/client.rbs', line 996
def allows_hosted_connections: () -> bool
|
#aws_device ⇒ ::String
992 |
# File 'sig/client.rbs', line 992
def aws_device: () -> ::String
|
#aws_device_v2 ⇒ ::String
993 |
# File 'sig/client.rbs', line 993
def aws_device_v2: () -> ::String
|
#aws_logical_device_id ⇒ ::String
994 |
# File 'sig/client.rbs', line 994
def aws_logical_device_id: () -> ::String
|
#connections ⇒ ::Array[Types::Connection]
995 |
# File 'sig/client.rbs', line 995
def connections: () -> ::Array[Types::Connection]
|
#connections_bandwidth ⇒ ::String
983 |
# File 'sig/client.rbs', line 983
def connections_bandwidth: () -> ::String
|
#encryption_mode ⇒ ::String
1002 |
# File 'sig/client.rbs', line 1002
def encryption_mode: () -> ::String
|
#has_logical_redundancy ⇒ "unknown", ...
998 |
# File 'sig/client.rbs', line 998
def has_logical_redundancy: () -> ("unknown" | "yes" | "no")
|
#jumbo_frame_capable ⇒ Boolean
997 |
# File 'sig/client.rbs', line 997
def jumbo_frame_capable: () -> bool
|
#lag_id ⇒ ::String
985 |
# File 'sig/client.rbs', line 985
def lag_id: () -> ::String
|
#lag_name ⇒ ::String
987 |
# File 'sig/client.rbs', line 987
def lag_name: () -> ::String
|
#lag_state ⇒ "requested", ...
988 |
# File 'sig/client.rbs', line 988
def lag_state: () -> ("requested" | "pending" | "available" | "down" | "deleting" | "deleted" | "unknown")
|
#location ⇒ ::String
989 |
# File 'sig/client.rbs', line 989
def location: () -> ::String
|
#mac_sec_capable ⇒ Boolean
1001 |
# File 'sig/client.rbs', line 1001
def mac_sec_capable: () -> bool
|
#mac_sec_keys ⇒ ::Array[Types::MacSecKey]
1003 |
# File 'sig/client.rbs', line 1003
def mac_sec_keys: () -> ::Array[Types::MacSecKey]
|
#minimum_links ⇒ ::Integer
991 |
# File 'sig/client.rbs', line 991
def minimum_links: () -> ::Integer
|
#number_of_connections ⇒ ::Integer
984 |
# File 'sig/client.rbs', line 984
def number_of_connections: () -> ::Integer
|
#owner_account ⇒ ::String
986 |
# File 'sig/client.rbs', line 986
def owner_account: () -> ::String
|
#prefix_pool_size_ipv_4 ⇒ ::Integer
1004 |
# File 'sig/client.rbs', line 1004
def prefix_pool_size_ipv_4: () -> ::Integer
|
#prefix_pool_size_ipv_6 ⇒ ::Integer
1005 |
# File 'sig/client.rbs', line 1005
def prefix_pool_size_ipv_6: () -> ::Integer
|
#prefix_pool_unallocated_count_ipv_4 ⇒ ::Integer
1006 |
# File 'sig/client.rbs', line 1006
def prefix_pool_unallocated_count_ipv_4: () -> ::Integer
|
#prefix_pool_unallocated_count_ipv_6 ⇒ ::Integer
1007 |
# File 'sig/client.rbs', line 1007
def prefix_pool_unallocated_count_ipv_6: () -> ::Integer
|
#provider_name ⇒ ::String
1000 |
# File 'sig/client.rbs', line 1000
def provider_name: () -> ::String
|
#rate_limiter_status ⇒ Types::RateLimiterStatus
1008 |
# File 'sig/client.rbs', line 1008
def rate_limiter_status: () -> Types::RateLimiterStatus
|
#region ⇒ ::String
990 |
# File 'sig/client.rbs', line 990
def region: () -> ::String
|
#tags ⇒ ::Array[Types::Tag]
999 |
# File 'sig/client.rbs', line 999
def tags: () -> ::Array[Types::Tag]
|