Module: Aws::DirectConnect::Client::_DisassociateConnectionFromLagResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::Connection]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #aws_device ⇒ ::String
- #aws_device_v2 ⇒ ::String
- #aws_logical_device_id ⇒ ::String
- #bandwidth ⇒ ::String
- #connection_id ⇒ ::String
- #connection_name ⇒ ::String
- #connection_state ⇒ "ordering", ...
- #encryption_mode ⇒ ::String
- #has_logical_redundancy ⇒ "unknown", ...
- #jumbo_frame_capable ⇒ Boolean
- #lag_id ⇒ ::String
- #loa_issue_time ⇒ ::Time
- #location ⇒ ::String
- #mac_sec_capable ⇒ Boolean
- #mac_sec_keys ⇒ ::Array[Types::MacSecKey]
- #owner_account ⇒ ::String
- #partner_interconnect_mac_sec_capable ⇒ Boolean
- #partner_name ⇒ ::String
- #port_encryption_status ⇒ ::String
- #provider_name ⇒ ::String
- #rate_limiter_status ⇒ Types::RateLimiterStatus
- #region ⇒ ::String
- #tags ⇒ ::Array[Types::Tag]
- #vlan ⇒ ::Integer
Instance Method Details
#aws_device ⇒ ::String
1214 |
# File 'sig/client.rbs', line 1214
def aws_device: () -> ::String
|
#aws_device_v2 ⇒ ::String
1216 |
# File 'sig/client.rbs', line 1216
def aws_device_v2: () -> ::String
|
#aws_logical_device_id ⇒ ::String
1217 |
# File 'sig/client.rbs', line 1217
def aws_logical_device_id: () -> ::String
|
#bandwidth ⇒ ::String
1209 |
# File 'sig/client.rbs', line 1209
def bandwidth: () -> ::String
|
#connection_id ⇒ ::String
1204 |
# File 'sig/client.rbs', line 1204
def connection_id: () -> ::String
|
#connection_name ⇒ ::String
1205 |
# File 'sig/client.rbs', line 1205
def connection_name: () -> ::String
|
#connection_state ⇒ "ordering", ...
1206 |
# File 'sig/client.rbs', line 1206
def connection_state: () -> ("ordering" | "requested" | "pending" | "available" | "down" | "deleting" | "deleted" | "rejected" | "unknown")
|
#encryption_mode ⇒ ::String
1223 |
# File 'sig/client.rbs', line 1223
def encryption_mode: () -> ::String
|
#has_logical_redundancy ⇒ "unknown", ...
1218 |
# File 'sig/client.rbs', line 1218
def has_logical_redundancy: () -> ("unknown" | "yes" | "no")
|
#jumbo_frame_capable ⇒ Boolean
1215 |
# File 'sig/client.rbs', line 1215
def jumbo_frame_capable: () -> bool
|
#lag_id ⇒ ::String
1213 |
# File 'sig/client.rbs', line 1213
def lag_id: () -> ::String
|
#loa_issue_time ⇒ ::Time
1212 |
# File 'sig/client.rbs', line 1212
def loa_issue_time: () -> ::Time
|
#location ⇒ ::String
1208 |
# File 'sig/client.rbs', line 1208
def location: () -> ::String
|
#mac_sec_capable ⇒ Boolean
1221 |
# File 'sig/client.rbs', line 1221
def mac_sec_capable: () -> bool
|
#mac_sec_keys ⇒ ::Array[Types::MacSecKey]
1224 |
# File 'sig/client.rbs', line 1224
def mac_sec_keys: () -> ::Array[Types::MacSecKey]
|
#owner_account ⇒ ::String
1203 |
# File 'sig/client.rbs', line 1203
def owner_account: () -> ::String
|
#partner_interconnect_mac_sec_capable ⇒ Boolean
1226 |
# File 'sig/client.rbs', line 1226
def partner_interconnect_mac_sec_capable: () -> bool
|
#partner_name ⇒ ::String
1211 |
# File 'sig/client.rbs', line 1211
def partner_name: () -> ::String
|
#port_encryption_status ⇒ ::String
1222 |
# File 'sig/client.rbs', line 1222
def port_encryption_status: () -> ::String
|
#provider_name ⇒ ::String
1220 |
# File 'sig/client.rbs', line 1220
def provider_name: () -> ::String
|
#rate_limiter_status ⇒ Types::RateLimiterStatus
1225 |
# File 'sig/client.rbs', line 1225
def rate_limiter_status: () -> Types::RateLimiterStatus
|
#region ⇒ ::String
1207 |
# File 'sig/client.rbs', line 1207
def region: () -> ::String
|
#tags ⇒ ::Array[Types::Tag]
1219 |
# File 'sig/client.rbs', line 1219
def tags: () -> ::Array[Types::Tag]
|
#vlan ⇒ ::Integer
1210 |
# File 'sig/client.rbs', line 1210
def vlan: () -> ::Integer
|