Module: Aws::DirectConnect::Client::_CreateConnectionResponseSuccess
- 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
528 |
# File 'sig/client.rbs', line 528
def aws_device: () -> ::String
|
#aws_device_v2 ⇒ ::String
530 |
# File 'sig/client.rbs', line 530
def aws_device_v2: () -> ::String
|
#aws_logical_device_id ⇒ ::String
531 |
# File 'sig/client.rbs', line 531
def aws_logical_device_id: () -> ::String
|
#bandwidth ⇒ ::String
523 |
# File 'sig/client.rbs', line 523
def bandwidth: () -> ::String
|
#connection_id ⇒ ::String
518 |
# File 'sig/client.rbs', line 518
def connection_id: () -> ::String
|
#connection_name ⇒ ::String
519 |
# File 'sig/client.rbs', line 519
def connection_name: () -> ::String
|
#connection_state ⇒ "ordering", ...
520 |
# File 'sig/client.rbs', line 520
def connection_state: () -> ("ordering" | "requested" | "pending" | "available" | "down" | "deleting" | "deleted" | "rejected" | "unknown")
|
#encryption_mode ⇒ ::String
537 |
# File 'sig/client.rbs', line 537
def encryption_mode: () -> ::String
|
#has_logical_redundancy ⇒ "unknown", ...
532 |
# File 'sig/client.rbs', line 532
def has_logical_redundancy: () -> ("unknown" | "yes" | "no")
|
#jumbo_frame_capable ⇒ Boolean
529 |
# File 'sig/client.rbs', line 529
def jumbo_frame_capable: () -> bool
|
#lag_id ⇒ ::String
527 |
# File 'sig/client.rbs', line 527
def lag_id: () -> ::String
|
#loa_issue_time ⇒ ::Time
526 |
# File 'sig/client.rbs', line 526
def loa_issue_time: () -> ::Time
|
#location ⇒ ::String
522 |
# File 'sig/client.rbs', line 522
def location: () -> ::String
|
#mac_sec_capable ⇒ Boolean
535 |
# File 'sig/client.rbs', line 535
def mac_sec_capable: () -> bool
|
#mac_sec_keys ⇒ ::Array[Types::MacSecKey]
538 |
# File 'sig/client.rbs', line 538
def mac_sec_keys: () -> ::Array[Types::MacSecKey]
|
#owner_account ⇒ ::String
517 |
# File 'sig/client.rbs', line 517
def owner_account: () -> ::String
|
#partner_interconnect_mac_sec_capable ⇒ Boolean
540 |
# File 'sig/client.rbs', line 540
def partner_interconnect_mac_sec_capable: () -> bool
|
#partner_name ⇒ ::String
525 |
# File 'sig/client.rbs', line 525
def partner_name: () -> ::String
|
#port_encryption_status ⇒ ::String
536 |
# File 'sig/client.rbs', line 536
def port_encryption_status: () -> ::String
|
#provider_name ⇒ ::String
534 |
# File 'sig/client.rbs', line 534
def provider_name: () -> ::String
|
#rate_limiter_status ⇒ Types::RateLimiterStatus
539 |
# File 'sig/client.rbs', line 539
def rate_limiter_status: () -> Types::RateLimiterStatus
|
#region ⇒ ::String
521 |
# File 'sig/client.rbs', line 521
def region: () -> ::String
|
#tags ⇒ ::Array[Types::Tag]
533 |
# File 'sig/client.rbs', line 533
def tags: () -> ::Array[Types::Tag]
|
#vlan ⇒ ::Integer
524 |
# File 'sig/client.rbs', line 524
def vlan: () -> ::Integer
|