aws-sdk-directconnect 1.5.0 → 1.6.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/lib/aws-sdk-directconnect.rb +1 -1
- data/lib/aws-sdk-directconnect/client.rb +409 -628
- data/lib/aws-sdk-directconnect/client_api.rb +25 -0
- data/lib/aws-sdk-directconnect/types.rb +443 -1173
- metadata +2 -2
@@ -109,6 +109,7 @@ module Aws::DirectConnect
|
|
109
109
|
InterconnectName = Shapes::StringShape.new(name: 'InterconnectName')
|
110
110
|
InterconnectState = Shapes::StringShape.new(name: 'InterconnectState')
|
111
111
|
Interconnects = Shapes::StructureShape.new(name: 'Interconnects')
|
112
|
+
JumboFrameCapable = Shapes::BooleanShape.new(name: 'JumboFrameCapable')
|
112
113
|
Lag = Shapes::StructureShape.new(name: 'Lag')
|
113
114
|
LagId = Shapes::StringShape.new(name: 'LagId')
|
114
115
|
LagList = Shapes::ListShape.new(name: 'LagList')
|
@@ -125,6 +126,7 @@ module Aws::DirectConnect
|
|
125
126
|
LocationName = Shapes::StringShape.new(name: 'LocationName')
|
126
127
|
Locations = Shapes::StructureShape.new(name: 'Locations')
|
127
128
|
LongAsn = Shapes::IntegerShape.new(name: 'LongAsn')
|
129
|
+
MTU = Shapes::IntegerShape.new(name: 'MTU')
|
128
130
|
MaxResultSetSize = Shapes::IntegerShape.new(name: 'MaxResultSetSize')
|
129
131
|
NewBGPPeer = Shapes::StructureShape.new(name: 'NewBGPPeer')
|
130
132
|
NewPrivateVirtualInterface = Shapes::StructureShape.new(name: 'NewPrivateVirtualInterface')
|
@@ -155,6 +157,7 @@ module Aws::DirectConnect
|
|
155
157
|
UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
|
156
158
|
UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
|
157
159
|
UpdateLagRequest = Shapes::StructureShape.new(name: 'UpdateLagRequest')
|
160
|
+
UpdateVirtualInterfaceAttributesRequest = Shapes::StructureShape.new(name: 'UpdateVirtualInterfaceAttributesRequest')
|
158
161
|
VLAN = Shapes::IntegerShape.new(name: 'VLAN')
|
159
162
|
VirtualGateway = Shapes::StructureShape.new(name: 'VirtualGateway')
|
160
163
|
VirtualGatewayId = Shapes::StringShape.new(name: 'VirtualGatewayId')
|
@@ -251,6 +254,7 @@ module Aws::DirectConnect
|
|
251
254
|
Connection.add_member(:loa_issue_time, Shapes::ShapeRef.new(shape: LoaIssueTime, location_name: "loaIssueTime"))
|
252
255
|
Connection.add_member(:lag_id, Shapes::ShapeRef.new(shape: LagId, location_name: "lagId"))
|
253
256
|
Connection.add_member(:aws_device, Shapes::ShapeRef.new(shape: AwsDevice, deprecated: true, location_name: "awsDevice"))
|
257
|
+
Connection.add_member(:jumbo_frame_capable, Shapes::ShapeRef.new(shape: JumboFrameCapable, location_name: "jumboFrameCapable"))
|
254
258
|
Connection.add_member(:aws_device_v2, Shapes::ShapeRef.new(shape: AwsDeviceV2, location_name: "awsDeviceV2"))
|
255
259
|
Connection.struct_class = Types::Connection
|
256
260
|
|
@@ -464,6 +468,7 @@ module Aws::DirectConnect
|
|
464
468
|
Interconnect.add_member(:loa_issue_time, Shapes::ShapeRef.new(shape: LoaIssueTime, location_name: "loaIssueTime"))
|
465
469
|
Interconnect.add_member(:lag_id, Shapes::ShapeRef.new(shape: LagId, location_name: "lagId"))
|
466
470
|
Interconnect.add_member(:aws_device, Shapes::ShapeRef.new(shape: AwsDevice, deprecated: true, location_name: "awsDevice"))
|
471
|
+
Interconnect.add_member(:jumbo_frame_capable, Shapes::ShapeRef.new(shape: JumboFrameCapable, location_name: "jumboFrameCapable"))
|
467
472
|
Interconnect.add_member(:aws_device_v2, Shapes::ShapeRef.new(shape: AwsDeviceV2, location_name: "awsDeviceV2"))
|
468
473
|
Interconnect.struct_class = Types::Interconnect
|
469
474
|
|
@@ -485,6 +490,7 @@ module Aws::DirectConnect
|
|
485
490
|
Lag.add_member(:aws_device_v2, Shapes::ShapeRef.new(shape: AwsDeviceV2, location_name: "awsDeviceV2"))
|
486
491
|
Lag.add_member(:connections, Shapes::ShapeRef.new(shape: ConnectionList, location_name: "connections"))
|
487
492
|
Lag.add_member(:allows_hosted_connections, Shapes::ShapeRef.new(shape: BooleanFlag, location_name: "allowsHostedConnections"))
|
493
|
+
Lag.add_member(:jumbo_frame_capable, Shapes::ShapeRef.new(shape: JumboFrameCapable, location_name: "jumboFrameCapable"))
|
488
494
|
Lag.struct_class = Types::Lag
|
489
495
|
|
490
496
|
LagList.member = Shapes::ShapeRef.new(shape: Lag)
|
@@ -516,6 +522,7 @@ module Aws::DirectConnect
|
|
516
522
|
NewPrivateVirtualInterface.add_member(:virtual_interface_name, Shapes::ShapeRef.new(shape: VirtualInterfaceName, required: true, location_name: "virtualInterfaceName"))
|
517
523
|
NewPrivateVirtualInterface.add_member(:vlan, Shapes::ShapeRef.new(shape: VLAN, required: true, location_name: "vlan"))
|
518
524
|
NewPrivateVirtualInterface.add_member(:asn, Shapes::ShapeRef.new(shape: ASN, required: true, location_name: "asn"))
|
525
|
+
NewPrivateVirtualInterface.add_member(:mtu, Shapes::ShapeRef.new(shape: MTU, location_name: "mtu"))
|
519
526
|
NewPrivateVirtualInterface.add_member(:auth_key, Shapes::ShapeRef.new(shape: BGPAuthKey, location_name: "authKey"))
|
520
527
|
NewPrivateVirtualInterface.add_member(:amazon_address, Shapes::ShapeRef.new(shape: AmazonAddress, location_name: "amazonAddress"))
|
521
528
|
NewPrivateVirtualInterface.add_member(:customer_address, Shapes::ShapeRef.new(shape: CustomerAddress, location_name: "customerAddress"))
|
@@ -527,6 +534,7 @@ module Aws::DirectConnect
|
|
527
534
|
NewPrivateVirtualInterfaceAllocation.add_member(:virtual_interface_name, Shapes::ShapeRef.new(shape: VirtualInterfaceName, required: true, location_name: "virtualInterfaceName"))
|
528
535
|
NewPrivateVirtualInterfaceAllocation.add_member(:vlan, Shapes::ShapeRef.new(shape: VLAN, required: true, location_name: "vlan"))
|
529
536
|
NewPrivateVirtualInterfaceAllocation.add_member(:asn, Shapes::ShapeRef.new(shape: ASN, required: true, location_name: "asn"))
|
537
|
+
NewPrivateVirtualInterfaceAllocation.add_member(:mtu, Shapes::ShapeRef.new(shape: MTU, location_name: "mtu"))
|
530
538
|
NewPrivateVirtualInterfaceAllocation.add_member(:auth_key, Shapes::ShapeRef.new(shape: BGPAuthKey, location_name: "authKey"))
|
531
539
|
NewPrivateVirtualInterfaceAllocation.add_member(:amazon_address, Shapes::ShapeRef.new(shape: AmazonAddress, location_name: "amazonAddress"))
|
532
540
|
NewPrivateVirtualInterfaceAllocation.add_member(:address_family, Shapes::ShapeRef.new(shape: AddressFamily, location_name: "addressFamily"))
|
@@ -591,6 +599,10 @@ module Aws::DirectConnect
|
|
591
599
|
UpdateLagRequest.add_member(:minimum_links, Shapes::ShapeRef.new(shape: Count, location_name: "minimumLinks"))
|
592
600
|
UpdateLagRequest.struct_class = Types::UpdateLagRequest
|
593
601
|
|
602
|
+
UpdateVirtualInterfaceAttributesRequest.add_member(:virtual_interface_id, Shapes::ShapeRef.new(shape: VirtualInterfaceId, required: true, location_name: "virtualInterfaceId"))
|
603
|
+
UpdateVirtualInterfaceAttributesRequest.add_member(:mtu, Shapes::ShapeRef.new(shape: MTU, location_name: "mtu"))
|
604
|
+
UpdateVirtualInterfaceAttributesRequest.struct_class = Types::UpdateVirtualInterfaceAttributesRequest
|
605
|
+
|
594
606
|
VirtualGateway.add_member(:virtual_gateway_id, Shapes::ShapeRef.new(shape: VirtualGatewayId, location_name: "virtualGatewayId"))
|
595
607
|
VirtualGateway.add_member(:virtual_gateway_state, Shapes::ShapeRef.new(shape: VirtualGatewayState, location_name: "virtualGatewayState"))
|
596
608
|
VirtualGateway.struct_class = Types::VirtualGateway
|
@@ -615,6 +627,8 @@ module Aws::DirectConnect
|
|
615
627
|
VirtualInterface.add_member(:address_family, Shapes::ShapeRef.new(shape: AddressFamily, location_name: "addressFamily"))
|
616
628
|
VirtualInterface.add_member(:virtual_interface_state, Shapes::ShapeRef.new(shape: VirtualInterfaceState, location_name: "virtualInterfaceState"))
|
617
629
|
VirtualInterface.add_member(:customer_router_config, Shapes::ShapeRef.new(shape: RouterConfig, location_name: "customerRouterConfig"))
|
630
|
+
VirtualInterface.add_member(:mtu, Shapes::ShapeRef.new(shape: MTU, location_name: "mtu"))
|
631
|
+
VirtualInterface.add_member(:jumbo_frame_capable, Shapes::ShapeRef.new(shape: JumboFrameCapable, location_name: "jumboFrameCapable"))
|
618
632
|
VirtualInterface.add_member(:virtual_gateway_id, Shapes::ShapeRef.new(shape: VirtualGatewayId, location_name: "virtualGatewayId"))
|
619
633
|
VirtualInterface.add_member(:direct_connect_gateway_id, Shapes::ShapeRef.new(shape: DirectConnectGatewayId, location_name: "directConnectGatewayId"))
|
620
634
|
VirtualInterface.add_member(:route_filter_prefixes, Shapes::ShapeRef.new(shape: RouteFilterPrefixList, location_name: "routeFilterPrefixes"))
|
@@ -640,6 +654,7 @@ module Aws::DirectConnect
|
|
640
654
|
"jsonVersion" => "1.1",
|
641
655
|
"protocol" => "json",
|
642
656
|
"serviceFullName" => "AWS Direct Connect",
|
657
|
+
"serviceId" => "Direct Connect",
|
643
658
|
"signatureVersion" => "v4",
|
644
659
|
"targetPrefix" => "OvertureService",
|
645
660
|
"uid" => "directconnect-2012-10-25",
|
@@ -1090,6 +1105,16 @@ module Aws::DirectConnect
|
|
1090
1105
|
o.errors << Shapes::ShapeRef.new(shape: DirectConnectServerException)
|
1091
1106
|
o.errors << Shapes::ShapeRef.new(shape: DirectConnectClientException)
|
1092
1107
|
end)
|
1108
|
+
|
1109
|
+
api.add_operation(:update_virtual_interface_attributes, Seahorse::Model::Operation.new.tap do |o|
|
1110
|
+
o.name = "UpdateVirtualInterfaceAttributes"
|
1111
|
+
o.http_method = "POST"
|
1112
|
+
o.http_request_uri = "/"
|
1113
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateVirtualInterfaceAttributesRequest)
|
1114
|
+
o.output = Shapes::ShapeRef.new(shape: VirtualInterface)
|
1115
|
+
o.errors << Shapes::ShapeRef.new(shape: DirectConnectServerException)
|
1116
|
+
o.errors << Shapes::ShapeRef.new(shape: DirectConnectClientException)
|
1117
|
+
end)
|
1093
1118
|
end
|
1094
1119
|
|
1095
1120
|
end
|
@@ -8,9 +8,6 @@
|
|
8
8
|
module Aws::DirectConnect
|
9
9
|
module Types
|
10
10
|
|
11
|
-
# Container for the parameters to the AllocateConnectionOnInterconnect
|
12
|
-
# operation.
|
13
|
-
#
|
14
11
|
# @note When making an API call, you may pass AllocateConnectionOnInterconnectRequest
|
15
12
|
# data as a hash:
|
16
13
|
#
|
@@ -23,46 +20,26 @@ module Aws::DirectConnect
|
|
23
20
|
# }
|
24
21
|
#
|
25
22
|
# @!attribute [rw] bandwidth
|
26
|
-
#
|
27
|
-
#
|
28
|
-
# Example: "*500Mbps*"
|
29
|
-
#
|
30
|
-
# Default: None
|
31
|
-
#
|
32
|
-
# Values: 50Mbps, 100Mbps, 200Mbps, 300Mbps, 400Mbps, or 500Mbps
|
23
|
+
# The bandwidth of the connection, in Mbps. The possible values are
|
24
|
+
# 50Mbps, 100Mbps, 200Mbps, 300Mbps, 400Mbps, and 500Mbps.
|
33
25
|
# @return [String]
|
34
26
|
#
|
35
27
|
# @!attribute [rw] connection_name
|
36
|
-
#
|
37
|
-
#
|
38
|
-
# Example: "*500M Connection to AWS*"
|
39
|
-
#
|
40
|
-
# Default: None
|
28
|
+
# The name of the provisioned connection.
|
41
29
|
# @return [String]
|
42
30
|
#
|
43
31
|
# @!attribute [rw] owner_account
|
44
|
-
#
|
45
|
-
# provisioned.
|
46
|
-
#
|
47
|
-
# Example: 123443215678
|
48
|
-
#
|
49
|
-
# Default: None
|
32
|
+
# The ID of the AWS account of the customer for whom the connection
|
33
|
+
# will be provisioned.
|
50
34
|
# @return [String]
|
51
35
|
#
|
52
36
|
# @!attribute [rw] interconnect_id
|
53
|
-
# ID of the interconnect on which the connection will be
|
54
|
-
#
|
55
|
-
# Example: dxcon-456abc78
|
56
|
-
#
|
57
|
-
# Default: None
|
37
|
+
# The ID of the interconnect on which the connection will be
|
38
|
+
# provisioned. For example, dxcon-456abc78.
|
58
39
|
# @return [String]
|
59
40
|
#
|
60
41
|
# @!attribute [rw] vlan
|
61
42
|
# The dedicated VLAN provisioned to the connection.
|
62
|
-
#
|
63
|
-
# Example: 101
|
64
|
-
#
|
65
|
-
# Default: None
|
66
43
|
# @return [Integer]
|
67
44
|
#
|
68
45
|
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/AllocateConnectionOnInterconnectRequest AWS API Documentation
|
@@ -76,8 +53,6 @@ module Aws::DirectConnect
|
|
76
53
|
include Aws::Structure
|
77
54
|
end
|
78
55
|
|
79
|
-
# Container for the parameters to theHostedConnection operation.
|
80
|
-
#
|
81
56
|
# @note When making an API call, you may pass AllocateHostedConnectionRequest
|
82
57
|
# data as a hash:
|
83
58
|
#
|
@@ -90,47 +65,24 @@ module Aws::DirectConnect
|
|
90
65
|
# }
|
91
66
|
#
|
92
67
|
# @!attribute [rw] connection_id
|
93
|
-
# The ID of the interconnect or LAG
|
94
|
-
# provisioned.
|
95
|
-
#
|
96
|
-
# Example: dxcon-456abc78 or dxlag-abc123
|
97
|
-
#
|
98
|
-
# Default: None
|
68
|
+
# The ID of the interconnect or LAG.
|
99
69
|
# @return [String]
|
100
70
|
#
|
101
71
|
# @!attribute [rw] owner_account
|
102
|
-
# The
|
103
|
-
# be provisioned.
|
104
|
-
#
|
105
|
-
# Example: 123443215678
|
106
|
-
#
|
107
|
-
# Default: None
|
72
|
+
# The ID of the AWS account ID of the customer for the connection.
|
108
73
|
# @return [String]
|
109
74
|
#
|
110
75
|
# @!attribute [rw] bandwidth
|
111
|
-
# The bandwidth of the connection.
|
112
|
-
#
|
113
|
-
# Example: `500Mbps`
|
114
|
-
#
|
115
|
-
# Default: None
|
116
|
-
#
|
117
|
-
# Values: 50Mbps, 100Mbps, 200Mbps, 300Mbps, 400Mbps, or 500Mbps
|
76
|
+
# The bandwidth of the hosted connection, in Mbps. The possible values
|
77
|
+
# are 50Mbps, 100Mbps, 200Mbps, 300Mbps, 400Mbps, and 500Mbps.
|
118
78
|
# @return [String]
|
119
79
|
#
|
120
80
|
# @!attribute [rw] connection_name
|
121
|
-
# The name of the
|
122
|
-
#
|
123
|
-
# Example: "`500M Connection to AWS`"
|
124
|
-
#
|
125
|
-
# Default: None
|
81
|
+
# The name of the hosted connection.
|
126
82
|
# @return [String]
|
127
83
|
#
|
128
84
|
# @!attribute [rw] vlan
|
129
85
|
# The dedicated VLAN provisioned to the hosted connection.
|
130
|
-
#
|
131
|
-
# Example: 101
|
132
|
-
#
|
133
|
-
# Default: None
|
134
86
|
# @return [Integer]
|
135
87
|
#
|
136
88
|
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/AllocateHostedConnectionRequest AWS API Documentation
|
@@ -144,9 +96,6 @@ module Aws::DirectConnect
|
|
144
96
|
include Aws::Structure
|
145
97
|
end
|
146
98
|
|
147
|
-
# Container for the parameters to the AllocatePrivateVirtualInterface
|
148
|
-
# operation.
|
149
|
-
#
|
150
99
|
# @note When making an API call, you may pass AllocatePrivateVirtualInterfaceRequest
|
151
100
|
# data as a hash:
|
152
101
|
#
|
@@ -157,6 +106,7 @@ module Aws::DirectConnect
|
|
157
106
|
# virtual_interface_name: "VirtualInterfaceName", # required
|
158
107
|
# vlan: 1, # required
|
159
108
|
# asn: 1, # required
|
109
|
+
# mtu: 1,
|
160
110
|
# auth_key: "BGPAuthKey",
|
161
111
|
# amazon_address: "AmazonAddress",
|
162
112
|
# address_family: "ipv4", # accepts ipv4, ipv6
|
@@ -165,23 +115,16 @@ module Aws::DirectConnect
|
|
165
115
|
# }
|
166
116
|
#
|
167
117
|
# @!attribute [rw] connection_id
|
168
|
-
# The connection
|
118
|
+
# The ID of the connection on which the private virtual interface is
|
169
119
|
# provisioned.
|
170
|
-
#
|
171
|
-
# Default: None
|
172
120
|
# @return [String]
|
173
121
|
#
|
174
122
|
# @!attribute [rw] owner_account
|
175
|
-
# The AWS account that
|
176
|
-
#
|
177
|
-
# Default: None
|
123
|
+
# The ID of the AWS account that owns the virtual private interface.
|
178
124
|
# @return [String]
|
179
125
|
#
|
180
126
|
# @!attribute [rw] new_private_virtual_interface_allocation
|
181
|
-
#
|
182
|
-
# provisioned.
|
183
|
-
#
|
184
|
-
# Default: None
|
127
|
+
# Information about the private virtual interface.
|
185
128
|
# @return [Types::NewPrivateVirtualInterfaceAllocation]
|
186
129
|
#
|
187
130
|
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/AllocatePrivateVirtualInterfaceRequest AWS API Documentation
|
@@ -193,9 +136,6 @@ module Aws::DirectConnect
|
|
193
136
|
include Aws::Structure
|
194
137
|
end
|
195
138
|
|
196
|
-
# Container for the parameters to the AllocatePublicVirtualInterface
|
197
|
-
# operation.
|
198
|
-
#
|
199
139
|
# @note When making an API call, you may pass AllocatePublicVirtualInterfaceRequest
|
200
140
|
# data as a hash:
|
201
141
|
#
|
@@ -219,23 +159,16 @@ module Aws::DirectConnect
|
|
219
159
|
# }
|
220
160
|
#
|
221
161
|
# @!attribute [rw] connection_id
|
222
|
-
# The connection
|
162
|
+
# The ID of the connection on which the public virtual interface is
|
223
163
|
# provisioned.
|
224
|
-
#
|
225
|
-
# Default: None
|
226
164
|
# @return [String]
|
227
165
|
#
|
228
166
|
# @!attribute [rw] owner_account
|
229
|
-
# The AWS account that
|
230
|
-
#
|
231
|
-
# Default: None
|
167
|
+
# The ID of the AWS account that owns the public virtual interface.
|
232
168
|
# @return [String]
|
233
169
|
#
|
234
170
|
# @!attribute [rw] new_public_virtual_interface_allocation
|
235
|
-
#
|
236
|
-
# provisioned.
|
237
|
-
#
|
238
|
-
# Default: None
|
171
|
+
# Information about the public virtual interface.
|
239
172
|
# @return [Types::NewPublicVirtualInterfaceAllocation]
|
240
173
|
#
|
241
174
|
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/AllocatePublicVirtualInterfaceRequest AWS API Documentation
|
@@ -247,9 +180,6 @@ module Aws::DirectConnect
|
|
247
180
|
include Aws::Structure
|
248
181
|
end
|
249
182
|
|
250
|
-
# Container for the parameters to the AssociateConnectionWithLag
|
251
|
-
# operation.
|
252
|
-
#
|
253
183
|
# @note When making an API call, you may pass AssociateConnectionWithLagRequest
|
254
184
|
# data as a hash:
|
255
185
|
#
|
@@ -259,19 +189,12 @@ module Aws::DirectConnect
|
|
259
189
|
# }
|
260
190
|
#
|
261
191
|
# @!attribute [rw] connection_id
|
262
|
-
# The ID of the connection.
|
263
|
-
#
|
264
|
-
# Example: dxcon-abc123
|
265
|
-
#
|
266
|
-
# Default: None
|
192
|
+
# The ID of the connection. For example, dxcon-abc123.
|
267
193
|
# @return [String]
|
268
194
|
#
|
269
195
|
# @!attribute [rw] lag_id
|
270
|
-
# The ID of the LAG with which to associate the connection.
|
271
|
-
#
|
272
|
-
# Example: dxlag-abc123
|
273
|
-
#
|
274
|
-
# Default: None
|
196
|
+
# The ID of the LAG with which to associate the connection. For
|
197
|
+
# example, dxlag-abc123.
|
275
198
|
# @return [String]
|
276
199
|
#
|
277
200
|
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/AssociateConnectionWithLagRequest AWS API Documentation
|
@@ -282,9 +205,6 @@ module Aws::DirectConnect
|
|
282
205
|
include Aws::Structure
|
283
206
|
end
|
284
207
|
|
285
|
-
# Container for the parameters to the AssociateHostedConnection
|
286
|
-
# operation.
|
287
|
-
#
|
288
208
|
# @note When making an API call, you may pass AssociateHostedConnectionRequest
|
289
209
|
# data as a hash:
|
290
210
|
#
|
@@ -295,18 +215,10 @@ module Aws::DirectConnect
|
|
295
215
|
#
|
296
216
|
# @!attribute [rw] connection_id
|
297
217
|
# The ID of the hosted connection.
|
298
|
-
#
|
299
|
-
# Example: dxcon-abc123
|
300
|
-
#
|
301
|
-
# Default: None
|
302
218
|
# @return [String]
|
303
219
|
#
|
304
220
|
# @!attribute [rw] parent_connection_id
|
305
221
|
# The ID of the interconnect or the LAG.
|
306
|
-
#
|
307
|
-
# Example: dxcon-abc123 or dxlag-abc123
|
308
|
-
#
|
309
|
-
# Default: None
|
310
222
|
# @return [String]
|
311
223
|
#
|
312
224
|
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/AssociateHostedConnectionRequest AWS API Documentation
|
@@ -317,9 +229,6 @@ module Aws::DirectConnect
|
|
317
229
|
include Aws::Structure
|
318
230
|
end
|
319
231
|
|
320
|
-
# Container for the parameters to the AssociateVirtualInterface
|
321
|
-
# operation.
|
322
|
-
#
|
323
232
|
# @note When making an API call, you may pass AssociateVirtualInterfaceRequest
|
324
233
|
# data as a hash:
|
325
234
|
#
|
@@ -330,19 +239,10 @@ module Aws::DirectConnect
|
|
330
239
|
#
|
331
240
|
# @!attribute [rw] virtual_interface_id
|
332
241
|
# The ID of the virtual interface.
|
333
|
-
#
|
334
|
-
# Example: dxvif-123dfg56
|
335
|
-
#
|
336
|
-
# Default: None
|
337
242
|
# @return [String]
|
338
243
|
#
|
339
244
|
# @!attribute [rw] connection_id
|
340
|
-
# The ID of the LAG or connection
|
341
|
-
# interface.
|
342
|
-
#
|
343
|
-
# Example: dxlag-abc123 or dxcon-abc123
|
344
|
-
#
|
345
|
-
# Default: None
|
245
|
+
# The ID of the LAG or connection.
|
346
246
|
# @return [String]
|
347
247
|
#
|
348
248
|
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/AssociateVirtualInterfaceRequest AWS API Documentation
|
@@ -353,75 +253,60 @@ module Aws::DirectConnect
|
|
353
253
|
include Aws::Structure
|
354
254
|
end
|
355
255
|
|
356
|
-
#
|
256
|
+
# Information about a BGP peer.
|
357
257
|
#
|
358
258
|
# @!attribute [rw] asn
|
359
259
|
# The autonomous system (AS) number for Border Gateway Protocol (BGP)
|
360
260
|
# configuration.
|
361
|
-
#
|
362
|
-
# Example: 65000
|
363
261
|
# @return [Integer]
|
364
262
|
#
|
365
263
|
# @!attribute [rw] auth_key
|
366
264
|
# The authentication key for BGP configuration.
|
367
|
-
#
|
368
|
-
# Example: asdf34example
|
369
265
|
# @return [String]
|
370
266
|
#
|
371
267
|
# @!attribute [rw] address_family
|
372
|
-
#
|
373
|
-
#
|
374
|
-
# * **ipv4**\: IPv4 address family
|
375
|
-
#
|
376
|
-
# * **ipv6**\: IPv6 address family
|
268
|
+
# The address family for the BGP peer.
|
377
269
|
# @return [String]
|
378
270
|
#
|
379
271
|
# @!attribute [rw] amazon_address
|
380
|
-
# IP address assigned to the Amazon interface.
|
381
|
-
#
|
382
|
-
# Example: 192.168.1.1/30 or 2001:db8::1/125
|
272
|
+
# The IP address assigned to the Amazon interface.
|
383
273
|
# @return [String]
|
384
274
|
#
|
385
275
|
# @!attribute [rw] customer_address
|
386
|
-
# IP address assigned to the customer interface.
|
387
|
-
#
|
388
|
-
# Example: 192.168.1.2/30 or 2001:db8::2/125
|
276
|
+
# The IP address assigned to the customer interface.
|
389
277
|
# @return [String]
|
390
278
|
#
|
391
279
|
# @!attribute [rw] bgp_peer_state
|
392
|
-
# The state of the BGP peer.
|
280
|
+
# The state of the BGP peer. The following are the possible values:
|
393
281
|
#
|
394
|
-
# *
|
395
|
-
#
|
396
|
-
#
|
282
|
+
# * `verifying`\: The BGP peering addresses or ASN require validation
|
283
|
+
# before the BGP peer can be created. This state applies only to
|
284
|
+
# public virtual interfaces.
|
397
285
|
#
|
398
|
-
# *
|
286
|
+
# * `pending`\: The BGP peer is created, and remains in this state
|
399
287
|
# until it is ready to be established.
|
400
288
|
#
|
401
|
-
# *
|
289
|
+
# * `available`\: The BGP peer is ready to be established.
|
402
290
|
#
|
403
|
-
# *
|
291
|
+
# * `deleting`\: The BGP peer is being deleted.
|
404
292
|
#
|
405
|
-
# *
|
406
|
-
# established.
|
293
|
+
# * `deleted`\: The BGP peer is deleted and cannot be established.
|
407
294
|
# @return [String]
|
408
295
|
#
|
409
296
|
# @!attribute [rw] bgp_status
|
410
|
-
# The
|
411
|
-
#
|
412
|
-
# * **Up**\: The BGP peer is established.
|
297
|
+
# The status of the BGP peer. The following are the possible values:
|
413
298
|
#
|
414
|
-
#
|
415
|
-
# function. Ensure that you are receiving
|
416
|
-
# session.
|
299
|
+
# * `up`\: The BGP peer is established. This state does not indicate
|
300
|
+
# the state of the routing function. Ensure that you are receiving
|
301
|
+
# routes over the BGP session.
|
417
302
|
#
|
418
|
-
#
|
303
|
+
# * `down`\: The BGP peer is down.
|
419
304
|
#
|
420
|
-
# *
|
305
|
+
# * `unknown`\: The BGP peer status is unknown.
|
421
306
|
# @return [String]
|
422
307
|
#
|
423
308
|
# @!attribute [rw] aws_device_v2
|
424
|
-
# The Direct
|
309
|
+
# The Direct Connect endpoint on which the BGP peer terminates.
|
425
310
|
# @return [String]
|
426
311
|
#
|
427
312
|
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/BGPPeer AWS API Documentation
|
@@ -438,8 +323,6 @@ module Aws::DirectConnect
|
|
438
323
|
include Aws::Structure
|
439
324
|
end
|
440
325
|
|
441
|
-
# Container for the parameters to the ConfirmConnection operation.
|
442
|
-
#
|
443
326
|
# @note When making an API call, you may pass ConfirmConnectionRequest
|
444
327
|
# data as a hash:
|
445
328
|
#
|
@@ -448,13 +331,7 @@ module Aws::DirectConnect
|
|
448
331
|
# }
|
449
332
|
#
|
450
333
|
# @!attribute [rw] connection_id
|
451
|
-
# The ID of the connection.
|
452
|
-
# operations that use multiple connection types (LAG, interconnect,
|
453
|
-
# and/or connection).
|
454
|
-
#
|
455
|
-
# Example: dxcon-fg5678gh
|
456
|
-
#
|
457
|
-
# Default: None
|
334
|
+
# The ID of the hosted connection.
|
458
335
|
# @return [String]
|
459
336
|
#
|
460
337
|
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/ConfirmConnectionRequest AWS API Documentation
|
@@ -464,34 +341,32 @@ module Aws::DirectConnect
|
|
464
341
|
include Aws::Structure
|
465
342
|
end
|
466
343
|
|
467
|
-
# The response received when ConfirmConnection is called.
|
468
|
-
#
|
469
344
|
# @!attribute [rw] connection_state
|
470
|
-
#
|
345
|
+
# The state of the connection. The following are the possible values:
|
471
346
|
#
|
472
|
-
# *
|
473
|
-
#
|
474
|
-
#
|
475
|
-
#
|
347
|
+
# * `ordering`\: The initial state of a hosted connection provisioned
|
348
|
+
# on an interconnect. The connection stays in the ordering state
|
349
|
+
# until the owner of the hosted connection confirms or declines the
|
350
|
+
# connection order.
|
476
351
|
#
|
477
|
-
# *
|
352
|
+
# * `requested`\: The initial state of a standard connection. The
|
478
353
|
# connection stays in the requested state until the Letter of
|
479
354
|
# Authorization (LOA) is sent to the customer.
|
480
355
|
#
|
481
|
-
# *
|
356
|
+
# * `pending`\: The connection has been approved and is being
|
482
357
|
# initialized.
|
483
358
|
#
|
484
|
-
# *
|
485
|
-
#
|
359
|
+
# * `available`\: The network link is up and the connection is ready
|
360
|
+
# for use.
|
486
361
|
#
|
487
|
-
# *
|
362
|
+
# * `down`\: The network link is down.
|
488
363
|
#
|
489
|
-
# *
|
364
|
+
# * `deleting`\: The connection is being deleted.
|
490
365
|
#
|
491
|
-
# *
|
366
|
+
# * `deleted`\: The connection has been deleted.
|
492
367
|
#
|
493
|
-
# *
|
494
|
-
#
|
368
|
+
# * `rejected`\: A hosted connection in the `ordering` state enters
|
369
|
+
# the `rejected` state if it is deleted by the customer.
|
495
370
|
# @return [String]
|
496
371
|
#
|
497
372
|
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/ConfirmConnectionResponse AWS API Documentation
|
@@ -501,9 +376,6 @@ module Aws::DirectConnect
|
|
501
376
|
include Aws::Structure
|
502
377
|
end
|
503
378
|
|
504
|
-
# Container for the parameters to the ConfirmPrivateVirtualInterface
|
505
|
-
# operation.
|
506
|
-
#
|
507
379
|
# @note When making an API call, you may pass ConfirmPrivateVirtualInterfaceRequest
|
508
380
|
# data as a hash:
|
509
381
|
#
|
@@ -515,34 +387,14 @@ module Aws::DirectConnect
|
|
515
387
|
#
|
516
388
|
# @!attribute [rw] virtual_interface_id
|
517
389
|
# The ID of the virtual interface.
|
518
|
-
#
|
519
|
-
# Example: dxvif-123dfg56
|
520
|
-
#
|
521
|
-
# Default: None
|
522
390
|
# @return [String]
|
523
391
|
#
|
524
392
|
# @!attribute [rw] virtual_gateway_id
|
525
|
-
# ID of the virtual private gateway
|
526
|
-
# virtual interface.
|
527
|
-
#
|
528
|
-
# A virtual private gateway can be managed via the Amazon Virtual
|
529
|
-
# Private Cloud (VPC) console or the [EC2 CreateVpnGateway][1] action.
|
530
|
-
#
|
531
|
-
# Default: None
|
532
|
-
#
|
533
|
-
#
|
534
|
-
#
|
535
|
-
# [1]: http://docs.aws.amazon.com/AWSEC2/latest/APIReference/ApiReference-query-CreateVpnGateway.html
|
393
|
+
# The ID of the virtual private gateway.
|
536
394
|
# @return [String]
|
537
395
|
#
|
538
396
|
# @!attribute [rw] direct_connect_gateway_id
|
539
|
-
# ID of the
|
540
|
-
# virtual interface.
|
541
|
-
#
|
542
|
-
# A direct connect gateway can be managed via the AWS Direct Connect
|
543
|
-
# console or the CreateDirectConnectGateway action.
|
544
|
-
#
|
545
|
-
# Default: None
|
397
|
+
# The ID of the Direct Connect gateway.
|
546
398
|
# @return [String]
|
547
399
|
#
|
548
400
|
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/ConfirmPrivateVirtualInterfaceRequest AWS API Documentation
|
@@ -554,40 +406,38 @@ module Aws::DirectConnect
|
|
554
406
|
include Aws::Structure
|
555
407
|
end
|
556
408
|
|
557
|
-
# The response received when ConfirmPrivateVirtualInterface is called.
|
558
|
-
#
|
559
409
|
# @!attribute [rw] virtual_interface_state
|
560
|
-
#
|
410
|
+
# The state of the virtual interface. The following are the possible
|
411
|
+
# values:
|
561
412
|
#
|
562
|
-
# *
|
413
|
+
# * `confirming`\: The creation of the virtual interface is pending
|
563
414
|
# confirmation from the virtual interface owner. If the owner of the
|
564
415
|
# virtual interface is different from the owner of the connection on
|
565
416
|
# which it is provisioned, then the virtual interface will remain in
|
566
417
|
# this state until it is confirmed by the virtual interface owner.
|
567
418
|
#
|
568
|
-
# *
|
419
|
+
# * `verifying`\: This state only applies to public virtual
|
569
420
|
# interfaces. Each public virtual interface needs validation before
|
570
421
|
# the virtual interface can be created.
|
571
422
|
#
|
572
|
-
# *
|
423
|
+
# * `pending`\: A virtual interface is in this state from the time
|
573
424
|
# that it is created until the virtual interface is ready to forward
|
574
425
|
# traffic.
|
575
426
|
#
|
576
|
-
# *
|
577
|
-
# traffic.
|
427
|
+
# * `available`\: A virtual interface that is able to forward traffic.
|
578
428
|
#
|
579
|
-
# *
|
429
|
+
# * `down`\: A virtual interface that is BGP down.
|
580
430
|
#
|
581
|
-
# *
|
431
|
+
# * `deleting`\: A virtual interface is in this state immediately
|
582
432
|
# after calling DeleteVirtualInterface until it can no longer
|
583
433
|
# forward traffic.
|
584
434
|
#
|
585
|
-
# *
|
435
|
+
# * `deleted`\: A virtual interface that cannot forward traffic.
|
586
436
|
#
|
587
|
-
# *
|
588
|
-
#
|
589
|
-
#
|
590
|
-
#
|
437
|
+
# * `rejected`\: The virtual interface owner has declined creation of
|
438
|
+
# the virtual interface. If a virtual interface in the `Confirming`
|
439
|
+
# state is deleted by the virtual interface owner, the virtual
|
440
|
+
# interface enters the `Rejected` state.
|
591
441
|
# @return [String]
|
592
442
|
#
|
593
443
|
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/ConfirmPrivateVirtualInterfaceResponse AWS API Documentation
|
@@ -597,9 +447,6 @@ module Aws::DirectConnect
|
|
597
447
|
include Aws::Structure
|
598
448
|
end
|
599
449
|
|
600
|
-
# Container for the parameters to the ConfirmPublicVirtualInterface
|
601
|
-
# operation.
|
602
|
-
#
|
603
450
|
# @note When making an API call, you may pass ConfirmPublicVirtualInterfaceRequest
|
604
451
|
# data as a hash:
|
605
452
|
#
|
@@ -609,10 +456,6 @@ module Aws::DirectConnect
|
|
609
456
|
#
|
610
457
|
# @!attribute [rw] virtual_interface_id
|
611
458
|
# The ID of the virtual interface.
|
612
|
-
#
|
613
|
-
# Example: dxvif-123dfg56
|
614
|
-
#
|
615
|
-
# Default: None
|
616
459
|
# @return [String]
|
617
460
|
#
|
618
461
|
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/ConfirmPublicVirtualInterfaceRequest AWS API Documentation
|
@@ -622,40 +465,38 @@ module Aws::DirectConnect
|
|
622
465
|
include Aws::Structure
|
623
466
|
end
|
624
467
|
|
625
|
-
# The response received when ConfirmPublicVirtualInterface is called.
|
626
|
-
#
|
627
468
|
# @!attribute [rw] virtual_interface_state
|
628
|
-
#
|
469
|
+
# The state of the virtual interface. The following are the possible
|
470
|
+
# values:
|
629
471
|
#
|
630
|
-
# *
|
472
|
+
# * `confirming`\: The creation of the virtual interface is pending
|
631
473
|
# confirmation from the virtual interface owner. If the owner of the
|
632
474
|
# virtual interface is different from the owner of the connection on
|
633
475
|
# which it is provisioned, then the virtual interface will remain in
|
634
476
|
# this state until it is confirmed by the virtual interface owner.
|
635
477
|
#
|
636
|
-
# *
|
478
|
+
# * `verifying`\: This state only applies to public virtual
|
637
479
|
# interfaces. Each public virtual interface needs validation before
|
638
480
|
# the virtual interface can be created.
|
639
481
|
#
|
640
|
-
# *
|
482
|
+
# * `pending`\: A virtual interface is in this state from the time
|
641
483
|
# that it is created until the virtual interface is ready to forward
|
642
484
|
# traffic.
|
643
485
|
#
|
644
|
-
# *
|
645
|
-
# traffic.
|
486
|
+
# * `available`\: A virtual interface that is able to forward traffic.
|
646
487
|
#
|
647
|
-
# *
|
488
|
+
# * `down`\: A virtual interface that is BGP down.
|
648
489
|
#
|
649
|
-
# *
|
490
|
+
# * `deleting`\: A virtual interface is in this state immediately
|
650
491
|
# after calling DeleteVirtualInterface until it can no longer
|
651
492
|
# forward traffic.
|
652
493
|
#
|
653
|
-
# *
|
494
|
+
# * `deleted`\: A virtual interface that cannot forward traffic.
|
654
495
|
#
|
655
|
-
# *
|
656
|
-
#
|
657
|
-
#
|
658
|
-
#
|
496
|
+
# * `rejected`\: The virtual interface owner has declined creation of
|
497
|
+
# the virtual interface. If a virtual interface in the `Confirming`
|
498
|
+
# state is deleted by the virtual interface owner, the virtual
|
499
|
+
# interface enters the `Rejected` state.
|
659
500
|
# @return [String]
|
660
501
|
#
|
661
502
|
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/ConfirmPublicVirtualInterfaceResponse AWS API Documentation
|
@@ -665,88 +506,62 @@ module Aws::DirectConnect
|
|
665
506
|
include Aws::Structure
|
666
507
|
end
|
667
508
|
|
668
|
-
#
|
669
|
-
# AWS Direct Connect location and the customer.
|
509
|
+
# Information about an AWS Direct Connect connection.
|
670
510
|
#
|
671
511
|
# @!attribute [rw] owner_account
|
672
|
-
# The AWS account that
|
512
|
+
# The ID of the AWS account that owns the connection.
|
673
513
|
# @return [String]
|
674
514
|
#
|
675
515
|
# @!attribute [rw] connection_id
|
676
|
-
# The ID of the connection.
|
677
|
-
# operations that use multiple connection types (LAG, interconnect,
|
678
|
-
# and/or connection).
|
679
|
-
#
|
680
|
-
# Example: dxcon-fg5678gh
|
681
|
-
#
|
682
|
-
# Default: None
|
516
|
+
# The ID of the connection.
|
683
517
|
# @return [String]
|
684
518
|
#
|
685
519
|
# @!attribute [rw] connection_name
|
686
520
|
# The name of the connection.
|
687
|
-
#
|
688
|
-
# Example: "*My Connection to AWS*"
|
689
|
-
#
|
690
|
-
# Default: None
|
691
521
|
# @return [String]
|
692
522
|
#
|
693
523
|
# @!attribute [rw] connection_state
|
694
|
-
#
|
524
|
+
# The state of the connection. The following are the possible values:
|
695
525
|
#
|
696
|
-
# *
|
697
|
-
#
|
698
|
-
#
|
699
|
-
#
|
526
|
+
# * `ordering`\: The initial state of a hosted connection provisioned
|
527
|
+
# on an interconnect. The connection stays in the ordering state
|
528
|
+
# until the owner of the hosted connection confirms or declines the
|
529
|
+
# connection order.
|
700
530
|
#
|
701
|
-
# *
|
531
|
+
# * `requested`\: The initial state of a standard connection. The
|
702
532
|
# connection stays in the requested state until the Letter of
|
703
533
|
# Authorization (LOA) is sent to the customer.
|
704
534
|
#
|
705
|
-
# *
|
535
|
+
# * `pending`\: The connection has been approved and is being
|
706
536
|
# initialized.
|
707
537
|
#
|
708
|
-
# *
|
709
|
-
#
|
538
|
+
# * `available`\: The network link is up and the connection is ready
|
539
|
+
# for use.
|
710
540
|
#
|
711
|
-
# *
|
541
|
+
# * `down`\: The network link is down.
|
712
542
|
#
|
713
|
-
# *
|
543
|
+
# * `deleting`\: The connection is being deleted.
|
714
544
|
#
|
715
|
-
# *
|
545
|
+
# * `deleted`\: The connection has been deleted.
|
716
546
|
#
|
717
|
-
# *
|
718
|
-
#
|
547
|
+
# * `rejected`\: A hosted connection in the `ordering` state enters
|
548
|
+
# the `rejected` state if it is deleted by the customer.
|
719
549
|
# @return [String]
|
720
550
|
#
|
721
551
|
# @!attribute [rw] region
|
722
|
-
# The AWS
|
723
|
-
#
|
724
|
-
# Example: us-east-1
|
725
|
-
#
|
726
|
-
# Default: None
|
552
|
+
# The AWS Region where the connection is located.
|
727
553
|
# @return [String]
|
728
554
|
#
|
729
555
|
# @!attribute [rw] location
|
730
|
-
#
|
731
|
-
#
|
732
|
-
# Example: EqSV5
|
733
|
-
#
|
734
|
-
# Default: None
|
556
|
+
# The location of the connection.
|
735
557
|
# @return [String]
|
736
558
|
#
|
737
559
|
# @!attribute [rw] bandwidth
|
738
|
-
#
|
739
|
-
#
|
740
|
-
# Example: 1Gbps (for regular connections), or 500Mbps (for hosted
|
741
|
-
# connections)
|
742
|
-
#
|
743
|
-
# Default: None
|
560
|
+
# The bandwidth of the connection.
|
744
561
|
# @return [String]
|
745
562
|
#
|
746
563
|
# @!attribute [rw] vlan
|
747
|
-
# The VLAN
|
748
|
-
#
|
749
|
-
# Example: 101
|
564
|
+
# The ID of the VLAN.
|
750
565
|
# @return [Integer]
|
751
566
|
#
|
752
567
|
# @!attribute [rw] partner_name
|
@@ -760,20 +575,20 @@ module Aws::DirectConnect
|
|
760
575
|
#
|
761
576
|
# @!attribute [rw] lag_id
|
762
577
|
# The ID of the LAG.
|
763
|
-
#
|
764
|
-
# Example: dxlag-fg5678gh
|
765
578
|
# @return [String]
|
766
579
|
#
|
767
580
|
# @!attribute [rw] aws_device
|
768
|
-
#
|
769
|
-
#
|
770
|
-
# The Direct Connection endpoint which the physical connection
|
771
|
-
# terminates on.
|
581
|
+
# The Direct Connect endpoint on which the physical connection
|
582
|
+
# terminates.
|
772
583
|
# @return [String]
|
773
584
|
#
|
585
|
+
# @!attribute [rw] jumbo_frame_capable
|
586
|
+
# Indicates whether jumbo frames (9001 MTU) are supported.
|
587
|
+
# @return [Boolean]
|
588
|
+
#
|
774
589
|
# @!attribute [rw] aws_device_v2
|
775
|
-
# The Direct
|
776
|
-
# terminates
|
590
|
+
# The Direct Connect endpoint on which the physical connection
|
591
|
+
# terminates.
|
777
592
|
# @return [String]
|
778
593
|
#
|
779
594
|
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/Connection AWS API Documentation
|
@@ -791,14 +606,13 @@ module Aws::DirectConnect
|
|
791
606
|
:loa_issue_time,
|
792
607
|
:lag_id,
|
793
608
|
:aws_device,
|
609
|
+
:jumbo_frame_capable,
|
794
610
|
:aws_device_v2)
|
795
611
|
include Aws::Structure
|
796
612
|
end
|
797
613
|
|
798
|
-
# A structure containing a list of connections.
|
799
|
-
#
|
800
614
|
# @!attribute [rw] connections
|
801
|
-
#
|
615
|
+
# The connections.
|
802
616
|
# @return [Array<Types::Connection>]
|
803
617
|
#
|
804
618
|
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/Connections AWS API Documentation
|
@@ -808,8 +622,6 @@ module Aws::DirectConnect
|
|
808
622
|
include Aws::Structure
|
809
623
|
end
|
810
624
|
|
811
|
-
# Container for the parameters to the CreateBGPPeer operation.
|
812
|
-
#
|
813
625
|
# @note When making an API call, you may pass CreateBGPPeerRequest
|
814
626
|
# data as a hash:
|
815
627
|
#
|
@@ -825,18 +637,11 @@ module Aws::DirectConnect
|
|
825
637
|
# }
|
826
638
|
#
|
827
639
|
# @!attribute [rw] virtual_interface_id
|
828
|
-
# The ID of the virtual interface
|
829
|
-
# provisioned.
|
830
|
-
#
|
831
|
-
# Example: dxvif-456abc78
|
832
|
-
#
|
833
|
-
# Default: None
|
640
|
+
# The ID of the virtual interface.
|
834
641
|
# @return [String]
|
835
642
|
#
|
836
643
|
# @!attribute [rw] new_bgp_peer
|
837
|
-
#
|
838
|
-
#
|
839
|
-
# Default: None
|
644
|
+
# Information about the BGP peer.
|
840
645
|
# @return [Types::NewBGPPeer]
|
841
646
|
#
|
842
647
|
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/CreateBGPPeerRequest AWS API Documentation
|
@@ -847,11 +652,8 @@ module Aws::DirectConnect
|
|
847
652
|
include Aws::Structure
|
848
653
|
end
|
849
654
|
|
850
|
-
# The response received when CreateBGPPeer is called.
|
851
|
-
#
|
852
655
|
# @!attribute [rw] virtual_interface
|
853
|
-
#
|
854
|
-
# Direct Connect location and the customer.
|
656
|
+
# The virtual interface.
|
855
657
|
# @return [Types::VirtualInterface]
|
856
658
|
#
|
857
659
|
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/CreateBGPPeerResponse AWS API Documentation
|
@@ -861,8 +663,6 @@ module Aws::DirectConnect
|
|
861
663
|
include Aws::Structure
|
862
664
|
end
|
863
665
|
|
864
|
-
# Container for the parameters to the CreateConnection operation.
|
865
|
-
#
|
866
666
|
# @note When making an API call, you may pass CreateConnectionRequest
|
867
667
|
# data as a hash:
|
868
668
|
#
|
@@ -874,33 +674,19 @@ module Aws::DirectConnect
|
|
874
674
|
# }
|
875
675
|
#
|
876
676
|
# @!attribute [rw] location
|
877
|
-
#
|
878
|
-
#
|
879
|
-
# Example: EqSV5
|
880
|
-
#
|
881
|
-
# Default: None
|
677
|
+
# The location of the connection.
|
882
678
|
# @return [String]
|
883
679
|
#
|
884
680
|
# @!attribute [rw] bandwidth
|
885
|
-
#
|
886
|
-
#
|
887
|
-
# Example: 1Gbps
|
888
|
-
#
|
889
|
-
# Default: None
|
681
|
+
# The bandwidth of the connection.
|
890
682
|
# @return [String]
|
891
683
|
#
|
892
684
|
# @!attribute [rw] connection_name
|
893
685
|
# The name of the connection.
|
894
|
-
#
|
895
|
-
# Example: "*My Connection to AWS*"
|
896
|
-
#
|
897
|
-
# Default: None
|
898
686
|
# @return [String]
|
899
687
|
#
|
900
688
|
# @!attribute [rw] lag_id
|
901
689
|
# The ID of the LAG.
|
902
|
-
#
|
903
|
-
# Example: dxlag-fg5678gh
|
904
690
|
# @return [String]
|
905
691
|
#
|
906
692
|
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/CreateConnectionRequest AWS API Documentation
|
@@ -913,9 +699,6 @@ module Aws::DirectConnect
|
|
913
699
|
include Aws::Structure
|
914
700
|
end
|
915
701
|
|
916
|
-
# Container for the parameters to the
|
917
|
-
# CreateDirectConnectGatewayAssociation operation.
|
918
|
-
#
|
919
702
|
# @note When making an API call, you may pass CreateDirectConnectGatewayAssociationRequest
|
920
703
|
# data as a hash:
|
921
704
|
#
|
@@ -925,19 +708,11 @@ module Aws::DirectConnect
|
|
925
708
|
# }
|
926
709
|
#
|
927
710
|
# @!attribute [rw] direct_connect_gateway_id
|
928
|
-
# The ID of the
|
929
|
-
#
|
930
|
-
# Example: "abcd1234-dcba-5678-be23-cdef9876ab45"
|
931
|
-
#
|
932
|
-
# Default: None
|
711
|
+
# The ID of the Direct Connect gateway.
|
933
712
|
# @return [String]
|
934
713
|
#
|
935
714
|
# @!attribute [rw] virtual_gateway_id
|
936
715
|
# The ID of the virtual private gateway.
|
937
|
-
#
|
938
|
-
# Example: "vgw-abc123ef"
|
939
|
-
#
|
940
|
-
# Default: None
|
941
716
|
# @return [String]
|
942
717
|
#
|
943
718
|
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/CreateDirectConnectGatewayAssociationRequest AWS API Documentation
|
@@ -948,11 +723,8 @@ module Aws::DirectConnect
|
|
948
723
|
include Aws::Structure
|
949
724
|
end
|
950
725
|
|
951
|
-
# Container for the response from the
|
952
|
-
# CreateDirectConnectGatewayAssociation API call
|
953
|
-
#
|
954
726
|
# @!attribute [rw] direct_connect_gateway_association
|
955
|
-
# The
|
727
|
+
# The association to be created.
|
956
728
|
# @return [Types::DirectConnectGatewayAssociation]
|
957
729
|
#
|
958
730
|
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/CreateDirectConnectGatewayAssociationResult AWS API Documentation
|
@@ -962,9 +734,6 @@ module Aws::DirectConnect
|
|
962
734
|
include Aws::Structure
|
963
735
|
end
|
964
736
|
|
965
|
-
# Container for the parameters to the CreateDirectConnectGateway
|
966
|
-
# operation.
|
967
|
-
#
|
968
737
|
# @note When making an API call, you may pass CreateDirectConnectGatewayRequest
|
969
738
|
# data as a hash:
|
970
739
|
#
|
@@ -974,22 +743,14 @@ module Aws::DirectConnect
|
|
974
743
|
# }
|
975
744
|
#
|
976
745
|
# @!attribute [rw] direct_connect_gateway_name
|
977
|
-
# The name of the
|
978
|
-
#
|
979
|
-
# Example: "My direct connect gateway"
|
980
|
-
#
|
981
|
-
# Default: None
|
746
|
+
# The name of the Direct Connect gateway.
|
982
747
|
# @return [String]
|
983
748
|
#
|
984
749
|
# @!attribute [rw] amazon_side_asn
|
985
750
|
# The autonomous system number (ASN) for Border Gateway Protocol (BGP)
|
986
751
|
# to be configured on the Amazon side of the connection. The ASN must
|
987
752
|
# be in the private range of 64,512 to 65,534 or 4,200,000,000 to
|
988
|
-
# 4,294,967,294
|
989
|
-
#
|
990
|
-
# Example: 65200
|
991
|
-
#
|
992
|
-
# Default: 64512
|
753
|
+
# 4,294,967,294. The default is 64512.
|
993
754
|
# @return [Integer]
|
994
755
|
#
|
995
756
|
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/CreateDirectConnectGatewayRequest AWS API Documentation
|
@@ -1000,11 +761,8 @@ module Aws::DirectConnect
|
|
1000
761
|
include Aws::Structure
|
1001
762
|
end
|
1002
763
|
|
1003
|
-
# Container for the response from the CreateDirectConnectGateway API
|
1004
|
-
# call
|
1005
|
-
#
|
1006
764
|
# @!attribute [rw] direct_connect_gateway
|
1007
|
-
# The
|
765
|
+
# The Direct Connect gateway.
|
1008
766
|
# @return [Types::DirectConnectGateway]
|
1009
767
|
#
|
1010
768
|
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/CreateDirectConnectGatewayResult AWS API Documentation
|
@@ -1014,8 +772,6 @@ module Aws::DirectConnect
|
|
1014
772
|
include Aws::Structure
|
1015
773
|
end
|
1016
774
|
|
1017
|
-
# Container for the parameters to the CreateInterconnect operation.
|
1018
|
-
#
|
1019
775
|
# @note When making an API call, you may pass CreateInterconnectRequest
|
1020
776
|
# data as a hash:
|
1021
777
|
#
|
@@ -1028,34 +784,18 @@ module Aws::DirectConnect
|
|
1028
784
|
#
|
1029
785
|
# @!attribute [rw] interconnect_name
|
1030
786
|
# The name of the interconnect.
|
1031
|
-
#
|
1032
|
-
# Example: "*1G Interconnect to AWS*"
|
1033
|
-
#
|
1034
|
-
# Default: None
|
1035
787
|
# @return [String]
|
1036
788
|
#
|
1037
789
|
# @!attribute [rw] bandwidth
|
1038
|
-
# The port bandwidth
|
1039
|
-
#
|
1040
|
-
# Example: 1Gbps
|
1041
|
-
#
|
1042
|
-
# Default: None
|
1043
|
-
#
|
1044
|
-
# Available values: 1Gbps,10Gbps
|
790
|
+
# The port bandwidth, in Gbps. The possible values are 1 and 10.
|
1045
791
|
# @return [String]
|
1046
792
|
#
|
1047
793
|
# @!attribute [rw] location
|
1048
|
-
#
|
1049
|
-
#
|
1050
|
-
# Example: EqSV5
|
1051
|
-
#
|
1052
|
-
# Default: None
|
794
|
+
# The location of the interconnect.
|
1053
795
|
# @return [String]
|
1054
796
|
#
|
1055
797
|
# @!attribute [rw] lag_id
|
1056
798
|
# The ID of the LAG.
|
1057
|
-
#
|
1058
|
-
# Example: dxlag-fg5678gh
|
1059
799
|
# @return [String]
|
1060
800
|
#
|
1061
801
|
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/CreateInterconnectRequest AWS API Documentation
|
@@ -1068,8 +808,6 @@ module Aws::DirectConnect
|
|
1068
808
|
include Aws::Structure
|
1069
809
|
end
|
1070
810
|
|
1071
|
-
# Container for the parameters to the CreateLag operation.
|
1072
|
-
#
|
1073
811
|
# @note When making an API call, you may pass CreateLagRequest
|
1074
812
|
# data as a hash:
|
1075
813
|
#
|
@@ -1084,40 +822,23 @@ module Aws::DirectConnect
|
|
1084
822
|
# @!attribute [rw] number_of_connections
|
1085
823
|
# The number of physical connections initially provisioned and bundled
|
1086
824
|
# by the LAG.
|
1087
|
-
#
|
1088
|
-
# Default: None
|
1089
825
|
# @return [Integer]
|
1090
826
|
#
|
1091
827
|
# @!attribute [rw] location
|
1092
|
-
# The
|
1093
|
-
# allocated.
|
1094
|
-
#
|
1095
|
-
# Example: EqSV5
|
1096
|
-
#
|
1097
|
-
# Default: None
|
828
|
+
# The location for the LAG.
|
1098
829
|
# @return [String]
|
1099
830
|
#
|
1100
831
|
# @!attribute [rw] connections_bandwidth
|
1101
832
|
# The bandwidth of the individual physical connections bundled by the
|
1102
|
-
# LAG.
|
1103
|
-
#
|
1104
|
-
# Default: None
|
1105
|
-
#
|
1106
|
-
# Available values: 1Gbps, 10Gbps
|
833
|
+
# LAG. The possible values are 1Gbps and 10Gbps.
|
1107
834
|
# @return [String]
|
1108
835
|
#
|
1109
836
|
# @!attribute [rw] lag_name
|
1110
837
|
# The name of the LAG.
|
1111
|
-
#
|
1112
|
-
# Example: "`3x10G LAG to AWS`"
|
1113
|
-
#
|
1114
|
-
# Default: None
|
1115
838
|
# @return [String]
|
1116
839
|
#
|
1117
840
|
# @!attribute [rw] connection_id
|
1118
841
|
# The ID of an existing connection to migrate to the LAG.
|
1119
|
-
#
|
1120
|
-
# Default: None
|
1121
842
|
# @return [String]
|
1122
843
|
#
|
1123
844
|
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/CreateLagRequest AWS API Documentation
|
@@ -1131,9 +852,6 @@ module Aws::DirectConnect
|
|
1131
852
|
include Aws::Structure
|
1132
853
|
end
|
1133
854
|
|
1134
|
-
# Container for the parameters to the CreatePrivateVirtualInterface
|
1135
|
-
# operation.
|
1136
|
-
#
|
1137
855
|
# @note When making an API call, you may pass CreatePrivateVirtualInterfaceRequest
|
1138
856
|
# data as a hash:
|
1139
857
|
#
|
@@ -1143,6 +861,7 @@ module Aws::DirectConnect
|
|
1143
861
|
# virtual_interface_name: "VirtualInterfaceName", # required
|
1144
862
|
# vlan: 1, # required
|
1145
863
|
# asn: 1, # required
|
864
|
+
# mtu: 1,
|
1146
865
|
# auth_key: "BGPAuthKey",
|
1147
866
|
# amazon_address: "AmazonAddress",
|
1148
867
|
# customer_address: "CustomerAddress",
|
@@ -1153,20 +872,11 @@ module Aws::DirectConnect
|
|
1153
872
|
# }
|
1154
873
|
#
|
1155
874
|
# @!attribute [rw] connection_id
|
1156
|
-
# The ID of the connection.
|
1157
|
-
# operations that use multiple connection types (LAG, interconnect,
|
1158
|
-
# and/or connection).
|
1159
|
-
#
|
1160
|
-
# Example: dxcon-fg5678gh
|
1161
|
-
#
|
1162
|
-
# Default: None
|
875
|
+
# The ID of the connection.
|
1163
876
|
# @return [String]
|
1164
877
|
#
|
1165
878
|
# @!attribute [rw] new_private_virtual_interface
|
1166
|
-
#
|
1167
|
-
# created.
|
1168
|
-
#
|
1169
|
-
# Default: None
|
879
|
+
# Information about the private virtual interface.
|
1170
880
|
# @return [Types::NewPrivateVirtualInterface]
|
1171
881
|
#
|
1172
882
|
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/CreatePrivateVirtualInterfaceRequest AWS API Documentation
|
@@ -1177,9 +887,6 @@ module Aws::DirectConnect
|
|
1177
887
|
include Aws::Structure
|
1178
888
|
end
|
1179
889
|
|
1180
|
-
# Container for the parameters to the CreatePublicVirtualInterface
|
1181
|
-
# operation.
|
1182
|
-
#
|
1183
890
|
# @note When making an API call, you may pass CreatePublicVirtualInterfaceRequest
|
1184
891
|
# data as a hash:
|
1185
892
|
#
|
@@ -1202,19 +909,11 @@ module Aws::DirectConnect
|
|
1202
909
|
# }
|
1203
910
|
#
|
1204
911
|
# @!attribute [rw] connection_id
|
1205
|
-
# The ID of the connection.
|
1206
|
-
# operations that use multiple connection types (LAG, interconnect,
|
1207
|
-
# and/or connection).
|
1208
|
-
#
|
1209
|
-
# Example: dxcon-fg5678gh
|
1210
|
-
#
|
1211
|
-
# Default: None
|
912
|
+
# The ID of the connection.
|
1212
913
|
# @return [String]
|
1213
914
|
#
|
1214
915
|
# @!attribute [rw] new_public_virtual_interface
|
1215
|
-
#
|
1216
|
-
#
|
1217
|
-
# Default: None
|
916
|
+
# Information about the public virtual interface.
|
1218
917
|
# @return [Types::NewPublicVirtualInterface]
|
1219
918
|
#
|
1220
919
|
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/CreatePublicVirtualInterfaceRequest AWS API Documentation
|
@@ -1225,8 +924,6 @@ module Aws::DirectConnect
|
|
1225
924
|
include Aws::Structure
|
1226
925
|
end
|
1227
926
|
|
1228
|
-
# Container for the parameters to the DeleteBGPPeer operation.
|
1229
|
-
#
|
1230
927
|
# @note When making an API call, you may pass DeleteBGPPeerRequest
|
1231
928
|
# data as a hash:
|
1232
929
|
#
|
@@ -1237,25 +934,16 @@ module Aws::DirectConnect
|
|
1237
934
|
# }
|
1238
935
|
#
|
1239
936
|
# @!attribute [rw] virtual_interface_id
|
1240
|
-
# The ID of the virtual interface
|
1241
|
-
# deleted.
|
1242
|
-
#
|
1243
|
-
# Example: dxvif-456abc78
|
1244
|
-
#
|
1245
|
-
# Default: None
|
937
|
+
# The ID of the virtual interface.
|
1246
938
|
# @return [String]
|
1247
939
|
#
|
1248
940
|
# @!attribute [rw] asn
|
1249
941
|
# The autonomous system (AS) number for Border Gateway Protocol (BGP)
|
1250
942
|
# configuration.
|
1251
|
-
#
|
1252
|
-
# Example: 65000
|
1253
943
|
# @return [Integer]
|
1254
944
|
#
|
1255
945
|
# @!attribute [rw] customer_address
|
1256
|
-
# IP address assigned to the customer interface.
|
1257
|
-
#
|
1258
|
-
# Example: 192.168.1.2/30 or 2001:db8::2/125
|
946
|
+
# The IP address assigned to the customer interface.
|
1259
947
|
# @return [String]
|
1260
948
|
#
|
1261
949
|
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DeleteBGPPeerRequest AWS API Documentation
|
@@ -1267,11 +955,8 @@ module Aws::DirectConnect
|
|
1267
955
|
include Aws::Structure
|
1268
956
|
end
|
1269
957
|
|
1270
|
-
# The response received when DeleteBGPPeer is called.
|
1271
|
-
#
|
1272
958
|
# @!attribute [rw] virtual_interface
|
1273
|
-
#
|
1274
|
-
# Direct Connect location and the customer.
|
959
|
+
# The virtual interface.
|
1275
960
|
# @return [Types::VirtualInterface]
|
1276
961
|
#
|
1277
962
|
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DeleteBGPPeerResponse AWS API Documentation
|
@@ -1281,8 +966,6 @@ module Aws::DirectConnect
|
|
1281
966
|
include Aws::Structure
|
1282
967
|
end
|
1283
968
|
|
1284
|
-
# Container for the parameters to the DeleteConnection operation.
|
1285
|
-
#
|
1286
969
|
# @note When making an API call, you may pass DeleteConnectionRequest
|
1287
970
|
# data as a hash:
|
1288
971
|
#
|
@@ -1291,13 +974,7 @@ module Aws::DirectConnect
|
|
1291
974
|
# }
|
1292
975
|
#
|
1293
976
|
# @!attribute [rw] connection_id
|
1294
|
-
# The ID of the connection.
|
1295
|
-
# operations that use multiple connection types (LAG, interconnect,
|
1296
|
-
# and/or connection).
|
1297
|
-
#
|
1298
|
-
# Example: dxcon-fg5678gh
|
1299
|
-
#
|
1300
|
-
# Default: None
|
977
|
+
# The ID of the connection.
|
1301
978
|
# @return [String]
|
1302
979
|
#
|
1303
980
|
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DeleteConnectionRequest AWS API Documentation
|
@@ -1307,9 +984,6 @@ module Aws::DirectConnect
|
|
1307
984
|
include Aws::Structure
|
1308
985
|
end
|
1309
986
|
|
1310
|
-
# Container for the parameters to the
|
1311
|
-
# DeleteDirectConnectGatewayAssociation operation.
|
1312
|
-
#
|
1313
987
|
# @note When making an API call, you may pass DeleteDirectConnectGatewayAssociationRequest
|
1314
988
|
# data as a hash:
|
1315
989
|
#
|
@@ -1319,19 +993,11 @@ module Aws::DirectConnect
|
|
1319
993
|
# }
|
1320
994
|
#
|
1321
995
|
# @!attribute [rw] direct_connect_gateway_id
|
1322
|
-
# The ID of the
|
1323
|
-
#
|
1324
|
-
# Example: "abcd1234-dcba-5678-be23-cdef9876ab45"
|
1325
|
-
#
|
1326
|
-
# Default: None
|
996
|
+
# The ID of the Direct Connect gateway.
|
1327
997
|
# @return [String]
|
1328
998
|
#
|
1329
999
|
# @!attribute [rw] virtual_gateway_id
|
1330
1000
|
# The ID of the virtual private gateway.
|
1331
|
-
#
|
1332
|
-
# Example: "vgw-abc123ef"
|
1333
|
-
#
|
1334
|
-
# Default: None
|
1335
1001
|
# @return [String]
|
1336
1002
|
#
|
1337
1003
|
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DeleteDirectConnectGatewayAssociationRequest AWS API Documentation
|
@@ -1342,11 +1008,8 @@ module Aws::DirectConnect
|
|
1342
1008
|
include Aws::Structure
|
1343
1009
|
end
|
1344
1010
|
|
1345
|
-
# Container for the response from the
|
1346
|
-
# DeleteDirectConnectGatewayAssociation API call
|
1347
|
-
#
|
1348
1011
|
# @!attribute [rw] direct_connect_gateway_association
|
1349
|
-
# The
|
1012
|
+
# The association to be deleted.
|
1350
1013
|
# @return [Types::DirectConnectGatewayAssociation]
|
1351
1014
|
#
|
1352
1015
|
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DeleteDirectConnectGatewayAssociationResult AWS API Documentation
|
@@ -1356,9 +1019,6 @@ module Aws::DirectConnect
|
|
1356
1019
|
include Aws::Structure
|
1357
1020
|
end
|
1358
1021
|
|
1359
|
-
# Container for the parameters to the DeleteDirectConnectGateway
|
1360
|
-
# operation.
|
1361
|
-
#
|
1362
1022
|
# @note When making an API call, you may pass DeleteDirectConnectGatewayRequest
|
1363
1023
|
# data as a hash:
|
1364
1024
|
#
|
@@ -1367,11 +1027,7 @@ module Aws::DirectConnect
|
|
1367
1027
|
# }
|
1368
1028
|
#
|
1369
1029
|
# @!attribute [rw] direct_connect_gateway_id
|
1370
|
-
# The ID of the
|
1371
|
-
#
|
1372
|
-
# Example: "abcd1234-dcba-5678-be23-cdef9876ab45"
|
1373
|
-
#
|
1374
|
-
# Default: None
|
1030
|
+
# The ID of the Direct Connect gateway.
|
1375
1031
|
# @return [String]
|
1376
1032
|
#
|
1377
1033
|
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DeleteDirectConnectGatewayRequest AWS API Documentation
|
@@ -1381,11 +1037,8 @@ module Aws::DirectConnect
|
|
1381
1037
|
include Aws::Structure
|
1382
1038
|
end
|
1383
1039
|
|
1384
|
-
# Container for the response from the DeleteDirectConnectGateway API
|
1385
|
-
# call
|
1386
|
-
#
|
1387
1040
|
# @!attribute [rw] direct_connect_gateway
|
1388
|
-
# The
|
1041
|
+
# The Direct Connect gateway.
|
1389
1042
|
# @return [Types::DirectConnectGateway]
|
1390
1043
|
#
|
1391
1044
|
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DeleteDirectConnectGatewayResult AWS API Documentation
|
@@ -1395,8 +1048,6 @@ module Aws::DirectConnect
|
|
1395
1048
|
include Aws::Structure
|
1396
1049
|
end
|
1397
1050
|
|
1398
|
-
# Container for the parameters to the DeleteInterconnect operation.
|
1399
|
-
#
|
1400
1051
|
# @note When making an API call, you may pass DeleteInterconnectRequest
|
1401
1052
|
# data as a hash:
|
1402
1053
|
#
|
@@ -1406,8 +1057,6 @@ module Aws::DirectConnect
|
|
1406
1057
|
#
|
1407
1058
|
# @!attribute [rw] interconnect_id
|
1408
1059
|
# The ID of the interconnect.
|
1409
|
-
#
|
1410
|
-
# Example: dxcon-abc123
|
1411
1060
|
# @return [String]
|
1412
1061
|
#
|
1413
1062
|
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DeleteInterconnectRequest AWS API Documentation
|
@@ -1417,27 +1066,25 @@ module Aws::DirectConnect
|
|
1417
1066
|
include Aws::Structure
|
1418
1067
|
end
|
1419
1068
|
|
1420
|
-
# The response received when DeleteInterconnect is called.
|
1421
|
-
#
|
1422
1069
|
# @!attribute [rw] interconnect_state
|
1423
|
-
#
|
1070
|
+
# The state of the interconnect. The following are the possible
|
1071
|
+
# values:
|
1424
1072
|
#
|
1425
|
-
# *
|
1073
|
+
# * `requested`\: The initial state of an interconnect. The
|
1426
1074
|
# interconnect stays in the requested state until the Letter of
|
1427
1075
|
# Authorization (LOA) is sent to the customer.
|
1428
1076
|
#
|
1429
|
-
# *
|
1077
|
+
# * `pending`\: The interconnect is approved, and is being
|
1430
1078
|
# initialized.
|
1431
1079
|
#
|
1432
|
-
# *
|
1080
|
+
# * `available`\: The network link is up, and the interconnect is
|
1433
1081
|
# ready for use.
|
1434
1082
|
#
|
1435
|
-
# *
|
1083
|
+
# * `down`\: The network link is down.
|
1436
1084
|
#
|
1437
|
-
# *
|
1438
|
-
# deleted.
|
1085
|
+
# * `deleting`\: The interconnect is being deleted.
|
1439
1086
|
#
|
1440
|
-
# *
|
1087
|
+
# * `deleted`\: The interconnect is deleted.
|
1441
1088
|
# @return [String]
|
1442
1089
|
#
|
1443
1090
|
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DeleteInterconnectResponse AWS API Documentation
|
@@ -1447,8 +1094,6 @@ module Aws::DirectConnect
|
|
1447
1094
|
include Aws::Structure
|
1448
1095
|
end
|
1449
1096
|
|
1450
|
-
# Container for the parameters to the DeleteLag operation.
|
1451
|
-
#
|
1452
1097
|
# @note When making an API call, you may pass DeleteLagRequest
|
1453
1098
|
# data as a hash:
|
1454
1099
|
#
|
@@ -1457,11 +1102,7 @@ module Aws::DirectConnect
|
|
1457
1102
|
# }
|
1458
1103
|
#
|
1459
1104
|
# @!attribute [rw] lag_id
|
1460
|
-
# The ID of the LAG
|
1461
|
-
#
|
1462
|
-
# Example: dxlag-abc123
|
1463
|
-
#
|
1464
|
-
# Default: None
|
1105
|
+
# The ID of the LAG.
|
1465
1106
|
# @return [String]
|
1466
1107
|
#
|
1467
1108
|
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DeleteLagRequest AWS API Documentation
|
@@ -1471,8 +1112,6 @@ module Aws::DirectConnect
|
|
1471
1112
|
include Aws::Structure
|
1472
1113
|
end
|
1473
1114
|
|
1474
|
-
# Container for the parameters to the DeleteVirtualInterface operation.
|
1475
|
-
#
|
1476
1115
|
# @note When making an API call, you may pass DeleteVirtualInterfaceRequest
|
1477
1116
|
# data as a hash:
|
1478
1117
|
#
|
@@ -1482,10 +1121,6 @@ module Aws::DirectConnect
|
|
1482
1121
|
#
|
1483
1122
|
# @!attribute [rw] virtual_interface_id
|
1484
1123
|
# The ID of the virtual interface.
|
1485
|
-
#
|
1486
|
-
# Example: dxvif-123dfg56
|
1487
|
-
#
|
1488
|
-
# Default: None
|
1489
1124
|
# @return [String]
|
1490
1125
|
#
|
1491
1126
|
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DeleteVirtualInterfaceRequest AWS API Documentation
|
@@ -1495,40 +1130,38 @@ module Aws::DirectConnect
|
|
1495
1130
|
include Aws::Structure
|
1496
1131
|
end
|
1497
1132
|
|
1498
|
-
# The response received when DeleteVirtualInterface is called.
|
1499
|
-
#
|
1500
1133
|
# @!attribute [rw] virtual_interface_state
|
1501
|
-
#
|
1134
|
+
# The state of the virtual interface. The following are the possible
|
1135
|
+
# values:
|
1502
1136
|
#
|
1503
|
-
# *
|
1137
|
+
# * `confirming`\: The creation of the virtual interface is pending
|
1504
1138
|
# confirmation from the virtual interface owner. If the owner of the
|
1505
1139
|
# virtual interface is different from the owner of the connection on
|
1506
1140
|
# which it is provisioned, then the virtual interface will remain in
|
1507
1141
|
# this state until it is confirmed by the virtual interface owner.
|
1508
1142
|
#
|
1509
|
-
# *
|
1143
|
+
# * `verifying`\: This state only applies to public virtual
|
1510
1144
|
# interfaces. Each public virtual interface needs validation before
|
1511
1145
|
# the virtual interface can be created.
|
1512
1146
|
#
|
1513
|
-
# *
|
1147
|
+
# * `pending`\: A virtual interface is in this state from the time
|
1514
1148
|
# that it is created until the virtual interface is ready to forward
|
1515
1149
|
# traffic.
|
1516
1150
|
#
|
1517
|
-
# *
|
1518
|
-
# traffic.
|
1151
|
+
# * `available`\: A virtual interface that is able to forward traffic.
|
1519
1152
|
#
|
1520
|
-
# *
|
1153
|
+
# * `down`\: A virtual interface that is BGP down.
|
1521
1154
|
#
|
1522
|
-
# *
|
1155
|
+
# * `deleting`\: A virtual interface is in this state immediately
|
1523
1156
|
# after calling DeleteVirtualInterface until it can no longer
|
1524
1157
|
# forward traffic.
|
1525
1158
|
#
|
1526
|
-
# *
|
1159
|
+
# * `deleted`\: A virtual interface that cannot forward traffic.
|
1527
1160
|
#
|
1528
|
-
# *
|
1529
|
-
#
|
1530
|
-
#
|
1531
|
-
#
|
1161
|
+
# * `rejected`\: The virtual interface owner has declined creation of
|
1162
|
+
# the virtual interface. If a virtual interface in the `Confirming`
|
1163
|
+
# state is deleted by the virtual interface owner, the virtual
|
1164
|
+
# interface enters the `Rejected` state.
|
1532
1165
|
# @return [String]
|
1533
1166
|
#
|
1534
1167
|
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DeleteVirtualInterfaceResponse AWS API Documentation
|
@@ -1538,8 +1171,6 @@ module Aws::DirectConnect
|
|
1538
1171
|
include Aws::Structure
|
1539
1172
|
end
|
1540
1173
|
|
1541
|
-
# Container for the parameters to the DescribeConnectionLoa operation.
|
1542
|
-
#
|
1543
1174
|
# @note When making an API call, you may pass DescribeConnectionLoaRequest
|
1544
1175
|
# data as a hash:
|
1545
1176
|
#
|
@@ -1550,30 +1181,19 @@ module Aws::DirectConnect
|
|
1550
1181
|
# }
|
1551
1182
|
#
|
1552
1183
|
# @!attribute [rw] connection_id
|
1553
|
-
# The ID of the connection.
|
1554
|
-
# operations that use multiple connection types (LAG, interconnect,
|
1555
|
-
# and/or connection).
|
1556
|
-
#
|
1557
|
-
# Example: dxcon-fg5678gh
|
1558
|
-
#
|
1559
|
-
# Default: None
|
1184
|
+
# The ID of the connection.
|
1560
1185
|
# @return [String]
|
1561
1186
|
#
|
1562
1187
|
# @!attribute [rw] provider_name
|
1563
1188
|
# The name of the APN partner or service provider who establishes
|
1564
|
-
# connectivity on your behalf. If you
|
1189
|
+
# connectivity on your behalf. If you specify this parameter, the
|
1565
1190
|
# LOA-CFA lists the provider name alongside your company name as the
|
1566
1191
|
# requester of the cross connect.
|
1567
|
-
#
|
1568
|
-
# Default: None
|
1569
1192
|
# @return [String]
|
1570
1193
|
#
|
1571
1194
|
# @!attribute [rw] loa_content_type
|
1572
|
-
#
|
1573
|
-
#
|
1574
|
-
# "application/pdf".
|
1575
|
-
#
|
1576
|
-
# Default: application/pdf
|
1195
|
+
# The standard media type for the LOA-CFA document. The only supported
|
1196
|
+
# value is application/pdf.
|
1577
1197
|
# @return [String]
|
1578
1198
|
#
|
1579
1199
|
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeConnectionLoaRequest AWS API Documentation
|
@@ -1585,11 +1205,9 @@ module Aws::DirectConnect
|
|
1585
1205
|
include Aws::Structure
|
1586
1206
|
end
|
1587
1207
|
|
1588
|
-
# The response received when DescribeConnectionLoa is called.
|
1589
|
-
#
|
1590
1208
|
# @!attribute [rw] loa
|
1591
|
-
#
|
1592
|
-
#
|
1209
|
+
# The Letter of Authorization - Connecting Facility Assignment
|
1210
|
+
# (LOA-CFA).
|
1593
1211
|
# @return [Types::Loa]
|
1594
1212
|
#
|
1595
1213
|
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeConnectionLoaResponse AWS API Documentation
|
@@ -1599,9 +1217,6 @@ module Aws::DirectConnect
|
|
1599
1217
|
include Aws::Structure
|
1600
1218
|
end
|
1601
1219
|
|
1602
|
-
# Container for the parameters to the DescribeConnectionsOnInterconnect
|
1603
|
-
# operation.
|
1604
|
-
#
|
1605
1220
|
# @note When making an API call, you may pass DescribeConnectionsOnInterconnectRequest
|
1606
1221
|
# data as a hash:
|
1607
1222
|
#
|
@@ -1610,11 +1225,7 @@ module Aws::DirectConnect
|
|
1610
1225
|
# }
|
1611
1226
|
#
|
1612
1227
|
# @!attribute [rw] interconnect_id
|
1613
|
-
# ID of the interconnect
|
1614
|
-
#
|
1615
|
-
# Example: dxcon-abc123
|
1616
|
-
#
|
1617
|
-
# Default: None
|
1228
|
+
# The ID of the interconnect.
|
1618
1229
|
# @return [String]
|
1619
1230
|
#
|
1620
1231
|
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeConnectionsOnInterconnectRequest AWS API Documentation
|
@@ -1624,8 +1235,6 @@ module Aws::DirectConnect
|
|
1624
1235
|
include Aws::Structure
|
1625
1236
|
end
|
1626
1237
|
|
1627
|
-
# Container for the parameters to the DescribeConnections operation.
|
1628
|
-
#
|
1629
1238
|
# @note When making an API call, you may pass DescribeConnectionsRequest
|
1630
1239
|
# data as a hash:
|
1631
1240
|
#
|
@@ -1634,13 +1243,7 @@ module Aws::DirectConnect
|
|
1634
1243
|
# }
|
1635
1244
|
#
|
1636
1245
|
# @!attribute [rw] connection_id
|
1637
|
-
# The ID of the connection.
|
1638
|
-
# operations that use multiple connection types (LAG, interconnect,
|
1639
|
-
# and/or connection).
|
1640
|
-
#
|
1641
|
-
# Example: dxcon-fg5678gh
|
1642
|
-
#
|
1643
|
-
# Default: None
|
1246
|
+
# The ID of the connection.
|
1644
1247
|
# @return [String]
|
1645
1248
|
#
|
1646
1249
|
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeConnectionsRequest AWS API Documentation
|
@@ -1650,9 +1253,6 @@ module Aws::DirectConnect
|
|
1650
1253
|
include Aws::Structure
|
1651
1254
|
end
|
1652
1255
|
|
1653
|
-
# Container for the parameters to the
|
1654
|
-
# DescribeDirectConnectGatewayAssociations operation.
|
1655
|
-
#
|
1656
1256
|
# @note When making an API call, you may pass DescribeDirectConnectGatewayAssociationsRequest
|
1657
1257
|
# data as a hash:
|
1658
1258
|
#
|
@@ -1664,35 +1264,19 @@ module Aws::DirectConnect
|
|
1664
1264
|
# }
|
1665
1265
|
#
|
1666
1266
|
# @!attribute [rw] direct_connect_gateway_id
|
1667
|
-
# The ID of the
|
1668
|
-
#
|
1669
|
-
# Example: "abcd1234-dcba-5678-be23-cdef9876ab45"
|
1670
|
-
#
|
1671
|
-
# Default: None
|
1267
|
+
# The ID of the Direct Connect gateway.
|
1672
1268
|
# @return [String]
|
1673
1269
|
#
|
1674
1270
|
# @!attribute [rw] virtual_gateway_id
|
1675
1271
|
# The ID of the virtual private gateway.
|
1676
|
-
#
|
1677
|
-
# Example: "vgw-abc123ef"
|
1678
|
-
#
|
1679
|
-
# Default: None
|
1680
1272
|
# @return [String]
|
1681
1273
|
#
|
1682
1274
|
# @!attribute [rw] max_results
|
1683
|
-
# The maximum number of
|
1684
|
-
# per page.
|
1685
|
-
#
|
1686
|
-
# Example: 15
|
1687
|
-
#
|
1688
|
-
# Default: None
|
1275
|
+
# The maximum number of associations to return per page.
|
1689
1276
|
# @return [Integer]
|
1690
1277
|
#
|
1691
1278
|
# @!attribute [rw] next_token
|
1692
|
-
# The token provided in the previous
|
1693
|
-
# next page of the result.
|
1694
|
-
#
|
1695
|
-
# Default: None
|
1279
|
+
# The token provided in the previous call to retrieve the next page.
|
1696
1280
|
# @return [String]
|
1697
1281
|
#
|
1698
1282
|
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeDirectConnectGatewayAssociationsRequest AWS API Documentation
|
@@ -1705,15 +1289,12 @@ module Aws::DirectConnect
|
|
1705
1289
|
include Aws::Structure
|
1706
1290
|
end
|
1707
1291
|
|
1708
|
-
# Container for the response from the
|
1709
|
-
# DescribeDirectConnectGatewayAssociations API call
|
1710
|
-
#
|
1711
1292
|
# @!attribute [rw] direct_connect_gateway_associations
|
1712
|
-
#
|
1293
|
+
# The associations.
|
1713
1294
|
# @return [Array<Types::DirectConnectGatewayAssociation>]
|
1714
1295
|
#
|
1715
1296
|
# @!attribute [rw] next_token
|
1716
|
-
#
|
1297
|
+
# The token to retrieve the next page.
|
1717
1298
|
# @return [String]
|
1718
1299
|
#
|
1719
1300
|
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeDirectConnectGatewayAssociationsResult AWS API Documentation
|
@@ -1724,9 +1305,6 @@ module Aws::DirectConnect
|
|
1724
1305
|
include Aws::Structure
|
1725
1306
|
end
|
1726
1307
|
|
1727
|
-
# Container for the parameters to the
|
1728
|
-
# DescribeDirectConnectGatewayAttachments operation.
|
1729
|
-
#
|
1730
1308
|
# @note When making an API call, you may pass DescribeDirectConnectGatewayAttachmentsRequest
|
1731
1309
|
# data as a hash:
|
1732
1310
|
#
|
@@ -1738,35 +1316,19 @@ module Aws::DirectConnect
|
|
1738
1316
|
# }
|
1739
1317
|
#
|
1740
1318
|
# @!attribute [rw] direct_connect_gateway_id
|
1741
|
-
# The ID of the
|
1742
|
-
#
|
1743
|
-
# Example: "abcd1234-dcba-5678-be23-cdef9876ab45"
|
1744
|
-
#
|
1745
|
-
# Default: None
|
1319
|
+
# The ID of the Direct Connect gateway.
|
1746
1320
|
# @return [String]
|
1747
1321
|
#
|
1748
1322
|
# @!attribute [rw] virtual_interface_id
|
1749
1323
|
# The ID of the virtual interface.
|
1750
|
-
#
|
1751
|
-
# Example: "dxvif-abc123ef"
|
1752
|
-
#
|
1753
|
-
# Default: None
|
1754
1324
|
# @return [String]
|
1755
1325
|
#
|
1756
1326
|
# @!attribute [rw] max_results
|
1757
|
-
# The maximum number of
|
1758
|
-
# per page.
|
1759
|
-
#
|
1760
|
-
# Example: 15
|
1761
|
-
#
|
1762
|
-
# Default: None
|
1327
|
+
# The maximum number of attachments to return per page.
|
1763
1328
|
# @return [Integer]
|
1764
1329
|
#
|
1765
1330
|
# @!attribute [rw] next_token
|
1766
|
-
# The token provided in the previous
|
1767
|
-
# next page of the result.
|
1768
|
-
#
|
1769
|
-
# Default: None
|
1331
|
+
# The token provided in the previous call to retrieve the next page.
|
1770
1332
|
# @return [String]
|
1771
1333
|
#
|
1772
1334
|
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeDirectConnectGatewayAttachmentsRequest AWS API Documentation
|
@@ -1779,15 +1341,12 @@ module Aws::DirectConnect
|
|
1779
1341
|
include Aws::Structure
|
1780
1342
|
end
|
1781
1343
|
|
1782
|
-
# Container for the response from the
|
1783
|
-
# DescribeDirectConnectGatewayAttachments API call
|
1784
|
-
#
|
1785
1344
|
# @!attribute [rw] direct_connect_gateway_attachments
|
1786
|
-
#
|
1345
|
+
# The attachments.
|
1787
1346
|
# @return [Array<Types::DirectConnectGatewayAttachment>]
|
1788
1347
|
#
|
1789
1348
|
# @!attribute [rw] next_token
|
1790
|
-
#
|
1349
|
+
# The token to retrieve the next page.
|
1791
1350
|
# @return [String]
|
1792
1351
|
#
|
1793
1352
|
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeDirectConnectGatewayAttachmentsResult AWS API Documentation
|
@@ -1798,9 +1357,6 @@ module Aws::DirectConnect
|
|
1798
1357
|
include Aws::Structure
|
1799
1358
|
end
|
1800
1359
|
|
1801
|
-
# Container for the parameters to the DescribeDirectConnectGateways
|
1802
|
-
# operation.
|
1803
|
-
#
|
1804
1360
|
# @note When making an API call, you may pass DescribeDirectConnectGatewaysRequest
|
1805
1361
|
# data as a hash:
|
1806
1362
|
#
|
@@ -1811,26 +1367,15 @@ module Aws::DirectConnect
|
|
1811
1367
|
# }
|
1812
1368
|
#
|
1813
1369
|
# @!attribute [rw] direct_connect_gateway_id
|
1814
|
-
# The ID of the
|
1815
|
-
#
|
1816
|
-
# Example: "abcd1234-dcba-5678-be23-cdef9876ab45"
|
1817
|
-
#
|
1818
|
-
# Default: None
|
1370
|
+
# The ID of the Direct Connect gateway.
|
1819
1371
|
# @return [String]
|
1820
1372
|
#
|
1821
1373
|
# @!attribute [rw] max_results
|
1822
|
-
# The maximum number of
|
1823
|
-
#
|
1824
|
-
# Example: 15
|
1825
|
-
#
|
1826
|
-
# Default: None
|
1374
|
+
# The maximum number of Direct Connect gateways to return per page.
|
1827
1375
|
# @return [Integer]
|
1828
1376
|
#
|
1829
1377
|
# @!attribute [rw] next_token
|
1830
|
-
# The token provided in the previous
|
1831
|
-
# next page of the result.
|
1832
|
-
#
|
1833
|
-
# Default: None
|
1378
|
+
# The token provided in the previous call to retrieve the next page.
|
1834
1379
|
# @return [String]
|
1835
1380
|
#
|
1836
1381
|
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeDirectConnectGatewaysRequest AWS API Documentation
|
@@ -1842,15 +1387,12 @@ module Aws::DirectConnect
|
|
1842
1387
|
include Aws::Structure
|
1843
1388
|
end
|
1844
1389
|
|
1845
|
-
# Container for the response from the DescribeDirectConnectGateways API
|
1846
|
-
# call
|
1847
|
-
#
|
1848
1390
|
# @!attribute [rw] direct_connect_gateways
|
1849
|
-
#
|
1391
|
+
# The Direct Connect gateways.
|
1850
1392
|
# @return [Array<Types::DirectConnectGateway>]
|
1851
1393
|
#
|
1852
1394
|
# @!attribute [rw] next_token
|
1853
|
-
#
|
1395
|
+
# The token to retrieve the next page.
|
1854
1396
|
# @return [String]
|
1855
1397
|
#
|
1856
1398
|
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeDirectConnectGatewaysResult AWS API Documentation
|
@@ -1861,9 +1403,6 @@ module Aws::DirectConnect
|
|
1861
1403
|
include Aws::Structure
|
1862
1404
|
end
|
1863
1405
|
|
1864
|
-
# Container for the parameters to the DescribeHostedConnections
|
1865
|
-
# operation.
|
1866
|
-
#
|
1867
1406
|
# @note When making an API call, you may pass DescribeHostedConnectionsRequest
|
1868
1407
|
# data as a hash:
|
1869
1408
|
#
|
@@ -1872,12 +1411,7 @@ module Aws::DirectConnect
|
|
1872
1411
|
# }
|
1873
1412
|
#
|
1874
1413
|
# @!attribute [rw] connection_id
|
1875
|
-
# The ID of the interconnect or LAG
|
1876
|
-
# are provisioned.
|
1877
|
-
#
|
1878
|
-
# Example: dxcon-abc123 or dxlag-abc123
|
1879
|
-
#
|
1880
|
-
# Default: None
|
1414
|
+
# The ID of the interconnect or LAG.
|
1881
1415
|
# @return [String]
|
1882
1416
|
#
|
1883
1417
|
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeHostedConnectionsRequest AWS API Documentation
|
@@ -1887,8 +1421,6 @@ module Aws::DirectConnect
|
|
1887
1421
|
include Aws::Structure
|
1888
1422
|
end
|
1889
1423
|
|
1890
|
-
# Container for the parameters to the DescribeInterconnectLoa operation.
|
1891
|
-
#
|
1892
1424
|
# @note When making an API call, you may pass DescribeInterconnectLoaRequest
|
1893
1425
|
# data as a hash:
|
1894
1426
|
#
|
@@ -1900,8 +1432,6 @@ module Aws::DirectConnect
|
|
1900
1432
|
#
|
1901
1433
|
# @!attribute [rw] interconnect_id
|
1902
1434
|
# The ID of the interconnect.
|
1903
|
-
#
|
1904
|
-
# Example: dxcon-abc123
|
1905
1435
|
# @return [String]
|
1906
1436
|
#
|
1907
1437
|
# @!attribute [rw] provider_name
|
@@ -1909,16 +1439,11 @@ module Aws::DirectConnect
|
|
1909
1439
|
# your behalf. If you supply this parameter, the LOA-CFA lists the
|
1910
1440
|
# provider name alongside your company name as the requester of the
|
1911
1441
|
# cross connect.
|
1912
|
-
#
|
1913
|
-
# Default: None
|
1914
1442
|
# @return [String]
|
1915
1443
|
#
|
1916
1444
|
# @!attribute [rw] loa_content_type
|
1917
|
-
#
|
1918
|
-
#
|
1919
|
-
# "application/pdf".
|
1920
|
-
#
|
1921
|
-
# Default: application/pdf
|
1445
|
+
# The standard media type for the LOA-CFA document. The only supported
|
1446
|
+
# value is application/pdf.
|
1922
1447
|
# @return [String]
|
1923
1448
|
#
|
1924
1449
|
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeInterconnectLoaRequest AWS API Documentation
|
@@ -1930,11 +1455,9 @@ module Aws::DirectConnect
|
|
1930
1455
|
include Aws::Structure
|
1931
1456
|
end
|
1932
1457
|
|
1933
|
-
# The response received when DescribeInterconnectLoa is called.
|
1934
|
-
#
|
1935
1458
|
# @!attribute [rw] loa
|
1936
|
-
#
|
1937
|
-
#
|
1459
|
+
# The Letter of Authorization - Connecting Facility Assignment
|
1460
|
+
# (LOA-CFA).
|
1938
1461
|
# @return [Types::Loa]
|
1939
1462
|
#
|
1940
1463
|
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeInterconnectLoaResponse AWS API Documentation
|
@@ -1944,8 +1467,6 @@ module Aws::DirectConnect
|
|
1944
1467
|
include Aws::Structure
|
1945
1468
|
end
|
1946
1469
|
|
1947
|
-
# Container for the parameters to the DescribeInterconnects operation.
|
1948
|
-
#
|
1949
1470
|
# @note When making an API call, you may pass DescribeInterconnectsRequest
|
1950
1471
|
# data as a hash:
|
1951
1472
|
#
|
@@ -1955,8 +1476,6 @@ module Aws::DirectConnect
|
|
1955
1476
|
#
|
1956
1477
|
# @!attribute [rw] interconnect_id
|
1957
1478
|
# The ID of the interconnect.
|
1958
|
-
#
|
1959
|
-
# Example: dxcon-abc123
|
1960
1479
|
# @return [String]
|
1961
1480
|
#
|
1962
1481
|
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeInterconnectsRequest AWS API Documentation
|
@@ -1966,8 +1485,6 @@ module Aws::DirectConnect
|
|
1966
1485
|
include Aws::Structure
|
1967
1486
|
end
|
1968
1487
|
|
1969
|
-
# Container for the parameters to the DescribeLags operation.
|
1970
|
-
#
|
1971
1488
|
# @note When making an API call, you may pass DescribeLagsRequest
|
1972
1489
|
# data as a hash:
|
1973
1490
|
#
|
@@ -1977,10 +1494,6 @@ module Aws::DirectConnect
|
|
1977
1494
|
#
|
1978
1495
|
# @!attribute [rw] lag_id
|
1979
1496
|
# The ID of the LAG.
|
1980
|
-
#
|
1981
|
-
# Example: dxlag-abc123
|
1982
|
-
#
|
1983
|
-
# Default: None
|
1984
1497
|
# @return [String]
|
1985
1498
|
#
|
1986
1499
|
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeLagsRequest AWS API Documentation
|
@@ -1990,8 +1503,6 @@ module Aws::DirectConnect
|
|
1990
1503
|
include Aws::Structure
|
1991
1504
|
end
|
1992
1505
|
|
1993
|
-
# Container for the parameters to the DescribeLoa operation.
|
1994
|
-
#
|
1995
1506
|
# @note When making an API call, you may pass DescribeLoaRequest
|
1996
1507
|
# data as a hash:
|
1997
1508
|
#
|
@@ -2002,29 +1513,19 @@ module Aws::DirectConnect
|
|
2002
1513
|
# }
|
2003
1514
|
#
|
2004
1515
|
# @!attribute [rw] connection_id
|
2005
|
-
# The ID of a connection, LAG, or interconnect
|
2006
|
-
# LOA-CFA information.
|
2007
|
-
#
|
2008
|
-
# Example: dxcon-abc123 or dxlag-abc123
|
2009
|
-
#
|
2010
|
-
# Default: None
|
1516
|
+
# The ID of a connection, LAG, or interconnect.
|
2011
1517
|
# @return [String]
|
2012
1518
|
#
|
2013
1519
|
# @!attribute [rw] provider_name
|
2014
1520
|
# The name of the service provider who establishes connectivity on
|
2015
|
-
# your behalf. If you
|
1521
|
+
# your behalf. If you specify this parameter, the LOA-CFA lists the
|
2016
1522
|
# provider name alongside your company name as the requester of the
|
2017
1523
|
# cross connect.
|
2018
|
-
#
|
2019
|
-
# Default: None
|
2020
1524
|
# @return [String]
|
2021
1525
|
#
|
2022
1526
|
# @!attribute [rw] loa_content_type
|
2023
|
-
#
|
2024
|
-
#
|
2025
|
-
# "application/pdf".
|
2026
|
-
#
|
2027
|
-
# Default: application/pdf
|
1527
|
+
# The standard media type for the LOA-CFA document. The only supported
|
1528
|
+
# value is application/pdf.
|
2028
1529
|
# @return [String]
|
2029
1530
|
#
|
2030
1531
|
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeLoaRequest AWS API Documentation
|
@@ -2036,8 +1537,6 @@ module Aws::DirectConnect
|
|
2036
1537
|
include Aws::Structure
|
2037
1538
|
end
|
2038
1539
|
|
2039
|
-
# Container for the parameters to the DescribeTags operation.
|
2040
|
-
#
|
2041
1540
|
# @note When making an API call, you may pass DescribeTagsRequest
|
2042
1541
|
# data as a hash:
|
2043
1542
|
#
|
@@ -2046,7 +1545,7 @@ module Aws::DirectConnect
|
|
2046
1545
|
# }
|
2047
1546
|
#
|
2048
1547
|
# @!attribute [rw] resource_arns
|
2049
|
-
# The Amazon Resource Names (ARNs) of the
|
1548
|
+
# The Amazon Resource Names (ARNs) of the resources.
|
2050
1549
|
# @return [Array<String>]
|
2051
1550
|
#
|
2052
1551
|
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeTagsRequest AWS API Documentation
|
@@ -2056,8 +1555,6 @@ module Aws::DirectConnect
|
|
2056
1555
|
include Aws::Structure
|
2057
1556
|
end
|
2058
1557
|
|
2059
|
-
# The response received when DescribeTags is called.
|
2060
|
-
#
|
2061
1558
|
# @!attribute [rw] resource_tags
|
2062
1559
|
# Information about the tags.
|
2063
1560
|
# @return [Array<Types::ResourceTag>]
|
@@ -2069,9 +1566,6 @@ module Aws::DirectConnect
|
|
2069
1566
|
include Aws::Structure
|
2070
1567
|
end
|
2071
1568
|
|
2072
|
-
# Container for the parameters to the DescribeVirtualInterfaces
|
2073
|
-
# operation.
|
2074
|
-
#
|
2075
1569
|
# @note When making an API call, you may pass DescribeVirtualInterfacesRequest
|
2076
1570
|
# data as a hash:
|
2077
1571
|
#
|
@@ -2081,21 +1575,11 @@ module Aws::DirectConnect
|
|
2081
1575
|
# }
|
2082
1576
|
#
|
2083
1577
|
# @!attribute [rw] connection_id
|
2084
|
-
# The ID of the connection.
|
2085
|
-
# operations that use multiple connection types (LAG, interconnect,
|
2086
|
-
# and/or connection).
|
2087
|
-
#
|
2088
|
-
# Example: dxcon-fg5678gh
|
2089
|
-
#
|
2090
|
-
# Default: None
|
1578
|
+
# The ID of the connection.
|
2091
1579
|
# @return [String]
|
2092
1580
|
#
|
2093
1581
|
# @!attribute [rw] virtual_interface_id
|
2094
1582
|
# The ID of the virtual interface.
|
2095
|
-
#
|
2096
|
-
# Example: dxvif-123dfg56
|
2097
|
-
#
|
2098
|
-
# Default: None
|
2099
1583
|
# @return [String]
|
2100
1584
|
#
|
2101
1585
|
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeVirtualInterfacesRequest AWS API Documentation
|
@@ -2106,21 +1590,15 @@ module Aws::DirectConnect
|
|
2106
1590
|
include Aws::Structure
|
2107
1591
|
end
|
2108
1592
|
|
2109
|
-
#
|
1593
|
+
# Information about a Direct Connect gateway, which enables you to
|
2110
1594
|
# connect virtual interfaces and virtual private gateways.
|
2111
1595
|
#
|
2112
1596
|
# @!attribute [rw] direct_connect_gateway_id
|
2113
|
-
# The ID of the
|
2114
|
-
#
|
2115
|
-
# Example: "abcd1234-dcba-5678-be23-cdef9876ab45"
|
1597
|
+
# The ID of the Direct Connect gateway.
|
2116
1598
|
# @return [String]
|
2117
1599
|
#
|
2118
1600
|
# @!attribute [rw] direct_connect_gateway_name
|
2119
|
-
# The name of the
|
2120
|
-
#
|
2121
|
-
# Example: "My direct connect gateway"
|
2122
|
-
#
|
2123
|
-
# Default: None
|
1601
|
+
# The name of the Direct Connect gateway.
|
2124
1602
|
# @return [String]
|
2125
1603
|
#
|
2126
1604
|
# @!attribute [rw] amazon_side_asn
|
@@ -2129,26 +1607,27 @@ module Aws::DirectConnect
|
|
2129
1607
|
# @return [Integer]
|
2130
1608
|
#
|
2131
1609
|
# @!attribute [rw] owner_account
|
2132
|
-
# The
|
1610
|
+
# The ID of the AWS account that owns the Direct Connect gateway.
|
2133
1611
|
# @return [String]
|
2134
1612
|
#
|
2135
1613
|
# @!attribute [rw] direct_connect_gateway_state
|
2136
|
-
#
|
1614
|
+
# The state of the Direct Connect gateway. The following are the
|
1615
|
+
# possible values:
|
2137
1616
|
#
|
2138
|
-
# *
|
1617
|
+
# * `pending`\: The initial state after calling
|
2139
1618
|
# CreateDirectConnectGateway.
|
2140
1619
|
#
|
2141
|
-
# *
|
1620
|
+
# * `available`\: The Direct Connect gateway is ready for use.
|
2142
1621
|
#
|
2143
|
-
# *
|
1622
|
+
# * `deleting`\: The initial state after calling
|
2144
1623
|
# DeleteDirectConnectGateway.
|
2145
1624
|
#
|
2146
|
-
# *
|
2147
|
-
#
|
1625
|
+
# * `deleted`\: The Direct Connect gateway is deleted and cannot pass
|
1626
|
+
# traffic.
|
2148
1627
|
# @return [String]
|
2149
1628
|
#
|
2150
1629
|
# @!attribute [rw] state_change_error
|
2151
|
-
#
|
1630
|
+
# The error message if the state of an object failed to advance.
|
2152
1631
|
# @return [String]
|
2153
1632
|
#
|
2154
1633
|
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DirectConnectGateway AWS API Documentation
|
@@ -2163,52 +1642,45 @@ module Aws::DirectConnect
|
|
2163
1642
|
include Aws::Structure
|
2164
1643
|
end
|
2165
1644
|
|
2166
|
-
#
|
2167
|
-
# gateway.
|
1645
|
+
# Information about an association between a Direct Connect gateway and
|
1646
|
+
# a virtual private gateway.
|
2168
1647
|
#
|
2169
1648
|
# @!attribute [rw] direct_connect_gateway_id
|
2170
|
-
# The ID of the
|
2171
|
-
#
|
2172
|
-
# Example: "abcd1234-dcba-5678-be23-cdef9876ab45"
|
1649
|
+
# The ID of the Direct Connect gateway.
|
2173
1650
|
# @return [String]
|
2174
1651
|
#
|
2175
1652
|
# @!attribute [rw] virtual_gateway_id
|
2176
|
-
# The ID of the virtual private gateway
|
2177
|
-
#
|
2178
|
-
#
|
2179
|
-
# Example: vgw-123er56
|
1653
|
+
# The ID of the virtual private gateway. Applies only to private
|
1654
|
+
# virtual interfaces.
|
2180
1655
|
# @return [String]
|
2181
1656
|
#
|
2182
1657
|
# @!attribute [rw] virtual_gateway_region
|
2183
|
-
# The
|
2184
|
-
#
|
2185
|
-
# Example: us-east-1
|
1658
|
+
# The AWS Region where the virtual private gateway is located.
|
2186
1659
|
# @return [String]
|
2187
1660
|
#
|
2188
1661
|
# @!attribute [rw] virtual_gateway_owner_account
|
2189
|
-
# The
|
1662
|
+
# The ID of the AWS account that owns the virtual private gateway.
|
2190
1663
|
# @return [String]
|
2191
1664
|
#
|
2192
1665
|
# @!attribute [rw] association_state
|
2193
|
-
#
|
1666
|
+
# The state of the association. The following are the possible values:
|
2194
1667
|
#
|
2195
|
-
# *
|
1668
|
+
# * `associating`\: The initial state after calling
|
2196
1669
|
# CreateDirectConnectGatewayAssociation.
|
2197
1670
|
#
|
2198
|
-
# *
|
1671
|
+
# * `associated`\: The Direct Connect gateway and virtual private
|
2199
1672
|
# gateway are successfully associated and ready to pass traffic.
|
2200
1673
|
#
|
2201
|
-
# *
|
1674
|
+
# * `disassociating`\: The initial state after calling
|
2202
1675
|
# DeleteDirectConnectGatewayAssociation.
|
2203
1676
|
#
|
2204
|
-
# *
|
2205
|
-
#
|
2206
|
-
#
|
2207
|
-
# stops.
|
1677
|
+
# * `disassociated`\: The virtual private gateway is disassociated
|
1678
|
+
# from the Direct Connect gateway. Traffic flow between the Direct
|
1679
|
+
# Connect gateway and virtual private gateway is stopped.
|
2208
1680
|
# @return [String]
|
2209
1681
|
#
|
2210
1682
|
# @!attribute [rw] state_change_error
|
2211
|
-
#
|
1683
|
+
# The error message if the state of an object failed to advance.
|
2212
1684
|
# @return [String]
|
2213
1685
|
#
|
2214
1686
|
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DirectConnectGatewayAssociation AWS API Documentation
|
@@ -2223,53 +1695,44 @@ module Aws::DirectConnect
|
|
2223
1695
|
include Aws::Structure
|
2224
1696
|
end
|
2225
1697
|
|
2226
|
-
#
|
2227
|
-
# interface.
|
1698
|
+
# Information about an attachment between a Direct Connect gateway and a
|
1699
|
+
# virtual interface.
|
2228
1700
|
#
|
2229
1701
|
# @!attribute [rw] direct_connect_gateway_id
|
2230
|
-
# The ID of the
|
2231
|
-
#
|
2232
|
-
# Example: "abcd1234-dcba-5678-be23-cdef9876ab45"
|
1702
|
+
# The ID of the Direct Connect gateway.
|
2233
1703
|
# @return [String]
|
2234
1704
|
#
|
2235
1705
|
# @!attribute [rw] virtual_interface_id
|
2236
1706
|
# The ID of the virtual interface.
|
2237
|
-
#
|
2238
|
-
# Example: dxvif-123dfg56
|
2239
|
-
#
|
2240
|
-
# Default: None
|
2241
1707
|
# @return [String]
|
2242
1708
|
#
|
2243
1709
|
# @!attribute [rw] virtual_interface_region
|
2244
|
-
# The
|
2245
|
-
#
|
2246
|
-
# Example: us-east-1
|
1710
|
+
# The AWS Region where the virtual interface is located.
|
2247
1711
|
# @return [String]
|
2248
1712
|
#
|
2249
1713
|
# @!attribute [rw] virtual_interface_owner_account
|
2250
|
-
# The
|
1714
|
+
# The ID of the AWS account that owns the virtual interface.
|
2251
1715
|
# @return [String]
|
2252
1716
|
#
|
2253
1717
|
# @!attribute [rw] attachment_state
|
2254
|
-
#
|
1718
|
+
# The state of the attachment. The following are the possible values:
|
2255
1719
|
#
|
2256
|
-
# *
|
2257
|
-
# created using the
|
1720
|
+
# * `attaching`\: The initial state after a virtual interface is
|
1721
|
+
# created using the Direct Connect gateway.
|
2258
1722
|
#
|
2259
|
-
# *
|
2260
|
-
#
|
1723
|
+
# * `attached`\: The Direct Connect gateway and virtual interface are
|
1724
|
+
# attached and ready to pass traffic.
|
2261
1725
|
#
|
2262
|
-
# *
|
2263
|
-
# DeleteVirtualInterface
|
2264
|
-
# a direct connect gateway.
|
1726
|
+
# * `detaching`\: The initial state after calling
|
1727
|
+
# DeleteVirtualInterface.
|
2265
1728
|
#
|
2266
|
-
# *
|
2267
|
-
#
|
2268
|
-
#
|
1729
|
+
# * `detached`\: The virtual interface is detached from the Direct
|
1730
|
+
# Connect gateway. Traffic flow between the Direct Connect gateway
|
1731
|
+
# and virtual interface is stopped.
|
2269
1732
|
# @return [String]
|
2270
1733
|
#
|
2271
1734
|
# @!attribute [rw] state_change_error
|
2272
|
-
#
|
1735
|
+
# The error message if the state of an object failed to advance.
|
2273
1736
|
# @return [String]
|
2274
1737
|
#
|
2275
1738
|
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DirectConnectGatewayAttachment AWS API Documentation
|
@@ -2284,9 +1747,6 @@ module Aws::DirectConnect
|
|
2284
1747
|
include Aws::Structure
|
2285
1748
|
end
|
2286
1749
|
|
2287
|
-
# Container for the parameters to the DisassociateConnectionFromLag
|
2288
|
-
# operation.
|
2289
|
-
#
|
2290
1750
|
# @note When making an API call, you may pass DisassociateConnectionFromLagRequest
|
2291
1751
|
# data as a hash:
|
2292
1752
|
#
|
@@ -2296,19 +1756,11 @@ module Aws::DirectConnect
|
|
2296
1756
|
# }
|
2297
1757
|
#
|
2298
1758
|
# @!attribute [rw] connection_id
|
2299
|
-
# The ID of the connection
|
2300
|
-
#
|
2301
|
-
# Example: dxcon-abc123
|
2302
|
-
#
|
2303
|
-
# Default: None
|
1759
|
+
# The ID of the connection. For example, dxcon-abc123.
|
2304
1760
|
# @return [String]
|
2305
1761
|
#
|
2306
1762
|
# @!attribute [rw] lag_id
|
2307
|
-
# The ID of the LAG.
|
2308
|
-
#
|
2309
|
-
# Example: dxlag-abc123
|
2310
|
-
#
|
2311
|
-
# Default: None
|
1763
|
+
# The ID of the LAG. For example, dxlag-abc123.
|
2312
1764
|
# @return [String]
|
2313
1765
|
#
|
2314
1766
|
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DisassociateConnectionFromLagRequest AWS API Documentation
|
@@ -2319,98 +1771,69 @@ module Aws::DirectConnect
|
|
2319
1771
|
include Aws::Structure
|
2320
1772
|
end
|
2321
1773
|
|
2322
|
-
#
|
2323
|
-
#
|
2324
|
-
# Like a standard AWS Direct Connect connection, an interconnect
|
2325
|
-
# represents the physical connection between an AWS Direct Connect
|
2326
|
-
# partner's network and a specific Direct Connect location. An AWS
|
2327
|
-
# Direct Connect partner who owns an interconnect can provision hosted
|
2328
|
-
# connections on the interconnect for their end customers, thereby
|
2329
|
-
# providing the end customers with connectivity to AWS services.
|
2330
|
-
#
|
2331
|
-
# The resources of the interconnect, including bandwidth and VLAN
|
2332
|
-
# numbers, are shared by all of the hosted connections on the
|
2333
|
-
# interconnect, and the owner of the interconnect determines how these
|
2334
|
-
# resources are assigned.
|
1774
|
+
# Information about an interconnect.
|
2335
1775
|
#
|
2336
1776
|
# @!attribute [rw] interconnect_id
|
2337
1777
|
# The ID of the interconnect.
|
2338
|
-
#
|
2339
|
-
# Example: dxcon-abc123
|
2340
1778
|
# @return [String]
|
2341
1779
|
#
|
2342
1780
|
# @!attribute [rw] interconnect_name
|
2343
1781
|
# The name of the interconnect.
|
2344
|
-
#
|
2345
|
-
# Example: "*1G Interconnect to AWS*"
|
2346
1782
|
# @return [String]
|
2347
1783
|
#
|
2348
1784
|
# @!attribute [rw] interconnect_state
|
2349
|
-
#
|
1785
|
+
# The state of the interconnect. The following are the possible
|
1786
|
+
# values:
|
2350
1787
|
#
|
2351
|
-
# *
|
1788
|
+
# * `requested`\: The initial state of an interconnect. The
|
2352
1789
|
# interconnect stays in the requested state until the Letter of
|
2353
1790
|
# Authorization (LOA) is sent to the customer.
|
2354
1791
|
#
|
2355
|
-
# *
|
1792
|
+
# * `pending`\: The interconnect is approved, and is being
|
2356
1793
|
# initialized.
|
2357
1794
|
#
|
2358
|
-
# *
|
1795
|
+
# * `available`\: The network link is up, and the interconnect is
|
2359
1796
|
# ready for use.
|
2360
1797
|
#
|
2361
|
-
# *
|
1798
|
+
# * `down`\: The network link is down.
|
2362
1799
|
#
|
2363
|
-
# *
|
2364
|
-
# deleted.
|
1800
|
+
# * `deleting`\: The interconnect is being deleted.
|
2365
1801
|
#
|
2366
|
-
# *
|
1802
|
+
# * `deleted`\: The interconnect is deleted.
|
2367
1803
|
# @return [String]
|
2368
1804
|
#
|
2369
1805
|
# @!attribute [rw] region
|
2370
|
-
# The AWS
|
2371
|
-
#
|
2372
|
-
# Example: us-east-1
|
2373
|
-
#
|
2374
|
-
# Default: None
|
1806
|
+
# The AWS Region where the connection is located.
|
2375
1807
|
# @return [String]
|
2376
1808
|
#
|
2377
1809
|
# @!attribute [rw] location
|
2378
|
-
#
|
2379
|
-
#
|
2380
|
-
# Example: EqSV5
|
2381
|
-
#
|
2382
|
-
# Default: None
|
1810
|
+
# The location of the connection.
|
2383
1811
|
# @return [String]
|
2384
1812
|
#
|
2385
1813
|
# @!attribute [rw] bandwidth
|
2386
|
-
#
|
2387
|
-
#
|
2388
|
-
# Example: 1Gbps
|
2389
|
-
#
|
2390
|
-
# Default: None
|
1814
|
+
# The bandwidth of the connection.
|
2391
1815
|
# @return [String]
|
2392
1816
|
#
|
2393
1817
|
# @!attribute [rw] loa_issue_time
|
2394
|
-
# The time of the most recent call to
|
2395
|
-
# Interconnect.
|
1818
|
+
# The time of the most recent call to DescribeLoa for this connection.
|
2396
1819
|
# @return [Time]
|
2397
1820
|
#
|
2398
1821
|
# @!attribute [rw] lag_id
|
2399
1822
|
# The ID of the LAG.
|
2400
|
-
#
|
2401
|
-
# Example: dxlag-fg5678gh
|
2402
1823
|
# @return [String]
|
2403
1824
|
#
|
2404
1825
|
# @!attribute [rw] aws_device
|
2405
|
-
#
|
2406
|
-
#
|
2407
|
-
# The Direct Connection endpoint which the physical connection
|
2408
|
-
# terminates on.
|
1826
|
+
# The Direct Connect endpoint on which the physical connection
|
1827
|
+
# terminates.
|
2409
1828
|
# @return [String]
|
2410
1829
|
#
|
1830
|
+
# @!attribute [rw] jumbo_frame_capable
|
1831
|
+
# Indicates whether jumbo frames (9001 MTU) are supported.
|
1832
|
+
# @return [Boolean]
|
1833
|
+
#
|
2411
1834
|
# @!attribute [rw] aws_device_v2
|
2412
|
-
# The Direct
|
2413
|
-
# terminates
|
1835
|
+
# The Direct Connect endpoint on which the physical connection
|
1836
|
+
# terminates.
|
2414
1837
|
# @return [String]
|
2415
1838
|
#
|
2416
1839
|
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/Interconnect AWS API Documentation
|
@@ -2425,14 +1848,13 @@ module Aws::DirectConnect
|
|
2425
1848
|
:loa_issue_time,
|
2426
1849
|
:lag_id,
|
2427
1850
|
:aws_device,
|
1851
|
+
:jumbo_frame_capable,
|
2428
1852
|
:aws_device_v2)
|
2429
1853
|
include Aws::Structure
|
2430
1854
|
end
|
2431
1855
|
|
2432
|
-
# A structure containing a list of interconnects.
|
2433
|
-
#
|
2434
1856
|
# @!attribute [rw] interconnects
|
2435
|
-
#
|
1857
|
+
# The interconnects.
|
2436
1858
|
# @return [Array<Types::Interconnect>]
|
2437
1859
|
#
|
2438
1860
|
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/Interconnects AWS API Documentation
|
@@ -2442,18 +1864,11 @@ module Aws::DirectConnect
|
|
2442
1864
|
include Aws::Structure
|
2443
1865
|
end
|
2444
1866
|
|
2445
|
-
#
|
2446
|
-
# uses the Link Aggregation Control Protocol (LACP) to logically
|
2447
|
-
# aggregate a bundle of physical connections. Like an interconnect, it
|
2448
|
-
# can host other connections. All connections in a LAG must terminate on
|
2449
|
-
# the same physical AWS Direct Connect endpoint, and must be the same
|
2450
|
-
# bandwidth.
|
1867
|
+
# Information about a link aggregation group (LAG).
|
2451
1868
|
#
|
2452
1869
|
# @!attribute [rw] connections_bandwidth
|
2453
1870
|
# The individual bandwidth of the physical connections bundled by the
|
2454
|
-
# LAG.
|
2455
|
-
#
|
2456
|
-
# Available values: 1Gbps, 10Gbps
|
1871
|
+
# LAG. The possible values are 1Gbps and 10Gbps.
|
2457
1872
|
# @return [String]
|
2458
1873
|
#
|
2459
1874
|
# @!attribute [rw] number_of_connections
|
@@ -2463,12 +1878,10 @@ module Aws::DirectConnect
|
|
2463
1878
|
#
|
2464
1879
|
# @!attribute [rw] lag_id
|
2465
1880
|
# The ID of the LAG.
|
2466
|
-
#
|
2467
|
-
# Example: dxlag-fg5678gh
|
2468
1881
|
# @return [String]
|
2469
1882
|
#
|
2470
1883
|
# @!attribute [rw] owner_account
|
2471
|
-
# The
|
1884
|
+
# The ID of the AWS account that owns the LAG.
|
2472
1885
|
# @return [String]
|
2473
1886
|
#
|
2474
1887
|
# @!attribute [rw] lag_name
|
@@ -2476,68 +1889,55 @@ module Aws::DirectConnect
|
|
2476
1889
|
# @return [String]
|
2477
1890
|
#
|
2478
1891
|
# @!attribute [rw] lag_state
|
2479
|
-
# The state of the LAG.
|
1892
|
+
# The state of the LAG. The following are the possible values:
|
2480
1893
|
#
|
2481
|
-
# *
|
1894
|
+
# * `requested`\: The initial state of a LAG. The LAG stays in the
|
2482
1895
|
# requested state until the Letter of Authorization (LOA) is
|
2483
1896
|
# available.
|
2484
1897
|
#
|
2485
|
-
# *
|
1898
|
+
# * `pending`\: The LAG has been approved and is being initialized.
|
2486
1899
|
#
|
2487
|
-
# *
|
2488
|
-
#
|
1900
|
+
# * `available`\: The network link is established and the LAG is ready
|
1901
|
+
# for use.
|
2489
1902
|
#
|
2490
|
-
# *
|
1903
|
+
# * `down`\: The network link is down.
|
2491
1904
|
#
|
2492
|
-
# *
|
1905
|
+
# * `deleting`\: The LAG is being deleted.
|
2493
1906
|
#
|
2494
|
-
# *
|
1907
|
+
# * `deleted`\: The LAG is deleted.
|
2495
1908
|
# @return [String]
|
2496
1909
|
#
|
2497
1910
|
# @!attribute [rw] location
|
2498
|
-
#
|
2499
|
-
#
|
2500
|
-
# Example: EqSV5
|
2501
|
-
#
|
2502
|
-
# Default: None
|
1911
|
+
# The location of the LAG.
|
2503
1912
|
# @return [String]
|
2504
1913
|
#
|
2505
1914
|
# @!attribute [rw] region
|
2506
|
-
# The AWS
|
2507
|
-
#
|
2508
|
-
# Example: us-east-1
|
2509
|
-
#
|
2510
|
-
# Default: None
|
1915
|
+
# The AWS Region where the connection is located.
|
2511
1916
|
# @return [String]
|
2512
1917
|
#
|
2513
1918
|
# @!attribute [rw] minimum_links
|
2514
1919
|
# The minimum number of physical connections that must be operational
|
2515
|
-
# for the LAG itself to be operational.
|
2516
|
-
# connections drops below this setting, the LAG state changes to
|
2517
|
-
# `down`. This value can help to ensure that a LAG is not overutilized
|
2518
|
-
# if a significant number of its bundled connections go down.
|
1920
|
+
# for the LAG itself to be operational.
|
2519
1921
|
# @return [Integer]
|
2520
1922
|
#
|
2521
1923
|
# @!attribute [rw] aws_device
|
2522
|
-
#
|
2523
|
-
#
|
2524
|
-
# The AWS Direct Connection endpoint that hosts the LAG.
|
1924
|
+
# The Direct Connect endpoint that hosts the LAG.
|
2525
1925
|
# @return [String]
|
2526
1926
|
#
|
2527
1927
|
# @!attribute [rw] aws_device_v2
|
2528
|
-
# The
|
1928
|
+
# The Direct Connect endpoint that hosts the LAG.
|
2529
1929
|
# @return [String]
|
2530
1930
|
#
|
2531
1931
|
# @!attribute [rw] connections
|
2532
|
-
#
|
1932
|
+
# The connections bundled by the LAG.
|
2533
1933
|
# @return [Array<Types::Connection>]
|
2534
1934
|
#
|
2535
1935
|
# @!attribute [rw] allows_hosted_connections
|
2536
1936
|
# Indicates whether the LAG can host other connections.
|
1937
|
+
# @return [Boolean]
|
2537
1938
|
#
|
2538
|
-
#
|
2539
|
-
#
|
2540
|
-
# </note>
|
1939
|
+
# @!attribute [rw] jumbo_frame_capable
|
1940
|
+
# Indicates whether jumbo frames (9001 MTU) are supported.
|
2541
1941
|
# @return [Boolean]
|
2542
1942
|
#
|
2543
1943
|
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/Lag AWS API Documentation
|
@@ -2555,14 +1955,13 @@ module Aws::DirectConnect
|
|
2555
1955
|
:aws_device,
|
2556
1956
|
:aws_device_v2,
|
2557
1957
|
:connections,
|
2558
|
-
:allows_hosted_connections
|
1958
|
+
:allows_hosted_connections,
|
1959
|
+
:jumbo_frame_capable)
|
2559
1960
|
include Aws::Structure
|
2560
1961
|
end
|
2561
1962
|
|
2562
|
-
# A structure containing a list of LAGs.
|
2563
|
-
#
|
2564
1963
|
# @!attribute [rw] lags
|
2565
|
-
#
|
1964
|
+
# The LAGs.
|
2566
1965
|
# @return [Array<Types::Lag>]
|
2567
1966
|
#
|
2568
1967
|
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/Lags AWS API Documentation
|
@@ -2572,19 +1971,16 @@ module Aws::DirectConnect
|
|
2572
1971
|
include Aws::Structure
|
2573
1972
|
end
|
2574
1973
|
|
2575
|
-
#
|
2576
|
-
#
|
1974
|
+
# Information about a Letter of Authorization - Connecting Facility
|
1975
|
+
# Assignment (LOA-CFA) for a connection.
|
2577
1976
|
#
|
2578
1977
|
# @!attribute [rw] loa_content
|
2579
1978
|
# The binary contents of the LOA-CFA document.
|
2580
1979
|
# @return [String]
|
2581
1980
|
#
|
2582
1981
|
# @!attribute [rw] loa_content_type
|
2583
|
-
#
|
2584
|
-
#
|
2585
|
-
# "application/pdf".
|
2586
|
-
#
|
2587
|
-
# Default: application/pdf
|
1982
|
+
# The standard media type for the LOA-CFA document. The only supported
|
1983
|
+
# value is application/pdf.
|
2588
1984
|
# @return [String]
|
2589
1985
|
#
|
2590
1986
|
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/Loa AWS API Documentation
|
@@ -2595,24 +1991,19 @@ module Aws::DirectConnect
|
|
2595
1991
|
include Aws::Structure
|
2596
1992
|
end
|
2597
1993
|
|
2598
|
-
#
|
2599
|
-
# be requested.
|
1994
|
+
# Information about an AWS Direct Connect location.
|
2600
1995
|
#
|
2601
1996
|
# @!attribute [rw] location_code
|
2602
|
-
# The code
|
1997
|
+
# The code for the location.
|
2603
1998
|
# @return [String]
|
2604
1999
|
#
|
2605
2000
|
# @!attribute [rw] location_name
|
2606
|
-
# The name of the
|
2607
|
-
#
|
2001
|
+
# The name of the location. This includes the name of the colocation
|
2002
|
+
# partner and the physical site of the building.
|
2608
2003
|
# @return [String]
|
2609
2004
|
#
|
2610
2005
|
# @!attribute [rw] region
|
2611
|
-
# The AWS
|
2612
|
-
#
|
2613
|
-
# Example: us-east-1
|
2614
|
-
#
|
2615
|
-
# Default: None
|
2006
|
+
# The AWS Region for the location.
|
2616
2007
|
# @return [String]
|
2617
2008
|
#
|
2618
2009
|
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/Location AWS API Documentation
|
@@ -2624,15 +2015,8 @@ module Aws::DirectConnect
|
|
2624
2015
|
include Aws::Structure
|
2625
2016
|
end
|
2626
2017
|
|
2627
|
-
# A location is a network facility where AWS Direct Connect routers are
|
2628
|
-
# available to be connected. Generally, these are colocation hubs where
|
2629
|
-
# many network providers have equipment, and where cross connects can be
|
2630
|
-
# delivered. Locations include a name and facility code, and must be
|
2631
|
-
# provided when creating a connection.
|
2632
|
-
#
|
2633
2018
|
# @!attribute [rw] locations
|
2634
|
-
#
|
2635
|
-
# Most regions have multiple locations available.
|
2019
|
+
# The locations.
|
2636
2020
|
# @return [Array<Types::Location>]
|
2637
2021
|
#
|
2638
2022
|
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/Locations AWS API Documentation
|
@@ -2642,7 +2026,7 @@ module Aws::DirectConnect
|
|
2642
2026
|
include Aws::Structure
|
2643
2027
|
end
|
2644
2028
|
|
2645
|
-
#
|
2029
|
+
# Information about a new BGP peer.
|
2646
2030
|
#
|
2647
2031
|
# @note When making an API call, you may pass NewBGPPeer
|
2648
2032
|
# data as a hash:
|
@@ -2658,34 +2042,22 @@ module Aws::DirectConnect
|
|
2658
2042
|
# @!attribute [rw] asn
|
2659
2043
|
# The autonomous system (AS) number for Border Gateway Protocol (BGP)
|
2660
2044
|
# configuration.
|
2661
|
-
#
|
2662
|
-
# Example: 65000
|
2663
2045
|
# @return [Integer]
|
2664
2046
|
#
|
2665
2047
|
# @!attribute [rw] auth_key
|
2666
2048
|
# The authentication key for BGP configuration.
|
2667
|
-
#
|
2668
|
-
# Example: asdf34example
|
2669
2049
|
# @return [String]
|
2670
2050
|
#
|
2671
2051
|
# @!attribute [rw] address_family
|
2672
|
-
#
|
2673
|
-
#
|
2674
|
-
# * **ipv4**\: IPv4 address family
|
2675
|
-
#
|
2676
|
-
# * **ipv6**\: IPv6 address family
|
2052
|
+
# The address family for the BGP peer.
|
2677
2053
|
# @return [String]
|
2678
2054
|
#
|
2679
2055
|
# @!attribute [rw] amazon_address
|
2680
|
-
# IP address assigned to the Amazon interface.
|
2681
|
-
#
|
2682
|
-
# Example: 192.168.1.1/30 or 2001:db8::1/125
|
2056
|
+
# The IP address assigned to the Amazon interface.
|
2683
2057
|
# @return [String]
|
2684
2058
|
#
|
2685
2059
|
# @!attribute [rw] customer_address
|
2686
|
-
# IP address assigned to the customer interface.
|
2687
|
-
#
|
2688
|
-
# Example: 192.168.1.2/30 or 2001:db8::2/125
|
2060
|
+
# The IP address assigned to the customer interface.
|
2689
2061
|
# @return [String]
|
2690
2062
|
#
|
2691
2063
|
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/NewBGPPeer AWS API Documentation
|
@@ -2699,8 +2071,7 @@ module Aws::DirectConnect
|
|
2699
2071
|
include Aws::Structure
|
2700
2072
|
end
|
2701
2073
|
|
2702
|
-
#
|
2703
|
-
# interface.
|
2074
|
+
# Information about a private virtual interface.
|
2704
2075
|
#
|
2705
2076
|
# @note When making an API call, you may pass NewPrivateVirtualInterface
|
2706
2077
|
# data as a hash:
|
@@ -2709,6 +2080,7 @@ module Aws::DirectConnect
|
|
2709
2080
|
# virtual_interface_name: "VirtualInterfaceName", # required
|
2710
2081
|
# vlan: 1, # required
|
2711
2082
|
# asn: 1, # required
|
2083
|
+
# mtu: 1,
|
2712
2084
|
# auth_key: "BGPAuthKey",
|
2713
2085
|
# amazon_address: "AmazonAddress",
|
2714
2086
|
# customer_address: "CustomerAddress",
|
@@ -2718,61 +2090,45 @@ module Aws::DirectConnect
|
|
2718
2090
|
# }
|
2719
2091
|
#
|
2720
2092
|
# @!attribute [rw] virtual_interface_name
|
2721
|
-
# The name of the virtual interface assigned by the customer.
|
2722
|
-
#
|
2723
|
-
# Example: "My VPC"
|
2093
|
+
# The name of the virtual interface assigned by the customer network.
|
2724
2094
|
# @return [String]
|
2725
2095
|
#
|
2726
2096
|
# @!attribute [rw] vlan
|
2727
|
-
# The VLAN
|
2728
|
-
#
|
2729
|
-
# Example: 101
|
2097
|
+
# The ID of the VLAN.
|
2730
2098
|
# @return [Integer]
|
2731
2099
|
#
|
2732
2100
|
# @!attribute [rw] asn
|
2733
2101
|
# The autonomous system (AS) number for Border Gateway Protocol (BGP)
|
2734
2102
|
# configuration.
|
2103
|
+
# @return [Integer]
|
2735
2104
|
#
|
2736
|
-
#
|
2105
|
+
# @!attribute [rw] mtu
|
2106
|
+
# The maximum transmission unit (MTU), in bytes. The supported values
|
2107
|
+
# are 1500 and 9001. The default value is 1500.
|
2737
2108
|
# @return [Integer]
|
2738
2109
|
#
|
2739
2110
|
# @!attribute [rw] auth_key
|
2740
2111
|
# The authentication key for BGP configuration.
|
2741
|
-
#
|
2742
|
-
# Example: asdf34example
|
2743
2112
|
# @return [String]
|
2744
2113
|
#
|
2745
2114
|
# @!attribute [rw] amazon_address
|
2746
|
-
# IP address assigned to the Amazon interface.
|
2747
|
-
#
|
2748
|
-
# Example: 192.168.1.1/30 or 2001:db8::1/125
|
2115
|
+
# The IP address assigned to the Amazon interface.
|
2749
2116
|
# @return [String]
|
2750
2117
|
#
|
2751
2118
|
# @!attribute [rw] customer_address
|
2752
|
-
# IP address assigned to the customer interface.
|
2753
|
-
#
|
2754
|
-
# Example: 192.168.1.2/30 or 2001:db8::2/125
|
2119
|
+
# The IP address assigned to the customer interface.
|
2755
2120
|
# @return [String]
|
2756
2121
|
#
|
2757
2122
|
# @!attribute [rw] address_family
|
2758
|
-
#
|
2759
|
-
#
|
2760
|
-
# * **ipv4**\: IPv4 address family
|
2761
|
-
#
|
2762
|
-
# * **ipv6**\: IPv6 address family
|
2123
|
+
# The address family for the BGP peer.
|
2763
2124
|
# @return [String]
|
2764
2125
|
#
|
2765
2126
|
# @!attribute [rw] virtual_gateway_id
|
2766
|
-
# The ID of the virtual private gateway
|
2767
|
-
# private virtual interfaces.
|
2768
|
-
#
|
2769
|
-
# Example: vgw-123er56
|
2127
|
+
# The ID of the virtual private gateway.
|
2770
2128
|
# @return [String]
|
2771
2129
|
#
|
2772
2130
|
# @!attribute [rw] direct_connect_gateway_id
|
2773
|
-
# The ID of the
|
2774
|
-
#
|
2775
|
-
# Example: "abcd1234-dcba-5678-be23-cdef9876ab45"
|
2131
|
+
# The ID of the Direct Connect gateway.
|
2776
2132
|
# @return [String]
|
2777
2133
|
#
|
2778
2134
|
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/NewPrivateVirtualInterface AWS API Documentation
|
@@ -2781,6 +2137,7 @@ module Aws::DirectConnect
|
|
2781
2137
|
:virtual_interface_name,
|
2782
2138
|
:vlan,
|
2783
2139
|
:asn,
|
2140
|
+
:mtu,
|
2784
2141
|
:auth_key,
|
2785
2142
|
:amazon_address,
|
2786
2143
|
:customer_address,
|
@@ -2790,8 +2147,8 @@ module Aws::DirectConnect
|
|
2790
2147
|
include Aws::Structure
|
2791
2148
|
end
|
2792
2149
|
|
2793
|
-
#
|
2794
|
-
#
|
2150
|
+
# Information about a private virtual interface to be provisioned on a
|
2151
|
+
# connection.
|
2795
2152
|
#
|
2796
2153
|
# @note When making an API call, you may pass NewPrivateVirtualInterfaceAllocation
|
2797
2154
|
# data as a hash:
|
@@ -2800,6 +2157,7 @@ module Aws::DirectConnect
|
|
2800
2157
|
# virtual_interface_name: "VirtualInterfaceName", # required
|
2801
2158
|
# vlan: 1, # required
|
2802
2159
|
# asn: 1, # required
|
2160
|
+
# mtu: 1,
|
2803
2161
|
# auth_key: "BGPAuthKey",
|
2804
2162
|
# amazon_address: "AmazonAddress",
|
2805
2163
|
# address_family: "ipv4", # accepts ipv4, ipv6
|
@@ -2807,48 +2165,37 @@ module Aws::DirectConnect
|
|
2807
2165
|
# }
|
2808
2166
|
#
|
2809
2167
|
# @!attribute [rw] virtual_interface_name
|
2810
|
-
# The name of the virtual interface assigned by the customer.
|
2811
|
-
#
|
2812
|
-
# Example: "My VPC"
|
2168
|
+
# The name of the virtual interface assigned by the customer network.
|
2813
2169
|
# @return [String]
|
2814
2170
|
#
|
2815
2171
|
# @!attribute [rw] vlan
|
2816
|
-
# The VLAN
|
2817
|
-
#
|
2818
|
-
# Example: 101
|
2172
|
+
# The ID of the VLAN.
|
2819
2173
|
# @return [Integer]
|
2820
2174
|
#
|
2821
2175
|
# @!attribute [rw] asn
|
2822
2176
|
# The autonomous system (AS) number for Border Gateway Protocol (BGP)
|
2823
2177
|
# configuration.
|
2178
|
+
# @return [Integer]
|
2824
2179
|
#
|
2825
|
-
#
|
2180
|
+
# @!attribute [rw] mtu
|
2181
|
+
# The maximum transmission unit (MTU), in bytes. The supported values
|
2182
|
+
# are 1500 and 9001. The default value is 1500.
|
2826
2183
|
# @return [Integer]
|
2827
2184
|
#
|
2828
2185
|
# @!attribute [rw] auth_key
|
2829
2186
|
# The authentication key for BGP configuration.
|
2830
|
-
#
|
2831
|
-
# Example: asdf34example
|
2832
2187
|
# @return [String]
|
2833
2188
|
#
|
2834
2189
|
# @!attribute [rw] amazon_address
|
2835
|
-
# IP address assigned to the Amazon interface.
|
2836
|
-
#
|
2837
|
-
# Example: 192.168.1.1/30 or 2001:db8::1/125
|
2190
|
+
# The IP address assigned to the Amazon interface.
|
2838
2191
|
# @return [String]
|
2839
2192
|
#
|
2840
2193
|
# @!attribute [rw] address_family
|
2841
|
-
#
|
2842
|
-
#
|
2843
|
-
# * **ipv4**\: IPv4 address family
|
2844
|
-
#
|
2845
|
-
# * **ipv6**\: IPv6 address family
|
2194
|
+
# The address family for the BGP peer.
|
2846
2195
|
# @return [String]
|
2847
2196
|
#
|
2848
2197
|
# @!attribute [rw] customer_address
|
2849
|
-
# IP address assigned to the customer interface.
|
2850
|
-
#
|
2851
|
-
# Example: 192.168.1.2/30 or 2001:db8::2/125
|
2198
|
+
# The IP address assigned to the customer interface.
|
2852
2199
|
# @return [String]
|
2853
2200
|
#
|
2854
2201
|
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/NewPrivateVirtualInterfaceAllocation AWS API Documentation
|
@@ -2857,6 +2204,7 @@ module Aws::DirectConnect
|
|
2857
2204
|
:virtual_interface_name,
|
2858
2205
|
:vlan,
|
2859
2206
|
:asn,
|
2207
|
+
:mtu,
|
2860
2208
|
:auth_key,
|
2861
2209
|
:amazon_address,
|
2862
2210
|
:address_family,
|
@@ -2864,8 +2212,7 @@ module Aws::DirectConnect
|
|
2864
2212
|
include Aws::Structure
|
2865
2213
|
end
|
2866
2214
|
|
2867
|
-
#
|
2868
|
-
# interface.
|
2215
|
+
# Information about a public virtual interface.
|
2869
2216
|
#
|
2870
2217
|
# @note When making an API call, you may pass NewPublicVirtualInterface
|
2871
2218
|
# data as a hash:
|
@@ -2886,53 +2233,37 @@ module Aws::DirectConnect
|
|
2886
2233
|
# }
|
2887
2234
|
#
|
2888
2235
|
# @!attribute [rw] virtual_interface_name
|
2889
|
-
# The name of the virtual interface assigned by the customer.
|
2890
|
-
#
|
2891
|
-
# Example: "My VPC"
|
2236
|
+
# The name of the virtual interface assigned by the customer network.
|
2892
2237
|
# @return [String]
|
2893
2238
|
#
|
2894
2239
|
# @!attribute [rw] vlan
|
2895
|
-
# The VLAN
|
2896
|
-
#
|
2897
|
-
# Example: 101
|
2240
|
+
# The ID of the VLAN.
|
2898
2241
|
# @return [Integer]
|
2899
2242
|
#
|
2900
2243
|
# @!attribute [rw] asn
|
2901
2244
|
# The autonomous system (AS) number for Border Gateway Protocol (BGP)
|
2902
2245
|
# configuration.
|
2903
|
-
#
|
2904
|
-
# Example: 65000
|
2905
2246
|
# @return [Integer]
|
2906
2247
|
#
|
2907
2248
|
# @!attribute [rw] auth_key
|
2908
2249
|
# The authentication key for BGP configuration.
|
2909
|
-
#
|
2910
|
-
# Example: asdf34example
|
2911
2250
|
# @return [String]
|
2912
2251
|
#
|
2913
2252
|
# @!attribute [rw] amazon_address
|
2914
|
-
# IP address assigned to the Amazon interface.
|
2915
|
-
#
|
2916
|
-
# Example: 192.168.1.1/30 or 2001:db8::1/125
|
2253
|
+
# The IP address assigned to the Amazon interface.
|
2917
2254
|
# @return [String]
|
2918
2255
|
#
|
2919
2256
|
# @!attribute [rw] customer_address
|
2920
|
-
# IP address assigned to the customer interface.
|
2921
|
-
#
|
2922
|
-
# Example: 192.168.1.2/30 or 2001:db8::2/125
|
2257
|
+
# The IP address assigned to the customer interface.
|
2923
2258
|
# @return [String]
|
2924
2259
|
#
|
2925
2260
|
# @!attribute [rw] address_family
|
2926
|
-
#
|
2927
|
-
#
|
2928
|
-
# * **ipv4**\: IPv4 address family
|
2929
|
-
#
|
2930
|
-
# * **ipv6**\: IPv6 address family
|
2261
|
+
# The address family for the BGP peer.
|
2931
2262
|
# @return [String]
|
2932
2263
|
#
|
2933
2264
|
# @!attribute [rw] route_filter_prefixes
|
2934
|
-
#
|
2935
|
-
#
|
2265
|
+
# The routes to be advertised to the AWS network in this Region.
|
2266
|
+
# Applies to public virtual interfaces.
|
2936
2267
|
# @return [Array<Types::RouteFilterPrefix>]
|
2937
2268
|
#
|
2938
2269
|
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/NewPublicVirtualInterface AWS API Documentation
|
@@ -2949,8 +2280,8 @@ module Aws::DirectConnect
|
|
2949
2280
|
include Aws::Structure
|
2950
2281
|
end
|
2951
2282
|
|
2952
|
-
#
|
2953
|
-
#
|
2283
|
+
# Information about a public virtual interface to be provisioned on a
|
2284
|
+
# connection.
|
2954
2285
|
#
|
2955
2286
|
# @note When making an API call, you may pass NewPublicVirtualInterfaceAllocation
|
2956
2287
|
# data as a hash:
|
@@ -2971,53 +2302,37 @@ module Aws::DirectConnect
|
|
2971
2302
|
# }
|
2972
2303
|
#
|
2973
2304
|
# @!attribute [rw] virtual_interface_name
|
2974
|
-
# The name of the virtual interface assigned by the customer.
|
2975
|
-
#
|
2976
|
-
# Example: "My VPC"
|
2305
|
+
# The name of the virtual interface assigned by the customer network.
|
2977
2306
|
# @return [String]
|
2978
2307
|
#
|
2979
2308
|
# @!attribute [rw] vlan
|
2980
|
-
# The VLAN
|
2981
|
-
#
|
2982
|
-
# Example: 101
|
2309
|
+
# The ID of the VLAN.
|
2983
2310
|
# @return [Integer]
|
2984
2311
|
#
|
2985
2312
|
# @!attribute [rw] asn
|
2986
2313
|
# The autonomous system (AS) number for Border Gateway Protocol (BGP)
|
2987
2314
|
# configuration.
|
2988
|
-
#
|
2989
|
-
# Example: 65000
|
2990
2315
|
# @return [Integer]
|
2991
2316
|
#
|
2992
2317
|
# @!attribute [rw] auth_key
|
2993
2318
|
# The authentication key for BGP configuration.
|
2994
|
-
#
|
2995
|
-
# Example: asdf34example
|
2996
2319
|
# @return [String]
|
2997
2320
|
#
|
2998
2321
|
# @!attribute [rw] amazon_address
|
2999
|
-
# IP address assigned to the Amazon interface.
|
3000
|
-
#
|
3001
|
-
# Example: 192.168.1.1/30 or 2001:db8::1/125
|
2322
|
+
# The IP address assigned to the Amazon interface.
|
3002
2323
|
# @return [String]
|
3003
2324
|
#
|
3004
2325
|
# @!attribute [rw] customer_address
|
3005
|
-
# IP address assigned to the customer interface.
|
3006
|
-
#
|
3007
|
-
# Example: 192.168.1.2/30 or 2001:db8::2/125
|
2326
|
+
# The IP address assigned to the customer interface.
|
3008
2327
|
# @return [String]
|
3009
2328
|
#
|
3010
2329
|
# @!attribute [rw] address_family
|
3011
|
-
#
|
3012
|
-
#
|
3013
|
-
# * **ipv4**\: IPv4 address family
|
3014
|
-
#
|
3015
|
-
# * **ipv6**\: IPv6 address family
|
2330
|
+
# The address family for the BGP peer.
|
3016
2331
|
# @return [String]
|
3017
2332
|
#
|
3018
2333
|
# @!attribute [rw] route_filter_prefixes
|
3019
|
-
#
|
3020
|
-
#
|
2334
|
+
# The routes to be advertised to the AWS network in this Region.
|
2335
|
+
# Applies to public virtual interfaces.
|
3021
2336
|
# @return [Array<Types::RouteFilterPrefix>]
|
3022
2337
|
#
|
3023
2338
|
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/NewPublicVirtualInterfaceAllocation AWS API Documentation
|
@@ -3034,10 +2349,11 @@ module Aws::DirectConnect
|
|
3034
2349
|
include Aws::Structure
|
3035
2350
|
end
|
3036
2351
|
|
3037
|
-
#
|
2352
|
+
# Information about a tag associated with an AWS Direct Connect
|
2353
|
+
# resource.
|
3038
2354
|
#
|
3039
2355
|
# @!attribute [rw] resource_arn
|
3040
|
-
# The Amazon Resource Name (ARN) of the
|
2356
|
+
# The Amazon Resource Name (ARN) of the resource.
|
3041
2357
|
# @return [String]
|
3042
2358
|
#
|
3043
2359
|
# @!attribute [rw] tags
|
@@ -3052,8 +2368,8 @@ module Aws::DirectConnect
|
|
3052
2368
|
include Aws::Structure
|
3053
2369
|
end
|
3054
2370
|
|
3055
|
-
#
|
3056
|
-
# Gateway Protocol (BGP) over a public virtual interface.
|
2371
|
+
# Information about a route filter prefix that a customer can advertise
|
2372
|
+
# through Border Gateway Protocol (BGP) over a public virtual interface.
|
3057
2373
|
#
|
3058
2374
|
# @note When making an API call, you may pass RouteFilterPrefix
|
3059
2375
|
# data as a hash:
|
@@ -3063,12 +2379,8 @@ module Aws::DirectConnect
|
|
3063
2379
|
# }
|
3064
2380
|
#
|
3065
2381
|
# @!attribute [rw] cidr
|
3066
|
-
# CIDR
|
3067
|
-
#
|
3068
|
-
#
|
3069
|
-
# IPv6 CIDRs must be at least a /64 or shorter
|
3070
|
-
#
|
3071
|
-
# Example: 10.10.10.0/24,10.10.11.0/24,2001:db8::/64
|
2382
|
+
# The CIDR block for the advertised route. Separate multiple routes
|
2383
|
+
# using commas. An IPv6 CIDR must use /64 or shorter.
|
3072
2384
|
# @return [String]
|
3073
2385
|
#
|
3074
2386
|
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/RouteFilterPrefix AWS API Documentation
|
@@ -3089,11 +2401,11 @@ module Aws::DirectConnect
|
|
3089
2401
|
# }
|
3090
2402
|
#
|
3091
2403
|
# @!attribute [rw] key
|
3092
|
-
# The key
|
2404
|
+
# The key.
|
3093
2405
|
# @return [String]
|
3094
2406
|
#
|
3095
2407
|
# @!attribute [rw] value
|
3096
|
-
# The value
|
2408
|
+
# The value.
|
3097
2409
|
# @return [String]
|
3098
2410
|
#
|
3099
2411
|
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/Tag AWS API Documentation
|
@@ -3104,8 +2416,6 @@ module Aws::DirectConnect
|
|
3104
2416
|
include Aws::Structure
|
3105
2417
|
end
|
3106
2418
|
|
3107
|
-
# Container for the parameters to the TagResource operation.
|
3108
|
-
#
|
3109
2419
|
# @note When making an API call, you may pass TagResourceRequest
|
3110
2420
|
# data as a hash:
|
3111
2421
|
#
|
@@ -3120,14 +2430,11 @@ module Aws::DirectConnect
|
|
3120
2430
|
# }
|
3121
2431
|
#
|
3122
2432
|
# @!attribute [rw] resource_arn
|
3123
|
-
# The Amazon Resource Name (ARN) of the
|
3124
|
-
#
|
3125
|
-
# Example:
|
3126
|
-
# arn:aws:directconnect:us-east-1:123456789012:dxcon/dxcon-fg5678gh
|
2433
|
+
# The Amazon Resource Name (ARN) of the resource.
|
3127
2434
|
# @return [String]
|
3128
2435
|
#
|
3129
2436
|
# @!attribute [rw] tags
|
3130
|
-
# The
|
2437
|
+
# The tags to add.
|
3131
2438
|
# @return [Array<Types::Tag>]
|
3132
2439
|
#
|
3133
2440
|
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/TagResourceRequest AWS API Documentation
|
@@ -3138,14 +2445,10 @@ module Aws::DirectConnect
|
|
3138
2445
|
include Aws::Structure
|
3139
2446
|
end
|
3140
2447
|
|
3141
|
-
# The response received when TagResource is called.
|
3142
|
-
#
|
3143
2448
|
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/TagResourceResponse AWS API Documentation
|
3144
2449
|
#
|
3145
2450
|
class TagResourceResponse < Aws::EmptyStructure; end
|
3146
2451
|
|
3147
|
-
# Container for the parameters to the UntagResource operation.
|
3148
|
-
#
|
3149
2452
|
# @note When making an API call, you may pass UntagResourceRequest
|
3150
2453
|
# data as a hash:
|
3151
2454
|
#
|
@@ -3155,11 +2458,11 @@ module Aws::DirectConnect
|
|
3155
2458
|
# }
|
3156
2459
|
#
|
3157
2460
|
# @!attribute [rw] resource_arn
|
3158
|
-
# The Amazon Resource Name (ARN) of the
|
2461
|
+
# The Amazon Resource Name (ARN) of the resource.
|
3159
2462
|
# @return [String]
|
3160
2463
|
#
|
3161
2464
|
# @!attribute [rw] tag_keys
|
3162
|
-
# The
|
2465
|
+
# The tag keys of the tags to remove.
|
3163
2466
|
# @return [Array<String>]
|
3164
2467
|
#
|
3165
2468
|
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/UntagResourceRequest AWS API Documentation
|
@@ -3170,14 +2473,10 @@ module Aws::DirectConnect
|
|
3170
2473
|
include Aws::Structure
|
3171
2474
|
end
|
3172
2475
|
|
3173
|
-
# The response received when UntagResource is called.
|
3174
|
-
#
|
3175
2476
|
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/UntagResourceResponse AWS API Documentation
|
3176
2477
|
#
|
3177
2478
|
class UntagResourceResponse < Aws::EmptyStructure; end
|
3178
2479
|
|
3179
|
-
# Container for the parameters to the UpdateLag operation.
|
3180
|
-
#
|
3181
2480
|
# @note When making an API call, you may pass UpdateLagRequest
|
3182
2481
|
# data as a hash:
|
3183
2482
|
#
|
@@ -3188,26 +2487,16 @@ module Aws::DirectConnect
|
|
3188
2487
|
# }
|
3189
2488
|
#
|
3190
2489
|
# @!attribute [rw] lag_id
|
3191
|
-
# The ID of the LAG
|
3192
|
-
#
|
3193
|
-
# Example: dxlag-abc123
|
3194
|
-
#
|
3195
|
-
# Default: None
|
2490
|
+
# The ID of the LAG.
|
3196
2491
|
# @return [String]
|
3197
2492
|
#
|
3198
2493
|
# @!attribute [rw] lag_name
|
3199
|
-
# The name
|
3200
|
-
#
|
3201
|
-
# Example: "`3x10G LAG to AWS`"
|
3202
|
-
#
|
3203
|
-
# Default: None
|
2494
|
+
# The name of the LAG.
|
3204
2495
|
# @return [String]
|
3205
2496
|
#
|
3206
2497
|
# @!attribute [rw] minimum_links
|
3207
2498
|
# The minimum number of physical connections that must be operational
|
3208
2499
|
# for the LAG itself to be operational.
|
3209
|
-
#
|
3210
|
-
# Default: None
|
3211
2500
|
# @return [Integer]
|
3212
2501
|
#
|
3213
2502
|
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/UpdateLagRequest AWS API Documentation
|
@@ -3219,37 +2508,52 @@ module Aws::DirectConnect
|
|
3219
2508
|
include Aws::Structure
|
3220
2509
|
end
|
3221
2510
|
|
3222
|
-
#
|
3223
|
-
#
|
2511
|
+
# @note When making an API call, you may pass UpdateVirtualInterfaceAttributesRequest
|
2512
|
+
# data as a hash:
|
2513
|
+
#
|
2514
|
+
# {
|
2515
|
+
# virtual_interface_id: "VirtualInterfaceId", # required
|
2516
|
+
# mtu: 1,
|
2517
|
+
# }
|
3224
2518
|
#
|
3225
|
-
#
|
3226
|
-
#
|
3227
|
-
#
|
2519
|
+
# @!attribute [rw] virtual_interface_id
|
2520
|
+
# The ID of the virtual private interface.
|
2521
|
+
# @return [String]
|
3228
2522
|
#
|
2523
|
+
# @!attribute [rw] mtu
|
2524
|
+
# The maximum transmission unit (MTU), in bytes. The supported values
|
2525
|
+
# are 1500 and 9001. The default value is 1500.
|
2526
|
+
# @return [Integer]
|
3229
2527
|
#
|
2528
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/UpdateVirtualInterfaceAttributesRequest AWS API Documentation
|
3230
2529
|
#
|
3231
|
-
|
2530
|
+
class UpdateVirtualInterfaceAttributesRequest < Struct.new(
|
2531
|
+
:virtual_interface_id,
|
2532
|
+
:mtu)
|
2533
|
+
include Aws::Structure
|
2534
|
+
end
|
2535
|
+
|
2536
|
+
# Information about a virtual private gateway for a private virtual
|
2537
|
+
# interface.
|
3232
2538
|
#
|
3233
2539
|
# @!attribute [rw] virtual_gateway_id
|
3234
|
-
# The ID of the virtual private gateway
|
3235
|
-
# private virtual interfaces.
|
3236
|
-
#
|
3237
|
-
# Example: vgw-123er56
|
2540
|
+
# The ID of the virtual private gateway.
|
3238
2541
|
# @return [String]
|
3239
2542
|
#
|
3240
2543
|
# @!attribute [rw] virtual_gateway_state
|
3241
|
-
#
|
2544
|
+
# The state of the virtual private gateway. The following are the
|
2545
|
+
# possible values:
|
3242
2546
|
#
|
3243
|
-
# *
|
3244
|
-
#
|
2547
|
+
# * `pending`\: Initial state after creating the virtual private
|
2548
|
+
# gateway.
|
3245
2549
|
#
|
3246
|
-
# *
|
2550
|
+
# * `available`\: Ready for use by a private virtual interface.
|
3247
2551
|
#
|
3248
|
-
# *
|
3249
|
-
#
|
2552
|
+
# * `deleting`\: Initial state after deleting the virtual private
|
2553
|
+
# gateway.
|
3250
2554
|
#
|
3251
|
-
# *
|
3252
|
-
# to send traffic over this gateway.
|
2555
|
+
# * `deleted`\: The virtual private gateway is deleted. The private
|
2556
|
+
# virtual interface is unable to send traffic over this gateway.
|
3253
2557
|
# @return [String]
|
3254
2558
|
#
|
3255
2559
|
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/VirtualGateway AWS API Documentation
|
@@ -3260,10 +2564,8 @@ module Aws::DirectConnect
|
|
3260
2564
|
include Aws::Structure
|
3261
2565
|
end
|
3262
2566
|
|
3263
|
-
# A structure containing a list of virtual private gateways.
|
3264
|
-
#
|
3265
2567
|
# @!attribute [rw] virtual_gateways
|
3266
|
-
#
|
2568
|
+
# The virtual private gateways.
|
3267
2569
|
# @return [Array<Types::VirtualGateway>]
|
3268
2570
|
#
|
3269
2571
|
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/VirtualGateways AWS API Documentation
|
@@ -3273,63 +2575,40 @@ module Aws::DirectConnect
|
|
3273
2575
|
include Aws::Structure
|
3274
2576
|
end
|
3275
2577
|
|
3276
|
-
#
|
3277
|
-
# Direct Connect location and the customer.
|
2578
|
+
# Information about a virtual interface.
|
3278
2579
|
#
|
3279
2580
|
# @!attribute [rw] owner_account
|
3280
|
-
# The AWS account that
|
2581
|
+
# The ID of the AWS account that owns the virtual interface.
|
3281
2582
|
# @return [String]
|
3282
2583
|
#
|
3283
2584
|
# @!attribute [rw] virtual_interface_id
|
3284
2585
|
# The ID of the virtual interface.
|
3285
|
-
#
|
3286
|
-
# Example: dxvif-123dfg56
|
3287
|
-
#
|
3288
|
-
# Default: None
|
3289
2586
|
# @return [String]
|
3290
2587
|
#
|
3291
2588
|
# @!attribute [rw] location
|
3292
|
-
#
|
3293
|
-
#
|
3294
|
-
# Example: EqSV5
|
3295
|
-
#
|
3296
|
-
# Default: None
|
2589
|
+
# The location of the connection.
|
3297
2590
|
# @return [String]
|
3298
2591
|
#
|
3299
2592
|
# @!attribute [rw] connection_id
|
3300
|
-
# The ID of the connection.
|
3301
|
-
# operations that use multiple connection types (LAG, interconnect,
|
3302
|
-
# and/or connection).
|
3303
|
-
#
|
3304
|
-
# Example: dxcon-fg5678gh
|
3305
|
-
#
|
3306
|
-
# Default: None
|
2593
|
+
# The ID of the connection.
|
3307
2594
|
# @return [String]
|
3308
2595
|
#
|
3309
2596
|
# @!attribute [rw] virtual_interface_type
|
3310
|
-
# The type of virtual interface.
|
3311
|
-
#
|
3312
|
-
# Example: private (Amazon VPC) or public (Amazon S3, Amazon DynamoDB,
|
3313
|
-
# and so on.)
|
2597
|
+
# The type of virtual interface. The possible values are `private` and
|
2598
|
+
# `public`.
|
3314
2599
|
# @return [String]
|
3315
2600
|
#
|
3316
2601
|
# @!attribute [rw] virtual_interface_name
|
3317
|
-
# The name of the virtual interface assigned by the customer.
|
3318
|
-
#
|
3319
|
-
# Example: "My VPC"
|
2602
|
+
# The name of the virtual interface assigned by the customer network.
|
3320
2603
|
# @return [String]
|
3321
2604
|
#
|
3322
2605
|
# @!attribute [rw] vlan
|
3323
|
-
# The VLAN
|
3324
|
-
#
|
3325
|
-
# Example: 101
|
2606
|
+
# The ID of the VLAN.
|
3326
2607
|
# @return [Integer]
|
3327
2608
|
#
|
3328
2609
|
# @!attribute [rw] asn
|
3329
2610
|
# The autonomous system (AS) number for Border Gateway Protocol (BGP)
|
3330
2611
|
# configuration.
|
3331
|
-
#
|
3332
|
-
# Example: 65000
|
3333
2612
|
# @return [Integer]
|
3334
2613
|
#
|
3335
2614
|
# @!attribute [rw] amazon_side_asn
|
@@ -3339,101 +2618,92 @@ module Aws::DirectConnect
|
|
3339
2618
|
#
|
3340
2619
|
# @!attribute [rw] auth_key
|
3341
2620
|
# The authentication key for BGP configuration.
|
3342
|
-
#
|
3343
|
-
# Example: asdf34example
|
3344
2621
|
# @return [String]
|
3345
2622
|
#
|
3346
2623
|
# @!attribute [rw] amazon_address
|
3347
|
-
# IP address assigned to the Amazon interface.
|
3348
|
-
#
|
3349
|
-
# Example: 192.168.1.1/30 or 2001:db8::1/125
|
2624
|
+
# The IP address assigned to the Amazon interface.
|
3350
2625
|
# @return [String]
|
3351
2626
|
#
|
3352
2627
|
# @!attribute [rw] customer_address
|
3353
|
-
# IP address assigned to the customer interface.
|
3354
|
-
#
|
3355
|
-
# Example: 192.168.1.2/30 or 2001:db8::2/125
|
2628
|
+
# The IP address assigned to the customer interface.
|
3356
2629
|
# @return [String]
|
3357
2630
|
#
|
3358
2631
|
# @!attribute [rw] address_family
|
3359
|
-
#
|
3360
|
-
#
|
3361
|
-
# * **ipv4**\: IPv4 address family
|
3362
|
-
#
|
3363
|
-
# * **ipv6**\: IPv6 address family
|
2632
|
+
# The address family for the BGP peer.
|
3364
2633
|
# @return [String]
|
3365
2634
|
#
|
3366
2635
|
# @!attribute [rw] virtual_interface_state
|
3367
|
-
#
|
2636
|
+
# The state of the virtual interface. The following are the possible
|
2637
|
+
# values:
|
3368
2638
|
#
|
3369
|
-
# *
|
2639
|
+
# * `confirming`\: The creation of the virtual interface is pending
|
3370
2640
|
# confirmation from the virtual interface owner. If the owner of the
|
3371
2641
|
# virtual interface is different from the owner of the connection on
|
3372
2642
|
# which it is provisioned, then the virtual interface will remain in
|
3373
2643
|
# this state until it is confirmed by the virtual interface owner.
|
3374
2644
|
#
|
3375
|
-
# *
|
2645
|
+
# * `verifying`\: This state only applies to public virtual
|
3376
2646
|
# interfaces. Each public virtual interface needs validation before
|
3377
2647
|
# the virtual interface can be created.
|
3378
2648
|
#
|
3379
|
-
# *
|
2649
|
+
# * `pending`\: A virtual interface is in this state from the time
|
3380
2650
|
# that it is created until the virtual interface is ready to forward
|
3381
2651
|
# traffic.
|
3382
2652
|
#
|
3383
|
-
# *
|
3384
|
-
# traffic.
|
2653
|
+
# * `available`\: A virtual interface that is able to forward traffic.
|
3385
2654
|
#
|
3386
|
-
# *
|
2655
|
+
# * `down`\: A virtual interface that is BGP down.
|
3387
2656
|
#
|
3388
|
-
# *
|
2657
|
+
# * `deleting`\: A virtual interface is in this state immediately
|
3389
2658
|
# after calling DeleteVirtualInterface until it can no longer
|
3390
2659
|
# forward traffic.
|
3391
2660
|
#
|
3392
|
-
# *
|
2661
|
+
# * `deleted`\: A virtual interface that cannot forward traffic.
|
3393
2662
|
#
|
3394
|
-
# *
|
3395
|
-
#
|
3396
|
-
#
|
3397
|
-
#
|
2663
|
+
# * `rejected`\: The virtual interface owner has declined creation of
|
2664
|
+
# the virtual interface. If a virtual interface in the `Confirming`
|
2665
|
+
# state is deleted by the virtual interface owner, the virtual
|
2666
|
+
# interface enters the `Rejected` state.
|
3398
2667
|
# @return [String]
|
3399
2668
|
#
|
3400
2669
|
# @!attribute [rw] customer_router_config
|
3401
|
-
#
|
2670
|
+
# The customer router configuration.
|
3402
2671
|
# @return [String]
|
3403
2672
|
#
|
3404
|
-
# @!attribute [rw]
|
3405
|
-
# The
|
3406
|
-
#
|
2673
|
+
# @!attribute [rw] mtu
|
2674
|
+
# The maximum transmission unit (MTU), in bytes. The supported values
|
2675
|
+
# are 1500 and 9001. The default value is 1500.
|
2676
|
+
# @return [Integer]
|
2677
|
+
#
|
2678
|
+
# @!attribute [rw] jumbo_frame_capable
|
2679
|
+
# Indicates whether jumbo frames (9001 MTU) are supported.
|
2680
|
+
# @return [Boolean]
|
3407
2681
|
#
|
3408
|
-
#
|
2682
|
+
# @!attribute [rw] virtual_gateway_id
|
2683
|
+
# The ID of the virtual private gateway. Applies only to private
|
2684
|
+
# virtual interfaces.
|
3409
2685
|
# @return [String]
|
3410
2686
|
#
|
3411
2687
|
# @!attribute [rw] direct_connect_gateway_id
|
3412
|
-
# The ID of the
|
3413
|
-
#
|
3414
|
-
# Example: "abcd1234-dcba-5678-be23-cdef9876ab45"
|
2688
|
+
# The ID of the Direct Connect gateway.
|
3415
2689
|
# @return [String]
|
3416
2690
|
#
|
3417
2691
|
# @!attribute [rw] route_filter_prefixes
|
3418
|
-
#
|
3419
|
-
#
|
2692
|
+
# The routes to be advertised to the AWS network in this Region.
|
2693
|
+
# Applies to public virtual interfaces.
|
3420
2694
|
# @return [Array<Types::RouteFilterPrefix>]
|
3421
2695
|
#
|
3422
2696
|
# @!attribute [rw] bgp_peers
|
3423
|
-
#
|
2697
|
+
# The BGP peers configured on this virtual interface.
|
3424
2698
|
# @return [Array<Types::BGPPeer>]
|
3425
2699
|
#
|
3426
2700
|
# @!attribute [rw] region
|
3427
|
-
# The AWS
|
3428
|
-
#
|
3429
|
-
# Example: us-east-1
|
3430
|
-
#
|
3431
|
-
# Default: None
|
2701
|
+
# The AWS Region where the virtual interface is located.
|
3432
2702
|
# @return [String]
|
3433
2703
|
#
|
3434
2704
|
# @!attribute [rw] aws_device_v2
|
3435
|
-
# The Direct
|
3436
|
-
# terminates
|
2705
|
+
# The Direct Connect endpoint on which the virtual interface
|
2706
|
+
# terminates.
|
3437
2707
|
# @return [String]
|
3438
2708
|
#
|
3439
2709
|
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/VirtualInterface AWS API Documentation
|
@@ -3454,6 +2724,8 @@ module Aws::DirectConnect
|
|
3454
2724
|
:address_family,
|
3455
2725
|
:virtual_interface_state,
|
3456
2726
|
:customer_router_config,
|
2727
|
+
:mtu,
|
2728
|
+
:jumbo_frame_capable,
|
3457
2729
|
:virtual_gateway_id,
|
3458
2730
|
:direct_connect_gateway_id,
|
3459
2731
|
:route_filter_prefixes,
|
@@ -3463,10 +2735,8 @@ module Aws::DirectConnect
|
|
3463
2735
|
include Aws::Structure
|
3464
2736
|
end
|
3465
2737
|
|
3466
|
-
# A structure containing a list of virtual interfaces.
|
3467
|
-
#
|
3468
2738
|
# @!attribute [rw] virtual_interfaces
|
3469
|
-
#
|
2739
|
+
# The virtual interfaces
|
3470
2740
|
# @return [Array<Types::VirtualInterface>]
|
3471
2741
|
#
|
3472
2742
|
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/VirtualInterfaces AWS API Documentation
|