Module: Aws::DirectConnect::Client::_CreateInterconnectResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::Interconnect]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #aws_device ⇒ ::String
- #aws_device_v2 ⇒ ::String
- #aws_logical_device_id ⇒ ::String
- #bandwidth ⇒ ::String
- #encryption_mode ⇒ ::String
- #has_logical_redundancy ⇒ "unknown", ...
- #interconnect_id ⇒ ::String
- #interconnect_name ⇒ ::String
- #interconnect_state ⇒ "requested", ...
- #jumbo_frame_capable ⇒ Boolean
- #lag_id ⇒ ::String
- #loa_issue_time ⇒ ::Time
- #location ⇒ ::String
- #mac_sec_capable ⇒ Boolean
- #mac_sec_keys ⇒ ::Array[Types::MacSecKey]
- #port_encryption_status ⇒ ::String
- #provider_name ⇒ ::String
- #region ⇒ ::String
- #tags ⇒ ::Array[Types::Tag]
Instance Method Details
#aws_device ⇒ ::String
625 |
# File 'sig/client.rbs', line 625
def aws_device: () -> ::String
|
#aws_device_v2 ⇒ ::String
627 |
# File 'sig/client.rbs', line 627
def aws_device_v2: () -> ::String
|
#aws_logical_device_id ⇒ ::String
628 |
# File 'sig/client.rbs', line 628
def aws_logical_device_id: () -> ::String
|
#bandwidth ⇒ ::String
622 |
# File 'sig/client.rbs', line 622
def bandwidth: () -> ::String
|
#encryption_mode ⇒ ::String
634 |
# File 'sig/client.rbs', line 634
def encryption_mode: () -> ::String
|
#has_logical_redundancy ⇒ "unknown", ...
629 |
# File 'sig/client.rbs', line 629
def has_logical_redundancy: () -> ("unknown" | "yes" | "no")
|
#interconnect_id ⇒ ::String
617 |
# File 'sig/client.rbs', line 617
def interconnect_id: () -> ::String
|
#interconnect_name ⇒ ::String
618 |
# File 'sig/client.rbs', line 618
def interconnect_name: () -> ::String
|
#interconnect_state ⇒ "requested", ...
619 |
# File 'sig/client.rbs', line 619
def interconnect_state: () -> ("requested" | "pending" | "available" | "down" | "deleting" | "deleted" | "unknown")
|
#jumbo_frame_capable ⇒ Boolean
626 |
# File 'sig/client.rbs', line 626
def jumbo_frame_capable: () -> bool
|
#lag_id ⇒ ::String
624 |
# File 'sig/client.rbs', line 624
def lag_id: () -> ::String
|
#loa_issue_time ⇒ ::Time
623 |
# File 'sig/client.rbs', line 623
def loa_issue_time: () -> ::Time
|
#location ⇒ ::String
621 |
# File 'sig/client.rbs', line 621
def location: () -> ::String
|
#mac_sec_capable ⇒ Boolean
632 |
# File 'sig/client.rbs', line 632
def mac_sec_capable: () -> bool
|
#mac_sec_keys ⇒ ::Array[Types::MacSecKey]
635 |
# File 'sig/client.rbs', line 635
def mac_sec_keys: () -> ::Array[Types::MacSecKey]
|
#port_encryption_status ⇒ ::String
633 |
# File 'sig/client.rbs', line 633
def port_encryption_status: () -> ::String
|
#provider_name ⇒ ::String
631 |
# File 'sig/client.rbs', line 631
def provider_name: () -> ::String
|
#region ⇒ ::String
620 |
# File 'sig/client.rbs', line 620
def region: () -> ::String
|
#tags ⇒ ::Array[Types::Tag]
630 |
# File 'sig/client.rbs', line 630
def tags: () -> ::Array[Types::Tag]
|