Module: Aws::DirectConnect::Client::_AllocateConnectionOnInterconnectResponseSuccess
- 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
- #provider_name ⇒ ::String
- #rate_limiter_status ⇒ Types::RateLimiterStatus
- #region ⇒ ::String
- #tags ⇒ ::Array[Types::Tag]
- #vlan ⇒ ::Integer
Instance Method Details
#aws_device ⇒ ::String
112 |
# File 'sig/client.rbs', line 112
def aws_device: () -> ::String
|
#aws_device_v2 ⇒ ::String
114 |
# File 'sig/client.rbs', line 114
def aws_device_v2: () -> ::String
|
#aws_logical_device_id ⇒ ::String
115 |
# File 'sig/client.rbs', line 115
def aws_logical_device_id: () -> ::String
|
#bandwidth ⇒ ::String
107 |
# File 'sig/client.rbs', line 107
def bandwidth: () -> ::String
|
#connection_id ⇒ ::String
102 |
# File 'sig/client.rbs', line 102
def connection_id: () -> ::String
|
#connection_name ⇒ ::String
103 |
# File 'sig/client.rbs', line 103
def connection_name: () -> ::String
|
#connection_state ⇒ "ordering", ...
104 |
# File 'sig/client.rbs', line 104
def connection_state: () -> ("ordering" | "requested" | "pending" | "available" | "down" | "deleting" | "deleted" | "rejected" | "unknown")
|
#encryption_mode ⇒ ::String
121 |
# File 'sig/client.rbs', line 121
def encryption_mode: () -> ::String
|
#has_logical_redundancy ⇒ "unknown", ...
116 |
# File 'sig/client.rbs', line 116
def has_logical_redundancy: () -> ("unknown" | "yes" | "no")
|
#jumbo_frame_capable ⇒ Boolean
113 |
# File 'sig/client.rbs', line 113
def jumbo_frame_capable: () -> bool
|
#lag_id ⇒ ::String
111 |
# File 'sig/client.rbs', line 111
def lag_id: () -> ::String
|
#loa_issue_time ⇒ ::Time
110 |
# File 'sig/client.rbs', line 110
def loa_issue_time: () -> ::Time
|
#location ⇒ ::String
106 |
# File 'sig/client.rbs', line 106
def location: () -> ::String
|
#mac_sec_capable ⇒ Boolean
119 |
# File 'sig/client.rbs', line 119
def mac_sec_capable: () -> bool
|
#mac_sec_keys ⇒ ::Array[Types::MacSecKey]
122 |
# File 'sig/client.rbs', line 122
def mac_sec_keys: () -> ::Array[Types::MacSecKey]
|
#owner_account ⇒ ::String
101 |
# File 'sig/client.rbs', line 101
def owner_account: () -> ::String
|
#partner_interconnect_mac_sec_capable ⇒ Boolean
124 |
# File 'sig/client.rbs', line 124
def partner_interconnect_mac_sec_capable: () -> bool
|
#partner_name ⇒ ::String
109 |
# File 'sig/client.rbs', line 109
def partner_name: () -> ::String
|
#port_encryption_status ⇒ ::String
120 |
# File 'sig/client.rbs', line 120
def port_encryption_status: () -> ::String
|
#provider_name ⇒ ::String
118 |
# File 'sig/client.rbs', line 118
def provider_name: () -> ::String
|
#rate_limiter_status ⇒ Types::RateLimiterStatus
123 |
# File 'sig/client.rbs', line 123
def rate_limiter_status: () -> Types::RateLimiterStatus
|
#region ⇒ ::String
105 |
# File 'sig/client.rbs', line 105
def region: () -> ::String
|
#tags ⇒ ::Array[Types::Tag]
117 |
# File 'sig/client.rbs', line 117
def tags: () -> ::Array[Types::Tag]
|
#vlan ⇒ ::Integer
108 |
# File 'sig/client.rbs', line 108
def vlan: () -> ::Integer
|