Module: Aws::DirectConnect::Client::_AssociateHostedConnectionResponseSuccess
- 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
371 |
# File 'sig/client.rbs', line 371
def aws_device: () -> ::String
|
#aws_device_v2 ⇒ ::String
373 |
# File 'sig/client.rbs', line 373
def aws_device_v2: () -> ::String
|
#aws_logical_device_id ⇒ ::String
374 |
# File 'sig/client.rbs', line 374
def aws_logical_device_id: () -> ::String
|
#bandwidth ⇒ ::String
366 |
# File 'sig/client.rbs', line 366
def bandwidth: () -> ::String
|
#connection_id ⇒ ::String
361 |
# File 'sig/client.rbs', line 361
def connection_id: () -> ::String
|
#connection_name ⇒ ::String
362 |
# File 'sig/client.rbs', line 362
def connection_name: () -> ::String
|
#connection_state ⇒ "ordering", ...
363 |
# File 'sig/client.rbs', line 363
def connection_state: () -> ("ordering" | "requested" | "pending" | "available" | "down" | "deleting" | "deleted" | "rejected" | "unknown")
|
#encryption_mode ⇒ ::String
380 |
# File 'sig/client.rbs', line 380
def encryption_mode: () -> ::String
|
#has_logical_redundancy ⇒ "unknown", ...
375 |
# File 'sig/client.rbs', line 375
def has_logical_redundancy: () -> ("unknown" | "yes" | "no")
|
#jumbo_frame_capable ⇒ Boolean
372 |
# File 'sig/client.rbs', line 372
def jumbo_frame_capable: () -> bool
|
#lag_id ⇒ ::String
370 |
# File 'sig/client.rbs', line 370
def lag_id: () -> ::String
|
#loa_issue_time ⇒ ::Time
369 |
# File 'sig/client.rbs', line 369
def loa_issue_time: () -> ::Time
|
#location ⇒ ::String
365 |
# File 'sig/client.rbs', line 365
def location: () -> ::String
|
#mac_sec_capable ⇒ Boolean
378 |
# File 'sig/client.rbs', line 378
def mac_sec_capable: () -> bool
|
#mac_sec_keys ⇒ ::Array[Types::MacSecKey]
381 |
# File 'sig/client.rbs', line 381
def mac_sec_keys: () -> ::Array[Types::MacSecKey]
|
#owner_account ⇒ ::String
360 |
# File 'sig/client.rbs', line 360
def owner_account: () -> ::String
|
#partner_interconnect_mac_sec_capable ⇒ Boolean
383 |
# File 'sig/client.rbs', line 383
def partner_interconnect_mac_sec_capable: () -> bool
|
#partner_name ⇒ ::String
368 |
# File 'sig/client.rbs', line 368
def partner_name: () -> ::String
|
#port_encryption_status ⇒ ::String
379 |
# File 'sig/client.rbs', line 379
def port_encryption_status: () -> ::String
|
#provider_name ⇒ ::String
377 |
# File 'sig/client.rbs', line 377
def provider_name: () -> ::String
|
#rate_limiter_status ⇒ Types::RateLimiterStatus
382 |
# File 'sig/client.rbs', line 382
def rate_limiter_status: () -> Types::RateLimiterStatus
|
#region ⇒ ::String
364 |
# File 'sig/client.rbs', line 364
def region: () -> ::String
|
#tags ⇒ ::Array[Types::Tag]
376 |
# File 'sig/client.rbs', line 376
def tags: () -> ::Array[Types::Tag]
|
#vlan ⇒ ::Integer
367 |
# File 'sig/client.rbs', line 367
def vlan: () -> ::Integer
|