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