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
651 |
# File 'sig/client.rbs', line 651
def aws_device: () -> ::String
|
#aws_device_v2 ⇒ ::String
653 |
# File 'sig/client.rbs', line 653
def aws_device_v2: () -> ::String
|
#aws_logical_device_id ⇒ ::String
654 |
# File 'sig/client.rbs', line 654
def aws_logical_device_id: () -> ::String
|
#bandwidth ⇒ ::String
648 |
# File 'sig/client.rbs', line 648
def bandwidth: () -> ::String
|
#encryption_mode ⇒ ::String
660 |
# File 'sig/client.rbs', line 660
def encryption_mode: () -> ::String
|
#has_logical_redundancy ⇒ "unknown", ...
655 |
# File 'sig/client.rbs', line 655
def has_logical_redundancy: () -> ("unknown" | "yes" | "no")
|
#interconnect_id ⇒ ::String
643 |
# File 'sig/client.rbs', line 643
def interconnect_id: () -> ::String
|
#interconnect_name ⇒ ::String
644 |
# File 'sig/client.rbs', line 644
def interconnect_name: () -> ::String
|
#interconnect_state ⇒ "requested", ...
645 |
# File 'sig/client.rbs', line 645
def interconnect_state: () -> ("requested" | "pending" | "available" | "down" | "deleting" | "deleted" | "unknown")
|
#jumbo_frame_capable ⇒ Boolean
652 |
# File 'sig/client.rbs', line 652
def jumbo_frame_capable: () -> bool
|
#lag_id ⇒ ::String
650 |
# File 'sig/client.rbs', line 650
def lag_id: () -> ::String
|
#loa_issue_time ⇒ ::Time
649 |
# File 'sig/client.rbs', line 649
def loa_issue_time: () -> ::Time
|
#location ⇒ ::String
647 |
# File 'sig/client.rbs', line 647
def location: () -> ::String
|
#mac_sec_capable ⇒ Boolean
658 |
# File 'sig/client.rbs', line 658
def mac_sec_capable: () -> bool
|
#mac_sec_keys ⇒ ::Array[Types::MacSecKey]
661 |
# File 'sig/client.rbs', line 661
def mac_sec_keys: () -> ::Array[Types::MacSecKey]
|
#port_encryption_status ⇒ ::String
659 |
# File 'sig/client.rbs', line 659
def port_encryption_status: () -> ::String
|
#provider_name ⇒ ::String
657 |
# File 'sig/client.rbs', line 657
def provider_name: () -> ::String
|
#region ⇒ ::String
646 |
# File 'sig/client.rbs', line 646
def region: () -> ::String
|
#tags ⇒ ::Array[Types::Tag]
656 |
# File 'sig/client.rbs', line 656
def tags: () -> ::Array[Types::Tag]
|