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
- #billing_mode ⇒ "PayAsYouGo", ...
- #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
566 |
# File 'sig/client.rbs', line 566 def aws_device: () -> ::String |
#aws_device_v2 ⇒ ::String
568 |
# File 'sig/client.rbs', line 568 def aws_device_v2: () -> ::String |
#aws_logical_device_id ⇒ ::String
569 |
# File 'sig/client.rbs', line 569 def aws_logical_device_id: () -> ::String |
#bandwidth ⇒ ::String
561 |
# File 'sig/client.rbs', line 561 def bandwidth: () -> ::String |
#billing_mode ⇒ "PayAsYouGo", ...
583 |
# File 'sig/client.rbs', line 583 def billing_mode: () -> ("PayAsYouGo" | "FlatRateTier1" | "FlatRateTier2" | "FlatRateTier3" | "FlatRateTier4" | "FlatRateTier5" | "PortPairFlatRateTier1" | "PortPairFlatRateTier2" | "PortPairFlatRateTier3" | "PortPairFlatRateTier4" | "PortPairFlatRateTier5") |
#connection_id ⇒ ::String
556 |
# File 'sig/client.rbs', line 556 def connection_id: () -> ::String |
#connection_name ⇒ ::String
557 |
# File 'sig/client.rbs', line 557 def connection_name: () -> ::String |
#connection_state ⇒ "ordering", ...
558 |
# File 'sig/client.rbs', line 558 def connection_state: () -> ("ordering" | "requested" | "pending" | "available" | "down" | "deleting" | "deleted" | "rejected" | "unknown") |
#encryption_mode ⇒ ::String
575 |
# File 'sig/client.rbs', line 575 def encryption_mode: () -> ::String |
#has_logical_redundancy ⇒ "unknown", ...
570 |
# File 'sig/client.rbs', line 570 def has_logical_redundancy: () -> ("unknown" | "yes" | "no") |
#jumbo_frame_capable ⇒ Boolean
567 |
# File 'sig/client.rbs', line 567 def jumbo_frame_capable: () -> bool |
#lag_id ⇒ ::String
565 |
# File 'sig/client.rbs', line 565 def lag_id: () -> ::String |
#loa_issue_time ⇒ ::Time
564 |
# File 'sig/client.rbs', line 564 def loa_issue_time: () -> ::Time |
#location ⇒ ::String
560 |
# File 'sig/client.rbs', line 560 def location: () -> ::String |
#mac_sec_capable ⇒ Boolean
573 |
# File 'sig/client.rbs', line 573 def mac_sec_capable: () -> bool |
#mac_sec_keys ⇒ ::Array[Types::MacSecKey]
576 |
# File 'sig/client.rbs', line 576 def mac_sec_keys: () -> ::Array[Types::MacSecKey] |
#owner_account ⇒ ::String
555 |
# File 'sig/client.rbs', line 555 def owner_account: () -> ::String |
#partner_interconnect_mac_sec_capable ⇒ Boolean
578 |
# File 'sig/client.rbs', line 578 def partner_interconnect_mac_sec_capable: () -> bool |
#partner_name ⇒ ::String
563 |
# File 'sig/client.rbs', line 563 def partner_name: () -> ::String |
#port_encryption_status ⇒ ::String
574 |
# File 'sig/client.rbs', line 574 def port_encryption_status: () -> ::String |
#prefix_pool_size_ipv_4 ⇒ ::Integer
579 |
# File 'sig/client.rbs', line 579 def prefix_pool_size_ipv_4: () -> ::Integer |
#prefix_pool_size_ipv_6 ⇒ ::Integer
580 |
# File 'sig/client.rbs', line 580 def prefix_pool_size_ipv_6: () -> ::Integer |
#prefix_pool_unallocated_count_ipv_4 ⇒ ::Integer
581 |
# File 'sig/client.rbs', line 581 def prefix_pool_unallocated_count_ipv_4: () -> ::Integer |
#prefix_pool_unallocated_count_ipv_6 ⇒ ::Integer
582 |
# File 'sig/client.rbs', line 582 def prefix_pool_unallocated_count_ipv_6: () -> ::Integer |
#provider_name ⇒ ::String
572 |
# File 'sig/client.rbs', line 572 def provider_name: () -> ::String |
#rate_limiter_status ⇒ Types::RateLimiterStatus
577 |
# File 'sig/client.rbs', line 577 def rate_limiter_status: () -> Types::RateLimiterStatus |
#region ⇒ ::String
559 |
# File 'sig/client.rbs', line 559 def region: () -> ::String |
#tags ⇒ ::Array[Types::Tag]
571 |
# File 'sig/client.rbs', line 571 def tags: () -> ::Array[Types::Tag] |
#vlan ⇒ ::Integer
562 |
# File 'sig/client.rbs', line 562 def vlan: () -> ::Integer |