tencentcloud-sdk-nodejs 4.0.945 → 4.0.947

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.
Files changed (83) hide show
  1. package/CHANGELOG.md +386 -0
  2. package/SERVICE_CHANGELOG.md +418 -224
  3. package/package.json +1 -1
  4. package/products.md +28 -27
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/aiart/v20221229/aiart_client.ts +34 -21
  7. package/src/services/aiart/v20221229/aiart_models.ts +6 -6
  8. package/src/services/ca/index.ts +5 -0
  9. package/src/services/ca/v20230228/ca_client.ts +68 -0
  10. package/src/services/ca/v20230228/ca_models.ts +142 -0
  11. package/src/services/ca/v20230228/index.ts +6 -0
  12. package/src/services/ccc/v20200210/ccc_models.ts +4 -0
  13. package/src/services/cdn/v20180606/cdn_models.ts +16 -0
  14. package/src/services/cvm/v20170312/cvm_models.ts +4 -0
  15. package/src/services/cwp/v20180228/cwp_client.ts +4 -2
  16. package/src/services/cynosdb/v20190107/cynosdb_client.ts +6 -6
  17. package/src/services/cynosdb/v20190107/cynosdb_models.ts +1 -1
  18. package/src/services/dasb/v20191018/dasb_models.ts +16 -3
  19. package/src/services/dts/v20211206/dts_models.ts +16 -16
  20. package/src/services/emr/v20190103/emr_models.ts +4 -0
  21. package/src/services/ess/v20201111/ess_client.ts +19 -12
  22. package/src/services/ess/v20201111/ess_models.ts +32 -22
  23. package/src/services/essbasic/v20210526/essbasic_client.ts +11 -9
  24. package/src/services/essbasic/v20210526/essbasic_models.ts +11 -4
  25. package/src/services/index.ts +1 -0
  26. package/src/services/lcic/v20220817/lcic_models.ts +1 -1
  27. package/src/services/lighthouse/v20200324/lighthouse_models.ts +2 -2
  28. package/src/services/ocr/v20181119/ocr_models.ts +11 -0
  29. package/src/services/omics/v20221128/omics_client.ts +1 -0
  30. package/src/services/omics/v20221128/omics_models.ts +98 -11
  31. package/src/services/ses/v20201002/ses_models.ts +25 -0
  32. package/src/services/ssl/v20191205/ssl_client.ts +1 -0
  33. package/src/services/ssl/v20191205/ssl_models.ts +26 -0
  34. package/src/services/tcb/v20180608/tcb_models.ts +10 -1
  35. package/src/services/tts/v20190823/tts_client.ts +4 -1
  36. package/src/services/vpc/v20170312/vpc_client.ts +338 -70
  37. package/src/services/vpc/v20170312/vpc_models.ts +986 -296
  38. package/tencentcloud/common/sdk_version.d.ts +1 -1
  39. package/tencentcloud/common/sdk_version.js +1 -1
  40. package/tencentcloud/services/aiart/v20221229/aiart_client.d.ts +34 -21
  41. package/tencentcloud/services/aiart/v20221229/aiart_client.js +34 -21
  42. package/tencentcloud/services/aiart/v20221229/aiart_models.d.ts +6 -6
  43. package/tencentcloud/services/ca/index.d.ts +6 -0
  44. package/tencentcloud/services/ca/index.js +7 -0
  45. package/tencentcloud/services/ca/v20230228/ca_client.d.ts +22 -0
  46. package/tencentcloud/services/ca/v20230228/ca_client.js +49 -0
  47. package/tencentcloud/services/ca/v20230228/ca_models.d.ts +119 -0
  48. package/tencentcloud/services/ca/v20230228/ca_models.js +18 -0
  49. package/tencentcloud/services/ca/v20230228/index.d.ts +6 -0
  50. package/tencentcloud/services/ca/v20230228/index.js +9 -0
  51. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +4 -0
  52. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +16 -0
  53. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +4 -0
  54. package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +3 -1
  55. package/tencentcloud/services/cwp/v20180228/cwp_client.js +3 -1
  56. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +6 -6
  57. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +6 -6
  58. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +1 -1
  59. package/tencentcloud/services/dasb/v20191018/dasb_models.d.ts +16 -3
  60. package/tencentcloud/services/dts/v20211206/dts_models.d.ts +16 -16
  61. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +4 -0
  62. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +18 -11
  63. package/tencentcloud/services/ess/v20201111/ess_client.js +18 -11
  64. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +32 -22
  65. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +11 -9
  66. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +11 -9
  67. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +11 -4
  68. package/tencentcloud/services/index.d.ts +1 -0
  69. package/tencentcloud/services/index.js +2 -0
  70. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +1 -1
  71. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +2 -2
  72. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +11 -0
  73. package/tencentcloud/services/omics/v20221128/omics_models.d.ts +97 -11
  74. package/tencentcloud/services/ses/v20201002/ses_models.d.ts +25 -0
  75. package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +25 -0
  76. package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +10 -1
  77. package/tencentcloud/services/tts/v20190823/tts_client.d.ts +4 -1
  78. package/tencentcloud/services/tts/v20190823/tts_client.js +4 -1
  79. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +107 -19
  80. package/tencentcloud/services/vpc/v20170312/vpc_client.js +157 -25
  81. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +920 -278
  82. package/test/ca.v20230228.test.js +51 -0
  83. package/test/vpc.v20170312.test.js +234 -14
@@ -545,17 +545,21 @@ export interface SourceIpTranslationNatRule {
545
545
  }
546
546
 
547
547
  /**
548
- * DisableCcnRoutes请求参数结构体
548
+ * DescribeRoutes返回参数结构体
549
549
  */
