aws-sdk-directconnect 1.114.0 → 1.115.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-directconnect/client.rb +173 -1
- data/lib/aws-sdk-directconnect/client_api.rb +20 -0
- data/lib/aws-sdk-directconnect/types.rb +112 -1
- data/lib/aws-sdk-directconnect.rb +1 -1
- data/sig/client.rbs +62 -0
- data/sig/types.rbs +17 -0
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c6e8127120562c5db33e9070db216f71aa2c94f12eaf11925c9decb9370cf2a1
|
|
4
|
+
data.tar.gz: 1d458e20d83dc9f3087a579d67c8c98a1918b6b17666b10ae9be13514f94136e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 754af3d56d479c03e813fdc0056baacc4b05ab699e315e218b67f39594831d953569dd56651b4f2659987f0bcad84ffeb4851dd244c2f195b59859218434b6e3
|
|
7
|
+
data.tar.gz: 40331203346cbb269ee55f3c460cc0d575b3da01446b07e3d393bd422e7e8cd89ae5f2c42ba694eb6030fca8d3211c5de811051149323accfa6bb892bee2cfef
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.115.0 (2026-08-20)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - This release adds custom route prefix pool allocations for Direct Connect. You can set IPv4 and IPv6 route prefix counts on private and transit virtual interfaces, and view pool size and unallocated counts on connections and LAGs, plus direct connect gateway attachment prefix allocation totals.
|
|
8
|
+
|
|
4
9
|
1.114.0 (2026-08-03)
|
|
5
10
|
------------------
|
|
6
11
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.115.0
|
|
@@ -611,6 +611,10 @@ module Aws::DirectConnect
|
|
|
611
611
|
# * {Types::Connection#mac_sec_keys #mac_sec_keys} => Array<Types::MacSecKey>
|
|
612
612
|
# * {Types::Connection#rate_limiter_status #rate_limiter_status} => Types::RateLimiterStatus
|
|
613
613
|
# * {Types::Connection#partner_interconnect_mac_sec_capable #partner_interconnect_mac_sec_capable} => Boolean
|
|
614
|
+
# * {Types::Connection#prefix_pool_size_ipv_4 #prefix_pool_size_ipv_4} => Integer
|
|
615
|
+
# * {Types::Connection#prefix_pool_size_ipv_6 #prefix_pool_size_ipv_6} => Integer
|
|
616
|
+
# * {Types::Connection#prefix_pool_unallocated_count_ipv_4 #prefix_pool_unallocated_count_ipv_4} => Integer
|
|
617
|
+
# * {Types::Connection#prefix_pool_unallocated_count_ipv_6 #prefix_pool_unallocated_count_ipv_6} => Integer
|
|
614
618
|
#
|
|
615
619
|
# @example Request syntax with placeholder values
|
|
616
620
|
#
|
|
@@ -657,6 +661,10 @@ module Aws::DirectConnect
|
|
|
657
661
|
# resp.rate_limiter_status.remaining #=> Integer
|
|
658
662
|
# resp.rate_limiter_status.total_bandwidth #=> String
|
|
659
663
|
# resp.partner_interconnect_mac_sec_capable #=> Boolean
|
|
664
|
+
# resp.prefix_pool_size_ipv_4 #=> Integer
|
|
665
|
+
# resp.prefix_pool_size_ipv_6 #=> Integer
|
|
666
|
+
# resp.prefix_pool_unallocated_count_ipv_4 #=> Integer
|
|
667
|
+
# resp.prefix_pool_unallocated_count_ipv_6 #=> Integer
|
|
660
668
|
#
|
|
661
669
|
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/AllocateConnectionOnInterconnect AWS API Documentation
|
|
662
670
|
#
|
|
@@ -729,6 +737,10 @@ module Aws::DirectConnect
|
|
|
729
737
|
# * {Types::Connection#mac_sec_keys #mac_sec_keys} => Array<Types::MacSecKey>
|
|
730
738
|
# * {Types::Connection#rate_limiter_status #rate_limiter_status} => Types::RateLimiterStatus
|
|
731
739
|
# * {Types::Connection#partner_interconnect_mac_sec_capable #partner_interconnect_mac_sec_capable} => Boolean
|
|
740
|
+
# * {Types::Connection#prefix_pool_size_ipv_4 #prefix_pool_size_ipv_4} => Integer
|
|
741
|
+
# * {Types::Connection#prefix_pool_size_ipv_6 #prefix_pool_size_ipv_6} => Integer
|
|
742
|
+
# * {Types::Connection#prefix_pool_unallocated_count_ipv_4 #prefix_pool_unallocated_count_ipv_4} => Integer
|
|
743
|
+
# * {Types::Connection#prefix_pool_unallocated_count_ipv_6 #prefix_pool_unallocated_count_ipv_6} => Integer
|
|
732
744
|
#
|
|
733
745
|
# @example Request syntax with placeholder values
|
|
734
746
|
#
|
|
@@ -781,6 +793,10 @@ module Aws::DirectConnect
|
|
|
781
793
|
# resp.rate_limiter_status.remaining #=> Integer
|
|
782
794
|
# resp.rate_limiter_status.total_bandwidth #=> String
|
|
783
795
|
# resp.partner_interconnect_mac_sec_capable #=> Boolean
|
|
796
|
+
# resp.prefix_pool_size_ipv_4 #=> Integer
|
|
797
|
+
# resp.prefix_pool_size_ipv_6 #=> Integer
|
|
798
|
+
# resp.prefix_pool_unallocated_count_ipv_4 #=> Integer
|
|
799
|
+
# resp.prefix_pool_unallocated_count_ipv_6 #=> Integer
|
|
784
800
|
#
|
|
785
801
|
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/AllocateHostedConnection AWS API Documentation
|
|
786
802
|
#
|
|
@@ -839,6 +855,8 @@ module Aws::DirectConnect
|
|
|
839
855
|
# * {Types::VirtualInterface#aws_logical_device_id #aws_logical_device_id} => String
|
|
840
856
|
# * {Types::VirtualInterface#tags #tags} => Array<Types::Tag>
|
|
841
857
|
# * {Types::VirtualInterface#site_link_enabled #site_link_enabled} => Boolean
|
|
858
|
+
# * {Types::VirtualInterface#prefix_pool_allocated_count_ipv_4 #prefix_pool_allocated_count_ipv_4} => Integer
|
|
859
|
+
# * {Types::VirtualInterface#prefix_pool_allocated_count_ipv_6 #prefix_pool_allocated_count_ipv_6} => Integer
|
|
842
860
|
# * {Types::VirtualInterface#rate_limit #rate_limit} => String
|
|
843
861
|
#
|
|
844
862
|
# @example Request syntax with placeholder values
|
|
@@ -909,6 +927,8 @@ module Aws::DirectConnect
|
|
|
909
927
|
# resp.tags[0].key #=> String
|
|
910
928
|
# resp.tags[0].value #=> String
|
|
911
929
|
# resp.site_link_enabled #=> Boolean
|
|
930
|
+
# resp.prefix_pool_allocated_count_ipv_4 #=> Integer
|
|
931
|
+
# resp.prefix_pool_allocated_count_ipv_6 #=> Integer
|
|
912
932
|
# resp.rate_limit #=> String
|
|
913
933
|
#
|
|
914
934
|
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/AllocatePrivateVirtualInterface AWS API Documentation
|
|
@@ -977,6 +997,8 @@ module Aws::DirectConnect
|
|
|
977
997
|
# * {Types::VirtualInterface#aws_logical_device_id #aws_logical_device_id} => String
|
|
978
998
|
# * {Types::VirtualInterface#tags #tags} => Array<Types::Tag>
|
|
979
999
|
# * {Types::VirtualInterface#site_link_enabled #site_link_enabled} => Boolean
|
|
1000
|
+
# * {Types::VirtualInterface#prefix_pool_allocated_count_ipv_4 #prefix_pool_allocated_count_ipv_4} => Integer
|
|
1001
|
+
# * {Types::VirtualInterface#prefix_pool_allocated_count_ipv_6 #prefix_pool_allocated_count_ipv_6} => Integer
|
|
980
1002
|
# * {Types::VirtualInterface#rate_limit #rate_limit} => String
|
|
981
1003
|
#
|
|
982
1004
|
# @example Request syntax with placeholder values
|
|
@@ -1051,6 +1073,8 @@ module Aws::DirectConnect
|
|
|
1051
1073
|
# resp.tags[0].key #=> String
|
|
1052
1074
|
# resp.tags[0].value #=> String
|
|
1053
1075
|
# resp.site_link_enabled #=> Boolean
|
|
1076
|
+
# resp.prefix_pool_allocated_count_ipv_4 #=> Integer
|
|
1077
|
+
# resp.prefix_pool_allocated_count_ipv_6 #=> Integer
|
|
1054
1078
|
# resp.rate_limit #=> String
|
|
1055
1079
|
#
|
|
1056
1080
|
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/AllocatePublicVirtualInterface AWS API Documentation
|
|
@@ -1157,6 +1181,8 @@ module Aws::DirectConnect
|
|
|
1157
1181
|
# resp.virtual_interface.tags[0].key #=> String
|
|
1158
1182
|
# resp.virtual_interface.tags[0].value #=> String
|
|
1159
1183
|
# resp.virtual_interface.site_link_enabled #=> Boolean
|
|
1184
|
+
# resp.virtual_interface.prefix_pool_allocated_count_ipv_4 #=> Integer
|
|
1185
|
+
# resp.virtual_interface.prefix_pool_allocated_count_ipv_6 #=> Integer
|
|
1160
1186
|
# resp.virtual_interface.rate_limit #=> String
|
|
1161
1187
|
#
|
|
1162
1188
|
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/AllocateTransitVirtualInterface AWS API Documentation
|
|
@@ -1220,6 +1246,10 @@ module Aws::DirectConnect
|
|
|
1220
1246
|
# * {Types::Connection#mac_sec_keys #mac_sec_keys} => Array<Types::MacSecKey>
|
|
1221
1247
|
# * {Types::Connection#rate_limiter_status #rate_limiter_status} => Types::RateLimiterStatus
|
|
1222
1248
|
# * {Types::Connection#partner_interconnect_mac_sec_capable #partner_interconnect_mac_sec_capable} => Boolean
|
|
1249
|
+
# * {Types::Connection#prefix_pool_size_ipv_4 #prefix_pool_size_ipv_4} => Integer
|
|
1250
|
+
# * {Types::Connection#prefix_pool_size_ipv_6 #prefix_pool_size_ipv_6} => Integer
|
|
1251
|
+
# * {Types::Connection#prefix_pool_unallocated_count_ipv_4 #prefix_pool_unallocated_count_ipv_4} => Integer
|
|
1252
|
+
# * {Types::Connection#prefix_pool_unallocated_count_ipv_6 #prefix_pool_unallocated_count_ipv_6} => Integer
|
|
1223
1253
|
#
|
|
1224
1254
|
# @example Request syntax with placeholder values
|
|
1225
1255
|
#
|
|
@@ -1263,6 +1293,10 @@ module Aws::DirectConnect
|
|
|
1263
1293
|
# resp.rate_limiter_status.remaining #=> Integer
|
|
1264
1294
|
# resp.rate_limiter_status.total_bandwidth #=> String
|
|
1265
1295
|
# resp.partner_interconnect_mac_sec_capable #=> Boolean
|
|
1296
|
+
# resp.prefix_pool_size_ipv_4 #=> Integer
|
|
1297
|
+
# resp.prefix_pool_size_ipv_6 #=> Integer
|
|
1298
|
+
# resp.prefix_pool_unallocated_count_ipv_4 #=> Integer
|
|
1299
|
+
# resp.prefix_pool_unallocated_count_ipv_6 #=> Integer
|
|
1266
1300
|
#
|
|
1267
1301
|
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/AssociateConnectionWithLag AWS API Documentation
|
|
1268
1302
|
#
|
|
@@ -1316,6 +1350,10 @@ module Aws::DirectConnect
|
|
|
1316
1350
|
# * {Types::Connection#mac_sec_keys #mac_sec_keys} => Array<Types::MacSecKey>
|
|
1317
1351
|
# * {Types::Connection#rate_limiter_status #rate_limiter_status} => Types::RateLimiterStatus
|
|
1318
1352
|
# * {Types::Connection#partner_interconnect_mac_sec_capable #partner_interconnect_mac_sec_capable} => Boolean
|
|
1353
|
+
# * {Types::Connection#prefix_pool_size_ipv_4 #prefix_pool_size_ipv_4} => Integer
|
|
1354
|
+
# * {Types::Connection#prefix_pool_size_ipv_6 #prefix_pool_size_ipv_6} => Integer
|
|
1355
|
+
# * {Types::Connection#prefix_pool_unallocated_count_ipv_4 #prefix_pool_unallocated_count_ipv_4} => Integer
|
|
1356
|
+
# * {Types::Connection#prefix_pool_unallocated_count_ipv_6 #prefix_pool_unallocated_count_ipv_6} => Integer
|
|
1319
1357
|
#
|
|
1320
1358
|
# @example Request syntax with placeholder values
|
|
1321
1359
|
#
|
|
@@ -1359,6 +1397,10 @@ module Aws::DirectConnect
|
|
|
1359
1397
|
# resp.rate_limiter_status.remaining #=> Integer
|
|
1360
1398
|
# resp.rate_limiter_status.total_bandwidth #=> String
|
|
1361
1399
|
# resp.partner_interconnect_mac_sec_capable #=> Boolean
|
|
1400
|
+
# resp.prefix_pool_size_ipv_4 #=> Integer
|
|
1401
|
+
# resp.prefix_pool_size_ipv_6 #=> Integer
|
|
1402
|
+
# resp.prefix_pool_unallocated_count_ipv_4 #=> Integer
|
|
1403
|
+
# resp.prefix_pool_unallocated_count_ipv_6 #=> Integer
|
|
1362
1404
|
#
|
|
1363
1405
|
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/AssociateHostedConnection AWS API Documentation
|
|
1364
1406
|
#
|
|
@@ -1505,6 +1547,8 @@ module Aws::DirectConnect
|
|
|
1505
1547
|
# * {Types::VirtualInterface#aws_logical_device_id #aws_logical_device_id} => String
|
|
1506
1548
|
# * {Types::VirtualInterface#tags #tags} => Array<Types::Tag>
|
|
1507
1549
|
# * {Types::VirtualInterface#site_link_enabled #site_link_enabled} => Boolean
|
|
1550
|
+
# * {Types::VirtualInterface#prefix_pool_allocated_count_ipv_4 #prefix_pool_allocated_count_ipv_4} => Integer
|
|
1551
|
+
# * {Types::VirtualInterface#prefix_pool_allocated_count_ipv_6 #prefix_pool_allocated_count_ipv_6} => Integer
|
|
1508
1552
|
# * {Types::VirtualInterface#rate_limit #rate_limit} => String
|
|
1509
1553
|
#
|
|
1510
1554
|
# @example Request syntax with placeholder values
|
|
@@ -1557,6 +1601,8 @@ module Aws::DirectConnect
|
|
|
1557
1601
|
# resp.tags[0].key #=> String
|
|
1558
1602
|
# resp.tags[0].value #=> String
|
|
1559
1603
|
# resp.site_link_enabled #=> Boolean
|
|
1604
|
+
# resp.prefix_pool_allocated_count_ipv_4 #=> Integer
|
|
1605
|
+
# resp.prefix_pool_allocated_count_ipv_6 #=> Integer
|
|
1560
1606
|
# resp.rate_limit #=> String
|
|
1561
1607
|
#
|
|
1562
1608
|
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/AssociateVirtualInterface AWS API Documentation
|
|
@@ -1838,6 +1884,8 @@ module Aws::DirectConnect
|
|
|
1838
1884
|
# resp.virtual_interface.tags[0].key #=> String
|
|
1839
1885
|
# resp.virtual_interface.tags[0].value #=> String
|
|
1840
1886
|
# resp.virtual_interface.site_link_enabled #=> Boolean
|
|
1887
|
+
# resp.virtual_interface.prefix_pool_allocated_count_ipv_4 #=> Integer
|
|
1888
|
+
# resp.virtual_interface.prefix_pool_allocated_count_ipv_6 #=> Integer
|
|
1841
1889
|
# resp.virtual_interface.rate_limit #=> String
|
|
1842
1890
|
#
|
|
1843
1891
|
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/CreateBGPPeer AWS API Documentation
|
|
@@ -1921,6 +1969,10 @@ module Aws::DirectConnect
|
|
|
1921
1969
|
# * {Types::Connection#mac_sec_keys #mac_sec_keys} => Array<Types::MacSecKey>
|
|
1922
1970
|
# * {Types::Connection#rate_limiter_status #rate_limiter_status} => Types::RateLimiterStatus
|
|
1923
1971
|
# * {Types::Connection#partner_interconnect_mac_sec_capable #partner_interconnect_mac_sec_capable} => Boolean
|
|
1972
|
+
# * {Types::Connection#prefix_pool_size_ipv_4 #prefix_pool_size_ipv_4} => Integer
|
|
1973
|
+
# * {Types::Connection#prefix_pool_size_ipv_6 #prefix_pool_size_ipv_6} => Integer
|
|
1974
|
+
# * {Types::Connection#prefix_pool_unallocated_count_ipv_4 #prefix_pool_unallocated_count_ipv_4} => Integer
|
|
1975
|
+
# * {Types::Connection#prefix_pool_unallocated_count_ipv_6 #prefix_pool_unallocated_count_ipv_6} => Integer
|
|
1924
1976
|
#
|
|
1925
1977
|
# @example Request syntax with placeholder values
|
|
1926
1978
|
#
|
|
@@ -1974,6 +2026,10 @@ module Aws::DirectConnect
|
|
|
1974
2026
|
# resp.rate_limiter_status.remaining #=> Integer
|
|
1975
2027
|
# resp.rate_limiter_status.total_bandwidth #=> String
|
|
1976
2028
|
# resp.partner_interconnect_mac_sec_capable #=> Boolean
|
|
2029
|
+
# resp.prefix_pool_size_ipv_4 #=> Integer
|
|
2030
|
+
# resp.prefix_pool_size_ipv_6 #=> Integer
|
|
2031
|
+
# resp.prefix_pool_unallocated_count_ipv_4 #=> Integer
|
|
2032
|
+
# resp.prefix_pool_unallocated_count_ipv_6 #=> Integer
|
|
1977
2033
|
#
|
|
1978
2034
|
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/CreateConnection AWS API Documentation
|
|
1979
2035
|
#
|
|
@@ -2031,6 +2087,7 @@ module Aws::DirectConnect
|
|
|
2031
2087
|
# resp.direct_connect_gateway.owner_account #=> String
|
|
2032
2088
|
# resp.direct_connect_gateway.direct_connect_gateway_state #=> String, one of "pending", "available", "deleting", "deleted"
|
|
2033
2089
|
# resp.direct_connect_gateway.state_change_error #=> String
|
|
2090
|
+
# resp.direct_connect_gateway.total_prefix_pool_allocations #=> Integer
|
|
2034
2091
|
# resp.direct_connect_gateway.tags #=> Array
|
|
2035
2092
|
# resp.direct_connect_gateway.tags[0].key #=> String
|
|
2036
2093
|
# resp.direct_connect_gateway.tags[0].value #=> String
|
|
@@ -2403,6 +2460,10 @@ module Aws::DirectConnect
|
|
|
2403
2460
|
# * {Types::Lag#mac_sec_capable #mac_sec_capable} => Boolean
|
|
2404
2461
|
# * {Types::Lag#encryption_mode #encryption_mode} => String
|
|
2405
2462
|
# * {Types::Lag#mac_sec_keys #mac_sec_keys} => Array<Types::MacSecKey>
|
|
2463
|
+
# * {Types::Lag#prefix_pool_size_ipv_4 #prefix_pool_size_ipv_4} => Integer
|
|
2464
|
+
# * {Types::Lag#prefix_pool_size_ipv_6 #prefix_pool_size_ipv_6} => Integer
|
|
2465
|
+
# * {Types::Lag#prefix_pool_unallocated_count_ipv_4 #prefix_pool_unallocated_count_ipv_4} => Integer
|
|
2466
|
+
# * {Types::Lag#prefix_pool_unallocated_count_ipv_6 #prefix_pool_unallocated_count_ipv_6} => Integer
|
|
2406
2467
|
# * {Types::Lag#rate_limiter_status #rate_limiter_status} => Types::RateLimiterStatus
|
|
2407
2468
|
#
|
|
2408
2469
|
# @example Request syntax with placeholder values
|
|
@@ -2477,6 +2538,10 @@ module Aws::DirectConnect
|
|
|
2477
2538
|
# resp.connections[0].rate_limiter_status.remaining #=> Integer
|
|
2478
2539
|
# resp.connections[0].rate_limiter_status.total_bandwidth #=> String
|
|
2479
2540
|
# resp.connections[0].partner_interconnect_mac_sec_capable #=> Boolean
|
|
2541
|
+
# resp.connections[0].prefix_pool_size_ipv_4 #=> Integer
|
|
2542
|
+
# resp.connections[0].prefix_pool_size_ipv_6 #=> Integer
|
|
2543
|
+
# resp.connections[0].prefix_pool_unallocated_count_ipv_4 #=> Integer
|
|
2544
|
+
# resp.connections[0].prefix_pool_unallocated_count_ipv_6 #=> Integer
|
|
2480
2545
|
# resp.allows_hosted_connections #=> Boolean
|
|
2481
2546
|
# resp.jumbo_frame_capable #=> Boolean
|
|
2482
2547
|
# resp.has_logical_redundancy #=> String, one of "unknown", "yes", "no"
|
|
@@ -2491,6 +2556,10 @@ module Aws::DirectConnect
|
|
|
2491
2556
|
# resp.mac_sec_keys[0].ckn #=> String
|
|
2492
2557
|
# resp.mac_sec_keys[0].state #=> String
|
|
2493
2558
|
# resp.mac_sec_keys[0].start_on #=> String
|
|
2559
|
+
# resp.prefix_pool_size_ipv_4 #=> Integer
|
|
2560
|
+
# resp.prefix_pool_size_ipv_6 #=> Integer
|
|
2561
|
+
# resp.prefix_pool_unallocated_count_ipv_4 #=> Integer
|
|
2562
|
+
# resp.prefix_pool_unallocated_count_ipv_6 #=> Integer
|
|
2494
2563
|
# resp.rate_limiter_status.max_allowed #=> Integer
|
|
2495
2564
|
# resp.rate_limiter_status.in_use #=> Integer
|
|
2496
2565
|
# resp.rate_limiter_status.remaining #=> Integer
|
|
@@ -2558,6 +2627,8 @@ module Aws::DirectConnect
|
|
|
2558
2627
|
# * {Types::VirtualInterface#aws_logical_device_id #aws_logical_device_id} => String
|
|
2559
2628
|
# * {Types::VirtualInterface#tags #tags} => Array<Types::Tag>
|
|
2560
2629
|
# * {Types::VirtualInterface#site_link_enabled #site_link_enabled} => Boolean
|
|
2630
|
+
# * {Types::VirtualInterface#prefix_pool_allocated_count_ipv_4 #prefix_pool_allocated_count_ipv_4} => Integer
|
|
2631
|
+
# * {Types::VirtualInterface#prefix_pool_allocated_count_ipv_6 #prefix_pool_allocated_count_ipv_6} => Integer
|
|
2561
2632
|
# * {Types::VirtualInterface#rate_limit #rate_limit} => String
|
|
2562
2633
|
#
|
|
2563
2634
|
# @example Request syntax with placeholder values
|
|
@@ -2583,6 +2654,8 @@ module Aws::DirectConnect
|
|
|
2583
2654
|
# },
|
|
2584
2655
|
# ],
|
|
2585
2656
|
# enable_site_link: false,
|
|
2657
|
+
# prefix_pool_allocated_count_ipv_4: 1,
|
|
2658
|
+
# prefix_pool_allocated_count_ipv_6: 1,
|
|
2586
2659
|
# rate_limit: "RateLimit",
|
|
2587
2660
|
# },
|
|
2588
2661
|
# })
|
|
@@ -2630,6 +2703,8 @@ module Aws::DirectConnect
|
|
|
2630
2703
|
# resp.tags[0].key #=> String
|
|
2631
2704
|
# resp.tags[0].value #=> String
|
|
2632
2705
|
# resp.site_link_enabled #=> Boolean
|
|
2706
|
+
# resp.prefix_pool_allocated_count_ipv_4 #=> Integer
|
|
2707
|
+
# resp.prefix_pool_allocated_count_ipv_6 #=> Integer
|
|
2633
2708
|
# resp.rate_limit #=> String
|
|
2634
2709
|
#
|
|
2635
2710
|
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/CreatePrivateVirtualInterface AWS API Documentation
|
|
@@ -2685,6 +2760,8 @@ module Aws::DirectConnect
|
|
|
2685
2760
|
# * {Types::VirtualInterface#aws_logical_device_id #aws_logical_device_id} => String
|
|
2686
2761
|
# * {Types::VirtualInterface#tags #tags} => Array<Types::Tag>
|
|
2687
2762
|
# * {Types::VirtualInterface#site_link_enabled #site_link_enabled} => Boolean
|
|
2763
|
+
# * {Types::VirtualInterface#prefix_pool_allocated_count_ipv_4 #prefix_pool_allocated_count_ipv_4} => Integer
|
|
2764
|
+
# * {Types::VirtualInterface#prefix_pool_allocated_count_ipv_6 #prefix_pool_allocated_count_ipv_6} => Integer
|
|
2688
2765
|
# * {Types::VirtualInterface#rate_limit #rate_limit} => String
|
|
2689
2766
|
#
|
|
2690
2767
|
# @example Request syntax with placeholder values
|
|
@@ -2758,6 +2835,8 @@ module Aws::DirectConnect
|
|
|
2758
2835
|
# resp.tags[0].key #=> String
|
|
2759
2836
|
# resp.tags[0].value #=> String
|
|
2760
2837
|
# resp.site_link_enabled #=> Boolean
|
|
2838
|
+
# resp.prefix_pool_allocated_count_ipv_4 #=> Integer
|
|
2839
|
+
# resp.prefix_pool_allocated_count_ipv_6 #=> Integer
|
|
2761
2840
|
# resp.rate_limit #=> String
|
|
2762
2841
|
#
|
|
2763
2842
|
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/CreatePublicVirtualInterface AWS API Documentation
|
|
@@ -2823,6 +2902,8 @@ module Aws::DirectConnect
|
|
|
2823
2902
|
# },
|
|
2824
2903
|
# ],
|
|
2825
2904
|
# enable_site_link: false,
|
|
2905
|
+
# prefix_pool_allocated_count_ipv_4: 1,
|
|
2906
|
+
# prefix_pool_allocated_count_ipv_6: 1,
|
|
2826
2907
|
# rate_limit: "RateLimit",
|
|
2827
2908
|
# },
|
|
2828
2909
|
# })
|
|
@@ -2870,6 +2951,8 @@ module Aws::DirectConnect
|
|
|
2870
2951
|
# resp.virtual_interface.tags[0].key #=> String
|
|
2871
2952
|
# resp.virtual_interface.tags[0].value #=> String
|
|
2872
2953
|
# resp.virtual_interface.site_link_enabled #=> Boolean
|
|
2954
|
+
# resp.virtual_interface.prefix_pool_allocated_count_ipv_4 #=> Integer
|
|
2955
|
+
# resp.virtual_interface.prefix_pool_allocated_count_ipv_6 #=> Integer
|
|
2873
2956
|
# resp.virtual_interface.rate_limit #=> String
|
|
2874
2957
|
#
|
|
2875
2958
|
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/CreateTransitVirtualInterface AWS API Documentation
|
|
@@ -2993,6 +3076,8 @@ module Aws::DirectConnect
|
|
|
2993
3076
|
# resp.virtual_interface.tags[0].key #=> String
|
|
2994
3077
|
# resp.virtual_interface.tags[0].value #=> String
|
|
2995
3078
|
# resp.virtual_interface.site_link_enabled #=> Boolean
|
|
3079
|
+
# resp.virtual_interface.prefix_pool_allocated_count_ipv_4 #=> Integer
|
|
3080
|
+
# resp.virtual_interface.prefix_pool_allocated_count_ipv_6 #=> Integer
|
|
2996
3081
|
# resp.virtual_interface.rate_limit #=> String
|
|
2997
3082
|
#
|
|
2998
3083
|
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DeleteBGPPeer AWS API Documentation
|
|
@@ -3040,6 +3125,10 @@ module Aws::DirectConnect
|
|
|
3040
3125
|
# * {Types::Connection#mac_sec_keys #mac_sec_keys} => Array<Types::MacSecKey>
|
|
3041
3126
|
# * {Types::Connection#rate_limiter_status #rate_limiter_status} => Types::RateLimiterStatus
|
|
3042
3127
|
# * {Types::Connection#partner_interconnect_mac_sec_capable #partner_interconnect_mac_sec_capable} => Boolean
|
|
3128
|
+
# * {Types::Connection#prefix_pool_size_ipv_4 #prefix_pool_size_ipv_4} => Integer
|
|
3129
|
+
# * {Types::Connection#prefix_pool_size_ipv_6 #prefix_pool_size_ipv_6} => Integer
|
|
3130
|
+
# * {Types::Connection#prefix_pool_unallocated_count_ipv_4 #prefix_pool_unallocated_count_ipv_4} => Integer
|
|
3131
|
+
# * {Types::Connection#prefix_pool_unallocated_count_ipv_6 #prefix_pool_unallocated_count_ipv_6} => Integer
|
|
3043
3132
|
#
|
|
3044
3133
|
# @example Request syntax with placeholder values
|
|
3045
3134
|
#
|
|
@@ -3082,6 +3171,10 @@ module Aws::DirectConnect
|
|
|
3082
3171
|
# resp.rate_limiter_status.remaining #=> Integer
|
|
3083
3172
|
# resp.rate_limiter_status.total_bandwidth #=> String
|
|
3084
3173
|
# resp.partner_interconnect_mac_sec_capable #=> Boolean
|
|
3174
|
+
# resp.prefix_pool_size_ipv_4 #=> Integer
|
|
3175
|
+
# resp.prefix_pool_size_ipv_6 #=> Integer
|
|
3176
|
+
# resp.prefix_pool_unallocated_count_ipv_4 #=> Integer
|
|
3177
|
+
# resp.prefix_pool_unallocated_count_ipv_6 #=> Integer
|
|
3085
3178
|
#
|
|
3086
3179
|
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DeleteConnection AWS API Documentation
|
|
3087
3180
|
#
|
|
@@ -3118,6 +3211,7 @@ module Aws::DirectConnect
|
|
|
3118
3211
|
# resp.direct_connect_gateway.owner_account #=> String
|
|
3119
3212
|
# resp.direct_connect_gateway.direct_connect_gateway_state #=> String, one of "pending", "available", "deleting", "deleted"
|
|
3120
3213
|
# resp.direct_connect_gateway.state_change_error #=> String
|
|
3214
|
+
# resp.direct_connect_gateway.total_prefix_pool_allocations #=> Integer
|
|
3121
3215
|
# resp.direct_connect_gateway.tags #=> Array
|
|
3122
3216
|
# resp.direct_connect_gateway.tags[0].key #=> String
|
|
3123
3217
|
# resp.direct_connect_gateway.tags[0].value #=> String
|
|
@@ -3290,6 +3384,10 @@ module Aws::DirectConnect
|
|
|
3290
3384
|
# * {Types::Lag#mac_sec_capable #mac_sec_capable} => Boolean
|
|
3291
3385
|
# * {Types::Lag#encryption_mode #encryption_mode} => String
|
|
3292
3386
|
# * {Types::Lag#mac_sec_keys #mac_sec_keys} => Array<Types::MacSecKey>
|
|
3387
|
+
# * {Types::Lag#prefix_pool_size_ipv_4 #prefix_pool_size_ipv_4} => Integer
|
|
3388
|
+
# * {Types::Lag#prefix_pool_size_ipv_6 #prefix_pool_size_ipv_6} => Integer
|
|
3389
|
+
# * {Types::Lag#prefix_pool_unallocated_count_ipv_4 #prefix_pool_unallocated_count_ipv_4} => Integer
|
|
3390
|
+
# * {Types::Lag#prefix_pool_unallocated_count_ipv_6 #prefix_pool_unallocated_count_ipv_6} => Integer
|
|
3293
3391
|
# * {Types::Lag#rate_limiter_status #rate_limiter_status} => Types::RateLimiterStatus
|
|
3294
3392
|
#
|
|
3295
3393
|
# @example Request syntax with placeholder values
|
|
@@ -3346,6 +3444,10 @@ module Aws::DirectConnect
|
|
|
3346
3444
|
# resp.connections[0].rate_limiter_status.remaining #=> Integer
|
|
3347
3445
|
# resp.connections[0].rate_limiter_status.total_bandwidth #=> String
|
|
3348
3446
|
# resp.connections[0].partner_interconnect_mac_sec_capable #=> Boolean
|
|
3447
|
+
# resp.connections[0].prefix_pool_size_ipv_4 #=> Integer
|
|
3448
|
+
# resp.connections[0].prefix_pool_size_ipv_6 #=> Integer
|
|
3449
|
+
# resp.connections[0].prefix_pool_unallocated_count_ipv_4 #=> Integer
|
|
3450
|
+
# resp.connections[0].prefix_pool_unallocated_count_ipv_6 #=> Integer
|
|
3349
3451
|
# resp.allows_hosted_connections #=> Boolean
|
|
3350
3452
|
# resp.jumbo_frame_capable #=> Boolean
|
|
3351
3453
|
# resp.has_logical_redundancy #=> String, one of "unknown", "yes", "no"
|
|
@@ -3360,6 +3462,10 @@ module Aws::DirectConnect
|
|
|
3360
3462
|
# resp.mac_sec_keys[0].ckn #=> String
|
|
3361
3463
|
# resp.mac_sec_keys[0].state #=> String
|
|
3362
3464
|
# resp.mac_sec_keys[0].start_on #=> String
|
|
3465
|
+
# resp.prefix_pool_size_ipv_4 #=> Integer
|
|
3466
|
+
# resp.prefix_pool_size_ipv_6 #=> Integer
|
|
3467
|
+
# resp.prefix_pool_unallocated_count_ipv_4 #=> Integer
|
|
3468
|
+
# resp.prefix_pool_unallocated_count_ipv_6 #=> Integer
|
|
3363
3469
|
# resp.rate_limiter_status.max_allowed #=> Integer
|
|
3364
3470
|
# resp.rate_limiter_status.in_use #=> Integer
|
|
3365
3471
|
# resp.rate_limiter_status.remaining #=> Integer
|
|
@@ -3523,6 +3629,10 @@ module Aws::DirectConnect
|
|
|
3523
3629
|
# resp.connections[0].rate_limiter_status.remaining #=> Integer
|
|
3524
3630
|
# resp.connections[0].rate_limiter_status.total_bandwidth #=> String
|
|
3525
3631
|
# resp.connections[0].partner_interconnect_mac_sec_capable #=> Boolean
|
|
3632
|
+
# resp.connections[0].prefix_pool_size_ipv_4 #=> Integer
|
|
3633
|
+
# resp.connections[0].prefix_pool_size_ipv_6 #=> Integer
|
|
3634
|
+
# resp.connections[0].prefix_pool_unallocated_count_ipv_4 #=> Integer
|
|
3635
|
+
# resp.connections[0].prefix_pool_unallocated_count_ipv_6 #=> Integer
|
|
3526
3636
|
# resp.next_token #=> String
|
|
3527
3637
|
#
|
|
3528
3638
|
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeConnections AWS API Documentation
|
|
@@ -3595,6 +3705,10 @@ module Aws::DirectConnect
|
|
|
3595
3705
|
# resp.connections[0].rate_limiter_status.remaining #=> Integer
|
|
3596
3706
|
# resp.connections[0].rate_limiter_status.total_bandwidth #=> String
|
|
3597
3707
|
# resp.connections[0].partner_interconnect_mac_sec_capable #=> Boolean
|
|
3708
|
+
# resp.connections[0].prefix_pool_size_ipv_4 #=> Integer
|
|
3709
|
+
# resp.connections[0].prefix_pool_size_ipv_6 #=> Integer
|
|
3710
|
+
# resp.connections[0].prefix_pool_unallocated_count_ipv_4 #=> Integer
|
|
3711
|
+
# resp.connections[0].prefix_pool_unallocated_count_ipv_6 #=> Integer
|
|
3598
3712
|
# resp.next_token #=> String
|
|
3599
3713
|
#
|
|
3600
3714
|
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeConnectionsOnInterconnect AWS API Documentation
|
|
@@ -3903,6 +4017,7 @@ module Aws::DirectConnect
|
|
|
3903
4017
|
# resp.direct_connect_gateways[0].owner_account #=> String
|
|
3904
4018
|
# resp.direct_connect_gateways[0].direct_connect_gateway_state #=> String, one of "pending", "available", "deleting", "deleted"
|
|
3905
4019
|
# resp.direct_connect_gateways[0].state_change_error #=> String
|
|
4020
|
+
# resp.direct_connect_gateways[0].total_prefix_pool_allocations #=> Integer
|
|
3906
4021
|
# resp.direct_connect_gateways[0].tags #=> Array
|
|
3907
4022
|
# resp.direct_connect_gateways[0].tags[0].key #=> String
|
|
3908
4023
|
# resp.direct_connect_gateways[0].tags[0].value #=> String
|
|
@@ -3987,6 +4102,10 @@ module Aws::DirectConnect
|
|
|
3987
4102
|
# resp.connections[0].rate_limiter_status.remaining #=> Integer
|
|
3988
4103
|
# resp.connections[0].rate_limiter_status.total_bandwidth #=> String
|
|
3989
4104
|
# resp.connections[0].partner_interconnect_mac_sec_capable #=> Boolean
|
|
4105
|
+
# resp.connections[0].prefix_pool_size_ipv_4 #=> Integer
|
|
4106
|
+
# resp.connections[0].prefix_pool_size_ipv_6 #=> Integer
|
|
4107
|
+
# resp.connections[0].prefix_pool_unallocated_count_ipv_4 #=> Integer
|
|
4108
|
+
# resp.connections[0].prefix_pool_unallocated_count_ipv_6 #=> Integer
|
|
3990
4109
|
# resp.next_token #=> String
|
|
3991
4110
|
#
|
|
3992
4111
|
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeHostedConnections AWS API Documentation
|
|
@@ -4200,6 +4319,10 @@ module Aws::DirectConnect
|
|
|
4200
4319
|
# resp.lags[0].connections[0].rate_limiter_status.remaining #=> Integer
|
|
4201
4320
|
# resp.lags[0].connections[0].rate_limiter_status.total_bandwidth #=> String
|
|
4202
4321
|
# resp.lags[0].connections[0].partner_interconnect_mac_sec_capable #=> Boolean
|
|
4322
|
+
# resp.lags[0].connections[0].prefix_pool_size_ipv_4 #=> Integer
|
|
4323
|
+
# resp.lags[0].connections[0].prefix_pool_size_ipv_6 #=> Integer
|
|
4324
|
+
# resp.lags[0].connections[0].prefix_pool_unallocated_count_ipv_4 #=> Integer
|
|
4325
|
+
# resp.lags[0].connections[0].prefix_pool_unallocated_count_ipv_6 #=> Integer
|
|
4203
4326
|
# resp.lags[0].allows_hosted_connections #=> Boolean
|
|
4204
4327
|
# resp.lags[0].jumbo_frame_capable #=> Boolean
|
|
4205
4328
|
# resp.lags[0].has_logical_redundancy #=> String, one of "unknown", "yes", "no"
|
|
@@ -4214,6 +4337,10 @@ module Aws::DirectConnect
|
|
|
4214
4337
|
# resp.lags[0].mac_sec_keys[0].ckn #=> String
|
|
4215
4338
|
# resp.lags[0].mac_sec_keys[0].state #=> String
|
|
4216
4339
|
# resp.lags[0].mac_sec_keys[0].start_on #=> String
|
|
4340
|
+
# resp.lags[0].prefix_pool_size_ipv_4 #=> Integer
|
|
4341
|
+
# resp.lags[0].prefix_pool_size_ipv_6 #=> Integer
|
|
4342
|
+
# resp.lags[0].prefix_pool_unallocated_count_ipv_4 #=> Integer
|
|
4343
|
+
# resp.lags[0].prefix_pool_unallocated_count_ipv_6 #=> Integer
|
|
4217
4344
|
# resp.lags[0].rate_limiter_status.max_allowed #=> Integer
|
|
4218
4345
|
# resp.lags[0].rate_limiter_status.in_use #=> Integer
|
|
4219
4346
|
# resp.lags[0].rate_limiter_status.remaining #=> Integer
|
|
@@ -4517,6 +4644,8 @@ module Aws::DirectConnect
|
|
|
4517
4644
|
# resp.virtual_interfaces[0].tags[0].key #=> String
|
|
4518
4645
|
# resp.virtual_interfaces[0].tags[0].value #=> String
|
|
4519
4646
|
# resp.virtual_interfaces[0].site_link_enabled #=> Boolean
|
|
4647
|
+
# resp.virtual_interfaces[0].prefix_pool_allocated_count_ipv_4 #=> Integer
|
|
4648
|
+
# resp.virtual_interfaces[0].prefix_pool_allocated_count_ipv_6 #=> Integer
|
|
4520
4649
|
# resp.virtual_interfaces[0].rate_limit #=> String
|
|
4521
4650
|
# resp.next_token #=> String
|
|
4522
4651
|
#
|
|
@@ -4575,6 +4704,10 @@ module Aws::DirectConnect
|
|
|
4575
4704
|
# * {Types::Connection#mac_sec_keys #mac_sec_keys} => Array<Types::MacSecKey>
|
|
4576
4705
|
# * {Types::Connection#rate_limiter_status #rate_limiter_status} => Types::RateLimiterStatus
|
|
4577
4706
|
# * {Types::Connection#partner_interconnect_mac_sec_capable #partner_interconnect_mac_sec_capable} => Boolean
|
|
4707
|
+
# * {Types::Connection#prefix_pool_size_ipv_4 #prefix_pool_size_ipv_4} => Integer
|
|
4708
|
+
# * {Types::Connection#prefix_pool_size_ipv_6 #prefix_pool_size_ipv_6} => Integer
|
|
4709
|
+
# * {Types::Connection#prefix_pool_unallocated_count_ipv_4 #prefix_pool_unallocated_count_ipv_4} => Integer
|
|
4710
|
+
# * {Types::Connection#prefix_pool_unallocated_count_ipv_6 #prefix_pool_unallocated_count_ipv_6} => Integer
|
|
4578
4711
|
#
|
|
4579
4712
|
# @example Request syntax with placeholder values
|
|
4580
4713
|
#
|
|
@@ -4618,6 +4751,10 @@ module Aws::DirectConnect
|
|
|
4618
4751
|
# resp.rate_limiter_status.remaining #=> Integer
|
|
4619
4752
|
# resp.rate_limiter_status.total_bandwidth #=> String
|
|
4620
4753
|
# resp.partner_interconnect_mac_sec_capable #=> Boolean
|
|
4754
|
+
# resp.prefix_pool_size_ipv_4 #=> Integer
|
|
4755
|
+
# resp.prefix_pool_size_ipv_6 #=> Integer
|
|
4756
|
+
# resp.prefix_pool_unallocated_count_ipv_4 #=> Integer
|
|
4757
|
+
# resp.prefix_pool_unallocated_count_ipv_6 #=> Integer
|
|
4621
4758
|
#
|
|
4622
4759
|
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DisassociateConnectionFromLag AWS API Documentation
|
|
4623
4760
|
#
|
|
@@ -5026,6 +5163,10 @@ module Aws::DirectConnect
|
|
|
5026
5163
|
# * {Types::Connection#mac_sec_keys #mac_sec_keys} => Array<Types::MacSecKey>
|
|
5027
5164
|
# * {Types::Connection#rate_limiter_status #rate_limiter_status} => Types::RateLimiterStatus
|
|
5028
5165
|
# * {Types::Connection#partner_interconnect_mac_sec_capable #partner_interconnect_mac_sec_capable} => Boolean
|
|
5166
|
+
# * {Types::Connection#prefix_pool_size_ipv_4 #prefix_pool_size_ipv_4} => Integer
|
|
5167
|
+
# * {Types::Connection#prefix_pool_size_ipv_6 #prefix_pool_size_ipv_6} => Integer
|
|
5168
|
+
# * {Types::Connection#prefix_pool_unallocated_count_ipv_4 #prefix_pool_unallocated_count_ipv_4} => Integer
|
|
5169
|
+
# * {Types::Connection#prefix_pool_unallocated_count_ipv_6 #prefix_pool_unallocated_count_ipv_6} => Integer
|
|
5029
5170
|
#
|
|
5030
5171
|
# @example Request syntax with placeholder values
|
|
5031
5172
|
#
|
|
@@ -5070,6 +5211,10 @@ module Aws::DirectConnect
|
|
|
5070
5211
|
# resp.rate_limiter_status.remaining #=> Integer
|
|
5071
5212
|
# resp.rate_limiter_status.total_bandwidth #=> String
|
|
5072
5213
|
# resp.partner_interconnect_mac_sec_capable #=> Boolean
|
|
5214
|
+
# resp.prefix_pool_size_ipv_4 #=> Integer
|
|
5215
|
+
# resp.prefix_pool_size_ipv_6 #=> Integer
|
|
5216
|
+
# resp.prefix_pool_unallocated_count_ipv_4 #=> Integer
|
|
5217
|
+
# resp.prefix_pool_unallocated_count_ipv_6 #=> Integer
|
|
5073
5218
|
#
|
|
5074
5219
|
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/UpdateConnection AWS API Documentation
|
|
5075
5220
|
#
|
|
@@ -5107,6 +5252,7 @@ module Aws::DirectConnect
|
|
|
5107
5252
|
# resp.direct_connect_gateway.owner_account #=> String
|
|
5108
5253
|
# resp.direct_connect_gateway.direct_connect_gateway_state #=> String, one of "pending", "available", "deleting", "deleted"
|
|
5109
5254
|
# resp.direct_connect_gateway.state_change_error #=> String
|
|
5255
|
+
# resp.direct_connect_gateway.total_prefix_pool_allocations #=> Integer
|
|
5110
5256
|
# resp.direct_connect_gateway.tags #=> Array
|
|
5111
5257
|
# resp.direct_connect_gateway.tags[0].key #=> String
|
|
5112
5258
|
# resp.direct_connect_gateway.tags[0].value #=> String
|
|
@@ -5245,6 +5391,10 @@ module Aws::DirectConnect
|
|
|
5245
5391
|
# * {Types::Lag#mac_sec_capable #mac_sec_capable} => Boolean
|
|
5246
5392
|
# * {Types::Lag#encryption_mode #encryption_mode} => String
|
|
5247
5393
|
# * {Types::Lag#mac_sec_keys #mac_sec_keys} => Array<Types::MacSecKey>
|
|
5394
|
+
# * {Types::Lag#prefix_pool_size_ipv_4 #prefix_pool_size_ipv_4} => Integer
|
|
5395
|
+
# * {Types::Lag#prefix_pool_size_ipv_6 #prefix_pool_size_ipv_6} => Integer
|
|
5396
|
+
# * {Types::Lag#prefix_pool_unallocated_count_ipv_4 #prefix_pool_unallocated_count_ipv_4} => Integer
|
|
5397
|
+
# * {Types::Lag#prefix_pool_unallocated_count_ipv_6 #prefix_pool_unallocated_count_ipv_6} => Integer
|
|
5248
5398
|
# * {Types::Lag#rate_limiter_status #rate_limiter_status} => Types::RateLimiterStatus
|
|
5249
5399
|
#
|
|
5250
5400
|
# @example Request syntax with placeholder values
|
|
@@ -5304,6 +5454,10 @@ module Aws::DirectConnect
|
|
|
5304
5454
|
# resp.connections[0].rate_limiter_status.remaining #=> Integer
|
|
5305
5455
|
# resp.connections[0].rate_limiter_status.total_bandwidth #=> String
|
|
5306
5456
|
# resp.connections[0].partner_interconnect_mac_sec_capable #=> Boolean
|
|
5457
|
+
# resp.connections[0].prefix_pool_size_ipv_4 #=> Integer
|
|
5458
|
+
# resp.connections[0].prefix_pool_size_ipv_6 #=> Integer
|
|
5459
|
+
# resp.connections[0].prefix_pool_unallocated_count_ipv_4 #=> Integer
|
|
5460
|
+
# resp.connections[0].prefix_pool_unallocated_count_ipv_6 #=> Integer
|
|
5307
5461
|
# resp.allows_hosted_connections #=> Boolean
|
|
5308
5462
|
# resp.jumbo_frame_capable #=> Boolean
|
|
5309
5463
|
# resp.has_logical_redundancy #=> String, one of "unknown", "yes", "no"
|
|
@@ -5318,6 +5472,10 @@ module Aws::DirectConnect
|
|
|
5318
5472
|
# resp.mac_sec_keys[0].ckn #=> String
|
|
5319
5473
|
# resp.mac_sec_keys[0].state #=> String
|
|
5320
5474
|
# resp.mac_sec_keys[0].start_on #=> String
|
|
5475
|
+
# resp.prefix_pool_size_ipv_4 #=> Integer
|
|
5476
|
+
# resp.prefix_pool_size_ipv_6 #=> Integer
|
|
5477
|
+
# resp.prefix_pool_unallocated_count_ipv_4 #=> Integer
|
|
5478
|
+
# resp.prefix_pool_unallocated_count_ipv_6 #=> Integer
|
|
5321
5479
|
# resp.rate_limiter_status.max_allowed #=> Integer
|
|
5322
5480
|
# resp.rate_limiter_status.in_use #=> Integer
|
|
5323
5481
|
# resp.rate_limiter_status.remaining #=> Integer
|
|
@@ -5357,6 +5515,14 @@ module Aws::DirectConnect
|
|
|
5357
5515
|
# @option params [String] :virtual_interface_name
|
|
5358
5516
|
# The name of the virtual private interface.
|
|
5359
5517
|
#
|
|
5518
|
+
# @option params [Integer] :prefix_pool_allocated_count_ipv_4
|
|
5519
|
+
# The number of inbound IPv4 route prefixes to allocate to the virtual
|
|
5520
|
+
# interface. Not applicable to public virtual interfaces.
|
|
5521
|
+
#
|
|
5522
|
+
# @option params [Integer] :prefix_pool_allocated_count_ipv_6
|
|
5523
|
+
# The number of inbound IPv6 route prefixes to allocate to the virtual
|
|
5524
|
+
# interface. Not applicable to public virtual interfaces.
|
|
5525
|
+
#
|
|
5360
5526
|
# @option params [String] :rate_limit
|
|
5361
5527
|
# The rate limit (bandwidth allocation) to apply to the virtual
|
|
5362
5528
|
# interface. Use this to update the bandwidth allocation on an existing
|
|
@@ -5391,6 +5557,8 @@ module Aws::DirectConnect
|
|
|
5391
5557
|
# * {Types::VirtualInterface#aws_logical_device_id #aws_logical_device_id} => String
|
|
5392
5558
|
# * {Types::VirtualInterface#tags #tags} => Array<Types::Tag>
|
|
5393
5559
|
# * {Types::VirtualInterface#site_link_enabled #site_link_enabled} => Boolean
|
|
5560
|
+
# * {Types::VirtualInterface#prefix_pool_allocated_count_ipv_4 #prefix_pool_allocated_count_ipv_4} => Integer
|
|
5561
|
+
# * {Types::VirtualInterface#prefix_pool_allocated_count_ipv_6 #prefix_pool_allocated_count_ipv_6} => Integer
|
|
5394
5562
|
# * {Types::VirtualInterface#rate_limit #rate_limit} => String
|
|
5395
5563
|
#
|
|
5396
5564
|
# @example Request syntax with placeholder values
|
|
@@ -5400,6 +5568,8 @@ module Aws::DirectConnect
|
|
|
5400
5568
|
# mtu: 1,
|
|
5401
5569
|
# enable_site_link: false,
|
|
5402
5570
|
# virtual_interface_name: "VirtualInterfaceName",
|
|
5571
|
+
# prefix_pool_allocated_count_ipv_4: 1,
|
|
5572
|
+
# prefix_pool_allocated_count_ipv_6: 1,
|
|
5403
5573
|
# rate_limit: "RateLimit",
|
|
5404
5574
|
# })
|
|
5405
5575
|
#
|
|
@@ -5446,6 +5616,8 @@ module Aws::DirectConnect
|
|
|
5446
5616
|
# resp.tags[0].key #=> String
|
|
5447
5617
|
# resp.tags[0].value #=> String
|
|
5448
5618
|
# resp.site_link_enabled #=> Boolean
|
|
5619
|
+
# resp.prefix_pool_allocated_count_ipv_4 #=> Integer
|
|
5620
|
+
# resp.prefix_pool_allocated_count_ipv_6 #=> Integer
|
|
5449
5621
|
# resp.rate_limit #=> String
|
|
5450
5622
|
#
|
|
5451
5623
|
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/UpdateVirtualInterfaceAttributes AWS API Documentation
|
|
@@ -5475,7 +5647,7 @@ module Aws::DirectConnect
|
|
|
5475
5647
|
tracer: tracer
|
|
5476
5648
|
)
|
|
5477
5649
|
context[:gem_name] = 'aws-sdk-directconnect'
|
|
5478
|
-
context[:gem_version] = '1.
|
|
5650
|
+
context[:gem_version] = '1.115.0'
|
|
5479
5651
|
Seahorse::Client::Request.new(handlers, context)
|
|
5480
5652
|
end
|
|
5481
5653
|
|
|
@@ -212,6 +212,9 @@ module Aws::DirectConnect
|
|
|
212
212
|
Platform = Shapes::StringShape.new(name: 'Platform')
|
|
213
213
|
PortEncryptionStatus = Shapes::StringShape.new(name: 'PortEncryptionStatus')
|
|
214
214
|
PortSpeed = Shapes::StringShape.new(name: 'PortSpeed')
|
|
215
|
+
PrefixPoolAllocatedCount = Shapes::IntegerShape.new(name: 'PrefixPoolAllocatedCount')
|
|
216
|
+
PrefixPoolSize = Shapes::IntegerShape.new(name: 'PrefixPoolSize')
|
|
217
|
+
PrefixPoolUnallocatedCount = Shapes::IntegerShape.new(name: 'PrefixPoolUnallocatedCount')
|
|
215
218
|
ProviderList = Shapes::ListShape.new(name: 'ProviderList')
|
|
216
219
|
ProviderName = Shapes::StringShape.new(name: 'ProviderName')
|
|
217
220
|
RateLimit = Shapes::StringShape.new(name: 'RateLimit')
|
|
@@ -452,6 +455,10 @@ module Aws::DirectConnect
|
|
|
452
455
|
Connection.add_member(:mac_sec_keys, Shapes::ShapeRef.new(shape: MacSecKeyList, location_name: "macSecKeys"))
|
|
453
456
|
Connection.add_member(:rate_limiter_status, Shapes::ShapeRef.new(shape: RateLimiterStatus, location_name: "rateLimiterStatus"))
|
|
454
457
|
Connection.add_member(:partner_interconnect_mac_sec_capable, Shapes::ShapeRef.new(shape: PartnerInterconnectMacSecCapable, location_name: "partnerInterconnectMacSecCapable"))
|
|
458
|
+
Connection.add_member(:prefix_pool_size_ipv_4, Shapes::ShapeRef.new(shape: PrefixPoolSize, location_name: "prefixPoolSizeIpv4"))
|
|
459
|
+
Connection.add_member(:prefix_pool_size_ipv_6, Shapes::ShapeRef.new(shape: PrefixPoolSize, location_name: "prefixPoolSizeIpv6"))
|
|
460
|
+
Connection.add_member(:prefix_pool_unallocated_count_ipv_4, Shapes::ShapeRef.new(shape: PrefixPoolUnallocatedCount, location_name: "prefixPoolUnallocatedCountIpv4"))
|
|
461
|
+
Connection.add_member(:prefix_pool_unallocated_count_ipv_6, Shapes::ShapeRef.new(shape: PrefixPoolUnallocatedCount, location_name: "prefixPoolUnallocatedCountIpv6"))
|
|
455
462
|
Connection.struct_class = Types::Connection
|
|
456
463
|
|
|
457
464
|
ConnectionList.member = Shapes::ShapeRef.new(shape: Connection)
|
|
@@ -711,6 +718,7 @@ module Aws::DirectConnect
|
|
|
711
718
|
DirectConnectGateway.add_member(:owner_account, Shapes::ShapeRef.new(shape: OwnerAccount, location_name: "ownerAccount"))
|
|
712
719
|
DirectConnectGateway.add_member(:direct_connect_gateway_state, Shapes::ShapeRef.new(shape: DirectConnectGatewayState, location_name: "directConnectGatewayState"))
|
|
713
720
|
DirectConnectGateway.add_member(:state_change_error, Shapes::ShapeRef.new(shape: StateChangeError, location_name: "stateChangeError"))
|
|
721
|
+
DirectConnectGateway.add_member(:total_prefix_pool_allocations, Shapes::ShapeRef.new(shape: PrefixPoolAllocatedCount, location_name: "totalPrefixPoolAllocations"))
|
|
714
722
|
DirectConnectGateway.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
|
|
715
723
|
DirectConnectGateway.struct_class = Types::DirectConnectGateway
|
|
716
724
|
|
|
@@ -818,6 +826,10 @@ module Aws::DirectConnect
|
|
|
818
826
|
Lag.add_member(:mac_sec_capable, Shapes::ShapeRef.new(shape: MacSecCapable, location_name: "macSecCapable"))
|
|
819
827
|
Lag.add_member(:encryption_mode, Shapes::ShapeRef.new(shape: EncryptionMode, location_name: "encryptionMode"))
|
|
820
828
|
Lag.add_member(:mac_sec_keys, Shapes::ShapeRef.new(shape: MacSecKeyList, location_name: "macSecKeys"))
|
|
829
|
+
Lag.add_member(:prefix_pool_size_ipv_4, Shapes::ShapeRef.new(shape: PrefixPoolSize, location_name: "prefixPoolSizeIpv4"))
|
|
830
|
+
Lag.add_member(:prefix_pool_size_ipv_6, Shapes::ShapeRef.new(shape: PrefixPoolSize, location_name: "prefixPoolSizeIpv6"))
|
|
831
|
+
Lag.add_member(:prefix_pool_unallocated_count_ipv_4, Shapes::ShapeRef.new(shape: PrefixPoolUnallocatedCount, location_name: "prefixPoolUnallocatedCountIpv4"))
|
|
832
|
+
Lag.add_member(:prefix_pool_unallocated_count_ipv_6, Shapes::ShapeRef.new(shape: PrefixPoolUnallocatedCount, location_name: "prefixPoolUnallocatedCountIpv6"))
|
|
821
833
|
Lag.add_member(:rate_limiter_status, Shapes::ShapeRef.new(shape: RateLimiterStatus, location_name: "rateLimiterStatus"))
|
|
822
834
|
Lag.struct_class = Types::Lag
|
|
823
835
|
|
|
@@ -898,6 +910,8 @@ module Aws::DirectConnect
|
|
|
898
910
|
NewPrivateVirtualInterface.add_member(:direct_connect_gateway_id, Shapes::ShapeRef.new(shape: DirectConnectGatewayId, location_name: "directConnectGatewayId"))
|
|
899
911
|
NewPrivateVirtualInterface.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
|
|
900
912
|
NewPrivateVirtualInterface.add_member(:enable_site_link, Shapes::ShapeRef.new(shape: EnableSiteLink, location_name: "enableSiteLink"))
|
|
913
|
+
NewPrivateVirtualInterface.add_member(:prefix_pool_allocated_count_ipv_4, Shapes::ShapeRef.new(shape: PrefixPoolAllocatedCount, location_name: "prefixPoolAllocatedCountIpv4"))
|
|
914
|
+
NewPrivateVirtualInterface.add_member(:prefix_pool_allocated_count_ipv_6, Shapes::ShapeRef.new(shape: PrefixPoolAllocatedCount, location_name: "prefixPoolAllocatedCountIpv6"))
|
|
901
915
|
NewPrivateVirtualInterface.add_member(:rate_limit, Shapes::ShapeRef.new(shape: RateLimit, location_name: "rateLimit"))
|
|
902
916
|
NewPrivateVirtualInterface.struct_class = Types::NewPrivateVirtualInterface
|
|
903
917
|
|
|
@@ -952,6 +966,8 @@ module Aws::DirectConnect
|
|
|
952
966
|
NewTransitVirtualInterface.add_member(:direct_connect_gateway_id, Shapes::ShapeRef.new(shape: DirectConnectGatewayId, location_name: "directConnectGatewayId"))
|
|
953
967
|
NewTransitVirtualInterface.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
|
|
954
968
|
NewTransitVirtualInterface.add_member(:enable_site_link, Shapes::ShapeRef.new(shape: EnableSiteLink, location_name: "enableSiteLink"))
|
|
969
|
+
NewTransitVirtualInterface.add_member(:prefix_pool_allocated_count_ipv_4, Shapes::ShapeRef.new(shape: PrefixPoolAllocatedCount, location_name: "prefixPoolAllocatedCountIpv4"))
|
|
970
|
+
NewTransitVirtualInterface.add_member(:prefix_pool_allocated_count_ipv_6, Shapes::ShapeRef.new(shape: PrefixPoolAllocatedCount, location_name: "prefixPoolAllocatedCountIpv6"))
|
|
955
971
|
NewTransitVirtualInterface.add_member(:rate_limit, Shapes::ShapeRef.new(shape: RateLimit, location_name: "rateLimit"))
|
|
956
972
|
NewTransitVirtualInterface.struct_class = Types::NewTransitVirtualInterface
|
|
957
973
|
|
|
@@ -1083,6 +1099,8 @@ module Aws::DirectConnect
|
|
|
1083
1099
|
UpdateVirtualInterfaceAttributesRequest.add_member(:mtu, Shapes::ShapeRef.new(shape: MTU, location_name: "mtu"))
|
|
1084
1100
|
UpdateVirtualInterfaceAttributesRequest.add_member(:enable_site_link, Shapes::ShapeRef.new(shape: EnableSiteLink, location_name: "enableSiteLink"))
|
|
1085
1101
|
UpdateVirtualInterfaceAttributesRequest.add_member(:virtual_interface_name, Shapes::ShapeRef.new(shape: VirtualInterfaceName, location_name: "virtualInterfaceName"))
|
|
1102
|
+
UpdateVirtualInterfaceAttributesRequest.add_member(:prefix_pool_allocated_count_ipv_4, Shapes::ShapeRef.new(shape: PrefixPoolAllocatedCount, location_name: "prefixPoolAllocatedCountIpv4"))
|
|
1103
|
+
UpdateVirtualInterfaceAttributesRequest.add_member(:prefix_pool_allocated_count_ipv_6, Shapes::ShapeRef.new(shape: PrefixPoolAllocatedCount, location_name: "prefixPoolAllocatedCountIpv6"))
|
|
1086
1104
|
UpdateVirtualInterfaceAttributesRequest.add_member(:rate_limit, Shapes::ShapeRef.new(shape: RateLimit, location_name: "rateLimit"))
|
|
1087
1105
|
UpdateVirtualInterfaceAttributesRequest.struct_class = Types::UpdateVirtualInterfaceAttributesRequest
|
|
1088
1106
|
|
|
@@ -1122,6 +1140,8 @@ module Aws::DirectConnect
|
|
|
1122
1140
|
VirtualInterface.add_member(:aws_logical_device_id, Shapes::ShapeRef.new(shape: AwsLogicalDeviceId, location_name: "awsLogicalDeviceId"))
|
|
1123
1141
|
VirtualInterface.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
|
|
1124
1142
|
VirtualInterface.add_member(:site_link_enabled, Shapes::ShapeRef.new(shape: SiteLinkEnabled, location_name: "siteLinkEnabled"))
|
|
1143
|
+
VirtualInterface.add_member(:prefix_pool_allocated_count_ipv_4, Shapes::ShapeRef.new(shape: PrefixPoolAllocatedCount, location_name: "prefixPoolAllocatedCountIpv4"))
|
|
1144
|
+
VirtualInterface.add_member(:prefix_pool_allocated_count_ipv_6, Shapes::ShapeRef.new(shape: PrefixPoolAllocatedCount, location_name: "prefixPoolAllocatedCountIpv6"))
|
|
1125
1145
|
VirtualInterface.add_member(:rate_limit, Shapes::ShapeRef.new(shape: RateLimit, location_name: "rateLimit"))
|
|
1126
1146
|
VirtualInterface.struct_class = Types::VirtualInterface
|
|
1127
1147
|
|
|
@@ -955,6 +955,30 @@ module Aws::DirectConnect
|
|
|
955
955
|
# MAC Security (MACsec).
|
|
956
956
|
# @return [Boolean]
|
|
957
957
|
#
|
|
958
|
+
# @!attribute [rw] prefix_pool_size_ipv_4
|
|
959
|
+
# The total number of inbound IPv4 route prefixes you can allocate
|
|
960
|
+
# across the virtual interfaces on the connection. Not applicable to
|
|
961
|
+
# hosted connections or interconnects.
|
|
962
|
+
# @return [Integer]
|
|
963
|
+
#
|
|
964
|
+
# @!attribute [rw] prefix_pool_size_ipv_6
|
|
965
|
+
# The total number of inbound IPv6 route prefixes you can allocate
|
|
966
|
+
# across the virtual interfaces on the connection. Not applicable to
|
|
967
|
+
# hosted connections or interconnects.
|
|
968
|
+
# @return [Integer]
|
|
969
|
+
#
|
|
970
|
+
# @!attribute [rw] prefix_pool_unallocated_count_ipv_4
|
|
971
|
+
# The number of inbound IPv4 route prefixes in the connection prefix
|
|
972
|
+
# pool not yet allocated to a virtual interface. Not applicable to
|
|
973
|
+
# hosted connections or interconnects.
|
|
974
|
+
# @return [Integer]
|
|
975
|
+
#
|
|
976
|
+
# @!attribute [rw] prefix_pool_unallocated_count_ipv_6
|
|
977
|
+
# The number of inbound IPv6 route prefixes in the connection prefix
|
|
978
|
+
# pool not yet allocated to a virtual interface. Not applicable to
|
|
979
|
+
# hosted connections or interconnects.
|
|
980
|
+
# @return [Integer]
|
|
981
|
+
#
|
|
958
982
|
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/Connection AWS API Documentation
|
|
959
983
|
#
|
|
960
984
|
class Connection < Struct.new(
|
|
@@ -981,7 +1005,11 @@ module Aws::DirectConnect
|
|
|
981
1005
|
:encryption_mode,
|
|
982
1006
|
:mac_sec_keys,
|
|
983
1007
|
:rate_limiter_status,
|
|
984
|
-
:partner_interconnect_mac_sec_capable
|
|
1008
|
+
:partner_interconnect_mac_sec_capable,
|
|
1009
|
+
:prefix_pool_size_ipv_4,
|
|
1010
|
+
:prefix_pool_size_ipv_6,
|
|
1011
|
+
:prefix_pool_unallocated_count_ipv_4,
|
|
1012
|
+
:prefix_pool_unallocated_count_ipv_6)
|
|
985
1013
|
SENSITIVE = []
|
|
986
1014
|
include Aws::Structure
|
|
987
1015
|
end
|
|
@@ -2314,6 +2342,12 @@ module Aws::DirectConnect
|
|
|
2314
2342
|
# The error message if the state of an object failed to advance.
|
|
2315
2343
|
# @return [String]
|
|
2316
2344
|
#
|
|
2345
|
+
# @!attribute [rw] total_prefix_pool_allocations
|
|
2346
|
+
# The total number of inbound route prefixes allocated to the
|
|
2347
|
+
# attachments on the Direct Connect gateway. The count combines the
|
|
2348
|
+
# IPv4 and IPv6 address families.
|
|
2349
|
+
# @return [Integer]
|
|
2350
|
+
#
|
|
2317
2351
|
# @!attribute [rw] tags
|
|
2318
2352
|
# Information about a tag.
|
|
2319
2353
|
# @return [Array<Types::Tag>]
|
|
@@ -2327,6 +2361,7 @@ module Aws::DirectConnect
|
|
|
2327
2361
|
:owner_account,
|
|
2328
2362
|
:direct_connect_gateway_state,
|
|
2329
2363
|
:state_change_error,
|
|
2364
|
+
:total_prefix_pool_allocations,
|
|
2330
2365
|
:tags)
|
|
2331
2366
|
SENSITIVE = []
|
|
2332
2367
|
include Aws::Structure
|
|
@@ -2882,6 +2917,30 @@ module Aws::DirectConnect
|
|
|
2882
2917
|
# The MAC Security (MACsec) security keys associated with the LAG.
|
|
2883
2918
|
# @return [Array<Types::MacSecKey>]
|
|
2884
2919
|
#
|
|
2920
|
+
# @!attribute [rw] prefix_pool_size_ipv_4
|
|
2921
|
+
# The total number of inbound IPv4 route prefixes you can allocate
|
|
2922
|
+
# across the virtual interfaces on the LAG. Not applicable to LAGs
|
|
2923
|
+
# that are interconnects and support hosted connections.
|
|
2924
|
+
# @return [Integer]
|
|
2925
|
+
#
|
|
2926
|
+
# @!attribute [rw] prefix_pool_size_ipv_6
|
|
2927
|
+
# The total number of inbound IPv6 route prefixes you can allocate
|
|
2928
|
+
# across the virtual interfaces on the LAG. Not applicable to LAGs
|
|
2929
|
+
# that are interconnects and support hosted connections.
|
|
2930
|
+
# @return [Integer]
|
|
2931
|
+
#
|
|
2932
|
+
# @!attribute [rw] prefix_pool_unallocated_count_ipv_4
|
|
2933
|
+
# The number of inbound IPv4 route prefixes in the LAG prefix pool not
|
|
2934
|
+
# yet allocated to a virtual interface. Not applicable to LAGs that
|
|
2935
|
+
# are interconnects and support hosted connections.
|
|
2936
|
+
# @return [Integer]
|
|
2937
|
+
#
|
|
2938
|
+
# @!attribute [rw] prefix_pool_unallocated_count_ipv_6
|
|
2939
|
+
# The number of inbound IPv6 route prefixes in the LAG prefix pool not
|
|
2940
|
+
# yet allocated to a virtual interface. Not applicable to LAGs that
|
|
2941
|
+
# are interconnects and support hosted connections.
|
|
2942
|
+
# @return [Integer]
|
|
2943
|
+
#
|
|
2885
2944
|
# @!attribute [rw] rate_limiter_status
|
|
2886
2945
|
# The rate limiter status for the LAG, including how many rate
|
|
2887
2946
|
# limiters are in use and the maximum allowed.
|
|
@@ -2911,6 +2970,10 @@ module Aws::DirectConnect
|
|
|
2911
2970
|
:mac_sec_capable,
|
|
2912
2971
|
:encryption_mode,
|
|
2913
2972
|
:mac_sec_keys,
|
|
2973
|
+
:prefix_pool_size_ipv_4,
|
|
2974
|
+
:prefix_pool_size_ipv_6,
|
|
2975
|
+
:prefix_pool_unallocated_count_ipv_4,
|
|
2976
|
+
:prefix_pool_unallocated_count_ipv_6,
|
|
2914
2977
|
:rate_limiter_status)
|
|
2915
2978
|
SENSITIVE = []
|
|
2916
2979
|
include Aws::Structure
|
|
@@ -3316,6 +3379,16 @@ module Aws::DirectConnect
|
|
|
3316
3379
|
# Indicates whether to enable or disable SiteLink.
|
|
3317
3380
|
# @return [Boolean]
|
|
3318
3381
|
#
|
|
3382
|
+
# @!attribute [rw] prefix_pool_allocated_count_ipv_4
|
|
3383
|
+
# The number of inbound IPv4 route prefixes to allocate to the virtual
|
|
3384
|
+
# interface.
|
|
3385
|
+
# @return [Integer]
|
|
3386
|
+
#
|
|
3387
|
+
# @!attribute [rw] prefix_pool_allocated_count_ipv_6
|
|
3388
|
+
# The number of inbound IPv6 route prefixes to allocate to the virtual
|
|
3389
|
+
# interface.
|
|
3390
|
+
# @return [Integer]
|
|
3391
|
+
#
|
|
3319
3392
|
# @!attribute [rw] rate_limit
|
|
3320
3393
|
# The rate limit (bandwidth allocation) to apply to the virtual
|
|
3321
3394
|
# interface. The rate limit restricts the maximum bandwidth that the
|
|
@@ -3338,6 +3411,8 @@ module Aws::DirectConnect
|
|
|
3338
3411
|
:direct_connect_gateway_id,
|
|
3339
3412
|
:tags,
|
|
3340
3413
|
:enable_site_link,
|
|
3414
|
+
:prefix_pool_allocated_count_ipv_4,
|
|
3415
|
+
:prefix_pool_allocated_count_ipv_6,
|
|
3341
3416
|
:rate_limit)
|
|
3342
3417
|
SENSITIVE = []
|
|
3343
3418
|
include Aws::Structure
|
|
@@ -3753,6 +3828,16 @@ module Aws::DirectConnect
|
|
|
3753
3828
|
# Indicates whether to enable or disable SiteLink.
|
|
3754
3829
|
# @return [Boolean]
|
|
3755
3830
|
#
|
|
3831
|
+
# @!attribute [rw] prefix_pool_allocated_count_ipv_4
|
|
3832
|
+
# The number of inbound IPv4 route prefixes to allocate to the virtual
|
|
3833
|
+
# interface.
|
|
3834
|
+
# @return [Integer]
|
|
3835
|
+
#
|
|
3836
|
+
# @!attribute [rw] prefix_pool_allocated_count_ipv_6
|
|
3837
|
+
# The number of inbound IPv6 route prefixes to allocate to the virtual
|
|
3838
|
+
# interface.
|
|
3839
|
+
# @return [Integer]
|
|
3840
|
+
#
|
|
3756
3841
|
# @!attribute [rw] rate_limit
|
|
3757
3842
|
# The rate limit (bandwidth allocation) to apply to the virtual
|
|
3758
3843
|
# interface. The rate limit restricts the maximum bandwidth that the
|
|
@@ -3774,6 +3859,8 @@ module Aws::DirectConnect
|
|
|
3774
3859
|
:direct_connect_gateway_id,
|
|
3775
3860
|
:tags,
|
|
3776
3861
|
:enable_site_link,
|
|
3862
|
+
:prefix_pool_allocated_count_ipv_4,
|
|
3863
|
+
:prefix_pool_allocated_count_ipv_6,
|
|
3777
3864
|
:rate_limit)
|
|
3778
3865
|
SENSITIVE = []
|
|
3779
3866
|
include Aws::Structure
|
|
@@ -4363,6 +4450,16 @@ module Aws::DirectConnect
|
|
|
4363
4450
|
# The name of the virtual private interface.
|
|
4364
4451
|
# @return [String]
|
|
4365
4452
|
#
|
|
4453
|
+
# @!attribute [rw] prefix_pool_allocated_count_ipv_4
|
|
4454
|
+
# The number of inbound IPv4 route prefixes to allocate to the virtual
|
|
4455
|
+
# interface. Not applicable to public virtual interfaces.
|
|
4456
|
+
# @return [Integer]
|
|
4457
|
+
#
|
|
4458
|
+
# @!attribute [rw] prefix_pool_allocated_count_ipv_6
|
|
4459
|
+
# The number of inbound IPv6 route prefixes to allocate to the virtual
|
|
4460
|
+
# interface. Not applicable to public virtual interfaces.
|
|
4461
|
+
# @return [Integer]
|
|
4462
|
+
#
|
|
4366
4463
|
# @!attribute [rw] rate_limit
|
|
4367
4464
|
# The rate limit (bandwidth allocation) to apply to the virtual
|
|
4368
4465
|
# interface. Use this to update the bandwidth allocation on an
|
|
@@ -4376,6 +4473,8 @@ module Aws::DirectConnect
|
|
|
4376
4473
|
:mtu,
|
|
4377
4474
|
:enable_site_link,
|
|
4378
4475
|
:virtual_interface_name,
|
|
4476
|
+
:prefix_pool_allocated_count_ipv_4,
|
|
4477
|
+
:prefix_pool_allocated_count_ipv_6,
|
|
4379
4478
|
:rate_limit)
|
|
4380
4479
|
SENSITIVE = []
|
|
4381
4480
|
include Aws::Structure
|
|
@@ -4618,6 +4717,16 @@ module Aws::DirectConnect
|
|
|
4618
4717
|
# Indicates whether SiteLink is enabled.
|
|
4619
4718
|
# @return [Boolean]
|
|
4620
4719
|
#
|
|
4720
|
+
# @!attribute [rw] prefix_pool_allocated_count_ipv_4
|
|
4721
|
+
# The number of inbound IPv4 route prefixes allocated to the virtual
|
|
4722
|
+
# interface. Not applicable to public virtual interfaces.
|
|
4723
|
+
# @return [Integer]
|
|
4724
|
+
#
|
|
4725
|
+
# @!attribute [rw] prefix_pool_allocated_count_ipv_6
|
|
4726
|
+
# The number of inbound IPv6 route prefixes allocated to the virtual
|
|
4727
|
+
# interface. Not applicable to public virtual interfaces.
|
|
4728
|
+
# @return [Integer]
|
|
4729
|
+
#
|
|
4621
4730
|
# @!attribute [rw] rate_limit
|
|
4622
4731
|
# The rate limit (bandwidth allocation) applied to the virtual
|
|
4623
4732
|
# interface. The value must be one of the supported bandwidth values
|
|
@@ -4666,6 +4775,8 @@ module Aws::DirectConnect
|
|
|
4666
4775
|
:aws_logical_device_id,
|
|
4667
4776
|
:tags,
|
|
4668
4777
|
:site_link_enabled,
|
|
4778
|
+
:prefix_pool_allocated_count_ipv_4,
|
|
4779
|
+
:prefix_pool_allocated_count_ipv_6,
|
|
4669
4780
|
:rate_limit)
|
|
4670
4781
|
SENSITIVE = []
|
|
4671
4782
|
include Aws::Structure
|
data/sig/client.rbs
CHANGED
|
@@ -122,6 +122,10 @@ module Aws
|
|
|
122
122
|
def mac_sec_keys: () -> ::Array[Types::MacSecKey]
|
|
123
123
|
def rate_limiter_status: () -> Types::RateLimiterStatus
|
|
124
124
|
def partner_interconnect_mac_sec_capable: () -> bool
|
|
125
|
+
def prefix_pool_size_ipv_4: () -> ::Integer
|
|
126
|
+
def prefix_pool_size_ipv_6: () -> ::Integer
|
|
127
|
+
def prefix_pool_unallocated_count_ipv_4: () -> ::Integer
|
|
128
|
+
def prefix_pool_unallocated_count_ipv_6: () -> ::Integer
|
|
125
129
|
end
|
|
126
130
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DirectConnect/Client.html#allocate_connection_on_interconnect-instance_method
|
|
127
131
|
def allocate_connection_on_interconnect: (
|
|
@@ -159,6 +163,10 @@ module Aws
|
|
|
159
163
|
def mac_sec_keys: () -> ::Array[Types::MacSecKey]
|
|
160
164
|
def rate_limiter_status: () -> Types::RateLimiterStatus
|
|
161
165
|
def partner_interconnect_mac_sec_capable: () -> bool
|
|
166
|
+
def prefix_pool_size_ipv_4: () -> ::Integer
|
|
167
|
+
def prefix_pool_size_ipv_6: () -> ::Integer
|
|
168
|
+
def prefix_pool_unallocated_count_ipv_4: () -> ::Integer
|
|
169
|
+
def prefix_pool_unallocated_count_ipv_6: () -> ::Integer
|
|
162
170
|
end
|
|
163
171
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DirectConnect/Client.html#allocate_hosted_connection-instance_method
|
|
164
172
|
def allocate_hosted_connection: (
|
|
@@ -205,6 +213,8 @@ module Aws
|
|
|
205
213
|
def aws_logical_device_id: () -> ::String
|
|
206
214
|
def tags: () -> ::Array[Types::Tag]
|
|
207
215
|
def site_link_enabled: () -> bool
|
|
216
|
+
def prefix_pool_allocated_count_ipv_4: () -> ::Integer
|
|
217
|
+
def prefix_pool_allocated_count_ipv_6: () -> ::Integer
|
|
208
218
|
def rate_limit: () -> ::String
|
|
209
219
|
end
|
|
210
220
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DirectConnect/Client.html#allocate_private_virtual_interface-instance_method
|
|
@@ -261,6 +271,8 @@ module Aws
|
|
|
261
271
|
def aws_logical_device_id: () -> ::String
|
|
262
272
|
def tags: () -> ::Array[Types::Tag]
|
|
263
273
|
def site_link_enabled: () -> bool
|
|
274
|
+
def prefix_pool_allocated_count_ipv_4: () -> ::Integer
|
|
275
|
+
def prefix_pool_allocated_count_ipv_6: () -> ::Integer
|
|
264
276
|
def rate_limit: () -> ::String
|
|
265
277
|
end
|
|
266
278
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DirectConnect/Client.html#allocate_public_virtual_interface-instance_method
|
|
@@ -347,6 +359,10 @@ module Aws
|
|
|
347
359
|
def mac_sec_keys: () -> ::Array[Types::MacSecKey]
|
|
348
360
|
def rate_limiter_status: () -> Types::RateLimiterStatus
|
|
349
361
|
def partner_interconnect_mac_sec_capable: () -> bool
|
|
362
|
+
def prefix_pool_size_ipv_4: () -> ::Integer
|
|
363
|
+
def prefix_pool_size_ipv_6: () -> ::Integer
|
|
364
|
+
def prefix_pool_unallocated_count_ipv_4: () -> ::Integer
|
|
365
|
+
def prefix_pool_unallocated_count_ipv_6: () -> ::Integer
|
|
350
366
|
end
|
|
351
367
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DirectConnect/Client.html#associate_connection_with_lag-instance_method
|
|
352
368
|
def associate_connection_with_lag: (
|
|
@@ -381,6 +397,10 @@ module Aws
|
|
|
381
397
|
def mac_sec_keys: () -> ::Array[Types::MacSecKey]
|
|
382
398
|
def rate_limiter_status: () -> Types::RateLimiterStatus
|
|
383
399
|
def partner_interconnect_mac_sec_capable: () -> bool
|
|
400
|
+
def prefix_pool_size_ipv_4: () -> ::Integer
|
|
401
|
+
def prefix_pool_size_ipv_6: () -> ::Integer
|
|
402
|
+
def prefix_pool_unallocated_count_ipv_4: () -> ::Integer
|
|
403
|
+
def prefix_pool_unallocated_count_ipv_6: () -> ::Integer
|
|
384
404
|
end
|
|
385
405
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DirectConnect/Client.html#associate_hosted_connection-instance_method
|
|
386
406
|
def associate_hosted_connection: (
|
|
@@ -432,6 +452,8 @@ module Aws
|
|
|
432
452
|
def aws_logical_device_id: () -> ::String
|
|
433
453
|
def tags: () -> ::Array[Types::Tag]
|
|
434
454
|
def site_link_enabled: () -> bool
|
|
455
|
+
def prefix_pool_allocated_count_ipv_4: () -> ::Integer
|
|
456
|
+
def prefix_pool_allocated_count_ipv_6: () -> ::Integer
|
|
435
457
|
def rate_limit: () -> ::String
|
|
436
458
|
end
|
|
437
459
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DirectConnect/Client.html#associate_virtual_interface-instance_method
|
|
@@ -538,6 +560,10 @@ module Aws
|
|
|
538
560
|
def mac_sec_keys: () -> ::Array[Types::MacSecKey]
|
|
539
561
|
def rate_limiter_status: () -> Types::RateLimiterStatus
|
|
540
562
|
def partner_interconnect_mac_sec_capable: () -> bool
|
|
563
|
+
def prefix_pool_size_ipv_4: () -> ::Integer
|
|
564
|
+
def prefix_pool_size_ipv_6: () -> ::Integer
|
|
565
|
+
def prefix_pool_unallocated_count_ipv_4: () -> ::Integer
|
|
566
|
+
def prefix_pool_unallocated_count_ipv_6: () -> ::Integer
|
|
541
567
|
end
|
|
542
568
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DirectConnect/Client.html#create_connection-instance_method
|
|
543
569
|
def create_connection: (
|
|
@@ -674,6 +700,10 @@ module Aws
|
|
|
674
700
|
def mac_sec_capable: () -> bool
|
|
675
701
|
def encryption_mode: () -> ::String
|
|
676
702
|
def mac_sec_keys: () -> ::Array[Types::MacSecKey]
|
|
703
|
+
def prefix_pool_size_ipv_4: () -> ::Integer
|
|
704
|
+
def prefix_pool_size_ipv_6: () -> ::Integer
|
|
705
|
+
def prefix_pool_unallocated_count_ipv_4: () -> ::Integer
|
|
706
|
+
def prefix_pool_unallocated_count_ipv_6: () -> ::Integer
|
|
677
707
|
def rate_limiter_status: () -> Types::RateLimiterStatus
|
|
678
708
|
end
|
|
679
709
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DirectConnect/Client.html#create_lag-instance_method
|
|
@@ -729,6 +759,8 @@ module Aws
|
|
|
729
759
|
def aws_logical_device_id: () -> ::String
|
|
730
760
|
def tags: () -> ::Array[Types::Tag]
|
|
731
761
|
def site_link_enabled: () -> bool
|
|
762
|
+
def prefix_pool_allocated_count_ipv_4: () -> ::Integer
|
|
763
|
+
def prefix_pool_allocated_count_ipv_6: () -> ::Integer
|
|
732
764
|
def rate_limit: () -> ::String
|
|
733
765
|
end
|
|
734
766
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DirectConnect/Client.html#create_private_virtual_interface-instance_method
|
|
@@ -753,6 +785,8 @@ module Aws
|
|
|
753
785
|
}
|
|
754
786
|
]?,
|
|
755
787
|
enable_site_link: bool?,
|
|
788
|
+
prefix_pool_allocated_count_ipv_4: ::Integer?,
|
|
789
|
+
prefix_pool_allocated_count_ipv_6: ::Integer?,
|
|
756
790
|
rate_limit: ::String?
|
|
757
791
|
}
|
|
758
792
|
) -> _CreatePrivateVirtualInterfaceResponseSuccess
|
|
@@ -787,6 +821,8 @@ module Aws
|
|
|
787
821
|
def aws_logical_device_id: () -> ::String
|
|
788
822
|
def tags: () -> ::Array[Types::Tag]
|
|
789
823
|
def site_link_enabled: () -> bool
|
|
824
|
+
def prefix_pool_allocated_count_ipv_4: () -> ::Integer
|
|
825
|
+
def prefix_pool_allocated_count_ipv_6: () -> ::Integer
|
|
790
826
|
def rate_limit: () -> ::String
|
|
791
827
|
end
|
|
792
828
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DirectConnect/Client.html#create_public_virtual_interface-instance_method
|
|
@@ -842,6 +878,8 @@ module Aws
|
|
|
842
878
|
}
|
|
843
879
|
]?,
|
|
844
880
|
enable_site_link: bool?,
|
|
881
|
+
prefix_pool_allocated_count_ipv_4: ::Integer?,
|
|
882
|
+
prefix_pool_allocated_count_ipv_6: ::Integer?,
|
|
845
883
|
rate_limit: ::String?
|
|
846
884
|
}
|
|
847
885
|
) -> _CreateTransitVirtualInterfaceResponseSuccess
|
|
@@ -887,6 +925,10 @@ module Aws
|
|
|
887
925
|
def mac_sec_keys: () -> ::Array[Types::MacSecKey]
|
|
888
926
|
def rate_limiter_status: () -> Types::RateLimiterStatus
|
|
889
927
|
def partner_interconnect_mac_sec_capable: () -> bool
|
|
928
|
+
def prefix_pool_size_ipv_4: () -> ::Integer
|
|
929
|
+
def prefix_pool_size_ipv_6: () -> ::Integer
|
|
930
|
+
def prefix_pool_unallocated_count_ipv_4: () -> ::Integer
|
|
931
|
+
def prefix_pool_unallocated_count_ipv_6: () -> ::Integer
|
|
890
932
|
end
|
|
891
933
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DirectConnect/Client.html#delete_connection-instance_method
|
|
892
934
|
def delete_connection: (
|
|
@@ -959,6 +1001,10 @@ module Aws
|
|
|
959
1001
|
def mac_sec_capable: () -> bool
|
|
960
1002
|
def encryption_mode: () -> ::String
|
|
961
1003
|
def mac_sec_keys: () -> ::Array[Types::MacSecKey]
|
|
1004
|
+
def prefix_pool_size_ipv_4: () -> ::Integer
|
|
1005
|
+
def prefix_pool_size_ipv_6: () -> ::Integer
|
|
1006
|
+
def prefix_pool_unallocated_count_ipv_4: () -> ::Integer
|
|
1007
|
+
def prefix_pool_unallocated_count_ipv_6: () -> ::Integer
|
|
962
1008
|
def rate_limiter_status: () -> Types::RateLimiterStatus
|
|
963
1009
|
end
|
|
964
1010
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DirectConnect/Client.html#delete_lag-instance_method
|
|
@@ -1224,6 +1270,10 @@ module Aws
|
|
|
1224
1270
|
def mac_sec_keys: () -> ::Array[Types::MacSecKey]
|
|
1225
1271
|
def rate_limiter_status: () -> Types::RateLimiterStatus
|
|
1226
1272
|
def partner_interconnect_mac_sec_capable: () -> bool
|
|
1273
|
+
def prefix_pool_size_ipv_4: () -> ::Integer
|
|
1274
|
+
def prefix_pool_size_ipv_6: () -> ::Integer
|
|
1275
|
+
def prefix_pool_unallocated_count_ipv_4: () -> ::Integer
|
|
1276
|
+
def prefix_pool_unallocated_count_ipv_6: () -> ::Integer
|
|
1227
1277
|
end
|
|
1228
1278
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DirectConnect/Client.html#disassociate_connection_from_lag-instance_method
|
|
1229
1279
|
def disassociate_connection_from_lag: (
|
|
@@ -1354,6 +1404,10 @@ module Aws
|
|
|
1354
1404
|
def mac_sec_keys: () -> ::Array[Types::MacSecKey]
|
|
1355
1405
|
def rate_limiter_status: () -> Types::RateLimiterStatus
|
|
1356
1406
|
def partner_interconnect_mac_sec_capable: () -> bool
|
|
1407
|
+
def prefix_pool_size_ipv_4: () -> ::Integer
|
|
1408
|
+
def prefix_pool_size_ipv_6: () -> ::Integer
|
|
1409
|
+
def prefix_pool_unallocated_count_ipv_4: () -> ::Integer
|
|
1410
|
+
def prefix_pool_unallocated_count_ipv_6: () -> ::Integer
|
|
1357
1411
|
end
|
|
1358
1412
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DirectConnect/Client.html#update_connection-instance_method
|
|
1359
1413
|
def update_connection: (
|
|
@@ -1417,6 +1471,10 @@ module Aws
|
|
|
1417
1471
|
def mac_sec_capable: () -> bool
|
|
1418
1472
|
def encryption_mode: () -> ::String
|
|
1419
1473
|
def mac_sec_keys: () -> ::Array[Types::MacSecKey]
|
|
1474
|
+
def prefix_pool_size_ipv_4: () -> ::Integer
|
|
1475
|
+
def prefix_pool_size_ipv_6: () -> ::Integer
|
|
1476
|
+
def prefix_pool_unallocated_count_ipv_4: () -> ::Integer
|
|
1477
|
+
def prefix_pool_unallocated_count_ipv_6: () -> ::Integer
|
|
1420
1478
|
def rate_limiter_status: () -> Types::RateLimiterStatus
|
|
1421
1479
|
end
|
|
1422
1480
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DirectConnect/Client.html#update_lag-instance_method
|
|
@@ -1457,6 +1515,8 @@ module Aws
|
|
|
1457
1515
|
def aws_logical_device_id: () -> ::String
|
|
1458
1516
|
def tags: () -> ::Array[Types::Tag]
|
|
1459
1517
|
def site_link_enabled: () -> bool
|
|
1518
|
+
def prefix_pool_allocated_count_ipv_4: () -> ::Integer
|
|
1519
|
+
def prefix_pool_allocated_count_ipv_6: () -> ::Integer
|
|
1460
1520
|
def rate_limit: () -> ::String
|
|
1461
1521
|
end
|
|
1462
1522
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DirectConnect/Client.html#update_virtual_interface_attributes-instance_method
|
|
@@ -1465,6 +1525,8 @@ module Aws
|
|
|
1465
1525
|
?mtu: ::Integer,
|
|
1466
1526
|
?enable_site_link: bool,
|
|
1467
1527
|
?virtual_interface_name: ::String,
|
|
1528
|
+
?prefix_pool_allocated_count_ipv_4: ::Integer,
|
|
1529
|
+
?prefix_pool_allocated_count_ipv_6: ::Integer,
|
|
1468
1530
|
?rate_limit: ::String
|
|
1469
1531
|
) -> _UpdateVirtualInterfaceAttributesResponseSuccess
|
|
1470
1532
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateVirtualInterfaceAttributesResponseSuccess
|
data/sig/types.rbs
CHANGED
|
@@ -212,6 +212,10 @@ module Aws::DirectConnect
|
|
|
212
212
|
attr_accessor mac_sec_keys: ::Array[Types::MacSecKey]
|
|
213
213
|
attr_accessor rate_limiter_status: Types::RateLimiterStatus
|
|
214
214
|
attr_accessor partner_interconnect_mac_sec_capable: bool
|
|
215
|
+
attr_accessor prefix_pool_size_ipv_4: ::Integer
|
|
216
|
+
attr_accessor prefix_pool_size_ipv_6: ::Integer
|
|
217
|
+
attr_accessor prefix_pool_unallocated_count_ipv_4: ::Integer
|
|
218
|
+
attr_accessor prefix_pool_unallocated_count_ipv_6: ::Integer
|
|
215
219
|
SENSITIVE: []
|
|
216
220
|
end
|
|
217
221
|
|
|
@@ -583,6 +587,7 @@ module Aws::DirectConnect
|
|
|
583
587
|
attr_accessor owner_account: ::String
|
|
584
588
|
attr_accessor direct_connect_gateway_state: ("pending" | "available" | "deleting" | "deleted")
|
|
585
589
|
attr_accessor state_change_error: ::String
|
|
590
|
+
attr_accessor total_prefix_pool_allocations: ::Integer
|
|
586
591
|
attr_accessor tags: ::Array[Types::Tag]
|
|
587
592
|
SENSITIVE: []
|
|
588
593
|
end
|
|
@@ -701,6 +706,10 @@ module Aws::DirectConnect
|
|
|
701
706
|
attr_accessor mac_sec_capable: bool
|
|
702
707
|
attr_accessor encryption_mode: ::String
|
|
703
708
|
attr_accessor mac_sec_keys: ::Array[Types::MacSecKey]
|
|
709
|
+
attr_accessor prefix_pool_size_ipv_4: ::Integer
|
|
710
|
+
attr_accessor prefix_pool_size_ipv_6: ::Integer
|
|
711
|
+
attr_accessor prefix_pool_unallocated_count_ipv_4: ::Integer
|
|
712
|
+
attr_accessor prefix_pool_unallocated_count_ipv_6: ::Integer
|
|
704
713
|
attr_accessor rate_limiter_status: Types::RateLimiterStatus
|
|
705
714
|
SENSITIVE: []
|
|
706
715
|
end
|
|
@@ -798,6 +807,8 @@ module Aws::DirectConnect
|
|
|
798
807
|
attr_accessor direct_connect_gateway_id: ::String
|
|
799
808
|
attr_accessor tags: ::Array[Types::Tag]
|
|
800
809
|
attr_accessor enable_site_link: bool
|
|
810
|
+
attr_accessor prefix_pool_allocated_count_ipv_4: ::Integer
|
|
811
|
+
attr_accessor prefix_pool_allocated_count_ipv_6: ::Integer
|
|
801
812
|
attr_accessor rate_limit: ::String
|
|
802
813
|
SENSITIVE: []
|
|
803
814
|
end
|
|
@@ -860,6 +871,8 @@ module Aws::DirectConnect
|
|
|
860
871
|
attr_accessor direct_connect_gateway_id: ::String
|
|
861
872
|
attr_accessor tags: ::Array[Types::Tag]
|
|
862
873
|
attr_accessor enable_site_link: bool
|
|
874
|
+
attr_accessor prefix_pool_allocated_count_ipv_4: ::Integer
|
|
875
|
+
attr_accessor prefix_pool_allocated_count_ipv_6: ::Integer
|
|
863
876
|
attr_accessor rate_limit: ::String
|
|
864
877
|
SENSITIVE: []
|
|
865
878
|
end
|
|
@@ -1020,6 +1033,8 @@ module Aws::DirectConnect
|
|
|
1020
1033
|
attr_accessor mtu: ::Integer
|
|
1021
1034
|
attr_accessor enable_site_link: bool
|
|
1022
1035
|
attr_accessor virtual_interface_name: ::String
|
|
1036
|
+
attr_accessor prefix_pool_allocated_count_ipv_4: ::Integer
|
|
1037
|
+
attr_accessor prefix_pool_allocated_count_ipv_6: ::Integer
|
|
1023
1038
|
attr_accessor rate_limit: ::String
|
|
1024
1039
|
SENSITIVE: []
|
|
1025
1040
|
end
|
|
@@ -1063,6 +1078,8 @@ module Aws::DirectConnect
|
|
|
1063
1078
|
attr_accessor aws_logical_device_id: ::String
|
|
1064
1079
|
attr_accessor tags: ::Array[Types::Tag]
|
|
1065
1080
|
attr_accessor site_link_enabled: bool
|
|
1081
|
+
attr_accessor prefix_pool_allocated_count_ipv_4: ::Integer
|
|
1082
|
+
attr_accessor prefix_pool_allocated_count_ipv_6: ::Integer
|
|
1066
1083
|
attr_accessor rate_limit: ::String
|
|
1067
1084
|
SENSITIVE: []
|
|
1068
1085
|
end
|