aws-sdk-directconnect 1.68.0 → 1.70.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-directconnect/client.rb +70 -46
- data/lib/aws-sdk-directconnect/plugins/endpoints.rb +1 -0
- data/lib/aws-sdk-directconnect.rb +1 -1
- data/sig/client.rbs +1374 -0
- data/sig/errors.rbs +26 -0
- data/sig/resource.rbs +80 -0
- data/sig/types.rbs +986 -0
- data/sig/waiters.rbs +13 -0
- metadata +13 -8
data/sig/types.rbs
ADDED
@@ -0,0 +1,986 @@
|
|
1
|
+
# WARNING ABOUT GENERATED CODE
|
2
|
+
#
|
3
|
+
# This file is generated. See the contributing guide for more information:
|
4
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
5
|
+
#
|
6
|
+
# WARNING ABOUT GENERATED CODE
|
7
|
+
|
8
|
+
module Aws::DirectConnect
|
9
|
+
module Types
|
10
|
+
|
11
|
+
class AcceptDirectConnectGatewayAssociationProposalRequest
|
12
|
+
attr_accessor direct_connect_gateway_id: ::String
|
13
|
+
attr_accessor proposal_id: ::String
|
14
|
+
attr_accessor associated_gateway_owner_account: ::String
|
15
|
+
attr_accessor override_allowed_prefixes_to_direct_connect_gateway: ::Array[Types::RouteFilterPrefix]
|
16
|
+
SENSITIVE: []
|
17
|
+
end
|
18
|
+
|
19
|
+
class AcceptDirectConnectGatewayAssociationProposalResult
|
20
|
+
attr_accessor direct_connect_gateway_association: Types::DirectConnectGatewayAssociation
|
21
|
+
SENSITIVE: []
|
22
|
+
end
|
23
|
+
|
24
|
+
class AllocateConnectionOnInterconnectRequest
|
25
|
+
attr_accessor bandwidth: ::String
|
26
|
+
attr_accessor connection_name: ::String
|
27
|
+
attr_accessor owner_account: ::String
|
28
|
+
attr_accessor interconnect_id: ::String
|
29
|
+
attr_accessor vlan: ::Integer
|
30
|
+
SENSITIVE: []
|
31
|
+
end
|
32
|
+
|
33
|
+
class AllocateHostedConnectionRequest
|
34
|
+
attr_accessor connection_id: ::String
|
35
|
+
attr_accessor owner_account: ::String
|
36
|
+
attr_accessor bandwidth: ::String
|
37
|
+
attr_accessor connection_name: ::String
|
38
|
+
attr_accessor vlan: ::Integer
|
39
|
+
attr_accessor tags: ::Array[Types::Tag]
|
40
|
+
SENSITIVE: []
|
41
|
+
end
|
42
|
+
|
43
|
+
class AllocatePrivateVirtualInterfaceRequest
|
44
|
+
attr_accessor connection_id: ::String
|
45
|
+
attr_accessor owner_account: ::String
|
46
|
+
attr_accessor new_private_virtual_interface_allocation: Types::NewPrivateVirtualInterfaceAllocation
|
47
|
+
SENSITIVE: []
|
48
|
+
end
|
49
|
+
|
50
|
+
class AllocatePublicVirtualInterfaceRequest
|
51
|
+
attr_accessor connection_id: ::String
|
52
|
+
attr_accessor owner_account: ::String
|
53
|
+
attr_accessor new_public_virtual_interface_allocation: Types::NewPublicVirtualInterfaceAllocation
|
54
|
+
SENSITIVE: []
|
55
|
+
end
|
56
|
+
|
57
|
+
class AllocateTransitVirtualInterfaceRequest
|
58
|
+
attr_accessor connection_id: ::String
|
59
|
+
attr_accessor owner_account: ::String
|
60
|
+
attr_accessor new_transit_virtual_interface_allocation: Types::NewTransitVirtualInterfaceAllocation
|
61
|
+
SENSITIVE: []
|
62
|
+
end
|
63
|
+
|
64
|
+
class AllocateTransitVirtualInterfaceResult
|
65
|
+
attr_accessor virtual_interface: Types::VirtualInterface
|
66
|
+
SENSITIVE: []
|
67
|
+
end
|
68
|
+
|
69
|
+
class AssociateConnectionWithLagRequest
|
70
|
+
attr_accessor connection_id: ::String
|
71
|
+
attr_accessor lag_id: ::String
|
72
|
+
SENSITIVE: []
|
73
|
+
end
|
74
|
+
|
75
|
+
class AssociateHostedConnectionRequest
|
76
|
+
attr_accessor connection_id: ::String
|
77
|
+
attr_accessor parent_connection_id: ::String
|
78
|
+
SENSITIVE: []
|
79
|
+
end
|
80
|
+
|
81
|
+
class AssociateMacSecKeyRequest
|
82
|
+
attr_accessor connection_id: ::String
|
83
|
+
attr_accessor secret_arn: ::String
|
84
|
+
attr_accessor ckn: ::String
|
85
|
+
attr_accessor cak: ::String
|
86
|
+
SENSITIVE: []
|
87
|
+
end
|
88
|
+
|
89
|
+
class AssociateMacSecKeyResponse
|
90
|
+
attr_accessor connection_id: ::String
|
91
|
+
attr_accessor mac_sec_keys: ::Array[Types::MacSecKey]
|
92
|
+
SENSITIVE: []
|
93
|
+
end
|
94
|
+
|
95
|
+
class AssociateVirtualInterfaceRequest
|
96
|
+
attr_accessor virtual_interface_id: ::String
|
97
|
+
attr_accessor connection_id: ::String
|
98
|
+
SENSITIVE: []
|
99
|
+
end
|
100
|
+
|
101
|
+
class AssociatedGateway
|
102
|
+
attr_accessor id: ::String
|
103
|
+
attr_accessor type: ("virtualPrivateGateway" | "transitGateway")
|
104
|
+
attr_accessor owner_account: ::String
|
105
|
+
attr_accessor region: ::String
|
106
|
+
SENSITIVE: []
|
107
|
+
end
|
108
|
+
|
109
|
+
class BGPPeer
|
110
|
+
attr_accessor bgp_peer_id: ::String
|
111
|
+
attr_accessor asn: ::Integer
|
112
|
+
attr_accessor auth_key: ::String
|
113
|
+
attr_accessor address_family: ("ipv4" | "ipv6")
|
114
|
+
attr_accessor amazon_address: ::String
|
115
|
+
attr_accessor customer_address: ::String
|
116
|
+
attr_accessor bgp_peer_state: ("verifying" | "pending" | "available" | "deleting" | "deleted")
|
117
|
+
attr_accessor bgp_status: ("up" | "down" | "unknown")
|
118
|
+
attr_accessor aws_device_v2: ::String
|
119
|
+
attr_accessor aws_logical_device_id: ::String
|
120
|
+
SENSITIVE: []
|
121
|
+
end
|
122
|
+
|
123
|
+
class ConfirmConnectionRequest
|
124
|
+
attr_accessor connection_id: ::String
|
125
|
+
SENSITIVE: []
|
126
|
+
end
|
127
|
+
|
128
|
+
class ConfirmConnectionResponse
|
129
|
+
attr_accessor connection_state: ("ordering" | "requested" | "pending" | "available" | "down" | "deleting" | "deleted" | "rejected" | "unknown")
|
130
|
+
SENSITIVE: []
|
131
|
+
end
|
132
|
+
|
133
|
+
class ConfirmCustomerAgreementRequest
|
134
|
+
attr_accessor agreement_name: ::String
|
135
|
+
SENSITIVE: []
|
136
|
+
end
|
137
|
+
|
138
|
+
class ConfirmCustomerAgreementResponse
|
139
|
+
attr_accessor status: ::String
|
140
|
+
SENSITIVE: []
|
141
|
+
end
|
142
|
+
|
143
|
+
class ConfirmPrivateVirtualInterfaceRequest
|
144
|
+
attr_accessor virtual_interface_id: ::String
|
145
|
+
attr_accessor virtual_gateway_id: ::String
|
146
|
+
attr_accessor direct_connect_gateway_id: ::String
|
147
|
+
SENSITIVE: []
|
148
|
+
end
|
149
|
+
|
150
|
+
class ConfirmPrivateVirtualInterfaceResponse
|
151
|
+
attr_accessor virtual_interface_state: ("confirming" | "verifying" | "pending" | "available" | "down" | "deleting" | "deleted" | "rejected" | "unknown")
|
152
|
+
SENSITIVE: []
|
153
|
+
end
|
154
|
+
|
155
|
+
class ConfirmPublicVirtualInterfaceRequest
|
156
|
+
attr_accessor virtual_interface_id: ::String
|
157
|
+
SENSITIVE: []
|
158
|
+
end
|
159
|
+
|
160
|
+
class ConfirmPublicVirtualInterfaceResponse
|
161
|
+
attr_accessor virtual_interface_state: ("confirming" | "verifying" | "pending" | "available" | "down" | "deleting" | "deleted" | "rejected" | "unknown")
|
162
|
+
SENSITIVE: []
|
163
|
+
end
|
164
|
+
|
165
|
+
class ConfirmTransitVirtualInterfaceRequest
|
166
|
+
attr_accessor virtual_interface_id: ::String
|
167
|
+
attr_accessor direct_connect_gateway_id: ::String
|
168
|
+
SENSITIVE: []
|
169
|
+
end
|
170
|
+
|
171
|
+
class ConfirmTransitVirtualInterfaceResponse
|
172
|
+
attr_accessor virtual_interface_state: ("confirming" | "verifying" | "pending" | "available" | "down" | "deleting" | "deleted" | "rejected" | "unknown")
|
173
|
+
SENSITIVE: []
|
174
|
+
end
|
175
|
+
|
176
|
+
class Connection
|
177
|
+
attr_accessor owner_account: ::String
|
178
|
+
attr_accessor connection_id: ::String
|
179
|
+
attr_accessor connection_name: ::String
|
180
|
+
attr_accessor connection_state: ("ordering" | "requested" | "pending" | "available" | "down" | "deleting" | "deleted" | "rejected" | "unknown")
|
181
|
+
attr_accessor region: ::String
|
182
|
+
attr_accessor location: ::String
|
183
|
+
attr_accessor bandwidth: ::String
|
184
|
+
attr_accessor vlan: ::Integer
|
185
|
+
attr_accessor partner_name: ::String
|
186
|
+
attr_accessor loa_issue_time: ::Time
|
187
|
+
attr_accessor lag_id: ::String
|
188
|
+
attr_accessor aws_device: ::String
|
189
|
+
attr_accessor jumbo_frame_capable: bool
|
190
|
+
attr_accessor aws_device_v2: ::String
|
191
|
+
attr_accessor aws_logical_device_id: ::String
|
192
|
+
attr_accessor has_logical_redundancy: ("unknown" | "yes" | "no")
|
193
|
+
attr_accessor tags: ::Array[Types::Tag]
|
194
|
+
attr_accessor provider_name: ::String
|
195
|
+
attr_accessor mac_sec_capable: bool
|
196
|
+
attr_accessor port_encryption_status: ::String
|
197
|
+
attr_accessor encryption_mode: ::String
|
198
|
+
attr_accessor mac_sec_keys: ::Array[Types::MacSecKey]
|
199
|
+
SENSITIVE: []
|
200
|
+
end
|
201
|
+
|
202
|
+
class Connections
|
203
|
+
attr_accessor connections: ::Array[Types::Connection]
|
204
|
+
SENSITIVE: []
|
205
|
+
end
|
206
|
+
|
207
|
+
class CreateBGPPeerRequest
|
208
|
+
attr_accessor virtual_interface_id: ::String
|
209
|
+
attr_accessor new_bgp_peer: Types::NewBGPPeer
|
210
|
+
SENSITIVE: []
|
211
|
+
end
|
212
|
+
|
213
|
+
class CreateBGPPeerResponse
|
214
|
+
attr_accessor virtual_interface: Types::VirtualInterface
|
215
|
+
SENSITIVE: []
|
216
|
+
end
|
217
|
+
|
218
|
+
class CreateConnectionRequest
|
219
|
+
attr_accessor location: ::String
|
220
|
+
attr_accessor bandwidth: ::String
|
221
|
+
attr_accessor connection_name: ::String
|
222
|
+
attr_accessor lag_id: ::String
|
223
|
+
attr_accessor tags: ::Array[Types::Tag]
|
224
|
+
attr_accessor provider_name: ::String
|
225
|
+
attr_accessor request_mac_sec: bool
|
226
|
+
SENSITIVE: []
|
227
|
+
end
|
228
|
+
|
229
|
+
class CreateDirectConnectGatewayAssociationProposalRequest
|
230
|
+
attr_accessor direct_connect_gateway_id: ::String
|
231
|
+
attr_accessor direct_connect_gateway_owner_account: ::String
|
232
|
+
attr_accessor gateway_id: ::String
|
233
|
+
attr_accessor add_allowed_prefixes_to_direct_connect_gateway: ::Array[Types::RouteFilterPrefix]
|
234
|
+
attr_accessor remove_allowed_prefixes_to_direct_connect_gateway: ::Array[Types::RouteFilterPrefix]
|
235
|
+
SENSITIVE: []
|
236
|
+
end
|
237
|
+
|
238
|
+
class CreateDirectConnectGatewayAssociationProposalResult
|
239
|
+
attr_accessor direct_connect_gateway_association_proposal: Types::DirectConnectGatewayAssociationProposal
|
240
|
+
SENSITIVE: []
|
241
|
+
end
|
242
|
+
|
243
|
+
class CreateDirectConnectGatewayAssociationRequest
|
244
|
+
attr_accessor direct_connect_gateway_id: ::String
|
245
|
+
attr_accessor gateway_id: ::String
|
246
|
+
attr_accessor add_allowed_prefixes_to_direct_connect_gateway: ::Array[Types::RouteFilterPrefix]
|
247
|
+
attr_accessor virtual_gateway_id: ::String
|
248
|
+
SENSITIVE: []
|
249
|
+
end
|
250
|
+
|
251
|
+
class CreateDirectConnectGatewayAssociationResult
|
252
|
+
attr_accessor direct_connect_gateway_association: Types::DirectConnectGatewayAssociation
|
253
|
+
SENSITIVE: []
|
254
|
+
end
|
255
|
+
|
256
|
+
class CreateDirectConnectGatewayRequest
|
257
|
+
attr_accessor direct_connect_gateway_name: ::String
|
258
|
+
attr_accessor amazon_side_asn: ::Integer
|
259
|
+
SENSITIVE: []
|
260
|
+
end
|
261
|
+
|
262
|
+
class CreateDirectConnectGatewayResult
|
263
|
+
attr_accessor direct_connect_gateway: Types::DirectConnectGateway
|
264
|
+
SENSITIVE: []
|
265
|
+
end
|
266
|
+
|
267
|
+
class CreateInterconnectRequest
|
268
|
+
attr_accessor interconnect_name: ::String
|
269
|
+
attr_accessor bandwidth: ::String
|
270
|
+
attr_accessor location: ::String
|
271
|
+
attr_accessor lag_id: ::String
|
272
|
+
attr_accessor tags: ::Array[Types::Tag]
|
273
|
+
attr_accessor provider_name: ::String
|
274
|
+
SENSITIVE: []
|
275
|
+
end
|
276
|
+
|
277
|
+
class CreateLagRequest
|
278
|
+
attr_accessor number_of_connections: ::Integer
|
279
|
+
attr_accessor location: ::String
|
280
|
+
attr_accessor connections_bandwidth: ::String
|
281
|
+
attr_accessor lag_name: ::String
|
282
|
+
attr_accessor connection_id: ::String
|
283
|
+
attr_accessor tags: ::Array[Types::Tag]
|
284
|
+
attr_accessor child_connection_tags: ::Array[Types::Tag]
|
285
|
+
attr_accessor provider_name: ::String
|
286
|
+
attr_accessor request_mac_sec: bool
|
287
|
+
SENSITIVE: []
|
288
|
+
end
|
289
|
+
|
290
|
+
class CreatePrivateVirtualInterfaceRequest
|
291
|
+
attr_accessor connection_id: ::String
|
292
|
+
attr_accessor new_private_virtual_interface: Types::NewPrivateVirtualInterface
|
293
|
+
SENSITIVE: []
|
294
|
+
end
|
295
|
+
|
296
|
+
class CreatePublicVirtualInterfaceRequest
|
297
|
+
attr_accessor connection_id: ::String
|
298
|
+
attr_accessor new_public_virtual_interface: Types::NewPublicVirtualInterface
|
299
|
+
SENSITIVE: []
|
300
|
+
end
|
301
|
+
|
302
|
+
class CreateTransitVirtualInterfaceRequest
|
303
|
+
attr_accessor connection_id: ::String
|
304
|
+
attr_accessor new_transit_virtual_interface: Types::NewTransitVirtualInterface
|
305
|
+
SENSITIVE: []
|
306
|
+
end
|
307
|
+
|
308
|
+
class CreateTransitVirtualInterfaceResult
|
309
|
+
attr_accessor virtual_interface: Types::VirtualInterface
|
310
|
+
SENSITIVE: []
|
311
|
+
end
|
312
|
+
|
313
|
+
class CustomerAgreement
|
314
|
+
attr_accessor agreement_name: ::String
|
315
|
+
attr_accessor status: ::String
|
316
|
+
SENSITIVE: []
|
317
|
+
end
|
318
|
+
|
319
|
+
class DeleteBGPPeerRequest
|
320
|
+
attr_accessor virtual_interface_id: ::String
|
321
|
+
attr_accessor asn: ::Integer
|
322
|
+
attr_accessor customer_address: ::String
|
323
|
+
attr_accessor bgp_peer_id: ::String
|
324
|
+
SENSITIVE: []
|
325
|
+
end
|
326
|
+
|
327
|
+
class DeleteBGPPeerResponse
|
328
|
+
attr_accessor virtual_interface: Types::VirtualInterface
|
329
|
+
SENSITIVE: []
|
330
|
+
end
|
331
|
+
|
332
|
+
class DeleteConnectionRequest
|
333
|
+
attr_accessor connection_id: ::String
|
334
|
+
SENSITIVE: []
|
335
|
+
end
|
336
|
+
|
337
|
+
class DeleteDirectConnectGatewayAssociationProposalRequest
|
338
|
+
attr_accessor proposal_id: ::String
|
339
|
+
SENSITIVE: []
|
340
|
+
end
|
341
|
+
|
342
|
+
class DeleteDirectConnectGatewayAssociationProposalResult
|
343
|
+
attr_accessor direct_connect_gateway_association_proposal: Types::DirectConnectGatewayAssociationProposal
|
344
|
+
SENSITIVE: []
|
345
|
+
end
|
346
|
+
|
347
|
+
class DeleteDirectConnectGatewayAssociationRequest
|
348
|
+
attr_accessor association_id: ::String
|
349
|
+
attr_accessor direct_connect_gateway_id: ::String
|
350
|
+
attr_accessor virtual_gateway_id: ::String
|
351
|
+
SENSITIVE: []
|
352
|
+
end
|
353
|
+
|
354
|
+
class DeleteDirectConnectGatewayAssociationResult
|
355
|
+
attr_accessor direct_connect_gateway_association: Types::DirectConnectGatewayAssociation
|
356
|
+
SENSITIVE: []
|
357
|
+
end
|
358
|
+
|
359
|
+
class DeleteDirectConnectGatewayRequest
|
360
|
+
attr_accessor direct_connect_gateway_id: ::String
|
361
|
+
SENSITIVE: []
|
362
|
+
end
|
363
|
+
|
364
|
+
class DeleteDirectConnectGatewayResult
|
365
|
+
attr_accessor direct_connect_gateway: Types::DirectConnectGateway
|
366
|
+
SENSITIVE: []
|
367
|
+
end
|
368
|
+
|
369
|
+
class DeleteInterconnectRequest
|
370
|
+
attr_accessor interconnect_id: ::String
|
371
|
+
SENSITIVE: []
|
372
|
+
end
|
373
|
+
|
374
|
+
class DeleteInterconnectResponse
|
375
|
+
attr_accessor interconnect_state: ("requested" | "pending" | "available" | "down" | "deleting" | "deleted" | "unknown")
|
376
|
+
SENSITIVE: []
|
377
|
+
end
|
378
|
+
|
379
|
+
class DeleteLagRequest
|
380
|
+
attr_accessor lag_id: ::String
|
381
|
+
SENSITIVE: []
|
382
|
+
end
|
383
|
+
|
384
|
+
class DeleteVirtualInterfaceRequest
|
385
|
+
attr_accessor virtual_interface_id: ::String
|
386
|
+
SENSITIVE: []
|
387
|
+
end
|
388
|
+
|
389
|
+
class DeleteVirtualInterfaceResponse
|
390
|
+
attr_accessor virtual_interface_state: ("confirming" | "verifying" | "pending" | "available" | "down" | "deleting" | "deleted" | "rejected" | "unknown")
|
391
|
+
SENSITIVE: []
|
392
|
+
end
|
393
|
+
|
394
|
+
class DescribeConnectionLoaRequest
|
395
|
+
attr_accessor connection_id: ::String
|
396
|
+
attr_accessor provider_name: ::String
|
397
|
+
attr_accessor loa_content_type: ("application/pdf")
|
398
|
+
SENSITIVE: []
|
399
|
+
end
|
400
|
+
|
401
|
+
class DescribeConnectionLoaResponse
|
402
|
+
attr_accessor loa: Types::Loa
|
403
|
+
SENSITIVE: []
|
404
|
+
end
|
405
|
+
|
406
|
+
class DescribeConnectionsOnInterconnectRequest
|
407
|
+
attr_accessor interconnect_id: ::String
|
408
|
+
SENSITIVE: []
|
409
|
+
end
|
410
|
+
|
411
|
+
class DescribeConnectionsRequest
|
412
|
+
attr_accessor connection_id: ::String
|
413
|
+
SENSITIVE: []
|
414
|
+
end
|
415
|
+
|
416
|
+
class DescribeCustomerMetadataResponse
|
417
|
+
attr_accessor agreements: ::Array[Types::CustomerAgreement]
|
418
|
+
attr_accessor nni_partner_type: ("v1" | "v2" | "nonPartner")
|
419
|
+
SENSITIVE: []
|
420
|
+
end
|
421
|
+
|
422
|
+
class DescribeDirectConnectGatewayAssociationProposalsRequest
|
423
|
+
attr_accessor direct_connect_gateway_id: ::String
|
424
|
+
attr_accessor proposal_id: ::String
|
425
|
+
attr_accessor associated_gateway_id: ::String
|
426
|
+
attr_accessor max_results: ::Integer
|
427
|
+
attr_accessor next_token: ::String
|
428
|
+
SENSITIVE: []
|
429
|
+
end
|
430
|
+
|
431
|
+
class DescribeDirectConnectGatewayAssociationProposalsResult
|
432
|
+
attr_accessor direct_connect_gateway_association_proposals: ::Array[Types::DirectConnectGatewayAssociationProposal]
|
433
|
+
attr_accessor next_token: ::String
|
434
|
+
SENSITIVE: []
|
435
|
+
end
|
436
|
+
|
437
|
+
class DescribeDirectConnectGatewayAssociationsRequest
|
438
|
+
attr_accessor association_id: ::String
|
439
|
+
attr_accessor associated_gateway_id: ::String
|
440
|
+
attr_accessor direct_connect_gateway_id: ::String
|
441
|
+
attr_accessor max_results: ::Integer
|
442
|
+
attr_accessor next_token: ::String
|
443
|
+
attr_accessor virtual_gateway_id: ::String
|
444
|
+
SENSITIVE: []
|
445
|
+
end
|
446
|
+
|
447
|
+
class DescribeDirectConnectGatewayAssociationsResult
|
448
|
+
attr_accessor direct_connect_gateway_associations: ::Array[Types::DirectConnectGatewayAssociation]
|
449
|
+
attr_accessor next_token: ::String
|
450
|
+
SENSITIVE: []
|
451
|
+
end
|
452
|
+
|
453
|
+
class DescribeDirectConnectGatewayAttachmentsRequest
|
454
|
+
attr_accessor direct_connect_gateway_id: ::String
|
455
|
+
attr_accessor virtual_interface_id: ::String
|
456
|
+
attr_accessor max_results: ::Integer
|
457
|
+
attr_accessor next_token: ::String
|
458
|
+
SENSITIVE: []
|
459
|
+
end
|
460
|
+
|
461
|
+
class DescribeDirectConnectGatewayAttachmentsResult
|
462
|
+
attr_accessor direct_connect_gateway_attachments: ::Array[Types::DirectConnectGatewayAttachment]
|
463
|
+
attr_accessor next_token: ::String
|
464
|
+
SENSITIVE: []
|
465
|
+
end
|
466
|
+
|
467
|
+
class DescribeDirectConnectGatewaysRequest
|
468
|
+
attr_accessor direct_connect_gateway_id: ::String
|
469
|
+
attr_accessor max_results: ::Integer
|
470
|
+
attr_accessor next_token: ::String
|
471
|
+
SENSITIVE: []
|
472
|
+
end
|
473
|
+
|
474
|
+
class DescribeDirectConnectGatewaysResult
|
475
|
+
attr_accessor direct_connect_gateways: ::Array[Types::DirectConnectGateway]
|
476
|
+
attr_accessor next_token: ::String
|
477
|
+
SENSITIVE: []
|
478
|
+
end
|
479
|
+
|
480
|
+
class DescribeHostedConnectionsRequest
|
481
|
+
attr_accessor connection_id: ::String
|
482
|
+
SENSITIVE: []
|
483
|
+
end
|
484
|
+
|
485
|
+
class DescribeInterconnectLoaRequest
|
486
|
+
attr_accessor interconnect_id: ::String
|
487
|
+
attr_accessor provider_name: ::String
|
488
|
+
attr_accessor loa_content_type: ("application/pdf")
|
489
|
+
SENSITIVE: []
|
490
|
+
end
|
491
|
+
|
492
|
+
class DescribeInterconnectLoaResponse
|
493
|
+
attr_accessor loa: Types::Loa
|
494
|
+
SENSITIVE: []
|
495
|
+
end
|
496
|
+
|
497
|
+
class DescribeInterconnectsRequest
|
498
|
+
attr_accessor interconnect_id: ::String
|
499
|
+
SENSITIVE: []
|
500
|
+
end
|
501
|
+
|
502
|
+
class DescribeLagsRequest
|
503
|
+
attr_accessor lag_id: ::String
|
504
|
+
SENSITIVE: []
|
505
|
+
end
|
506
|
+
|
507
|
+
class DescribeLoaRequest
|
508
|
+
attr_accessor connection_id: ::String
|
509
|
+
attr_accessor provider_name: ::String
|
510
|
+
attr_accessor loa_content_type: ("application/pdf")
|
511
|
+
SENSITIVE: []
|
512
|
+
end
|
513
|
+
|
514
|
+
class DescribeRouterConfigurationRequest
|
515
|
+
attr_accessor virtual_interface_id: ::String
|
516
|
+
attr_accessor router_type_identifier: ::String
|
517
|
+
SENSITIVE: []
|
518
|
+
end
|
519
|
+
|
520
|
+
class DescribeRouterConfigurationResponse
|
521
|
+
attr_accessor customer_router_config: ::String
|
522
|
+
attr_accessor router: Types::RouterType
|
523
|
+
attr_accessor virtual_interface_id: ::String
|
524
|
+
attr_accessor virtual_interface_name: ::String
|
525
|
+
SENSITIVE: []
|
526
|
+
end
|
527
|
+
|
528
|
+
class DescribeTagsRequest
|
529
|
+
attr_accessor resource_arns: ::Array[::String]
|
530
|
+
SENSITIVE: []
|
531
|
+
end
|
532
|
+
|
533
|
+
class DescribeTagsResponse
|
534
|
+
attr_accessor resource_tags: ::Array[Types::ResourceTag]
|
535
|
+
SENSITIVE: []
|
536
|
+
end
|
537
|
+
|
538
|
+
class DescribeVirtualInterfacesRequest
|
539
|
+
attr_accessor connection_id: ::String
|
540
|
+
attr_accessor virtual_interface_id: ::String
|
541
|
+
SENSITIVE: []
|
542
|
+
end
|
543
|
+
|
544
|
+
class DirectConnectClientException
|
545
|
+
attr_accessor message: ::String
|
546
|
+
SENSITIVE: []
|
547
|
+
end
|
548
|
+
|
549
|
+
class DirectConnectGateway
|
550
|
+
attr_accessor direct_connect_gateway_id: ::String
|
551
|
+
attr_accessor direct_connect_gateway_name: ::String
|
552
|
+
attr_accessor amazon_side_asn: ::Integer
|
553
|
+
attr_accessor owner_account: ::String
|
554
|
+
attr_accessor direct_connect_gateway_state: ("pending" | "available" | "deleting" | "deleted")
|
555
|
+
attr_accessor state_change_error: ::String
|
556
|
+
SENSITIVE: []
|
557
|
+
end
|
558
|
+
|
559
|
+
class DirectConnectGatewayAssociation
|
560
|
+
attr_accessor direct_connect_gateway_id: ::String
|
561
|
+
attr_accessor direct_connect_gateway_owner_account: ::String
|
562
|
+
attr_accessor association_state: ("associating" | "associated" | "disassociating" | "disassociated" | "updating")
|
563
|
+
attr_accessor state_change_error: ::String
|
564
|
+
attr_accessor associated_gateway: Types::AssociatedGateway
|
565
|
+
attr_accessor association_id: ::String
|
566
|
+
attr_accessor allowed_prefixes_to_direct_connect_gateway: ::Array[Types::RouteFilterPrefix]
|
567
|
+
attr_accessor virtual_gateway_id: ::String
|
568
|
+
attr_accessor virtual_gateway_region: ::String
|
569
|
+
attr_accessor virtual_gateway_owner_account: ::String
|
570
|
+
SENSITIVE: []
|
571
|
+
end
|
572
|
+
|
573
|
+
class DirectConnectGatewayAssociationProposal
|
574
|
+
attr_accessor proposal_id: ::String
|
575
|
+
attr_accessor direct_connect_gateway_id: ::String
|
576
|
+
attr_accessor direct_connect_gateway_owner_account: ::String
|
577
|
+
attr_accessor proposal_state: ("requested" | "accepted" | "deleted")
|
578
|
+
attr_accessor associated_gateway: Types::AssociatedGateway
|
579
|
+
attr_accessor existing_allowed_prefixes_to_direct_connect_gateway: ::Array[Types::RouteFilterPrefix]
|
580
|
+
attr_accessor requested_allowed_prefixes_to_direct_connect_gateway: ::Array[Types::RouteFilterPrefix]
|
581
|
+
SENSITIVE: []
|
582
|
+
end
|
583
|
+
|
584
|
+
class DirectConnectGatewayAttachment
|
585
|
+
attr_accessor direct_connect_gateway_id: ::String
|
586
|
+
attr_accessor virtual_interface_id: ::String
|
587
|
+
attr_accessor virtual_interface_region: ::String
|
588
|
+
attr_accessor virtual_interface_owner_account: ::String
|
589
|
+
attr_accessor attachment_state: ("attaching" | "attached" | "detaching" | "detached")
|
590
|
+
attr_accessor attachment_type: ("TransitVirtualInterface" | "PrivateVirtualInterface")
|
591
|
+
attr_accessor state_change_error: ::String
|
592
|
+
SENSITIVE: []
|
593
|
+
end
|
594
|
+
|
595
|
+
class DirectConnectServerException
|
596
|
+
attr_accessor message: ::String
|
597
|
+
SENSITIVE: []
|
598
|
+
end
|
599
|
+
|
600
|
+
class DisassociateConnectionFromLagRequest
|
601
|
+
attr_accessor connection_id: ::String
|
602
|
+
attr_accessor lag_id: ::String
|
603
|
+
SENSITIVE: []
|
604
|
+
end
|
605
|
+
|
606
|
+
class DisassociateMacSecKeyRequest
|
607
|
+
attr_accessor connection_id: ::String
|
608
|
+
attr_accessor secret_arn: ::String
|
609
|
+
SENSITIVE: []
|
610
|
+
end
|
611
|
+
|
612
|
+
class DisassociateMacSecKeyResponse
|
613
|
+
attr_accessor connection_id: ::String
|
614
|
+
attr_accessor mac_sec_keys: ::Array[Types::MacSecKey]
|
615
|
+
SENSITIVE: []
|
616
|
+
end
|
617
|
+
|
618
|
+
class DuplicateTagKeysException < Aws::EmptyStructure
|
619
|
+
end
|
620
|
+
|
621
|
+
class Interconnect
|
622
|
+
attr_accessor interconnect_id: ::String
|
623
|
+
attr_accessor interconnect_name: ::String
|
624
|
+
attr_accessor interconnect_state: ("requested" | "pending" | "available" | "down" | "deleting" | "deleted" | "unknown")
|
625
|
+
attr_accessor region: ::String
|
626
|
+
attr_accessor location: ::String
|
627
|
+
attr_accessor bandwidth: ::String
|
628
|
+
attr_accessor loa_issue_time: ::Time
|
629
|
+
attr_accessor lag_id: ::String
|
630
|
+
attr_accessor aws_device: ::String
|
631
|
+
attr_accessor jumbo_frame_capable: bool
|
632
|
+
attr_accessor aws_device_v2: ::String
|
633
|
+
attr_accessor aws_logical_device_id: ::String
|
634
|
+
attr_accessor has_logical_redundancy: ("unknown" | "yes" | "no")
|
635
|
+
attr_accessor tags: ::Array[Types::Tag]
|
636
|
+
attr_accessor provider_name: ::String
|
637
|
+
SENSITIVE: []
|
638
|
+
end
|
639
|
+
|
640
|
+
class Interconnects
|
641
|
+
attr_accessor interconnects: ::Array[Types::Interconnect]
|
642
|
+
SENSITIVE: []
|
643
|
+
end
|
644
|
+
|
645
|
+
class Lag
|
646
|
+
attr_accessor connections_bandwidth: ::String
|
647
|
+
attr_accessor number_of_connections: ::Integer
|
648
|
+
attr_accessor lag_id: ::String
|
649
|
+
attr_accessor owner_account: ::String
|
650
|
+
attr_accessor lag_name: ::String
|
651
|
+
attr_accessor lag_state: ("requested" | "pending" | "available" | "down" | "deleting" | "deleted" | "unknown")
|
652
|
+
attr_accessor location: ::String
|
653
|
+
attr_accessor region: ::String
|
654
|
+
attr_accessor minimum_links: ::Integer
|
655
|
+
attr_accessor aws_device: ::String
|
656
|
+
attr_accessor aws_device_v2: ::String
|
657
|
+
attr_accessor aws_logical_device_id: ::String
|
658
|
+
attr_accessor connections: ::Array[Types::Connection]
|
659
|
+
attr_accessor allows_hosted_connections: bool
|
660
|
+
attr_accessor jumbo_frame_capable: bool
|
661
|
+
attr_accessor has_logical_redundancy: ("unknown" | "yes" | "no")
|
662
|
+
attr_accessor tags: ::Array[Types::Tag]
|
663
|
+
attr_accessor provider_name: ::String
|
664
|
+
attr_accessor mac_sec_capable: bool
|
665
|
+
attr_accessor encryption_mode: ::String
|
666
|
+
attr_accessor mac_sec_keys: ::Array[Types::MacSecKey]
|
667
|
+
SENSITIVE: []
|
668
|
+
end
|
669
|
+
|
670
|
+
class Lags
|
671
|
+
attr_accessor lags: ::Array[Types::Lag]
|
672
|
+
SENSITIVE: []
|
673
|
+
end
|
674
|
+
|
675
|
+
class ListVirtualInterfaceTestHistoryRequest
|
676
|
+
attr_accessor test_id: ::String
|
677
|
+
attr_accessor virtual_interface_id: ::String
|
678
|
+
attr_accessor bgp_peers: ::Array[::String]
|
679
|
+
attr_accessor status: ::String
|
680
|
+
attr_accessor max_results: ::Integer
|
681
|
+
attr_accessor next_token: ::String
|
682
|
+
SENSITIVE: []
|
683
|
+
end
|
684
|
+
|
685
|
+
class ListVirtualInterfaceTestHistoryResponse
|
686
|
+
attr_accessor virtual_interface_test_history: ::Array[Types::VirtualInterfaceTestHistory]
|
687
|
+
attr_accessor next_token: ::String
|
688
|
+
SENSITIVE: []
|
689
|
+
end
|
690
|
+
|
691
|
+
class Loa
|
692
|
+
attr_accessor loa_content: ::String
|
693
|
+
attr_accessor loa_content_type: ("application/pdf")
|
694
|
+
SENSITIVE: []
|
695
|
+
end
|
696
|
+
|
697
|
+
class Location
|
698
|
+
attr_accessor location_code: ::String
|
699
|
+
attr_accessor location_name: ::String
|
700
|
+
attr_accessor region: ::String
|
701
|
+
attr_accessor available_port_speeds: ::Array[::String]
|
702
|
+
attr_accessor available_providers: ::Array[::String]
|
703
|
+
attr_accessor available_mac_sec_port_speeds: ::Array[::String]
|
704
|
+
SENSITIVE: []
|
705
|
+
end
|
706
|
+
|
707
|
+
class Locations
|
708
|
+
attr_accessor locations: ::Array[Types::Location]
|
709
|
+
SENSITIVE: []
|
710
|
+
end
|
711
|
+
|
712
|
+
class MacSecKey
|
713
|
+
attr_accessor secret_arn: ::String
|
714
|
+
attr_accessor ckn: ::String
|
715
|
+
attr_accessor state: ::String
|
716
|
+
attr_accessor start_on: ::String
|
717
|
+
SENSITIVE: []
|
718
|
+
end
|
719
|
+
|
720
|
+
class NewBGPPeer
|
721
|
+
attr_accessor asn: ::Integer
|
722
|
+
attr_accessor auth_key: ::String
|
723
|
+
attr_accessor address_family: ("ipv4" | "ipv6")
|
724
|
+
attr_accessor amazon_address: ::String
|
725
|
+
attr_accessor customer_address: ::String
|
726
|
+
SENSITIVE: []
|
727
|
+
end
|
728
|
+
|
729
|
+
class NewPrivateVirtualInterface
|
730
|
+
attr_accessor virtual_interface_name: ::String
|
731
|
+
attr_accessor vlan: ::Integer
|
732
|
+
attr_accessor asn: ::Integer
|
733
|
+
attr_accessor mtu: ::Integer
|
734
|
+
attr_accessor auth_key: ::String
|
735
|
+
attr_accessor amazon_address: ::String
|
736
|
+
attr_accessor customer_address: ::String
|
737
|
+
attr_accessor address_family: ("ipv4" | "ipv6")
|
738
|
+
attr_accessor virtual_gateway_id: ::String
|
739
|
+
attr_accessor direct_connect_gateway_id: ::String
|
740
|
+
attr_accessor tags: ::Array[Types::Tag]
|
741
|
+
attr_accessor enable_site_link: bool
|
742
|
+
SENSITIVE: []
|
743
|
+
end
|
744
|
+
|
745
|
+
class NewPrivateVirtualInterfaceAllocation
|
746
|
+
attr_accessor virtual_interface_name: ::String
|
747
|
+
attr_accessor vlan: ::Integer
|
748
|
+
attr_accessor asn: ::Integer
|
749
|
+
attr_accessor mtu: ::Integer
|
750
|
+
attr_accessor auth_key: ::String
|
751
|
+
attr_accessor amazon_address: ::String
|
752
|
+
attr_accessor address_family: ("ipv4" | "ipv6")
|
753
|
+
attr_accessor customer_address: ::String
|
754
|
+
attr_accessor tags: ::Array[Types::Tag]
|
755
|
+
SENSITIVE: []
|
756
|
+
end
|
757
|
+
|
758
|
+
class NewPublicVirtualInterface
|
759
|
+
attr_accessor virtual_interface_name: ::String
|
760
|
+
attr_accessor vlan: ::Integer
|
761
|
+
attr_accessor asn: ::Integer
|
762
|
+
attr_accessor auth_key: ::String
|
763
|
+
attr_accessor amazon_address: ::String
|
764
|
+
attr_accessor customer_address: ::String
|
765
|
+
attr_accessor address_family: ("ipv4" | "ipv6")
|
766
|
+
attr_accessor route_filter_prefixes: ::Array[Types::RouteFilterPrefix]
|
767
|
+
attr_accessor tags: ::Array[Types::Tag]
|
768
|
+
SENSITIVE: []
|
769
|
+
end
|
770
|
+
|
771
|
+
class NewPublicVirtualInterfaceAllocation
|
772
|
+
attr_accessor virtual_interface_name: ::String
|
773
|
+
attr_accessor vlan: ::Integer
|
774
|
+
attr_accessor asn: ::Integer
|
775
|
+
attr_accessor auth_key: ::String
|
776
|
+
attr_accessor amazon_address: ::String
|
777
|
+
attr_accessor customer_address: ::String
|
778
|
+
attr_accessor address_family: ("ipv4" | "ipv6")
|
779
|
+
attr_accessor route_filter_prefixes: ::Array[Types::RouteFilterPrefix]
|
780
|
+
attr_accessor tags: ::Array[Types::Tag]
|
781
|
+
SENSITIVE: []
|
782
|
+
end
|
783
|
+
|
784
|
+
class NewTransitVirtualInterface
|
785
|
+
attr_accessor virtual_interface_name: ::String
|
786
|
+
attr_accessor vlan: ::Integer
|
787
|
+
attr_accessor asn: ::Integer
|
788
|
+
attr_accessor mtu: ::Integer
|
789
|
+
attr_accessor auth_key: ::String
|
790
|
+
attr_accessor amazon_address: ::String
|
791
|
+
attr_accessor customer_address: ::String
|
792
|
+
attr_accessor address_family: ("ipv4" | "ipv6")
|
793
|
+
attr_accessor direct_connect_gateway_id: ::String
|
794
|
+
attr_accessor tags: ::Array[Types::Tag]
|
795
|
+
attr_accessor enable_site_link: bool
|
796
|
+
SENSITIVE: []
|
797
|
+
end
|
798
|
+
|
799
|
+
class NewTransitVirtualInterfaceAllocation
|
800
|
+
attr_accessor virtual_interface_name: ::String
|
801
|
+
attr_accessor vlan: ::Integer
|
802
|
+
attr_accessor asn: ::Integer
|
803
|
+
attr_accessor mtu: ::Integer
|
804
|
+
attr_accessor auth_key: ::String
|
805
|
+
attr_accessor amazon_address: ::String
|
806
|
+
attr_accessor customer_address: ::String
|
807
|
+
attr_accessor address_family: ("ipv4" | "ipv6")
|
808
|
+
attr_accessor tags: ::Array[Types::Tag]
|
809
|
+
SENSITIVE: []
|
810
|
+
end
|
811
|
+
|
812
|
+
class ResourceTag
|
813
|
+
attr_accessor resource_arn: ::String
|
814
|
+
attr_accessor tags: ::Array[Types::Tag]
|
815
|
+
SENSITIVE: []
|
816
|
+
end
|
817
|
+
|
818
|
+
class RouteFilterPrefix
|
819
|
+
attr_accessor cidr: ::String
|
820
|
+
SENSITIVE: []
|
821
|
+
end
|
822
|
+
|
823
|
+
class RouterType
|
824
|
+
attr_accessor vendor: ::String
|
825
|
+
attr_accessor platform: ::String
|
826
|
+
attr_accessor software: ::String
|
827
|
+
attr_accessor xslt_template_name: ::String
|
828
|
+
attr_accessor xslt_template_name_for_mac_sec: ::String
|
829
|
+
attr_accessor router_type_identifier: ::String
|
830
|
+
SENSITIVE: []
|
831
|
+
end
|
832
|
+
|
833
|
+
class StartBgpFailoverTestRequest
|
834
|
+
attr_accessor virtual_interface_id: ::String
|
835
|
+
attr_accessor bgp_peers: ::Array[::String]
|
836
|
+
attr_accessor test_duration_in_minutes: ::Integer
|
837
|
+
SENSITIVE: []
|
838
|
+
end
|
839
|
+
|
840
|
+
class StartBgpFailoverTestResponse
|
841
|
+
attr_accessor virtual_interface_test: Types::VirtualInterfaceTestHistory
|
842
|
+
SENSITIVE: []
|
843
|
+
end
|
844
|
+
|
845
|
+
class StopBgpFailoverTestRequest
|
846
|
+
attr_accessor virtual_interface_id: ::String
|
847
|
+
SENSITIVE: []
|
848
|
+
end
|
849
|
+
|
850
|
+
class StopBgpFailoverTestResponse
|
851
|
+
attr_accessor virtual_interface_test: Types::VirtualInterfaceTestHistory
|
852
|
+
SENSITIVE: []
|
853
|
+
end
|
854
|
+
|
855
|
+
class Tag
|
856
|
+
attr_accessor key: ::String
|
857
|
+
attr_accessor value: ::String
|
858
|
+
SENSITIVE: []
|
859
|
+
end
|
860
|
+
|
861
|
+
class TagResourceRequest
|
862
|
+
attr_accessor resource_arn: ::String
|
863
|
+
attr_accessor tags: ::Array[Types::Tag]
|
864
|
+
SENSITIVE: []
|
865
|
+
end
|
866
|
+
|
867
|
+
class TagResourceResponse < Aws::EmptyStructure
|
868
|
+
end
|
869
|
+
|
870
|
+
class TooManyTagsException < Aws::EmptyStructure
|
871
|
+
end
|
872
|
+
|
873
|
+
class UntagResourceRequest
|
874
|
+
attr_accessor resource_arn: ::String
|
875
|
+
attr_accessor tag_keys: ::Array[::String]
|
876
|
+
SENSITIVE: []
|
877
|
+
end
|
878
|
+
|
879
|
+
class UntagResourceResponse < Aws::EmptyStructure
|
880
|
+
end
|
881
|
+
|
882
|
+
class UpdateConnectionRequest
|
883
|
+
attr_accessor connection_id: ::String
|
884
|
+
attr_accessor connection_name: ::String
|
885
|
+
attr_accessor encryption_mode: ::String
|
886
|
+
SENSITIVE: []
|
887
|
+
end
|
888
|
+
|
889
|
+
class UpdateDirectConnectGatewayAssociationRequest
|
890
|
+
attr_accessor association_id: ::String
|
891
|
+
attr_accessor add_allowed_prefixes_to_direct_connect_gateway: ::Array[Types::RouteFilterPrefix]
|
892
|
+
attr_accessor remove_allowed_prefixes_to_direct_connect_gateway: ::Array[Types::RouteFilterPrefix]
|
893
|
+
SENSITIVE: []
|
894
|
+
end
|
895
|
+
|
896
|
+
class UpdateDirectConnectGatewayAssociationResult
|
897
|
+
attr_accessor direct_connect_gateway_association: Types::DirectConnectGatewayAssociation
|
898
|
+
SENSITIVE: []
|
899
|
+
end
|
900
|
+
|
901
|
+
class UpdateDirectConnectGatewayRequest
|
902
|
+
attr_accessor direct_connect_gateway_id: ::String
|
903
|
+
attr_accessor new_direct_connect_gateway_name: ::String
|
904
|
+
SENSITIVE: []
|
905
|
+
end
|
906
|
+
|
907
|
+
class UpdateDirectConnectGatewayResponse
|
908
|
+
attr_accessor direct_connect_gateway: Types::DirectConnectGateway
|
909
|
+
SENSITIVE: []
|
910
|
+
end
|
911
|
+
|
912
|
+
class UpdateLagRequest
|
913
|
+
attr_accessor lag_id: ::String
|
914
|
+
attr_accessor lag_name: ::String
|
915
|
+
attr_accessor minimum_links: ::Integer
|
916
|
+
attr_accessor encryption_mode: ::String
|
917
|
+
SENSITIVE: []
|
918
|
+
end
|
919
|
+
|
920
|
+
class UpdateVirtualInterfaceAttributesRequest
|
921
|
+
attr_accessor virtual_interface_id: ::String
|
922
|
+
attr_accessor mtu: ::Integer
|
923
|
+
attr_accessor enable_site_link: bool
|
924
|
+
attr_accessor virtual_interface_name: ::String
|
925
|
+
SENSITIVE: []
|
926
|
+
end
|
927
|
+
|
928
|
+
class VirtualGateway
|
929
|
+
attr_accessor virtual_gateway_id: ::String
|
930
|
+
attr_accessor virtual_gateway_state: ::String
|
931
|
+
SENSITIVE: []
|
932
|
+
end
|
933
|
+
|
934
|
+
class VirtualGateways
|
935
|
+
attr_accessor virtual_gateways: ::Array[Types::VirtualGateway]
|
936
|
+
SENSITIVE: []
|
937
|
+
end
|
938
|
+
|
939
|
+
class VirtualInterface
|
940
|
+
attr_accessor owner_account: ::String
|
941
|
+
attr_accessor virtual_interface_id: ::String
|
942
|
+
attr_accessor location: ::String
|
943
|
+
attr_accessor connection_id: ::String
|
944
|
+
attr_accessor virtual_interface_type: ::String
|
945
|
+
attr_accessor virtual_interface_name: ::String
|
946
|
+
attr_accessor vlan: ::Integer
|
947
|
+
attr_accessor asn: ::Integer
|
948
|
+
attr_accessor amazon_side_asn: ::Integer
|
949
|
+
attr_accessor auth_key: ::String
|
950
|
+
attr_accessor amazon_address: ::String
|
951
|
+
attr_accessor customer_address: ::String
|
952
|
+
attr_accessor address_family: ("ipv4" | "ipv6")
|
953
|
+
attr_accessor virtual_interface_state: ("confirming" | "verifying" | "pending" | "available" | "down" | "deleting" | "deleted" | "rejected" | "unknown")
|
954
|
+
attr_accessor customer_router_config: ::String
|
955
|
+
attr_accessor mtu: ::Integer
|
956
|
+
attr_accessor jumbo_frame_capable: bool
|
957
|
+
attr_accessor virtual_gateway_id: ::String
|
958
|
+
attr_accessor direct_connect_gateway_id: ::String
|
959
|
+
attr_accessor route_filter_prefixes: ::Array[Types::RouteFilterPrefix]
|
960
|
+
attr_accessor bgp_peers: ::Array[Types::BGPPeer]
|
961
|
+
attr_accessor region: ::String
|
962
|
+
attr_accessor aws_device_v2: ::String
|
963
|
+
attr_accessor aws_logical_device_id: ::String
|
964
|
+
attr_accessor tags: ::Array[Types::Tag]
|
965
|
+
attr_accessor site_link_enabled: bool
|
966
|
+
SENSITIVE: []
|
967
|
+
end
|
968
|
+
|
969
|
+
class VirtualInterfaceTestHistory
|
970
|
+
attr_accessor test_id: ::String
|
971
|
+
attr_accessor virtual_interface_id: ::String
|
972
|
+
attr_accessor bgp_peers: ::Array[::String]
|
973
|
+
attr_accessor status: ::String
|
974
|
+
attr_accessor owner_account: ::String
|
975
|
+
attr_accessor test_duration_in_minutes: ::Integer
|
976
|
+
attr_accessor start_time: ::Time
|
977
|
+
attr_accessor end_time: ::Time
|
978
|
+
SENSITIVE: []
|
979
|
+
end
|
980
|
+
|
981
|
+
class VirtualInterfaces
|
982
|
+
attr_accessor virtual_interfaces: ::Array[Types::VirtualInterface]
|
983
|
+
SENSITIVE: []
|
984
|
+
end
|
985
|
+
end
|
986
|
+
end
|