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
- #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
387 |
# File 'sig/client.rbs', line 387
def aws_device: () -> ::String
|
#aws_device_v2 ⇒ ::String
389 |
# File 'sig/client.rbs', line 389
def aws_device_v2: () -> ::String
|
#aws_logical_device_id ⇒ ::String
390 |
# File 'sig/client.rbs', line 390
def aws_logical_device_id: () -> ::String
|
#bandwidth ⇒ ::String
382 |
# File 'sig/client.rbs', line 382
def bandwidth: () -> ::String
|
#connection_id ⇒ ::String
377 |
# File 'sig/client.rbs', line 377
def connection_id: () -> ::String
|
#connection_name ⇒ ::String
378 |
# File 'sig/client.rbs', line 378
def connection_name: () -> ::String
|
#connection_state ⇒ "ordering", ...
379 |
# File 'sig/client.rbs', line 379
def connection_state: () -> ("ordering" | "requested" | "pending" | "available" | "down" | "deleting" | "deleted" | "rejected" | "unknown")
|
#encryption_mode ⇒ ::String
396 |
# File 'sig/client.rbs', line 396
def encryption_mode: () -> ::String
|
#has_logical_redundancy ⇒ "unknown", ...
391 |
# File 'sig/client.rbs', line 391
def has_logical_redundancy: () -> ("unknown" | "yes" | "no")
|
#jumbo_frame_capable ⇒ Boolean
388 |
# File 'sig/client.rbs', line 388
def jumbo_frame_capable: () -> bool
|
#lag_id ⇒ ::String
386 |
# File 'sig/client.rbs', line 386
def lag_id: () -> ::String
|
#loa_issue_time ⇒ ::Time
385 |
# File 'sig/client.rbs', line 385
def loa_issue_time: () -> ::Time
|
#location ⇒ ::String
381 |
# File 'sig/client.rbs', line 381
def location: () -> ::String
|
#mac_sec_capable ⇒ Boolean
394 |
# File 'sig/client.rbs', line 394
def mac_sec_capable: () -> bool
|
#mac_sec_keys ⇒ ::Array[Types::MacSecKey]
397 |
# File 'sig/client.rbs', line 397
def mac_sec_keys: () -> ::Array[Types::MacSecKey]
|
#owner_account ⇒ ::String
376 |
# File 'sig/client.rbs', line 376
def owner_account: () -> ::String
|
#partner_interconnect_mac_sec_capable ⇒ Boolean
399 |
# File 'sig/client.rbs', line 399
def partner_interconnect_mac_sec_capable: () -> bool
|
#partner_name ⇒ ::String
384 |
# File 'sig/client.rbs', line 384
def partner_name: () -> ::String
|
#port_encryption_status ⇒ ::String
395 |
# File 'sig/client.rbs', line 395
def port_encryption_status: () -> ::String
|
#prefix_pool_size_ipv_4 ⇒ ::Integer
400 |
# File 'sig/client.rbs', line 400
def prefix_pool_size_ipv_4: () -> ::Integer
|
#prefix_pool_size_ipv_6 ⇒ ::Integer
401 |
# File 'sig/client.rbs', line 401
def prefix_pool_size_ipv_6: () -> ::Integer
|
#prefix_pool_unallocated_count_ipv_4 ⇒ ::Integer
402 |
# File 'sig/client.rbs', line 402
def prefix_pool_unallocated_count_ipv_4: () -> ::Integer
|
#prefix_pool_unallocated_count_ipv_6 ⇒ ::Integer
403 |
# File 'sig/client.rbs', line 403
def prefix_pool_unallocated_count_ipv_6: () -> ::Integer
|
#provider_name ⇒ ::String
393 |
# File 'sig/client.rbs', line 393
def provider_name: () -> ::String
|
#rate_limiter_status ⇒ Types::RateLimiterStatus
398 |
# File 'sig/client.rbs', line 398
def rate_limiter_status: () -> Types::RateLimiterStatus
|
#region ⇒ ::String
380 |
# File 'sig/client.rbs', line 380
def region: () -> ::String
|
#tags ⇒ ::Array[Types::Tag]
392 |
# File 'sig/client.rbs', line 392
def tags: () -> ::Array[Types::Tag]
|
#vlan ⇒ ::Integer
383 |
# File 'sig/client.rbs', line 383
def vlan: () -> ::Integer
|