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
- #prefix_pool_size_ipv_4 ⇒ ::Integer
- #prefix_pool_size_ipv_6 ⇒ ::Integer
- #prefix_pool_unallocated_count_ipv_4 ⇒ ::Integer
- #prefix_pool_unallocated_count_ipv_6 ⇒ ::Integer
- #provider_name ⇒ ::String
- #rate_limiter_status ⇒ Types::RateLimiterStatus
- #region ⇒ ::String
- #tags ⇒ ::Array[Types::Tag]
- #vlan ⇒ ::Integer
Instance Method Details
#aws_device ⇒ ::String
550 |
# File 'sig/client.rbs', line 550
def aws_device: () -> ::String
|
#aws_device_v2 ⇒ ::String
552 |
# File 'sig/client.rbs', line 552
def aws_device_v2: () -> ::String
|
#aws_logical_device_id ⇒ ::String
553 |
# File 'sig/client.rbs', line 553
def aws_logical_device_id: () -> ::String
|
#bandwidth ⇒ ::String
545 |
# File 'sig/client.rbs', line 545
def bandwidth: () -> ::String
|
#connection_id ⇒ ::String
540 |
# File 'sig/client.rbs', line 540
def connection_id: () -> ::String
|
#connection_name ⇒ ::String
541 |
# File 'sig/client.rbs', line 541
def connection_name: () -> ::String
|
#connection_state ⇒ "ordering", ...
542 |
# File 'sig/client.rbs', line 542
def connection_state: () -> ("ordering" | "requested" | "pending" | "available" | "down" | "deleting" | "deleted" | "rejected" | "unknown")
|
#encryption_mode ⇒ ::String
559 |
# File 'sig/client.rbs', line 559
def encryption_mode: () -> ::String
|
#has_logical_redundancy ⇒ "unknown", ...
554 |
# File 'sig/client.rbs', line 554
def has_logical_redundancy: () -> ("unknown" | "yes" | "no")
|
#jumbo_frame_capable ⇒ Boolean
551 |
# File 'sig/client.rbs', line 551
def jumbo_frame_capable: () -> bool
|
#lag_id ⇒ ::String
549 |
# File 'sig/client.rbs', line 549
def lag_id: () -> ::String
|
#loa_issue_time ⇒ ::Time
548 |
# File 'sig/client.rbs', line 548
def loa_issue_time: () -> ::Time
|
#location ⇒ ::String
544 |
# File 'sig/client.rbs', line 544
def location: () -> ::String
|
#mac_sec_capable ⇒ Boolean
557 |
# File 'sig/client.rbs', line 557
def mac_sec_capable: () -> bool
|
#mac_sec_keys ⇒ ::Array[Types::MacSecKey]
560 |
# File 'sig/client.rbs', line 560
def mac_sec_keys: () -> ::Array[Types::MacSecKey]
|
#owner_account ⇒ ::String
539 |
# File 'sig/client.rbs', line 539
def owner_account: () -> ::String
|
#partner_interconnect_mac_sec_capable ⇒ Boolean
562 |
# File 'sig/client.rbs', line 562
def partner_interconnect_mac_sec_capable: () -> bool
|
#partner_name ⇒ ::String
547 |
# File 'sig/client.rbs', line 547
def partner_name: () -> ::String
|
#port_encryption_status ⇒ ::String
558 |
# File 'sig/client.rbs', line 558
def port_encryption_status: () -> ::String
|
#prefix_pool_size_ipv_4 ⇒ ::Integer
563 |
# File 'sig/client.rbs', line 563
def prefix_pool_size_ipv_4: () -> ::Integer
|
#prefix_pool_size_ipv_6 ⇒ ::Integer
564 |
# File 'sig/client.rbs', line 564
def prefix_pool_size_ipv_6: () -> ::Integer
|
#prefix_pool_unallocated_count_ipv_4 ⇒ ::Integer
565 |
# File 'sig/client.rbs', line 565
def prefix_pool_unallocated_count_ipv_4: () -> ::Integer
|
#prefix_pool_unallocated_count_ipv_6 ⇒ ::Integer
566 |
# File 'sig/client.rbs', line 566
def prefix_pool_unallocated_count_ipv_6: () -> ::Integer
|
#provider_name ⇒ ::String
556 |
# File 'sig/client.rbs', line 556
def provider_name: () -> ::String
|
#rate_limiter_status ⇒ Types::RateLimiterStatus
561 |
# File 'sig/client.rbs', line 561
def rate_limiter_status: () -> Types::RateLimiterStatus
|
#region ⇒ ::String
543 |
# File 'sig/client.rbs', line 543
def region: () -> ::String
|
#tags ⇒ ::Array[Types::Tag]
555 |
# File 'sig/client.rbs', line 555
def tags: () -> ::Array[Types::Tag]
|
#vlan ⇒ ::Integer
546 |
# File 'sig/client.rbs', line 546
def vlan: () -> ::Integer
|