Class: Aws::Types::Connection
- Inherits:
-
Object
- Object
- Aws::Types::Connection
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aws_device ⇒ ::String
Returns the value of attribute aws_device.
-
#aws_device_v2 ⇒ ::String
Returns the value of attribute aws_device_v2.
-
#aws_logical_device_id ⇒ ::String
Returns the value of attribute aws_logical_device_id.
-
#bandwidth ⇒ ::String
Returns the value of attribute bandwidth.
-
#billing_mode ⇒ "PayAsYouGo", ...
Returns the value of attribute billing_mode.
-
#connection_id ⇒ ::String
Returns the value of attribute connection_id.
-
#connection_name ⇒ ::String
Returns the value of attribute connection_name.
-
#connection_state ⇒ "ordering", ...
Returns the value of attribute connection_state.
-
#encryption_mode ⇒ ::String
Returns the value of attribute encryption_mode.
-
#has_logical_redundancy ⇒ "unknown", ...
Returns the value of attribute has_logical_redundancy.
-
#jumbo_frame_capable ⇒ Boolean
Returns the value of attribute jumbo_frame_capable.
-
#lag_id ⇒ ::String
Returns the value of attribute lag_id.
-
#loa_issue_time ⇒ ::Time
Returns the value of attribute loa_issue_time.
-
#location ⇒ ::String
Returns the value of attribute location.
-
#mac_sec_capable ⇒ Boolean
Returns the value of attribute mac_sec_capable.
-
#mac_sec_keys ⇒ ::Array[Types::MacSecKey]
Returns the value of attribute mac_sec_keys.
-
#owner_account ⇒ ::String
Returns the value of attribute owner_account.
-
#partner_interconnect_mac_sec_capable ⇒ Boolean
Returns the value of attribute partner_interconnect_mac_sec_capable.
-
#partner_name ⇒ ::String
Returns the value of attribute partner_name.
-
#port_encryption_status ⇒ ::String
Returns the value of attribute port_encryption_status.
-
#prefix_pool_size_ipv_4 ⇒ ::Integer
Returns the value of attribute prefix_pool_size_ipv_4.
-
#prefix_pool_size_ipv_6 ⇒ ::Integer
Returns the value of attribute prefix_pool_size_ipv_6.
-
#prefix_pool_unallocated_count_ipv_4 ⇒ ::Integer
Returns the value of attribute prefix_pool_unallocated_count_ipv_4.
-
#prefix_pool_unallocated_count_ipv_6 ⇒ ::Integer
Returns the value of attribute prefix_pool_unallocated_count_ipv_6.
-
#provider_name ⇒ ::String
Returns the value of attribute provider_name.
-
#rate_limiter_status ⇒ Types::RateLimiterStatus
Returns the value of attribute rate_limiter_status.
-
#region ⇒ ::String
Returns the value of attribute region.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#vlan ⇒ ::Integer
Returns the value of attribute vlan.
Instance Attribute Details
#aws_device ⇒ ::String
Returns the value of attribute aws_device.
221 222 223 |
# File 'sig/types.rbs', line 221 def aws_device @aws_device end |
#aws_device_v2 ⇒ ::String
Returns the value of attribute aws_device_v2.
223 224 225 |
# File 'sig/types.rbs', line 223 def aws_device_v2 @aws_device_v2 end |
#aws_logical_device_id ⇒ ::String
Returns the value of attribute aws_logical_device_id.
224 225 226 |
# File 'sig/types.rbs', line 224 def aws_logical_device_id @aws_logical_device_id end |
#bandwidth ⇒ ::String
Returns the value of attribute bandwidth.
216 217 218 |
# File 'sig/types.rbs', line 216 def bandwidth @bandwidth end |
#billing_mode ⇒ "PayAsYouGo", ...
Returns the value of attribute billing_mode.
238 239 240 |
# File 'sig/types.rbs', line 238 def billing_mode @billing_mode end |
#connection_id ⇒ ::String
Returns the value of attribute connection_id.
211 212 213 |
# File 'sig/types.rbs', line 211 def connection_id @connection_id end |
#connection_name ⇒ ::String
Returns the value of attribute connection_name.
212 213 214 |
# File 'sig/types.rbs', line 212 def connection_name @connection_name end |
#connection_state ⇒ "ordering", ...
Returns the value of attribute connection_state.
213 214 215 |
# File 'sig/types.rbs', line 213 def connection_state @connection_state end |
#encryption_mode ⇒ ::String
Returns the value of attribute encryption_mode.
230 231 232 |
# File 'sig/types.rbs', line 230 def encryption_mode @encryption_mode end |
#has_logical_redundancy ⇒ "unknown", ...
Returns the value of attribute has_logical_redundancy.
225 226 227 |
# File 'sig/types.rbs', line 225 def has_logical_redundancy @has_logical_redundancy end |
#jumbo_frame_capable ⇒ Boolean
Returns the value of attribute jumbo_frame_capable.
222 223 224 |
# File 'sig/types.rbs', line 222 def jumbo_frame_capable @jumbo_frame_capable end |
#lag_id ⇒ ::String
Returns the value of attribute lag_id.
220 221 222 |
# File 'sig/types.rbs', line 220 def lag_id @lag_id end |
#loa_issue_time ⇒ ::Time
Returns the value of attribute loa_issue_time.
219 220 221 |
# File 'sig/types.rbs', line 219 def loa_issue_time @loa_issue_time end |
#location ⇒ ::String
Returns the value of attribute location.
215 216 217 |
# File 'sig/types.rbs', line 215 def location @location end |
#mac_sec_capable ⇒ Boolean
Returns the value of attribute mac_sec_capable.
228 229 230 |
# File 'sig/types.rbs', line 228 def mac_sec_capable @mac_sec_capable end |
#mac_sec_keys ⇒ ::Array[Types::MacSecKey]
Returns the value of attribute mac_sec_keys.
231 232 233 |
# File 'sig/types.rbs', line 231 def mac_sec_keys @mac_sec_keys end |
#owner_account ⇒ ::String
Returns the value of attribute owner_account.
210 211 212 |
# File 'sig/types.rbs', line 210 def owner_account @owner_account end |
#partner_interconnect_mac_sec_capable ⇒ Boolean
Returns the value of attribute partner_interconnect_mac_sec_capable.
233 234 235 |
# File 'sig/types.rbs', line 233 def partner_interconnect_mac_sec_capable @partner_interconnect_mac_sec_capable end |
#partner_name ⇒ ::String
Returns the value of attribute partner_name.
218 219 220 |
# File 'sig/types.rbs', line 218 def partner_name @partner_name end |
#port_encryption_status ⇒ ::String
Returns the value of attribute port_encryption_status.
229 230 231 |
# File 'sig/types.rbs', line 229 def port_encryption_status @port_encryption_status end |
#prefix_pool_size_ipv_4 ⇒ ::Integer
Returns the value of attribute prefix_pool_size_ipv_4.
234 235 236 |
# File 'sig/types.rbs', line 234 def prefix_pool_size_ipv_4 @prefix_pool_size_ipv_4 end |
#prefix_pool_size_ipv_6 ⇒ ::Integer
Returns the value of attribute prefix_pool_size_ipv_6.
235 236 237 |
# File 'sig/types.rbs', line 235 def prefix_pool_size_ipv_6 @prefix_pool_size_ipv_6 end |
#prefix_pool_unallocated_count_ipv_4 ⇒ ::Integer
Returns the value of attribute prefix_pool_unallocated_count_ipv_4.
236 237 238 |
# File 'sig/types.rbs', line 236 def prefix_pool_unallocated_count_ipv_4 @prefix_pool_unallocated_count_ipv_4 end |
#prefix_pool_unallocated_count_ipv_6 ⇒ ::Integer
Returns the value of attribute prefix_pool_unallocated_count_ipv_6.
237 238 239 |
# File 'sig/types.rbs', line 237 def prefix_pool_unallocated_count_ipv_6 @prefix_pool_unallocated_count_ipv_6 end |
#provider_name ⇒ ::String
Returns the value of attribute provider_name.
227 228 229 |
# File 'sig/types.rbs', line 227 def provider_name @provider_name end |
#rate_limiter_status ⇒ Types::RateLimiterStatus
Returns the value of attribute rate_limiter_status.
232 233 234 |
# File 'sig/types.rbs', line 232 def rate_limiter_status @rate_limiter_status end |
#region ⇒ ::String
Returns the value of attribute region.
214 215 216 |
# File 'sig/types.rbs', line 214 def region @region end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
226 227 228 |
# File 'sig/types.rbs', line 226 def end |
#vlan ⇒ ::Integer
Returns the value of attribute vlan.
217 218 219 |
# File 'sig/types.rbs', line 217 def vlan @vlan end |