Module: Aws::DirectConnect::Client::_AllocateHostedConnectionResponseSuccess
- 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
153 |
# File 'sig/client.rbs', line 153
def aws_device: () -> ::String
|
#aws_device_v2 ⇒ ::String
155 |
# File 'sig/client.rbs', line 155
def aws_device_v2: () -> ::String
|
#aws_logical_device_id ⇒ ::String
156 |
# File 'sig/client.rbs', line 156
def aws_logical_device_id: () -> ::String
|
#bandwidth ⇒ ::String
148 |
# File 'sig/client.rbs', line 148
def bandwidth: () -> ::String
|
#connection_id ⇒ ::String
143 |
# File 'sig/client.rbs', line 143
def connection_id: () -> ::String
|
#connection_name ⇒ ::String
144 |
# File 'sig/client.rbs', line 144
def connection_name: () -> ::String
|
#connection_state ⇒ "ordering", ...
145 |
# File 'sig/client.rbs', line 145
def connection_state: () -> ("ordering" | "requested" | "pending" | "available" | "down" | "deleting" | "deleted" | "rejected" | "unknown")
|
#encryption_mode ⇒ ::String
162 |
# File 'sig/client.rbs', line 162
def encryption_mode: () -> ::String
|
#has_logical_redundancy ⇒ "unknown", ...
157 |
# File 'sig/client.rbs', line 157
def has_logical_redundancy: () -> ("unknown" | "yes" | "no")
|
#jumbo_frame_capable ⇒ Boolean
154 |
# File 'sig/client.rbs', line 154
def jumbo_frame_capable: () -> bool
|
#lag_id ⇒ ::String
152 |
# File 'sig/client.rbs', line 152
def lag_id: () -> ::String
|
#loa_issue_time ⇒ ::Time
151 |
# File 'sig/client.rbs', line 151
def loa_issue_time: () -> ::Time
|
#location ⇒ ::String
147 |
# File 'sig/client.rbs', line 147
def location: () -> ::String
|
#mac_sec_capable ⇒ Boolean
160 |
# File 'sig/client.rbs', line 160
def mac_sec_capable: () -> bool
|
#mac_sec_keys ⇒ ::Array[Types::MacSecKey]
163 |
# File 'sig/client.rbs', line 163
def mac_sec_keys: () -> ::Array[Types::MacSecKey]
|
#owner_account ⇒ ::String
142 |
# File 'sig/client.rbs', line 142
def owner_account: () -> ::String
|
#partner_interconnect_mac_sec_capable ⇒ Boolean
165 |
# File 'sig/client.rbs', line 165
def partner_interconnect_mac_sec_capable: () -> bool
|
#partner_name ⇒ ::String
150 |
# File 'sig/client.rbs', line 150
def partner_name: () -> ::String
|
#port_encryption_status ⇒ ::String
161 |
# File 'sig/client.rbs', line 161
def port_encryption_status: () -> ::String
|
#prefix_pool_size_ipv_4 ⇒ ::Integer
166 |
# File 'sig/client.rbs', line 166
def prefix_pool_size_ipv_4: () -> ::Integer
|
#prefix_pool_size_ipv_6 ⇒ ::Integer
167 |
# File 'sig/client.rbs', line 167
def prefix_pool_size_ipv_6: () -> ::Integer
|
#prefix_pool_unallocated_count_ipv_4 ⇒ ::Integer
168 |
# File 'sig/client.rbs', line 168
def prefix_pool_unallocated_count_ipv_4: () -> ::Integer
|
#prefix_pool_unallocated_count_ipv_6 ⇒ ::Integer
169 |
# File 'sig/client.rbs', line 169
def prefix_pool_unallocated_count_ipv_6: () -> ::Integer
|
#provider_name ⇒ ::String
159 |
# File 'sig/client.rbs', line 159
def provider_name: () -> ::String
|
#rate_limiter_status ⇒ Types::RateLimiterStatus
164 |
# File 'sig/client.rbs', line 164
def rate_limiter_status: () -> Types::RateLimiterStatus
|
#region ⇒ ::String
146 |
# File 'sig/client.rbs', line 146
def region: () -> ::String
|
#tags ⇒ ::Array[Types::Tag]
158 |
# File 'sig/client.rbs', line 158
def tags: () -> ::Array[Types::Tag]
|
#vlan ⇒ ::Integer
149 |
# File 'sig/client.rbs', line 149
def vlan: () -> ::Integer
|