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
- #provider_name ⇒ ::String
- #rate_limiter_status ⇒ Types::RateLimiterStatus
- #region ⇒ ::String
- #tags ⇒ ::Array[Types::Tag]
Instance Method Details
#allows_hosted_connections ⇒ Boolean
954 |
# File 'sig/client.rbs', line 954
def allows_hosted_connections: () -> bool
|
#aws_device ⇒ ::String
950 |
# File 'sig/client.rbs', line 950
def aws_device: () -> ::String
|
#aws_device_v2 ⇒ ::String
951 |
# File 'sig/client.rbs', line 951
def aws_device_v2: () -> ::String
|
#aws_logical_device_id ⇒ ::String
952 |
# File 'sig/client.rbs', line 952
def aws_logical_device_id: () -> ::String
|
#connections ⇒ ::Array[Types::Connection]
953 |
# File 'sig/client.rbs', line 953
def connections: () -> ::Array[Types::Connection]
|
#connections_bandwidth ⇒ ::String
941 |
# File 'sig/client.rbs', line 941
def connections_bandwidth: () -> ::String
|
#encryption_mode ⇒ ::String
960 |
# File 'sig/client.rbs', line 960
def encryption_mode: () -> ::String
|
#has_logical_redundancy ⇒ "unknown", ...
956 |
# File 'sig/client.rbs', line 956
def has_logical_redundancy: () -> ("unknown" | "yes" | "no")
|
#jumbo_frame_capable ⇒ Boolean
955 |
# File 'sig/client.rbs', line 955
def jumbo_frame_capable: () -> bool
|
#lag_id ⇒ ::String
943 |
# File 'sig/client.rbs', line 943
def lag_id: () -> ::String
|
#lag_name ⇒ ::String
945 |
# File 'sig/client.rbs', line 945
def lag_name: () -> ::String
|
#lag_state ⇒ "requested", ...
946 |
# File 'sig/client.rbs', line 946
def lag_state: () -> ("requested" | "pending" | "available" | "down" | "deleting" | "deleted" | "unknown")
|
#location ⇒ ::String
947 |
# File 'sig/client.rbs', line 947
def location: () -> ::String
|
#mac_sec_capable ⇒ Boolean
959 |
# File 'sig/client.rbs', line 959
def mac_sec_capable: () -> bool
|
#mac_sec_keys ⇒ ::Array[Types::MacSecKey]
961 |
# File 'sig/client.rbs', line 961
def mac_sec_keys: () -> ::Array[Types::MacSecKey]
|
#minimum_links ⇒ ::Integer
949 |
# File 'sig/client.rbs', line 949
def minimum_links: () -> ::Integer
|
#number_of_connections ⇒ ::Integer
942 |
# File 'sig/client.rbs', line 942
def number_of_connections: () -> ::Integer
|
#owner_account ⇒ ::String
944 |
# File 'sig/client.rbs', line 944
def owner_account: () -> ::String
|
#provider_name ⇒ ::String
958 |
# File 'sig/client.rbs', line 958
def provider_name: () -> ::String
|
#rate_limiter_status ⇒ Types::RateLimiterStatus
962 |
# File 'sig/client.rbs', line 962
def rate_limiter_status: () -> Types::RateLimiterStatus
|
#region ⇒ ::String
948 |
# File 'sig/client.rbs', line 948
def region: () -> ::String
|
#tags ⇒ ::Array[Types::Tag]
957 |
# File 'sig/client.rbs', line 957
def tags: () -> ::Array[Types::Tag]
|