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
669 |
# File 'sig/client.rbs', line 669 def aws_device: () -> ::String |
#aws_device_v2 ⇒ ::String
671 |
# File 'sig/client.rbs', line 671 def aws_device_v2: () -> ::String |
#aws_logical_device_id ⇒ ::String
672 |
# File 'sig/client.rbs', line 672 def aws_logical_device_id: () -> ::String |
#bandwidth ⇒ ::String
666 |
# File 'sig/client.rbs', line 666 def bandwidth: () -> ::String |
#encryption_mode ⇒ ::String
678 |
# File 'sig/client.rbs', line 678 def encryption_mode: () -> ::String |
#has_logical_redundancy ⇒ "unknown", ...
673 |
# File 'sig/client.rbs', line 673 def has_logical_redundancy: () -> ("unknown" | "yes" | "no") |
#interconnect_id ⇒ ::String
661 |
# File 'sig/client.rbs', line 661 def interconnect_id: () -> ::String |
#interconnect_name ⇒ ::String
662 |
# File 'sig/client.rbs', line 662 def interconnect_name: () -> ::String |
#interconnect_state ⇒ "requested", ...
663 |
# File 'sig/client.rbs', line 663 def interconnect_state: () -> ("requested" | "pending" | "available" | "down" | "deleting" | "deleted" | "unknown") |
#jumbo_frame_capable ⇒ Boolean
670 |
# File 'sig/client.rbs', line 670 def jumbo_frame_capable: () -> bool |
#lag_id ⇒ ::String
668 |
# File 'sig/client.rbs', line 668 def lag_id: () -> ::String |
#loa_issue_time ⇒ ::Time
667 |
# File 'sig/client.rbs', line 667 def loa_issue_time: () -> ::Time |
#location ⇒ ::String
665 |
# File 'sig/client.rbs', line 665 def location: () -> ::String |
#mac_sec_capable ⇒ Boolean
676 |
# File 'sig/client.rbs', line 676 def mac_sec_capable: () -> bool |
#mac_sec_keys ⇒ ::Array[Types::MacSecKey]
679 |
# File 'sig/client.rbs', line 679 def mac_sec_keys: () -> ::Array[Types::MacSecKey] |
#port_encryption_status ⇒ ::String
677 |
# File 'sig/client.rbs', line 677 def port_encryption_status: () -> ::String |
#provider_name ⇒ ::String
675 |
# File 'sig/client.rbs', line 675 def provider_name: () -> ::String |
#region ⇒ ::String
664 |
# File 'sig/client.rbs', line 664 def region: () -> ::String |
#tags ⇒ ::Array[Types::Tag]
674 |
# File 'sig/client.rbs', line 674 def tags: () -> ::Array[Types::Tag] |