Module: Aws::DirectConnect::Client::_AssociateConnectionWithLagResponseSuccess
- 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
337 |
# File 'sig/client.rbs', line 337
def aws_device: () -> ::String
|
#aws_device_v2 ⇒ ::String
339 |
# File 'sig/client.rbs', line 339
def aws_device_v2: () -> ::String
|
#aws_logical_device_id ⇒ ::String
340 |
# File 'sig/client.rbs', line 340
def aws_logical_device_id: () -> ::String
|
#bandwidth ⇒ ::String
332 |
# File 'sig/client.rbs', line 332
def bandwidth: () -> ::String
|
#connection_id ⇒ ::String
327 |
# File 'sig/client.rbs', line 327
def connection_id: () -> ::String
|
#connection_name ⇒ ::String
328 |
# File 'sig/client.rbs', line 328
def connection_name: () -> ::String
|
#connection_state ⇒ "ordering", ...
329 |
# File 'sig/client.rbs', line 329
def connection_state: () -> ("ordering" | "requested" | "pending" | "available" | "down" | "deleting" | "deleted" | "rejected" | "unknown")
|
#encryption_mode ⇒ ::String
346 |
# File 'sig/client.rbs', line 346
def encryption_mode: () -> ::String
|
#has_logical_redundancy ⇒ "unknown", ...
341 |
# File 'sig/client.rbs', line 341
def has_logical_redundancy: () -> ("unknown" | "yes" | "no")
|
#jumbo_frame_capable ⇒ Boolean
338 |
# File 'sig/client.rbs', line 338
def jumbo_frame_capable: () -> bool
|
#lag_id ⇒ ::String
336 |
# File 'sig/client.rbs', line 336
def lag_id: () -> ::String
|
#loa_issue_time ⇒ ::Time
335 |
# File 'sig/client.rbs', line 335
def loa_issue_time: () -> ::Time
|
#location ⇒ ::String
331 |
# File 'sig/client.rbs', line 331
def location: () -> ::String
|
#mac_sec_capable ⇒ Boolean
344 |
# File 'sig/client.rbs', line 344
def mac_sec_capable: () -> bool
|
#mac_sec_keys ⇒ ::Array[Types::MacSecKey]
347 |
# File 'sig/client.rbs', line 347
def mac_sec_keys: () -> ::Array[Types::MacSecKey]
|
#owner_account ⇒ ::String
326 |
# File 'sig/client.rbs', line 326
def owner_account: () -> ::String
|
#partner_interconnect_mac_sec_capable ⇒ Boolean
349 |
# File 'sig/client.rbs', line 349
def partner_interconnect_mac_sec_capable: () -> bool
|
#partner_name ⇒ ::String
334 |
# File 'sig/client.rbs', line 334
def partner_name: () -> ::String
|
#port_encryption_status ⇒ ::String
345 |
# File 'sig/client.rbs', line 345
def port_encryption_status: () -> ::String
|
#provider_name ⇒ ::String
343 |
# File 'sig/client.rbs', line 343
def provider_name: () -> ::String
|
#rate_limiter_status ⇒ Types::RateLimiterStatus
348 |
# File 'sig/client.rbs', line 348
def rate_limiter_status: () -> Types::RateLimiterStatus
|
#region ⇒ ::String
330 |
# File 'sig/client.rbs', line 330
def region: () -> ::String
|
#tags ⇒ ::Array[Types::Tag]
342 |
# File 'sig/client.rbs', line 342
def tags: () -> ::Array[Types::Tag]
|
#vlan ⇒ ::Integer
333 |
# File 'sig/client.rbs', line 333
def vlan: () -> ::Integer
|