550
- export interface DisableCcnRoutesRequest {
550
+ export interface DescribeRoutesResponse {
551
551
  /**
552
- * CCN实例ID。形如:ccn-f49l6u0z。
552
+ * 路由对象。
553
553
  */
554
- CcnId: string
554
+ RouteSet?: Array<Route>
555
555
  /**
556
- * CCN路由策略唯一ID。形如:ccnr-f49l6u0z。
556
+ * 符合条件的实例数量。
557
557
  */
558
- RouteIds: Array<string>
558
+ TotalCount?: number
559
+ /**
560
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
561
+ */
562
+ RequestId?: string
559
563
  }
560
564
 
561
565
  /**
@@ -578,6 +582,16 @@ export interface ModifyIp6RuleResponse {
578
582
  RequestId?: string
579
583
  }
580
584
 
585
+ /**
586
+ * DeleteCdcLDCXList返回参数结构体
587
+ */
588
+ export interface DeleteCdcLDCXListResponse {
589
+ /**
590
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
591
+ */
592
+ RequestId?: string
593
+ }
594
+
581
595
  /**
582
596
  * SetVpnGatewaysRenewFlag请求参数结构体
583
597
  */
@@ -698,6 +712,20 @@ export interface DeleteVpnGatewaySslServerResponse {
698
712
  RequestId?: string
699
713
  }
700
714
 
715
+ /**
716
+ * CreateHighPriorityRouteTable返回参数结构体
717
+ */
718
+ export interface CreateHighPriorityRouteTableResponse {
719
+ /**
720
+ * 高优路由表信息
721
+ */
722
+ HighPriorityRouteTable?: HighPriorityRouteTable
723
+ /**
724
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
725
+ */
726
+ RequestId?: string
727
+ }
728
+
701
729
  /**
702
730
  * DescribeIpGeolocationInfos请求参数结构体
703
731
  */
@@ -722,6 +750,20 @@ export interface AddTemplateMemberResponse {
722
750
  RequestId?: string
723
751
  }
724
752
 
753
+ /**
754
+ * ReplaceHighPriorityRouteTableAssociation请求参数结构体
755
+ */
756
+ export interface ReplaceHighPriorityRouteTableAssociationRequest {
757
+ /**
758
+ * 高优路由表唯一 ID。
759
+ */
760
+ HighPriorityRouteTableId: string
761
+ /**
762
+ * 子网唯一 ID
763
+ */
764
+ SubnetId: string
765
+ }
766
+
725
767
  /**
726
768
  * CreateDefaultSecurityGroup请求参数结构体
727
769
  */
@@ -1158,31 +1200,81 @@ export interface DeleteVpnGatewaySslClientResponse {
1158
1200
  }
1159
1201
 
1160
1202
  /**
1161
- * 云联网路由接收策略
1203
+ * DescribeCrossBorderCompliance请求参数结构体
1162
1204
  */
1163
- export interface CcnRouteTableInputPolicy {
1205
+ export interface DescribeCrossBorderComplianceRequest {
1164
1206
  /**
1165
- * 路由条件。
1207
+ * (精确匹配)服务商,可选值:`UNICOM`。
1166
1208
  */
1167
- RouteConditions: Array<CcnRouteBroadcastPolicyRouteCondition>
1209
+ ServiceProvider?: string
1168
1210
  /**
1169
- * 路由行为,`accept` 允许,`drop` 拒绝。
1211
+ * (精确匹配)合规化审批单`ID`。
1170
1212
  */
1171
- Action: string
1213
+ ComplianceId?: number
1172
1214
  /**
1173
- * 策略描述。
1215
+ * (模糊查询)公司名称。
1174
1216
  */
1175
- Description: string
1217
+ Company?: string
1176
1218
  /**
1177
- * as-path操作
1178
- 注意:此字段可能返回 null,表示取不到有效值。
1219
+ * (精确匹配)统一社会信用代码。
1179
1220
  */
1180
- OperateAsPath?: string
1221
+ UniformSocialCreditCode?: string
1181
1222
  /**
1182
- * as-path操作模式
1183
- 注意:此字段可能返回 null,表示取不到有效值。
1223
+ * (模糊查询)法定代表人。
1184
1224
  */
1185
- AsPathOperateMode?: string
1225
+ LegalPerson?: string
1226
+ /**
1227
+ * (模糊查询)发证机关。
1228
+ */
1229
+ IssuingAuthority?: string
1230
+ /**
1231
+ * (模糊查询)营业执照住所。
1232
+ */
1233
+ BusinessAddress?: string
1234
+ /**
1235
+ * (精确匹配)邮编。
1236
+ */
1237
+ PostCode?: number
1238
+ /**
1239
+ * (模糊查询)经办人。
1240
+ */
1241
+ Manager?: string
1242
+ /**
1243
+ * (精确查询)经办人身份证号。
1244
+ */
1245
+ ManagerId?: string
1246
+ /**
1247
+ * (模糊查询)经办人身份证地址。
1248
+ */
1249
+ ManagerAddress?: string
1250
+ /**
1251
+ * (精确匹配)经办人联系电话。
1252
+ */
1253
+ ManagerTelephone?: string
1254
+ /**
1255
+ * (精确匹配)电子邮箱。
1256
+ */
1257
+ Email?: string
1258
+ /**
1259
+ * (精确匹配)服务开始日期,如:`2020-07-28`。
1260
+ */
1261
+ ServiceStartDate?: string
1262
+ /**
1263
+ * (精确匹配)服务结束日期,如:`2021-07-28`。
1264
+ */
1265
+ ServiceEndDate?: string
1266
+ /**
1267
+ * (精确匹配)状态。待审批:`PENDING`,通过:`APPROVED `,拒绝:`DENY`。
1268
+ */
1269
+ State?: string
1270
+ /**
1271
+ * 偏移量
1272
+ */
1273
+ Offset?: number
1274
+ /**
1275
+ * 返回数量
1276
+ */
1277
+ Limit?: number
1186
1278
  }
1187
1279
 
1188
1280
  /**
@@ -1327,6 +1419,22 @@ export interface VpnGatewayQuota {
1327
1419
  Name: string
1328
1420
  }
1329
1421
 
1422
+ /**
1423
+ * 用于修改入路由表ECMP算法。现在支持的算法有:ECMP_QUINTUPLE_HASH:五元组hash,ECMP_SOURCE_DESTINATION_IP_HASH:源和目的IP hash,ECMP_DESTINATION_IP_HASH:目的IP hash,ECMP_SOURCE_IP_HASH:源IP hash。
1424
+ */
1425
+ export interface RouteECMPAlgorithm {
1426
+ /**
1427
+ * 目标网段
1428
+ 注意:此字段可能返回 null,表示取不到有效值。
1429
+ */
1430
+ DestinationCidrBlock?: string
1431
+ /**
1432
+ * 支持的 ECMP算法有:ECMP_QUINTUPLE_HASH:五元组hash,ECMP_SOURCE_DESTINATION_IP_HASH:源和目的IP hash,ECMP_DESTINATION_IP_HASH:目的IP hash,ECMP_SOURCE_IP_HASH:源IP hash。
1433
+ 注意:此字段可能返回 null,表示取不到有效值。
1434
+ */
1435
+ SubnetRouteAlgorithm?: string
1436
+ }
1437
+
1330
1438
  /**
1331
1439
  * DescribeBandwidthPackageBillUsage请求参数结构体
1332
1440
  */
@@ -1498,21 +1606,29 @@ export interface CcnRegionBandwidthLimitInfo {
1498
1606
  }
1499
1607
 
1500
1608
  /**
1501
- * DescribeCcnRouteTableInputPolicys请求参数结构体
1609
+ * CloneSecurityGroup请求参数结构体
1502
1610
  */
1503
- export interface DescribeCcnRouteTableInputPolicysRequest {
1611
+ export interface CloneSecurityGroupRequest {
1504
1612
  /**
1505
- * 云联网ID
1613
+ * 安全组实例ID,例如sg-33ocnj9n,可通过<a href="https://cloud.tencent.com/document/product/215/15808">DescribeSecurityGroups</a>获取。
1506
1614
  */
1507
- CcnId: string
1615
+ SecurityGroupId: string
1508
1616
  /**
1509
- * 云联网路由表ID。
1617
+ * 安全组名称,可任意命名,但不得超过60个字符。未提供参数时,克隆后的安全组名称和SecurityGroupId对应的安全组名称相同。
1510
1618
  */
1511
- RouteTableId: string
1619
+ GroupName?: string
1512
1620
  /**
1513
- * 路由接收策略版本号。
1621
+ * 安全组备注,最多100个字符。未提供参数时,克隆后的安全组备注和SecurityGroupId对应的安全组备注相同。
1514
1622
  */
1515
- PolicyVersion?: number
1623
+ GroupDescription?: string
1624
+ /**
1625
+ * 项目ID,默认0。可在<a href="https://console.cloud.tencent.com/project">qcloud控制台项目管理页面</a>查询到。
1626
+ */
1627
+ ProjectId?: string
1628
+ /**
1629
+ * 源Region,跨地域克隆安全组时,需要传入源安全组所属地域信息,例如:克隆广州的安全组到上海,则这里需要传入广州安全的地域信息:ap-guangzhou。
1630
+ */
1631
+ RemoteRegion?: string
1516
1632
  }
1517
1633
 
1518
1634
  /**
@@ -1567,6 +1683,16 @@ export interface DescribeFlowLogsResponse {
1567
1683
  RequestId?: string
1568
1684
  }
1569
1685
 
1686
+ /**
1687
+ * ModifyHighPriorityRouteAttribute返回参数结构体
1688
+ */
1689
+ export interface ModifyHighPriorityRouteAttributeResponse {
1690
+ /**
1691
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1692
+ */
1693
+ RequestId?: string
1694
+ }
1695
+
1570
1696
  /**
1571
1697
  * CreateVpnGatewaySslServer请求参数结构体
1572
1698
  */
@@ -1750,6 +1876,34 @@ export interface SecurityGroupPolicySet {
1750
1876
  PolicyStatistics?: PolicyStatistics
1751
1877
  }
1752
1878
 
1879
+ /**
1880
+ * DescribeHighPriorityRoutes请求参数结构体
1881
+ */
1882
+ export interface DescribeHighPriorityRoutesRequest {
1883
+ /**
1884
+ * 高优路由表唯一 ID。
1885
+ */
1886
+ HighPriorityRouteTableId: string
1887
+ /**
1888
+ * <li>gateway-id - String - (过滤条件)网关ID。</li>
1889
+ <li>description - String - (过滤条件)路由描述。</li>
1890
+ <li>dest-cidr - String - (过滤条件)目的端地址,支持模糊左匹配。</li>
1891
+ <li>subnet-route-algorithm - String - (过滤条件)现在支持的算法有:ECMP_QUINTUPLE_HASH:五元组hash,ECMP_SOURCE_DESTINATION_IP_HASH:源和目的IP hash,ECMP_DESTINATION_IP_HASH:目的IP hash,ECMP_SOURCE_IP_HASH:源IP hash。</li>
1892
+ <li>is-cdc - String - (过滤条件)CDC属性高优路由表。</li>
1893
+ <li>cdc-id - String - (过滤条件)CDC 集群唯一 ID 。</li>
1894
+
1895
+ */
1896
+ Filters?: Array<Filter>
1897
+ /**
1898
+ * 偏移量。
1899
+ */
1900
+ Offset?: number
1901
+ /**
1902
+ * 请求对象个数。
1903
+ */
1904
+ Limit?: number
1905
+ }
1906
+
1753
1907
  /**
1754
1908
  * ModifyFlowLogAttribute请求参数结构体
1755
1909
  */
@@ -1782,6 +1936,24 @@ export interface UnassignIpv6SubnetCidrBlockResponse {
1782
1936
  RequestId?: string
1783
1937
  }
1784
1938
 
1939
+ /**
1940
+ * ReplaceHighPriorityRoutes返回参数结构体
1941
+ */
1942
+ export interface ReplaceHighPriorityRoutesResponse {
1943
+ /**
1944
+ * 新的高优路由表条目列表。
1945
+ */
1946
+ NewHighPriorityRouteSet?: Array<HighPriorityRoute>
1947
+ /**
1948
+ * 旧的高优路由表条目列表。
1949
+ */
1950
+ OldHighPriorityRouteSet?: Array<HighPriorityRoute>
1951
+ /**
1952
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1953
+ */
1954
+ RequestId?: string
1955
+ }
1956
+
1785
1957
  /**
1786
1958
  * ModifyVpcEndPointServiceAttribute请求参数结构体
1787
1959
  */
@@ -1910,6 +2082,28 @@ export interface ResetRoutesRequest {
1910
2082
  Routes: Array<Route>
1911
2083
  }
1912
2084
 
2085
+ /**
2086
+ * 弹性网卡绑定关系
2087
+ */
2088
+ export interface NetworkInterfaceAttachment {
2089
+ /**
2090
+ * 云主机实例ID。
2091
+ */
2092
+ InstanceId: string
2093
+ /**
2094
+ * 网卡在云主机实例内的序号。
2095
+ */
2096
+ DeviceIndex: number
2097
+ /**
2098
+ * 云主机所有者账户信息。
2099
+ */
2100
+ InstanceAccountId: string
2101
+ /**
2102
+ * 绑定时间。
2103
+ */
2104
+ AttachTime: string
2105
+ }
2106
+
1913
2107
  /**
1914
2108
  * CheckDefaultSubnet请求参数结构体
1915
2109
  */
@@ -2497,35 +2691,21 @@ export interface DescribeNatGatewaySourceIpTranslationNatRulesResponse {
2497
2691
  }
2498
2692
 
2499
2693
  /**
2500
- * DescribeVpcs请求参数结构体
2694
+ * DescribeHighPriorityRouteTables返回参数结构体
2501
2695
  */
2502
- export interface DescribeVpcsRequest {
2503
- /**
2504
- * VPC实例ID。形如:vpc-f49l6u0z。每次请求的实例的上限为100。参数不支持同时指定VpcIds和Filters。
2505
- */
2506
- VpcIds?: Array<string>
2696
+ export interface DescribeHighPriorityRouteTablesResponse {
2507
2697
  /**
2508
- * 过滤条件,不支持同时指定VpcIds和Filters参数。
2509
- 支持的过滤条件如下:
2510
- <li>vpc-name:VPC实例名称,支持模糊查询。</li>
2511
- <li>is-default :是否默认VPC。</li>
2512
- <li>vpc-id :VPC实例ID,例如:vpc-f49l6u0z。</li>
2513
- <li>cidr-block:VPC的CIDR。</li>
2514
- <li>tag-key :按照标签键进行过滤,非必填参数。</li>
2515
- <li>tag:tag-key:按照标签键值对进行过滤,非必填参数。 其中 tag-key 请使用具体的标签键进行替换,可参考示例2。</li>
2516
- **说明:**若同一个过滤条件(Filter)存在多个Values,则同一Filter下Values间的关系为逻辑或(OR)关系;若存在多个过滤条件(Filter),Filter之间的关系为逻辑与(AND)关系。
2517
- <li>ipv6-cidr-block - String - (过滤条件)IPv6子网网段,形如: 2402:4e00:1717:8700::/64 。</li>
2518
- <li>isp-type - String - (过滤条件)运营商类型,形如: BGP 取值范围:'BGP'-默认, 'CMCC'-中国移动, 'CTCC'-中国电信, 'CUCC'-中国联调。</li>
2698
+ * 高优路由表对象。
2519
2699
  */
2520
- Filters?: Array<Filter>
2700
+ HighPriorityRouteTableSet?: Array<HighPriorityRouteTable>
2521
2701
  /**
2522
- * 偏移量,默认为0。
2702
+ * 符合条件的实例数量。
2523
2703
  */
2524
- Offset?: string
2704
+ TotalCount?: number
2525
2705
  /**
2526
- * 返回数量,默认为20,最大值为100
2706
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId
2527
2707
  */
2528
- Limit?: string
2708
+ RequestId?: string
2529
2709
  }
2530
2710
 
2531
2711
  /**
@@ -2676,17 +2856,25 @@ export interface DeleteFlowLogRequest {
2676
2856
  }
2677
2857
 
2678
2858
  /**
2679
- * 网络探测验证结果。
2859
+ * DownloadVpnGatewaySslClientCert返回参数结构体
2680
2860
  */
2681
- export interface NetDetectState {
2861
+ export interface DownloadVpnGatewaySslClientCertResponse {
2682
2862
  /**
2683
- * 网络探测实例ID。形如:netd-12345678。
2863
+ * SSL-VPN 客户端配置。
2684
2864
  */
2685
- NetDetectId: string
2865
+ SslClientConfigsSet?: string
2686
2866
  /**
2687
- * 网络探测目的IP验证结果对象数组。
2867
+ * SSL-VPN 客户端配置。
2688
2868
  */
2689
- NetDetectIpStateSet: Array<NetDetectIpState>
2869
+ SslClientConfig?: Array<SslClientConfig>
2870
+ /**
2871
+ * 是否鉴权成功 只有传入SamlToken 才生效,1为成功,0为失败。
2872
+ */
2873
+ Authenticated?: number
2874
+ /**
2875
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2876
+ */
2877
+ RequestId?: string
2690
2878
  }
2691
2879
 
2692
2880
  /**
@@ -2998,91 +3186,41 @@ export interface DeleteRoutesResponse {
2998
3186
  */
2999
3187
  export interface ModifyDhcpIpAttributeRequest {
3000
3188
  /**
3001
- * `DhcpIp`唯一`ID`,形如:`dhcpip-9o233uri`。
3002
- */
3003
- DhcpIpId: string
3004
- /**
3005
- * `DhcpIp`名称,可任意命名,但不得超过60个字符。
3006
- */
3007
- DhcpIpName: string
3008
- }
3009
-
3010
- /**
3011
- * DescribeCrossBorderCompliance请求参数结构体
3012
- */
3013
- export interface DescribeCrossBorderComplianceRequest {
3014
- /**
3015
- * (精确匹配)服务商,可选值:`UNICOM`。
3016
- */
3017
- ServiceProvider?: string
3018
- /**
3019
- * (精确匹配)合规化审批单`ID`。
3020
- */
3021
- ComplianceId?: number
3022
- /**
3023
- * (模糊查询)公司名称。
3024
- */
3025
- Company?: string
3026
- /**
3027
- * (精确匹配)统一社会信用代码。
3028
- */
3029
- UniformSocialCreditCode?: string
3030
- /**
3031
- * (模糊查询)法定代表人。
3032
- */
3033
- LegalPerson?: string
3034
- /**
3035
- * (模糊查询)发证机关。
3036
- */
3037
- IssuingAuthority?: string
3038
- /**
3039
- * (模糊查询)营业执照住所。
3040
- */
3041
- BusinessAddress?: string
3042
- /**
3043
- * (精确匹配)邮编。
3044
- */
3045
- PostCode?: number
3046
- /**
3047
- * (模糊查询)经办人。
3048
- */
3049
- Manager?: string
3050
- /**
3051
- * (精确查询)经办人身份证号。
3052
- */
3053
- ManagerId?: string
3054
- /**
3055
- * (模糊查询)经办人身份证地址。
3056
- */
3057
- ManagerAddress?: string
3058
- /**
3059
- * (精确匹配)经办人联系电话。
3189
+ * `DhcpIp`唯一`ID`,形如:`dhcpip-9o233uri`。
3060
3190
  */
3061
- ManagerTelephone?: string
3191
+ DhcpIpId: string
3062
3192
  /**
3063
- * (精确匹配)电子邮箱。
3193
+ * `DhcpIp`名称,可任意命名,但不得超过60个字符。
3064
3194
  */
3065
- Email?: string
3195
+ DhcpIpName: string
3196
+ }
3197
+
3198
+ /**
3199
+ * 云联网路由接收策略
3200
+ */
3201
+ export interface CcnRouteTableInputPolicy {
3066
3202
  /**
3067
- * (精确匹配)服务开始日期,如:`2020-07-28`。
3203
+ * 路由条件。
3068
3204
  */
3069
- ServiceStartDate?: string
3205
+ RouteConditions: Array<CcnRouteBroadcastPolicyRouteCondition>
3070
3206
  /**
3071
- * (精确匹配)服务结束日期,如:`2021-07-28`。
3207
+ * 路由行为,`accept` 允许,`drop` 拒绝。
3072
3208
  */
3073
- ServiceEndDate?: string
3209
+ Action: string
3074
3210
  /**
3075
- * (精确匹配)状态。待审批:`PENDING`,通过:`APPROVED `,拒绝:`DENY`。
3211
+ * 策略描述。
3076
3212
  */
3077
- State?: string
3213
+ Description: string
3078
3214
  /**
3079
- * 偏移量
3215
+ * as-path操作
3216
+ 注意:此字段可能返回 null,表示取不到有效值。
3080
3217
  */
3081
- Offset?: number
3218
+ OperateAsPath?: string
3082
3219
  /**
3083
- * 返回数量
3220
+ * as-path操作模式
3221
+ 注意:此字段可能返回 null,表示取不到有效值。
3084
3222
  */
3085
- Limit?: number
3223
+ AsPathOperateMode?: string
3086
3224
  }
3087
3225
 
3088
3226
  /**
@@ -3152,6 +3290,16 @@ export interface NatGatewayAddress {
3152
3290
  BlockType?: string
3153
3291
  }
3154
3292
 
3293
+ /**
3294
+ * ModifyHighPriorityRouteECMPAlgorithm返回参数结构体
3295
+ */
3296
+ export interface ModifyHighPriorityRouteECMPAlgorithmResponse {
3297
+ /**
3298
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3299
+ */
3300
+ RequestId?: string
3301
+ }
3302
+
3155
3303
  /**
3156
3304
  * DescribeVpcEndPointService返回参数结构体
3157
3305
  */
@@ -3180,6 +3328,16 @@ export interface ModifyNetworkAclEntriesResponse {
3180
3328
  RequestId?: string
3181
3329
  }
3182
3330
 
3331
+ /**
3332
+ * DescribeCdcNetPlanes返回参数结构体
3333
+ */
3334
+ export interface DescribeCdcNetPlanesResponse {
3335
+ /**
3336
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3337
+ */
3338
+ RequestId?: string
3339
+ }
3340
+
3183
3341
  /**
3184
3342
  * ModifyVpcEndPointAttribute返回参数结构体
3185
3343
  */
@@ -3268,6 +3426,11 @@ export interface TrafficFlow {
3268
3426
  FormatUnit: string
3269
3427
  }
3270
3428
 
3429
+ /**
3430
+ * DescribeAccountAttributes请求参数结构体
3431
+ */
3432
+ export type DescribeAccountAttributesRequest = null
3433
+
3271
3434
  /**
3272
3435
  * AddIp6Rules请求参数结构体
3273
3436
  */
@@ -3508,22 +3671,9 @@ export interface DisassociateNetworkAclSubnetsResponse {
3508
3671
  }
3509
3672
 
3510
3673
  /**
3511
- * SetCcnRegionBandwidthLimits请求参数结构体
3674
+ * CreateCdcLDCXList请求参数结构体
3512
3675
  */
3513
- export interface SetCcnRegionBandwidthLimitsRequest {
3514
- /**
3515
- * CCN实例ID,形如:ccn-f49l6u0z。
3516
- */
3517
- CcnId: string
3518
- /**
3519
- * 云联网(CCN)各地域出带宽上限。
3520
- */
3521
- CcnRegionBandwidthLimits: Array<CcnRegionBandwidthLimit>
3522
- /**
3523
- * 是否恢复云联网地域出口/地域间带宽限速为默认值(1Gbps)。false表示不恢复;true表示恢复。恢复默认值后,限速实例将不在控制台展示。该参数默认为 false,不恢复。
3524
- */
3525
- SetDefaultLimitFlag?: boolean
3526
- }
3676
+ export type CreateCdcLDCXListRequest = null
3527
3677
 
3528
3678
  /**
3529
3679
  * ModifyAddressInternetChargeType请求参数结构体
@@ -3626,25 +3776,13 @@ export interface AddBandwidthPackageResourcesResponse {
3626
3776
  }
3627
3777
 
3628
3778
  /**
3629
- * IPV6转换规则
3779
+ * DeleteHighPriorityRouteTables请求参数结构体
3630
3780
  */
3631
- export interface Ip6RuleInfo {
3632
- /**
3633
- * IPV6端口号,可在0~65535范围取值
3634
- */
3635
- Vport6: number
3636
- /**
3637
- * 协议类型,支持TCP/UDP
3638
- */
3639
- Protocol: string
3640
- /**
3641
- * IPV4地址
3642
- */
3643
- Vip: string
3781
+ export interface DeleteHighPriorityRouteTablesRequest {
3644
3782
  /**
3645
- * IPV4端口号,可在0~65535范围取值
3783
+ * 高优路由表表唯一ID 列表。
3646
3784
  */
3647
- Vport: number
3785
+ HighPriorityRouteTableIds?: Array<string>
3648
3786
  }
3649
3787
 
3650
3788
  /**
@@ -3705,6 +3843,16 @@ export interface ResetNatGatewayConnectionRequest {
3705
3843
  MaxConcurrentConnection: number
3706
3844
  }
3707
3845
 
3846
+ /**
3847
+ * ResetHighPriorityRoutes返回参数结构体
3848
+ */
3849
+ export interface ResetHighPriorityRoutesResponse {
3850
+ /**
3851
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3852
+ */
3853
+ RequestId?: string
3854
+ }
3855
+
3708
3856
  /**
3709
3857
  * ModifyCcnAttachedInstancesAttribute请求参数结构体
3710
3858
  */
@@ -3913,6 +4061,24 @@ export interface ModifyAddressTemplateAttributeRequest {
3913
4061
  AddressesExtra?: Array<AddressInfo>
3914
4062
  }
3915
4063
 
4064
+ /**
4065
+ * SetCcnRegionBandwidthLimits请求参数结构体
4066
+ */
4067
+ export interface SetCcnRegionBandwidthLimitsRequest {
4068
+ /**
4069
+ * CCN实例ID,形如:ccn-f49l6u0z。
4070
+ */
4071
+ CcnId: string
4072
+ /**
4073
+ * 云联网(CCN)各地域出带宽上限。
4074
+ */
4075
+ CcnRegionBandwidthLimits: Array<CcnRegionBandwidthLimit>
4076
+ /**
4077
+ * 是否恢复云联网地域出口/地域间带宽限速为默认值(1Gbps)。false表示不恢复;true表示恢复。恢复默认值后,限速实例将不在控制台展示。该参数默认为 false,不恢复。
4078
+ */
4079
+ SetDefaultLimitFlag?: boolean
4080
+ }
4081
+
3916
4082
  /**
3917
4083
  * CreateNatGateway返回参数结构体
3918
4084
  */
@@ -4921,6 +5087,11 @@ export interface DescribeCustomerGatewayVendorsResponse {
4921
5087
  RequestId?: string
4922
5088
  }
4923
5089
 
5090
+ /**
5091
+ * DeleteCdcLDCXList请求参数结构体
5092
+ */
5093
+ export type DeleteCdcLDCXListRequest = null
5094
+
4924
5095
  /**
4925
5096
  * 路由冲突对象
4926
5097
  */
@@ -5087,6 +5258,24 @@ export interface AllocateIp6AddressesBandwidthRequest {
5087
5258
  BandwidthPackageId?: string
5088
5259
  }
5089
5260
 
5261
+ /**
5262
+ * ResumeSnapshotInstance请求参数结构体
5263
+ */
5264
+ export interface ResumeSnapshotInstanceRequest {
5265
+ /**
5266
+ * 快照策略Id。
5267
+ */
5268
+ SnapshotPolicyId: string
5269
+ /**
5270
+ * 快照文件Id。
5271
+ */
5272
+ SnapshotFileId: string
5273
+ /**
5274
+ * 实例Id。
5275
+ */
5276
+ InstanceId: string
5277
+ }
5278
+
5090
5279
  /**
5091
5280
  * DescribeVpcIpv6Addresses返回参数结构体
5092
5281
  */
@@ -5115,6 +5304,28 @@ export interface ResetAttachCcnInstancesResponse {
5115
5304
  RequestId?: string
5116
5305
  }
5117
5306
 
5307
+ /**
5308
+ * IPV6转换规则
5309
+ */
5310
+ export interface Ip6RuleInfo {
5311
+ /**
5312
+ * IPV6端口号,可在0~65535范围取值
5313
+ */
5314
+ Vport6: number
5315
+ /**
5316
+ * 协议类型,支持TCP/UDP
5317
+ */
5318
+ Protocol: string
5319
+ /**
5320
+ * IPV4地址
5321
+ */
5322
+ Vip: string
5323
+ /**
5324
+ * IPV4端口号,可在0~65535范围取值
5325
+ */
5326
+ Vport: number
5327
+ }
5328
+
5118
5329
  /**
5119
5330
  * RejectAttachCcnInstances请求参数结构体
5120
5331
  */
@@ -5307,6 +5518,24 @@ export interface AdjustPublicAddressResponse {
5307
5518
  RequestId?: string
5308
5519
  }
5309
5520
 
5521
+ /**
5522
+ * DescribeVpnConnections返回参数结构体
5523
+ */
5524
+ export interface DescribeVpnConnectionsResponse {
5525
+ /**
5526
+ * 符合条件的实例数量。
5527
+ */
5528
+ TotalCount?: number
5529
+ /**
5530
+ * VPN通道实例。
5531
+ */
5532
+ VpnConnectionSet?: Array<VpnConnection>
5533
+ /**
5534
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5535
+ */
5536
+ RequestId?: string
5537
+ }
5538
+
5310
5539
  /**
5311
5540
  * RenewVpnGateway请求参数结构体
5312
5541
  */
@@ -5383,6 +5612,11 @@ export interface SecurityGroupPolicy {
5383
5612
  ModifyTime?: string
5384
5613
  }
5385
5614
 
5615
+ /**
5616
+ * DescribeCdcNetPlanes请求参数结构体
5617
+ */
5618
+ export type DescribeCdcNetPlanesRequest = null
5619
+
5386
5620
  /**
5387
5621
  * DescribePrivateNatGatewayRegions请求参数结构体
5388
5622
  */
@@ -5484,6 +5718,11 @@ export interface DescribeCcnsResponse {
5484
5718
  RequestId?: string
5485
5719
  }
5486
5720
 
5721
+ /**
5722
+ * ModifyCdcNetPlaneAttribute请求参数结构体
5723
+ */
5724
+ export type ModifyCdcNetPlaneAttributeRequest = null
5725
+
5487
5726
  /**
5488
5727
  * 参数模板配额
5489
5728
  */
@@ -5533,9 +5772,9 @@ export interface PolicyStatistics {
5533
5772
  }
5534
5773
 
5535
5774
  /**
5536
- * ModifyRouteTableSelectionPolicies返回参数结构体
5775
+ * CreateCdcLDCXList返回参数结构体
5537
5776
  */
5538
- export interface ModifyRouteTableSelectionPoliciesResponse {
5777
+ export interface CreateCdcLDCXListResponse {
5539
5778
  /**
5540
5779
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5541
5780
  */
@@ -5881,17 +6120,17 @@ export interface DeleteServiceTemplateGroupResponse {
5881
6120
  }
5882
6121
 
5883
6122
  /**
5884
- * DisassociateAddress请求参数结构体
6123
+ * IDC子网信息
5885
6124
  */
5886
- export interface DisassociateAddressRequest {
6125
+ export interface DirectConnectSubnet {
5887
6126
  /**
5888
- * 标识 EIP 的唯一 ID。EIP 唯一 ID 形如:`eip-11112222`。
6127
+ * 专线网关ID
5889
6128
  */
5890
- AddressId: string
6129
+ DirectConnectGatewayId: string
5891
6130
  /**
5892
- * 表示解绑 EIP 之后是否分配普通公网 IP。取值范围:<br><li>TRUE:表示解绑 EIP 之后分配普通公网 IP。<br><li>FALSE:表示解绑 EIP 之后不分配普通公网 IP。<br>默认取值:FALSE。<br><br>只有满足以下条件时才能指定该参数:<br><li> 只有在解绑主网卡的主内网 IP 上的 EIP 时才能指定该参数。<br><li>解绑 EIP 后重新分配普通公网 IP 操作一个账号每天最多操作 10 次;详情可通过 [DescribeAddressQuota](https://cloud.tencent.com/document/api/213/1378) 接口获取。
6131
+ * IDC子网网段
5893
6132
  */
5894
- ReallocateNormalPublicIp?: boolean
6133
+ CidrBlock: string
5895
6134
  }
5896
6135
 
5897
6136
  /**
@@ -6244,6 +6483,24 @@ export interface PrivateNatDestinationIpPortTranslationNatRule {
6244
6483
  UpdateTime?: string
6245
6484
  }
6246
6485
 
6486
+ /**
6487
+ * CreateHighPriorityRouteTable请求参数结构体
6488
+ */
6489
+ export interface CreateHighPriorityRouteTableRequest {
6490
+ /**
6491
+ * 待操作的VPC实例ID。可通过DescribeVpcs接口返回值中的VpcId获取。
6492
+ */
6493
+ VpcId: string
6494
+ /**
6495
+ * 高优路由表名称,最大长度不能超过60个字节。
6496
+ */
6497
+ Name: string
6498
+ /**
6499
+ * 指定绑定的标签列表,例如:[{"Key": "city", "Value": "shanghai"}]
6500
+ */
6501
+ Tags?: Array<Tag>
6502
+ }
6503
+
6247
6504
  /**
6248
6505
  * DeleteNetworkAcl请求参数结构体
6249
6506
  */
@@ -6254,6 +6511,20 @@ export interface DeleteNetworkAclRequest {
6254
6511
  NetworkAclId: string
6255
6512
  }
6256
6513
 
6514
+ /**
6515
+ * CreateHighPriorityRoutes请求参数结构体
6516
+ */
6517
+ export interface CreateHighPriorityRoutesRequest {
6518
+ /**
6519
+ * 高优路由表唯一 ID。
6520
+ */
6521
+ HighPriorityRouteTableId: string
6522
+ /**
6523
+ * 高优路由表条目信息。
6524
+ */
6525
+ HighPriorityRoutes: Array<HighPriorityRoute>
6526
+ }
6527
+
6257
6528
  /**
6258
6529
  * NAT网关的端口转发规则
6259
6530
  */
@@ -6407,6 +6678,16 @@ export interface CreateVpnConnectionResponse {
6407
6678
  RequestId?: string
6408
6679
  }
6409
6680
 
6681
+ /**
6682
+ * DescribeCdcUsedIdcVlan返回参数结构体
6683
+ */
6684
+ export interface DescribeCdcUsedIdcVlanResponse {
6685
+ /**
6686
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
6687
+ */
6688
+ RequestId?: string
6689
+ }
6690
+
6410
6691
  /**
6411
6692
  * IP地址模板
6412
6693
  */
@@ -6612,21 +6893,31 @@ export interface ModifyPrivateNatGatewayDestinationIpPortTranslationNatRuleReque
6612
6893
  }
6613
6894
 
6614
6895
  /**
6615
- * ResumeSnapshotInstance请求参数结构体
6896
+ * ReplaceHighPriorityRoutes请求参数结构体
6616
6897
  */
6617
- export interface ResumeSnapshotInstanceRequest {
6898
+ export interface ReplaceHighPriorityRoutesRequest {
6618
6899
  /**
6619
- * 快照策略Id
6900
+ * 高优路由表唯一 ID
6620
6901
  */
6621
- SnapshotPolicyId: string
6902
+ HighPriorityRouteTableId: string
6622
6903
  /**
6623
- * 快照文件Id。
6904
+ * 高优路由表条目信息。
6624
6905
  */
6625
- SnapshotFileId: string
6906
+ HighPriorityRoutes: Array<HighPriorityRoute>
6907
+ }
6908
+
6909
+ /**
6910
+ * DeleteHighPriorityRoutes返回参数结构体
6911
+ */
6912
+ export interface DeleteHighPriorityRoutesResponse {
6626
6913
  /**
6627
- * 实例Id。
6914
+ * 高优路由表条目信息。
6628
6915
  */
6629
- InstanceId: string
6916
+ HighPriorityRouteSet?: Array<HighPriorityRoute>
6917
+ /**
6918
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
6919
+ */
6920
+ RequestId?: string
6630
6921
  }
6631
6922
 
6632
6923
  /**
@@ -7376,13 +7667,45 @@ export interface DescribeAddressesRequest {
7376
7667
  */
7377
7668
  Filters?: Array<Filter>
7378
7669
  /**
7379
- * 偏移量,默认为0。关于`Offset`的更进一步介绍请参考 API 中的相关小节。
7670
+ * 偏移量,默认为0。关于`Offset`的更进一步介绍请参考 API 中的相关小节。
7671
+ */
7672
+ Offset?: number
7673
+ /**
7674
+ * 返回数量,默认为20,最大值为100。关于`Limit`的更进一步介绍请参考 API 中的相关小节。
7675
+ */
7676
+ Limit?: number
7677
+ }
7678
+
7679
+ /**
7680
+ * DescribeVpcs请求参数结构体
7681
+ */
7682
+ export interface DescribeVpcsRequest {
7683
+ /**
7684
+ * VPC实例ID。形如:vpc-f49l6u0z。每次请求的实例的上限为100。参数不支持同时指定VpcIds和Filters。
7685
+ */
7686
+ VpcIds?: Array<string>
7687
+ /**
7688
+ * 过滤条件,不支持同时指定VpcIds和Filters参数。
7689
+ 支持的过滤条件如下:
7690
+ <li>vpc-name:VPC实例名称,支持模糊查询。</li>
7691
+ <li>is-default :是否默认VPC。</li>
7692
+ <li>vpc-id :VPC实例ID,例如:vpc-f49l6u0z。</li>
7693
+ <li>cidr-block:VPC的CIDR。</li>
7694
+ <li>tag-key :按照标签键进行过滤,非必填参数。</li>
7695
+ <li>tag:tag-key:按照标签键值对进行过滤,非必填参数。 其中 tag-key 请使用具体的标签键进行替换,可参考示例2。</li>
7696
+ **说明:**若同一个过滤条件(Filter)存在多个Values,则同一Filter下Values间的关系为逻辑或(OR)关系;若存在多个过滤条件(Filter),Filter之间的关系为逻辑与(AND)关系。
7697
+ <li>ipv6-cidr-block - String - (过滤条件)IPv6子网网段,形如: 2402:4e00:1717:8700::/64 。</li>
7698
+ <li>isp-type - String - (过滤条件)运营商类型,形如: BGP 取值范围:'BGP'-默认, 'CMCC'-中国移动, 'CTCC'-中国电信, 'CUCC'-中国联调。</li>
7699
+ */
7700
+ Filters?: Array<Filter>
7701
+ /**
7702
+ * 偏移量,默认为0。
7380
7703
  */
7381
- Offset?: number
7704
+ Offset?: string
7382
7705
  /**
7383
- * 返回数量,默认为20,最大值为100。关于`Limit`的更进一步介绍请参考 API 中的相关小节。
7706
+ * 返回数量,默认为20,最大值为100
7384
7707
  */
7385
- Limit?: number
7708
+ Limit?: string
7386
7709
  }
7387
7710
 
7388
7711
  /**
@@ -7452,6 +7775,24 @@ export interface DescribeIp6TranslatorQuotaRequest {
7452
7775
  Ip6TranslatorIds?: Array<string>
7453
7776
  }
7454
7777
 
7778
+ /**
7779
+ * DescribeHighPriorityRoutes返回参数结构体
7780
+ */
7781
+ export interface DescribeHighPriorityRoutesResponse {
7782
+ /**
7783
+ * 高优路由表条目信息。
7784
+ */
7785
+ HighPriorityRouteSet?: Array<HighPriorityRoute>
7786
+ /**
7787
+ * 高优路由表条目个数。
7788
+ */
7789
+ TotalCount?: number
7790
+ /**
7791
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
7792
+ */
7793
+ RequestId?: string
7794
+ }
7795
+
7455
7796
  /**
7456
7797
  * DescribePrivateNatGatewayLimits返回参数结构体
7457
7798
  */
@@ -7665,6 +8006,20 @@ export interface DescribeNetworkAclQuintupleEntriesRequest {
7665
8006
  Filters?: Array<Filter>
7666
8007
  }
7667
8008
 
8009
+ /**
8010
+ * 网络探测验证结果。
8011
+ */
8012
+ export interface NetDetectState {
8013
+ /**
8014
+ * 网络探测实例ID。形如:netd-12345678。
8015
+ */
8016
+ NetDetectId: string
8017
+ /**
8018
+ * 网络探测目的IP验证结果对象数组。
8019
+ */
8020
+ NetDetectIpStateSet: Array<NetDetectIpState>
8021
+ }
8022
+
7668
8023
  /**
7669
8024
  * DescribeSnapshotPolicies返回参数结构体
7670
8025
  */
@@ -7999,6 +8354,11 @@ export interface EndPoint {
7999
8354
  注意:此字段可能返回 null,表示取不到有效值。
8000
8355
  */
8001
8356
  ServiceName?: string
8357
+ /**
8358
+ * CDC 集群唯一 ID
8359
+ 注意:此字段可能返回 null,表示取不到有效值。
8360
+ */
8361
+ CdcId?: string
8002
8362
  /**
8003
8363
  * 标签键值对。
8004
8364
  注意:此字段可能返回 null,表示取不到有效值。
@@ -8332,6 +8692,11 @@ export interface EndPointService {
8332
8692
  * 挂载的PAAS服务类型,CLB,CDB,CRS
8333
8693
  */
8334
8694
  ServiceType?: string
8695
+ /**
8696
+ * CDC 集群唯一 ID
8697
+ 注意:此字段可能返回 null,表示取不到有效值。
8698
+ */
8699
+ CdcId?: string
8335
8700
  /**
8336
8701
  * Uin
8337
8702
  注意:此字段可能返回 null,表示取不到有效值。
@@ -8419,6 +8784,20 @@ export interface CreateNetworkAclQuintupleEntriesRequest {
8419
8784
  NetworkAclQuintupleSet: NetworkAclQuintupleEntries
8420
8785
  }
8421
8786
 
8787
+ /**
8788
+ * DeleteHighPriorityRoutes请求参数结构体
8789
+ */
8790
+ export interface DeleteHighPriorityRoutesRequest {
8791
+ /**
8792
+ * 高优路由表唯一 ID。
8793
+ */
8794
+ HighPriorityRouteTableId: string
8795
+ /**
8796
+ * 高优路由表条目唯一 ID 列表。
8797
+ */
8798
+ HighPriorityRouteIds: Array<string>
8799
+ }
8800
+
8422
8801
  /**
8423
8802
  * DescribeClassicLinkInstances返回参数结构体
8424
8803
  */
@@ -8437,6 +8816,11 @@ export interface DescribeClassicLinkInstancesResponse {
8437
8816
  RequestId?: string
8438
8817
  }
8439
8818
 
8819
+ /**
8820
+ * ModifyCdcLDCXAttribute请求参数结构体
8821
+ */
8822
+ export type ModifyCdcLDCXAttributeRequest = null
8823
+
8440
8824
  /**
8441
8825
  * EnableVpnGatewaySslClientCert请求参数结构体
8442
8826
  */
@@ -8733,13 +9117,40 @@ export interface DescribeNetworkAccountTypeResponse {
8733
9117
  }
8734
9118
 
8735
9119
  /**
8736
- * ResetVpnConnection返回参数结构体
9120
+ * DescribeRoutes请求参数结构体
8737
9121
  */
8738
- export interface ResetVpnConnectionResponse {
9122
+ export interface DescribeRoutesRequest {
8739
9123
  /**
8740
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId
9124
+ * 过滤条件,参数不支持同时指定RouteTableIds和Filters
9125
+ <li>vpc-id - String - (过滤条件)VPC实例ID,形如:vpc-f49l6u0z。</li>
9126
+ <li>gateway-id - String - (过滤条件)网关ID。</li>
9127
+ <li>description - String - (过滤条件)路由描述。</li>
9128
+ <li>route-table-id - String - (过滤条件)路由表实例ID。</li>
9129
+ <li>dest-cidr - String - (过滤条件)目的端地址,支持模糊左匹配。</li>
8741
9130
  */
8742
- RequestId?: string
9131
+ Filters?: Array<Filter>
9132
+ /**
9133
+ * 偏移量。
9134
+ */
9135
+ Offset?: number
9136
+ /**
9137
+ * 请求对象个数。
9138
+ */
9139
+ Limit?: number
9140
+ }
9141
+
9142
+ /**
9143
+ * ModifyHighPriorityRouteTableAttribute请求参数结构体
9144
+ */
9145
+ export interface ModifyHighPriorityRouteTableAttributeRequest {
9146
+ /**
9147
+ * 高优路由表表唯一ID
9148
+ */
9149
+ HighPriorityRouteTableId: string
9150
+ /**
9151
+ * 高优路由表表名称
9152
+ */
9153
+ Name: string
8743
9154
  }
8744
9155
 
8745
9156
  /**
@@ -9320,6 +9731,11 @@ export interface HaVip {
9320
9731
  注意:此字段可能返回 null,表示取不到有效值。
9321
9732
  */
9322
9733
  CheckAssociate?: boolean
9734
+ /**
9735
+ * CDC实例ID。
9736
+ 注意:此字段可能返回 null,表示取不到有效值。
9737
+ */
9738
+ CdcId?: string
9323
9739
  /**
9324
9740
  * HAVIP 刷新时间。该参数只作为出参数。以下场景会触发 FlushTime 被刷新:1)子机发出免费 ARP 触发 HAVIP 漂移;2)手动HAVIP解绑网卡; 没有更新时默认值:0000-00-00 00:00:00
9325
9741
  注意:此字段可能返回 null,表示取不到有效值。
@@ -9410,29 +9826,21 @@ export interface RejectAttachCcnInstancesResponse {
9410
9826
  }
9411
9827
 
9412
9828
  /**
9413
- * CloneSecurityGroup请求参数结构体
9829
+ * DescribeCcnRouteTableInputPolicys请求参数结构体
9414
9830
  */
9415
- export interface CloneSecurityGroupRequest {
9416
- /**
9417
- * 安全组实例ID,例如sg-33ocnj9n,可通过<a href="https://cloud.tencent.com/document/product/215/15808">DescribeSecurityGroups</a>获取。
9418
- */
9419
- SecurityGroupId: string
9420
- /**
9421
- * 安全组名称,可任意命名,但不得超过60个字符。未提供参数时,克隆后的安全组名称和SecurityGroupId对应的安全组名称相同。
9422
- */
9423
- GroupName?: string
9831
+ export interface DescribeCcnRouteTableInputPolicysRequest {
9424
9832
  /**
9425
- * 安全组备注,最多100个字符。未提供参数时,克隆后的安全组备注和SecurityGroupId对应的安全组备注相同。
9833
+ * 云联网ID。
9426
9834
  */
9427
- GroupDescription?: string
9835
+ CcnId: string
9428
9836
  /**
9429
- * 项目ID,默认0。可在<a href="https://console.cloud.tencent.com/project">qcloud控制台项目管理页面</a>查询到。
9837
+ * 云联网路由表ID
9430
9838
  */
9431
- ProjectId?: string
9839
+ RouteTableId: string
9432
9840
  /**
9433
- * 源Region,跨地域克隆安全组时,需要传入源安全组所属地域信息,例如:克隆广州的安全组到上海,则这里需要传入广州安全的地域信息:ap-guangzhou。
9841
+ * 路由接收策略版本号。
9434
9842
  */
9435
- RemoteRegion?: string
9843
+ PolicyVersion?: number
9436
9844
  }
9437
9845
 
9438
9846
  /**
@@ -9456,9 +9864,14 @@ export interface ReplaceCcnRouteTableInputPolicysResponse {
9456
9864
  }
9457
9865
 
9458
9866
  /**
9459
- * DescribeAccountAttributes请求参数结构体
9867
+ * DeleteCdcNetPlanes返回参数结构体
9460
9868
  */
9461
- export type DescribeAccountAttributesRequest = null
9869
+ export interface DeleteCdcNetPlanesResponse {
9870
+ /**
9871
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
9872
+ */
9873
+ RequestId?: string
9874
+ }
9462
9875
 
9463
9876
  /**
9464
9877
  * RenewAddresses返回参数结构体
@@ -9790,26 +10203,9 @@ export interface CcnRouteBroadcastPolicyRouteCondition {
9790
10203
  }
9791
10204
 
9792
10205
  /**
9793
- * DownloadVpnGatewaySslClientCert返回参数结构体
10206
+ * DeleteCdcNetPlanes请求参数结构体
9794
10207
  */
9795
- export interface DownloadVpnGatewaySslClientCertResponse {
9796
- /**
9797
- * SSL-VPN 客户端配置。
9798
- */
9799
- SslClientConfigsSet?: string
9800
- /**
9801
- * SSL-VPN 客户端配置。
9802
- */
9803
- SslClientConfig?: Array<SslClientConfig>
9804
- /**
9805
- * 是否鉴权成功 只有传入SamlToken 才生效,1为成功,0为失败。
9806
- */
9807
- Authenticated?: number
9808
- /**
9809
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
9810
- */
9811
- RequestId?: string
9812
- }
10208
+ export type DeleteCdcNetPlanesRequest = null
9813
10209
 
9814
10210
  /**
9815
10211
  * DeleteNetDetect返回参数结构体
@@ -9889,6 +10285,10 @@ AnycastEIP是否用于绑定负载均衡。
9889
10285
  * EIP名称,用于申请EIP时用户自定义该EIP的个性化名称,默认值:未命名
9890
10286
  */
9891
10287
  AddressName?: string
10288
+ /**
10289
+ * CDC唯一ID
10290
+ */
10291
+ DedicatedClusterId?: string
9892
10292
  /**
9893
10293
  * 网络出口,当前仅支持精品BGP、静态单线,这2种IP 地址类型的指定出口传入,默认值:center_egress1,其它可选值:center_egress2、center_egress3
9894
10294
  */
@@ -9942,6 +10342,24 @@ export interface DescribeDhcpIpsResponse {
9942
10342
  RequestId?: string
9943
10343
  }
9944
10344
 
10345
+ /**
10346
+ * ResetHighPriorityRoutes请求参数结构体
10347
+ */
10348
+ export interface ResetHighPriorityRoutesRequest {
10349
+ /**
10350
+ * 高优路由表唯一 ID。
10351
+ */
10352
+ HighPriorityRouteTableId: string
10353
+ /**
10354
+ * 高优路由表名称。
10355
+ */
10356
+ Name: string
10357
+ /**
10358
+ * 高优路由表条目信息。
10359
+ */
10360
+ HighPriorityRoutes: Array<HighPriorityRoute>
10361
+ }
10362
+
9945
10363
  /**
9946
10364
  * ModifyAssistantCidr请求参数结构体
9947
10365
  */
@@ -10145,9 +10563,24 @@ export interface CreateVpnGatewaySslClientRequest {
10145
10563
  }
10146
10564
 
10147
10565
  /**
10148
- * UnlockCcns请求参数结构体
10566
+ * ResetVpnConnection返回参数结构体
10149
10567
  */
10150
- export type UnlockCcnsRequest = null
10568
+ export interface ResetVpnConnectionResponse {
10569
+ /**
10570
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
10571
+ */
10572
+ RequestId?: string
10573
+ }
10574
+
10575
+ /**
10576
+ * CreateCdcNetPlanes返回参数结构体
10577
+ */
10578
+ export interface CreateCdcNetPlanesResponse {
10579
+ /**
10580
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
10581
+ */
10582
+ RequestId?: string
10583
+ }
10151
10584
 
10152
10585
  /**
10153
10586
  * DescribeVpnGatewaySslServers返回参数结构体
@@ -10541,6 +10974,20 @@ export interface ModifyTemplateMemberRequest {
10541
10974
  TemplateMember: Array<MemberInfo>
10542
10975
  }
10543
10976
 
10977
+ /**
10978
+ * DisableCcnRoutes请求参数结构体
10979
+ */
10980
+ export interface DisableCcnRoutesRequest {
10981
+ /**
10982
+ * CCN实例ID。形如:ccn-f49l6u0z。
10983
+ */
10984
+ CcnId: string
10985
+ /**
10986
+ * CCN路由策略唯一ID。形如:ccnr-f49l6u0z。
10987
+ */
10988
+ RouteIds: Array<string>
10989
+ }
10990
+
10544
10991
  /**
10545
10992
  * EnableSnapshotPolicies请求参数结构体
10546
10993
  */
@@ -10724,6 +11171,16 @@ export interface DetachSnapshotInstancesRequest {
10724
11171
  Instances: Array<SnapshotInstance>
10725
11172
  }
10726
11173
 
11174
+ /**
11175
+ * ReplaceHighPriorityRouteTableAssociation返回参数结构体
11176
+ */
11177
+ export interface ReplaceHighPriorityRouteTableAssociationResponse {
11178
+ /**
11179
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
11180
+ */
11181
+ RequestId?: string
11182
+ }
11183
+
10727
11184
  /**
10728
11185
  * DeleteLocalGateway请求参数结构体
10729
11186
  */
@@ -11421,17 +11878,13 @@ export interface DisassociateNatGatewayAddressRequest {
11421
11878
  }
11422
11879
 
11423
11880
  /**
11424
- * DescribeTrafficPackages返回参数结构体
11881
+ * CreateHighPriorityRoutes返回参数结构体
11425
11882
  */
11426
- export interface DescribeTrafficPackagesResponse {
11427
- /**
11428
- * 按照条件查询出来的流量包数量
11429
- */
11430
- TotalCount?: number
11883
+ export interface CreateHighPriorityRoutesResponse {
11431
11884
  /**
11432
- * 流量包信息
11885
+ * 高优路由表信息。
11433
11886
  */
11434
- TrafficPackageSet?: Array<TrafficPackage>
11887
+ HighPriorityRouteSet?: Array<HighPriorityRoute>
11435
11888
  /**
11436
11889
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
11437
11890
  */
@@ -11721,21 +12174,13 @@ VPN网关实例ID,形如,`vpn-ltjahce6`。
11721
12174
  }
11722
12175
 
11723
12176
  /**
11724
- * ReplaceCcnRouteTableInputPolicys请求参数结构体
12177
+ * ModifyHighPriorityRouteTableAttribute返回参数结构体
11725
12178
  */
11726
- export interface ReplaceCcnRouteTableInputPolicysRequest {
11727
- /**
11728
- * 云联网ID。
11729
- */
11730
- CcnId: string
11731
- /**
11732
- * 云联网路由表ID。
11733
- */
11734
- RouteTableId: string
12179
+ export interface ModifyHighPriorityRouteTableAttributeResponse {
11735
12180
  /**
11736
- * 新的路由接收策略。
12181
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
11737
12182
  */
11738
- Policys?: Array<CcnRouteTableInputPolicy>
12183
+ RequestId?: string
11739
12184
  }
11740
12185
 
11741
12186
  /**
@@ -12302,6 +12747,16 @@ export interface CreateAndAttachNetworkInterfaceResponse {
12302
12747
  RequestId?: string
12303
12748
  }
12304
12749
 
12750
+ /**
12751
+ * ModifyCdcNetPlaneAttribute返回参数结构体
12752
+ */
12753
+ export interface ModifyCdcNetPlaneAttributeResponse {
12754
+ /**
12755
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
12756
+ */
12757
+ RequestId?: string
12758
+ }
12759
+
12305
12760
  /**
12306
12761
  * ModifyCcnAttribute请求参数结构体
12307
12762
  */
@@ -12713,6 +13168,11 @@ export interface Address {
12713
13168
  注意:此字段可能返回 null,表示取不到有效值。
12714
13169
  */
12715
13170
  UnVpcId?: string
13171
+ /**
13172
+ * CDC唯一ID
13173
+ 注意:此字段可能返回 null,表示取不到有效值。
13174
+ */
13175
+ DedicatedClusterId?: string
12716
13176
  }
12717
13177
 
12718
13178
  /**
@@ -12841,21 +13301,57 @@ export interface ModifyPrivateNatGatewayDestinationIpPortTranslationNatRuleRespo
12841
13301
  }
12842
13302
 
12843
13303
  /**
12844
- * 描述带宽包资源信息的结构
13304
+ * 描述带宽包资源信息的结构
13305
+ */
13306
+ export interface Resource {
13307
+ /**
13308
+ * 带宽包资源类型,包括'Address'和'LoadBalance'
13309
+ */
13310
+ ResourceType: string
13311
+ /**
13312
+ * 带宽包资源Id,形如'eip-xxxx', 'lb-xxxx'
13313
+ */
13314
+ ResourceId: string
13315
+ /**
13316
+ * 带宽包资源Ip
13317
+ */
13318
+ AddressIp: string
13319
+ }
13320
+
13321
+ /**
13322
+ * 高优路由表信息
12845
13323
  */
12846
- export interface Resource {
13324
+ export interface HighPriorityRouteTable {
12847
13325
  /**
12848
- * 带宽包资源类型,包括'Address'和'LoadBalance'
13326
+ * 高优路由表唯一 ID。
13327
+ 注意:此字段可能返回 null,表示取不到有效值。
12849
13328
  */
12850
- ResourceType: string
13329
+ HighPriorityRouteTableId?: string
12851
13330
  /**
12852
- * 带宽包资源Id,形如'eip-xxxx', 'lb-xxxx'
13331
+ * VPC实例ID。
13332
+ 注意:此字段可能返回 null,表示取不到有效值。
12853
13333
  */
12854
- ResourceId: string
13334
+ VpcId?: string
12855
13335
  /**
12856
- * 带宽包资源Ip
13336
+ * 高优路由表名称。
13337
+ 注意:此字段可能返回 null,表示取不到有效值。
12857
13338
  */
12858
- AddressIp: string
13339
+ Name?: string
13340
+ /**
13341
+ * 高优路由表关联的子网列表。
13342
+ 注意:此字段可能返回 null,表示取不到有效值。
13343
+ */
13344
+ SubnetSet?: Array<string>
13345
+ /**
13346
+ * 高优路由表条目信息
13347
+ 注意:此字段可能返回 null,表示取不到有效值。
13348
+ */
13349
+ HighPriorityRouteSet?: Array<HighPriorityRoute>
13350
+ /**
13351
+ * 创建时间。
13352
+ 注意:此字段可能返回 null,表示取不到有效值。
13353
+ */
13354
+ CreatedTime?: string
12859
13355
  }
12860
13356
 
12861
13357
  /**
@@ -12905,22 +13401,9 @@ export interface AllocateAddressesResponse {
12905
13401
  }
12906
13402
 
12907
13403
  /**
12908
- * DescribeVpnConnections返回参数结构体
13404
+ * DescribeCdcUsedIdcVlan请求参数结构体
12909
13405
  */
12910
- export interface DescribeVpnConnectionsResponse {
12911
- /**
12912
- * 符合条件的实例数量。
12913
- */
12914
- TotalCount?: number
12915
- /**
12916
- * VPN通道实例。
12917
- */
12918
- VpnConnectionSet?: Array<VpnConnection>
12919
- /**
12920
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
12921
- */
12922
- RequestId?: string
12923
- }
13406
+ export type DescribeCdcUsedIdcVlanRequest = null
12924
13407
 
12925
13408
  /**
12926
13409
  * 描述带宽包信息的结构
@@ -13662,6 +14145,20 @@ export interface NetworkAclQuintupleEntry {
13662
14145
  NetworkAclDirection?: string
13663
14146
  }
13664
14147
 
14148
+ /**
14149
+ * ModifyHighPriorityRouteAttribute请求参数结构体
14150
+ */
14151
+ export interface ModifyHighPriorityRouteAttributeRequest {
14152
+ /**
14153
+ * 高优路由表唯一 ID。
14154
+ */
14155
+ HighPriorityRouteTableId: string
14156
+ /**
14157
+ * 高优路由表条目修改属性。
14158
+ */
14159
+ HighPriorityModifyItems: Array<HighPriorityModifyItem>
14160
+ }
14161
+
13665
14162
  /**
13666
14163
  * InquirePriceCreateDirectConnectGateway返回参数结构体
13667
14164
  */
@@ -13915,6 +14412,20 @@ export interface InquiryPriceRenewVpnGatewayRequest {
13915
14412
  InstanceChargePrepaid: InstanceChargePrepaid
13916
14413
  }
13917
14414
 
14415
+ /**
14416
+ * 高优路由表条目修改属性。
14417
+ */
14418
+ export interface HighPriorityModifyItem {
14419
+ /**
14420
+ * 高优路由条目唯一ID。
14421
+ */
14422
+ HighPriorityRouteId?: string
14423
+ /**
14424
+ * 高优路由条目描述。
14425
+ */
14426
+ Description?: string
14427
+ }
14428
+
13918
14429
  /**
13919
14430
  * EnableCcnRoutes返回参数结构体
13920
14431
  */
@@ -14432,6 +14943,20 @@ export interface CreateLocalGatewayResponse {
14432
14943
  RequestId?: string
14433
14944
  }
14434
14945
 
14946
+ /**
14947
+ * ModifyHighPriorityRouteECMPAlgorithm请求参数结构体
14948
+ */
14949
+ export interface ModifyHighPriorityRouteECMPAlgorithmRequest {
14950
+ /**
14951
+ * 高优路由表实例唯一ID。
14952
+ */
14953
+ HighPriorityRouteTableId: string
14954
+ /**
14955
+ * 高优路由表HASH策略。
14956
+ */
14957
+ RouteECMPAlgorithms: Array<RouteECMPAlgorithm>
14958
+ }
14959
+
14435
14960
  /**
14436
14961
  * 协议端口模板信息
14437
14962
  */
@@ -14533,6 +15058,16 @@ export interface DeleteRouteTableRequest {
14533
15058
  RouteTableId: string
14534
15059
  }
14535
15060
 
15061
+ /**
15062
+ * DescribeCdcLDCXList返回参数结构体
15063
+ */
15064
+ export interface DescribeCdcLDCXListResponse {
15065
+ /**
15066
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
15067
+ */
15068
+ RequestId?: string
15069
+ }
15070
+
14536
15071
  /**
14537
15072
  * 快照策略关联实例信息
14538
15073
  */
@@ -14738,6 +15273,62 @@ export interface ReleaseAddressesResponse {
14738
15273
  RequestId?: string
14739
15274
  }
14740
15275
 
15276
+ /**
15277
+ * 高优路由表条目信息
15278
+ */
15279
+ export interface HighPriorityRoute {
15280
+ /**
15281
+ * 高优路由表唯一 ID
15282
+ 注意:此字段可能返回 null,表示取不到有效值。
15283
+ */
15284
+ HighPriorityRouteTableId?: string
15285
+ /**
15286
+ * 高优路由表条目唯一 ID
15287
+ 注意:此字段可能返回 null,表示取不到有效值。
15288
+ */
15289
+ HighPriorityRouteId?: string
15290
+ /**
15291
+ * 目标网段
15292
+ 注意:此字段可能返回 null,表示取不到有效值。
15293
+ */
15294
+ DestinationCidrBlock?: string
15295
+ /**
15296
+ * 网关类型
15297
+ 注意:此字段可能返回 null,表示取不到有效值。
15298
+ */
15299
+ GatewayType?: string
15300
+ /**
15301
+ * 网关唯一ID
15302
+ 注意:此字段可能返回 null,表示取不到有效值。
15303
+ */
15304
+ GatewayId?: string
15305
+ /**
15306
+ * 高优路由条目描述
15307
+ 注意:此字段可能返回 null,表示取不到有效值。
15308
+ */
15309
+ Description?: string
15310
+ /**
15311
+ * ECMP算法,支持的算法有:ECMP_QUINTUPLE_HASH:五元组hash,ECMP_SOURCE_DESTINATION_IP_HASH:源和目的IP hash,ECMP_DESTINATION_IP_HASH:目的IP hash,ECMP_SOURCE_IP_HASH:源IP hash。
15312
+ 注意:此字段可能返回 null,表示取不到有效值。
15313
+ */
15314
+ SubnetRouteAlgorithm?: string
15315
+ /**
15316
+ * 出参展示,是否为CDC属性高优路由
15317
+ 注意:此字段可能返回 null,表示取不到有效值。
15318
+ */
15319
+ IsCdc?: boolean
15320
+ /**
15321
+ * 出参展示,CDC 唯一ID
15322
+ 注意:此字段可能返回 null,表示取不到有效值。
15323
+ */
15324
+ CdcId?: string
15325
+ /**
15326
+ * 创建时间。
15327
+ 注意:此字段可能返回 null,表示取不到有效值。
15328
+ */
15329
+ CreatedTime?: string
15330
+ }
15331
+
14741
15332
  /**
14742
15333
  * AuditCrossBorderCompliance返回参数结构体
14743
15334
  */
@@ -14932,6 +15523,11 @@ export interface DeleteNetworkAclEntriesResponse {
14932
15523
  RequestId?: string
14933
15524
  }
14934
15525
 
15526
+ /**
15527
+ * DescribeCdcLDCXList请求参数结构体
15528
+ */
15529
+ export type DescribeCdcLDCXListRequest = null
15530
+
14935
15531
  /**
14936
15532
  * CreateNetworkInterface返回参数结构体
14937
15533
  */
@@ -15397,6 +15993,16 @@ export interface CreatePrivateNatGatewayResponse {
15397
15993
  RequestId?: string
15398
15994
  }
15399
15995
 
15996
+ /**
15997
+ * ModifyRouteTableSelectionPolicies返回参数结构体
15998
+ */
15999
+ export interface ModifyRouteTableSelectionPoliciesResponse {
16000
+ /**
16001
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
16002
+ */
16003
+ RequestId?: string
16004
+ }
16005
+
15400
16006
  /**
15401
16007
  * AttachNetworkInterface请求参数结构体
15402
16008
  */
@@ -15534,17 +16140,21 @@ export interface DisassociateAddressResponse {
15534
16140
  }
15535
16141
 
15536
16142
  /**
15537
- * IDC子网信息
16143
+ * DescribeTrafficPackages返回参数结构体
15538
16144
  */
15539
- export interface DirectConnectSubnet {
16145
+ export interface DescribeTrafficPackagesResponse {
15540
16146
  /**
15541
- * 专线网关ID
16147
+ * 按照条件查询出来的流量包数量
15542
16148
  */
15543
- DirectConnectGatewayId: string
16149
+ TotalCount?: number
15544
16150
  /**
15545
- * IDC子网网段
16151
+ * 流量包信息
15546
16152
  */
15547
- CidrBlock: string
16153
+ TrafficPackageSet?: Array<TrafficPackage>
16154
+ /**
16155
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
16156
+ */
16157
+ RequestId?: string
15548
16158
  }
15549
16159
 
15550
16160
  /**
@@ -15776,25 +16386,38 @@ export interface DeleteLocalGatewayResponse {
15776
16386
  }
15777
16387
 
15778
16388
  /**
15779
- * 弹性网卡绑定关系
16389
+ * DescribeHighPriorityRouteTables请求参数结构体
15780
16390
  */
15781
- export interface NetworkInterfaceAttachment {
16391
+ export interface DescribeHighPriorityRouteTablesRequest {
15782
16392
  /**
15783
- * 云主机实例ID
16393
+ * 过滤条件,参数不支持同时指定HighPriorityRouteTableIds和Filters
16394
+ <li>high-priority-route-table-id - String - (过滤条件)高优路由表实例ID。</li>
16395
+ <li>name - String - (过滤条件)高优路由表名称。</li>
16396
+ <li>vpc-id - String - (过滤条件)VPC实例ID,形如:vpc-f49l6u0z。</li>
16397
+ <li>tag-key - String -是否必填:否 - (过滤条件)按照标签键进行过滤。</li>
16398
+ <li>next-hop-type - String - 是否必填:否 - (过滤条件)按下一跳类型进行过滤。使用next-hop-type进行过滤时,必须同时携带route-table-id与vpc-id。
16399
+ 目前我们支持的类型有:
16400
+ HAVIP:高可用虚拟IP;
16401
+ NORMAL_CVM:普通云服务器;
16402
+ </li>
15784
16403
  */
15785
- InstanceId: string
16404
+ Filters?: Array<Filter>
15786
16405
  /**
15787
- * 网卡在云主机实例内的序号。
16406
+ * 高优路由表实例ID,例如:hprtb-18mot1fm。
15788
16407
  */
15789
- DeviceIndex: number
16408
+ HighPriorityRouteTableIds?: Array<string>
15790
16409
  /**
15791
- * 云主机所有者账户信息。
16410
+ * 偏移量。
15792
16411
  */
15793
- InstanceAccountId: string
16412
+ Offset?: string
15794
16413
  /**
15795
- * 绑定时间。
16414
+ * 返回数量,默认为20,最大值为100。
15796
16415
  */
15797
- AttachTime: string
16416
+ Limit?: string
16417
+ /**
16418
+ * 是否需要获取路由策略信息,默认获取,当控制台不需要拉取路由策略信息时,改为False。
16419
+ */
16420
+ NeedRouterInfo?: boolean
15798
16421
  }
15799
16422
 
15800
16423
  /**
@@ -16080,6 +16703,25 @@ export interface DescribeAddressQuotaResponse {
16080
16703
  RequestId?: string
16081
16704
  }
16082
16705
 
16706
+ /**
16707
+ * DescribePrivateNatGatewayLimits请求参数结构体
16708
+ */
16709
+ export interface DescribePrivateNatGatewayLimitsRequest {
16710
+ /**
16711
+ * 查询VPC下可创建的私网网关配额数量,可选值:
16712
+ <li>VpcId - String - 所在VpcId</li>
16713
+ */
16714
+ Filters?: Array<Filter>
16715
+ /**
16716
+ * 偏移量,默认值为0。
16717
+ */
16718
+ Offset?: number
16719
+ /**
16720
+ * 返回数目,默认值为20。
16721
+ */
16722
+ Limit?: number
16723
+ }
16724
+
16083
16725
  /**
16084
16726
  * CreateCustomerGateway请求参数结构体
16085
16727
  */
@@ -16301,6 +16943,11 @@ export interface ReplaceCcnRouteTableBroadcastPolicysRequest {
16301
16943
  Policys: Array<CcnRouteTableBroadcastPolicy>
16302
16944
  }
16303
16945
 
16946
+ /**
16947
+ * UnlockCcns请求参数结构体
16948
+ */
16949
+ export type UnlockCcnsRequest = null
16950
+
16304
16951
  /**
16305
16952
  * DescribeSnapshotAttachedInstances请求参数结构体
16306
16953
  */
@@ -16392,6 +17039,16 @@ export interface DeleteVpnGatewayRoutesResponse {
16392
17039
  RequestId?: string
16393
17040
  }
16394
17041
 
17042
+ /**
17043
+ * DeleteHighPriorityRouteTables返回参数结构体
17044
+ */
17045
+ export interface DeleteHighPriorityRouteTablesResponse {
17046
+ /**
17047
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
17048
+ */
17049
+ RequestId?: string
17050
+ }
17051
+
16395
17052
  /**
16396
17053
  * CreateSecurityGroup请求参数结构体
16397
17054
  */
@@ -16755,28 +17412,24 @@ export interface AcceptVpcPeeringConnectionRequest {
16755
17412
  }
16756
17413
 
16757
17414
  /**
16758
- * DescribePrivateNatGatewayLimits请求参数结构体
17415
+ * CreateCdcNetPlanes请求参数结构体
16759
17416
  */
16760
- export interface DescribePrivateNatGatewayLimitsRequest {
16761
- /**
16762
- * 查询VPC下可创建的私网网关配额数量,可选值:
16763
- <li>VpcId - String - 所在VpcId</li>
16764
- */
16765
- Filters?: Array<Filter>
16766
- /**
16767
- * 偏移量,默认值为0。
16768
- */
16769
- Offset?: number
17417
+ export type CreateCdcNetPlanesRequest = null
17418
+
17419
+ /**
17420
+ * CreatePrivateNatGatewayDestinationIpPortTranslationNatRule返回参数结构体
17421
+ */
17422
+ export interface CreatePrivateNatGatewayDestinationIpPortTranslationNatRuleResponse {
16770
17423
  /**
16771
- * 返回数目,默认值为20
17424
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId
16772
17425
  */
16773
- Limit?: number
17426
+ RequestId?: string
16774
17427
  }
16775
17428
 
16776
17429
  /**
16777
- * CreatePrivateNatGatewayDestinationIpPortTranslationNatRule返回参数结构体
17430
+ * ModifyCdcLDCXAttribute返回参数结构体
16778
17431
  */
16779
- export interface CreatePrivateNatGatewayDestinationIpPortTranslationNatRuleResponse {
17432
+ export interface ModifyCdcLDCXAttributeResponse {
16780
17433
  /**
16781
17434
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
16782
17435
  */
@@ -17029,6 +17682,11 @@ CCN:云联网路由,系统默认下发,不可编辑与删除。
17029
17682
  * 路由策略创建时间
17030
17683
  */
17031
17684
  CreatedTime?: string
17685
+ /**
17686
+ * CDC 集群唯一 ID。
17687
+ 注意:此字段可能返回 null,表示取不到有效值。
17688
+ */
17689
+ CdcId?: string
17032
17690
  }
17033
17691
 
17034
17692
  /**
@@ -17073,6 +17731,20 @@ export interface ModifyVpcEndPointServiceWhiteListResponse {
17073
17731
  RequestId?: string
17074
17732
  }
17075
17733
 
17734
+ /**
17735
+ * DisassociateAddress请求参数结构体
17736
+ */
17737
+ export interface DisassociateAddressRequest {
17738
+ /**
17739
+ * 标识 EIP 的唯一 ID。EIP 唯一 ID 形如:`eip-11112222`。
17740
+ */
17741
+ AddressId: string
17742
+ /**
17743
+ * 表示解绑 EIP 之后是否分配普通公网 IP。取值范围:<br><li>TRUE:表示解绑 EIP 之后分配普通公网 IP。<br><li>FALSE:表示解绑 EIP 之后不分配普通公网 IP。<br>默认取值:FALSE。<br><br>只有满足以下条件时才能指定该参数:<br><li> 只有在解绑主网卡的主内网 IP 上的 EIP 时才能指定该参数。<br><li>解绑 EIP 后重新分配普通公网 IP 操作一个账号每天最多操作 10 次;详情可通过 [DescribeAddressQuota](https://cloud.tencent.com/document/api/213/1378) 接口获取。
17744
+ */
17745
+ ReallocateNormalPublicIp?: boolean
17746
+ }
17747
+
17076
17748
  /**
17077
17749
  * DescribeCrossBorderFlowMonitor返回参数结构体
17078
17750
  */
@@ -17103,6 +17775,24 @@ export interface DeleteVpcResponse {
17103
17775
  RequestId?: string
17104
17776
  }
17105
17777
 
17778
+ /**
17779
+ * ReplaceCcnRouteTableInputPolicys请求参数结构体
17780
+ */
17781
+ export interface ReplaceCcnRouteTableInputPolicysRequest {
17782
+ /**
17783
+ * 云联网ID。
17784
+ */
17785
+ CcnId: string
17786
+ /**
17787
+ * 云联网路由表ID。
17788
+ */
17789
+ RouteTableId: string
17790
+ /**
17791
+ * 新的路由接收策略。
17792
+ */
17793
+ Policys?: Array<CcnRouteTableInputPolicy>
17794
+ }
17795
+
17106
17796
  /**
17107
17797
  * 预付费(包年包月)计费对象。
17108
17798
  */