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
@@ -505,17 +505,21 @@ export interface SourceIpTranslationNatRule {
505
505
  CreatedTime?: string;
506
506
  }
507
507
  /**
508
- * DisableCcnRoutes请求参数结构体
508
+ * DescribeRoutes返回参数结构体
509
509
  */
510
- export interface DisableCcnRoutesRequest {
510
+ export interface DescribeRoutesResponse {
511
511
  /**
512
- * CCN实例ID。形如:ccn-f49l6u0z。
512
+ * 路由对象。
513
513
  */
514
- CcnId: string;
514
+ RouteSet?: Array<Route>;
515
515
  /**
516
- * CCN路由策略唯一ID。形如:ccnr-f49l6u0z。
516
+ * 符合条件的实例数量。
517
517
  */
518
- RouteIds: Array<string>;
518
+ TotalCount?: number;
519
+ /**
520
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
521
+ */
522
+ RequestId?: string;
519
523
  }
520
524
  /**
521
525
  * ModifyNatGatewayDestinationIpPortTranslationNatRule返回参数结构体
@@ -535,6 +539,15 @@ export interface ModifyIp6RuleResponse {
535
539
  */
536
540
  RequestId?: string;
537
541
  }
542
+ /**
543
+ * DeleteCdcLDCXList返回参数结构体
544
+ */
545
+ export interface DeleteCdcLDCXListResponse {
546
+ /**
547
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
548
+ */
549
+ RequestId?: string;
550
+ }
538
551
  /**
539
552
  * SetVpnGatewaysRenewFlag请求参数结构体
540
553
  */
@@ -648,6 +661,19 @@ export interface DeleteVpnGatewaySslServerResponse {
648
661
  */
649
662
  RequestId?: string;
650
663
  }
664
+ /**
665
+ * CreateHighPriorityRouteTable返回参数结构体
666
+ */
667
+ export interface CreateHighPriorityRouteTableResponse {
668
+ /**
669
+ * 高优路由表信息
670
+ */
671
+ HighPriorityRouteTable?: HighPriorityRouteTable;
672
+ /**
673
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
674
+ */
675
+ RequestId?: string;
676
+ }
651
677
  /**
652
678
  * DescribeIpGeolocationInfos请求参数结构体
653
679
  */
@@ -670,6 +696,19 @@ export interface AddTemplateMemberResponse {
670
696
  */
671
697
  RequestId?: string;
672
698
  }
699
+ /**
700
+ * ReplaceHighPriorityRouteTableAssociation请求参数结构体
701
+ */
702
+ export interface ReplaceHighPriorityRouteTableAssociationRequest {
703
+ /**
704
+ * 高优路由表唯一 ID。
705
+ */
706
+ HighPriorityRouteTableId: string;
707
+ /**
708
+ * 子网唯一 ID
709
+ */
710
+ SubnetId: string;
711
+ }
673
712
  /**
674
713
  * CreateDefaultSecurityGroup请求参数结构体
675
714
  */
@@ -1087,31 +1126,81 @@ export interface DeleteVpnGatewaySslClientResponse {
1087
1126
  RequestId?: string;
1088
1127
  }
1089
1128
  /**
1090
- * 云联网路由接收策略
1129
+ * DescribeCrossBorderCompliance请求参数结构体
1091
1130
  */
1092
- export interface CcnRouteTableInputPolicy {
1131
+ export interface DescribeCrossBorderComplianceRequest {
1093
1132
  /**
1094
- * 路由条件。
1133
+ * (精确匹配)服务商,可选值:`UNICOM`。
1095
1134
  */
1096
- RouteConditions: Array<CcnRouteBroadcastPolicyRouteCondition>;
1135
+ ServiceProvider?: string;
1097
1136
  /**
1098
- * 路由行为,`accept` 允许,`drop` 拒绝。
1137
+ * (精确匹配)合规化审批单`ID`。
1099
1138
  */
1100
- Action: string;
1139
+ ComplianceId?: number;
1101
1140
  /**
1102
- * 策略描述。
1141
+ * (模糊查询)公司名称。
1103
1142
  */
1104
- Description: string;
1143
+ Company?: string;
1105
1144
  /**
1106
- * as-path操作
1107
- 注意:此字段可能返回 null,表示取不到有效值。
1145
+ * (精确匹配)统一社会信用代码。
1108
1146
  */
1109
- OperateAsPath?: string;
1147
+ UniformSocialCreditCode?: string;
1110
1148
  /**
1111
- * as-path操作模式
1112
- 注意:此字段可能返回 null,表示取不到有效值。
1149
+ * (模糊查询)法定代表人。
1113
1150
  */
1114
- AsPathOperateMode?: string;
1151
+ LegalPerson?: string;
1152
+ /**
1153
+ * (模糊查询)发证机关。
1154
+ */
1155
+ IssuingAuthority?: string;
1156
+ /**
1157
+ * (模糊查询)营业执照住所。
1158
+ */
1159
+ BusinessAddress?: string;
1160
+ /**
1161
+ * (精确匹配)邮编。
1162
+ */
1163
+ PostCode?: number;
1164
+ /**
1165
+ * (模糊查询)经办人。
1166
+ */
1167
+ Manager?: string;
1168
+ /**
1169
+ * (精确查询)经办人身份证号。
1170
+ */
1171
+ ManagerId?: string;
1172
+ /**
1173
+ * (模糊查询)经办人身份证地址。
1174
+ */
1175
+ ManagerAddress?: string;
1176
+ /**
1177
+ * (精确匹配)经办人联系电话。
1178
+ */
1179
+ ManagerTelephone?: string;
1180
+ /**
1181
+ * (精确匹配)电子邮箱。
1182
+ */
1183
+ Email?: string;
1184
+ /**
1185
+ * (精确匹配)服务开始日期,如:`2020-07-28`。
1186
+ */
1187
+ ServiceStartDate?: string;
1188
+ /**
1189
+ * (精确匹配)服务结束日期,如:`2021-07-28`。
1190
+ */
1191
+ ServiceEndDate?: string;
1192
+ /**
1193
+ * (精确匹配)状态。待审批:`PENDING`,通过:`APPROVED `,拒绝:`DENY`。
1194
+ */
1195
+ State?: string;
1196
+ /**
1197
+ * 偏移量
1198
+ */
1199
+ Offset?: number;
1200
+ /**
1201
+ * 返回数量
1202
+ */
1203
+ Limit?: number;
1115
1204
  }
1116
1205
  /**
1117
1206
  * CreateVpc返回参数结构体
@@ -1247,6 +1336,21 @@ export interface VpnGatewayQuota {
1247
1336
  */
1248
1337
  Name: string;
1249
1338
  }
1339
+ /**
1340
+ * 用于修改入路由表ECMP算法。现在支持的算法有:ECMP_QUINTUPLE_HASH:五元组hash,ECMP_SOURCE_DESTINATION_IP_HASH:源和目的IP hash,ECMP_DESTINATION_IP_HASH:目的IP hash,ECMP_SOURCE_IP_HASH:源IP hash。
1341
+ */
1342
+ export interface RouteECMPAlgorithm {
1343
+ /**
1344
+ * 目标网段
1345
+ 注意:此字段可能返回 null,表示取不到有效值。
1346
+ */
1347
+ DestinationCidrBlock?: string;
1348
+ /**
1349
+ * 支持的 ECMP算法有:ECMP_QUINTUPLE_HASH:五元组hash,ECMP_SOURCE_DESTINATION_IP_HASH:源和目的IP hash,ECMP_DESTINATION_IP_HASH:目的IP hash,ECMP_SOURCE_IP_HASH:源IP hash。
1350
+ 注意:此字段可能返回 null,表示取不到有效值。
1351
+ */
1352
+ SubnetRouteAlgorithm?: string;
1353
+ }
1250
1354
  /**
1251
1355
  * DescribeBandwidthPackageBillUsage请求参数结构体
1252
1356
  */
@@ -1411,21 +1515,29 @@ export interface CcnRegionBandwidthLimitInfo {
1411
1515
  BandwidthLimit: number;
1412
1516
  }
1413
1517
  /**
1414
- * DescribeCcnRouteTableInputPolicys请求参数结构体
1518
+ * CloneSecurityGroup请求参数结构体
1415
1519
  */
1416
- export interface DescribeCcnRouteTableInputPolicysRequest {
1520
+ export interface CloneSecurityGroupRequest {
1417
1521
  /**
1418
- * 云联网ID
1522
+ * 安全组实例ID,例如sg-33ocnj9n,可通过<a href="https://cloud.tencent.com/document/product/215/15808">DescribeSecurityGroups</a>获取。
1419
1523
  */
1420
- CcnId: string;
1524
+ SecurityGroupId: string;
1421
1525
  /**
1422
- * 云联网路由表ID。
1526
+ * 安全组名称,可任意命名,但不得超过60个字符。未提供参数时,克隆后的安全组名称和SecurityGroupId对应的安全组名称相同。
1423
1527
  */
1424
- RouteTableId: string;
1528
+ GroupName?: string;
1425
1529
  /**
1426
- * 路由接收策略版本号。
1530
+ * 安全组备注,最多100个字符。未提供参数时,克隆后的安全组备注和SecurityGroupId对应的安全组备注相同。
1427
1531
  */
1428
- PolicyVersion?: number;
1532
+ GroupDescription?: string;
1533
+ /**
1534
+ * 项目ID,默认0。可在<a href="https://console.cloud.tencent.com/project">qcloud控制台项目管理页面</a>查询到。
1535
+ */
1536
+ ProjectId?: string;
1537
+ /**
1538
+ * 源Region,跨地域克隆安全组时,需要传入源安全组所属地域信息,例如:克隆广州的安全组到上海,则这里需要传入广州安全的地域信息:ap-guangzhou。
1539
+ */
1540
+ RemoteRegion?: string;
1429
1541
  }
1430
1542
  /**
1431
1543
  * AssociateNatGatewayAddress请求参数结构体
@@ -1477,6 +1589,15 @@ export interface DescribeFlowLogsResponse {
1477
1589
  */
1478
1590
  RequestId?: string;
1479
1591
  }
1592
+ /**
1593
+ * ModifyHighPriorityRouteAttribute返回参数结构体
1594
+ */
1595
+ export interface ModifyHighPriorityRouteAttributeResponse {
1596
+ /**
1597
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1598
+ */
1599
+ RequestId?: string;
1600
+ }
1480
1601
  /**
1481
1602
  * CreateVpnGatewaySslServer请求参数结构体
1482
1603
  */
@@ -1653,6 +1774,33 @@ export interface SecurityGroupPolicySet {
1653
1774
  */
1654
1775
  PolicyStatistics?: PolicyStatistics;
1655
1776
  }
1777
+ /**
1778
+ * DescribeHighPriorityRoutes请求参数结构体
1779
+ */
1780
+ export interface DescribeHighPriorityRoutesRequest {
1781
+ /**
1782
+ * 高优路由表唯一 ID。
1783
+ */
1784
+ HighPriorityRouteTableId: string;
1785
+ /**
1786
+ * <li>gateway-id - String - (过滤条件)网关ID。</li>
1787
+ <li>description - String - (过滤条件)路由描述。</li>
1788
+ <li>dest-cidr - String - (过滤条件)目的端地址,支持模糊左匹配。</li>
1789
+ <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>
1790
+ <li>is-cdc - String - (过滤条件)CDC属性高优路由表。</li>
1791
+ <li>cdc-id - String - (过滤条件)CDC 集群唯一 ID 。</li>
1792
+
1793
+ */
1794
+ Filters?: Array<Filter>;
1795
+ /**
1796
+ * 偏移量。
1797
+ */
1798
+ Offset?: number;
1799
+ /**
1800
+ * 请求对象个数。
1801
+ */
1802
+ Limit?: number;
1803
+ }
1656
1804
  /**
1657
1805
  * ModifyFlowLogAttribute请求参数结构体
1658
1806
  */
@@ -1683,6 +1831,23 @@ export interface UnassignIpv6SubnetCidrBlockResponse {
1683
1831
  */
1684
1832
  RequestId?: string;
1685
1833
  }
1834
+ /**
1835
+ * ReplaceHighPriorityRoutes返回参数结构体
1836
+ */
1837
+ export interface ReplaceHighPriorityRoutesResponse {
1838
+ /**
1839
+ * 新的高优路由表条目列表。
1840
+ */
1841
+ NewHighPriorityRouteSet?: Array<HighPriorityRoute>;
1842
+ /**
1843
+ * 旧的高优路由表条目列表。
1844
+ */
1845
+ OldHighPriorityRouteSet?: Array<HighPriorityRoute>;
1846
+ /**
1847
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1848
+ */
1849
+ RequestId?: string;
1850
+ }
1686
1851
  /**
1687
1852
  * ModifyVpcEndPointServiceAttribute请求参数结构体
1688
1853
  */
@@ -1803,6 +1968,27 @@ export interface ResetRoutesRequest {
1803
1968
  */
1804
1969
  Routes: Array<Route>;
1805
1970
  }
1971
+ /**
1972
+ * 弹性网卡绑定关系
1973
+ */
1974
+ export interface NetworkInterfaceAttachment {
1975
+ /**
1976
+ * 云主机实例ID。
1977
+ */
1978
+ InstanceId: string;
1979
+ /**
1980
+ * 网卡在云主机实例内的序号。
1981
+ */
1982
+ DeviceIndex: number;
1983
+ /**
1984
+ * 云主机所有者账户信息。
1985
+ */
1986
+ InstanceAccountId: string;
1987
+ /**
1988
+ * 绑定时间。
1989
+ */
1990
+ AttachTime: string;
1991
+ }
1806
1992
  /**
1807
1993
  * CheckDefaultSubnet请求参数结构体
1808
1994
  */
@@ -2359,35 +2545,21 @@ export interface DescribeNatGatewaySourceIpTranslationNatRulesResponse {
2359
2545
  RequestId?: string;
2360
2546
  }
2361
2547
  /**
2362
- * DescribeVpcs请求参数结构体
2548
+ * DescribeHighPriorityRouteTables返回参数结构体
2363
2549
  */
2364
- export interface DescribeVpcsRequest {
2550
+ export interface DescribeHighPriorityRouteTablesResponse {
2365
2551
  /**
2366
- * VPC实例ID。形如:vpc-f49l6u0z。每次请求的实例的上限为100。参数不支持同时指定VpcIds和Filters。
2552
+ * 高优路由表对象。
2367
2553
  */
2368
- VpcIds?: Array<string>;
2554
+ HighPriorityRouteTableSet?: Array<HighPriorityRouteTable>;
2369
2555
  /**
2370
- * 过滤条件,不支持同时指定VpcIds和Filters参数。
2371
- 支持的过滤条件如下:
2372
- <li>vpc-name:VPC实例名称,支持模糊查询。</li>
2373
- <li>is-default :是否默认VPC。</li>
2374
- <li>vpc-id :VPC实例ID,例如:vpc-f49l6u0z。</li>
2375
- <li>cidr-block:VPC的CIDR。</li>
2376
- <li>tag-key :按照标签键进行过滤,非必填参数。</li>
2377
- <li>tag:tag-key:按照标签键值对进行过滤,非必填参数。 其中 tag-key 请使用具体的标签键进行替换,可参考示例2。</li>
2378
- **说明:**若同一个过滤条件(Filter)存在多个Values,则同一Filter下Values间的关系为逻辑或(OR)关系;若存在多个过滤条件(Filter),Filter之间的关系为逻辑与(AND)关系。
2379
- <li>ipv6-cidr-block - String - (过滤条件)IPv6子网网段,形如: 2402:4e00:1717:8700::/64 。</li>
2380
- <li>isp-type - String - (过滤条件)运营商类型,形如: BGP 取值范围:'BGP'-默认, 'CMCC'-中国移动, 'CTCC'-中国电信, 'CUCC'-中国联调。</li>
2381
- */
2382
- Filters?: Array<Filter>;
2383
- /**
2384
- * 偏移量,默认为0。
2556
+ * 符合条件的实例数量。
2385
2557
  */
2386
- Offset?: string;
2558
+ TotalCount?: number;
2387
2559
  /**
2388
- * 返回数量,默认为20,最大值为100
2560
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId
2389
2561
  */
2390
- Limit?: string;
2562
+ RequestId?: string;
2391
2563
  }
2392
2564
  /**
2393
2565
  * DescribeRouteConflicts返回参数结构体
@@ -2530,17 +2702,25 @@ export interface DeleteFlowLogRequest {
2530
2702
  VpcId?: string;
2531
2703
  }
2532
2704
  /**
2533
- * 网络探测验证结果。
2705
+ * DownloadVpnGatewaySslClientCert返回参数结构体
2534
2706
  */
2535
- export interface NetDetectState {
2707
+ export interface DownloadVpnGatewaySslClientCertResponse {
2536
2708
  /**
2537
- * 网络探测实例ID。形如:netd-12345678。
2709
+ * SSL-VPN 客户端配置。
2538
2710
  */
2539
- NetDetectId: string;
2711
+ SslClientConfigsSet?: string;
2540
2712
  /**
2541
- * 网络探测目的IP验证结果对象数组。
2713
+ * SSL-VPN 客户端配置。
2542
2714
  */
2543
- NetDetectIpStateSet: Array<NetDetectIpState>;
2715
+ SslClientConfig?: Array<SslClientConfig>;
2716
+ /**
2717
+ * 是否鉴权成功 只有传入SamlToken 才生效,1为成功,0为失败。
2718
+ */
2719
+ Authenticated?: number;
2720
+ /**
2721
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2722
+ */
2723
+ RequestId?: string;
2544
2724
  }
2545
2725
  /**
2546
2726
  * DescribeSnapshotFiles请求参数结构体
@@ -2842,81 +3022,31 @@ export interface ModifyDhcpIpAttributeRequest {
2842
3022
  DhcpIpName: string;
2843
3023
  }
2844
3024
  /**
2845
- * DescribeCrossBorderCompliance请求参数结构体
3025
+ * 云联网路由接收策略
2846
3026
  */
2847
- export interface DescribeCrossBorderComplianceRequest {
2848
- /**
2849
- * (精确匹配)服务商,可选值:`UNICOM`。
2850
- */
2851
- ServiceProvider?: string;
2852
- /**
2853
- * (精确匹配)合规化审批单`ID`。
2854
- */
2855
- ComplianceId?: number;
2856
- /**
2857
- * (模糊查询)公司名称。
2858
- */
2859
- Company?: string;
2860
- /**
2861
- * (精确匹配)统一社会信用代码。
2862
- */
2863
- UniformSocialCreditCode?: string;
2864
- /**
2865
- * (模糊查询)法定代表人。
2866
- */
2867
- LegalPerson?: string;
2868
- /**
2869
- * (模糊查询)发证机关。
2870
- */
2871
- IssuingAuthority?: string;
2872
- /**
2873
- * (模糊查询)营业执照住所。
2874
- */
2875
- BusinessAddress?: string;
2876
- /**
2877
- * (精确匹配)邮编。
2878
- */
2879
- PostCode?: number;
2880
- /**
2881
- * (模糊查询)经办人。
2882
- */
2883
- Manager?: string;
2884
- /**
2885
- * (精确查询)经办人身份证号。
2886
- */
2887
- ManagerId?: string;
2888
- /**
2889
- * (模糊查询)经办人身份证地址。
2890
- */
2891
- ManagerAddress?: string;
2892
- /**
2893
- * (精确匹配)经办人联系电话。
2894
- */
2895
- ManagerTelephone?: string;
2896
- /**
2897
- * (精确匹配)电子邮箱。
2898
- */
2899
- Email?: string;
3027
+ export interface CcnRouteTableInputPolicy {
2900
3028
  /**
2901
- * (精确匹配)服务开始日期,如:`2020-07-28`。
3029
+ * 路由条件。
2902
3030
  */
2903
- ServiceStartDate?: string;
3031
+ RouteConditions: Array<CcnRouteBroadcastPolicyRouteCondition>;
2904
3032
  /**
2905
- * (精确匹配)服务结束日期,如:`2021-07-28`。
3033
+ * 路由行为,`accept` 允许,`drop` 拒绝。
2906
3034
  */
2907
- ServiceEndDate?: string;
3035
+ Action: string;
2908
3036
  /**
2909
- * (精确匹配)状态。待审批:`PENDING`,通过:`APPROVED `,拒绝:`DENY`。
3037
+ * 策略描述。
2910
3038
  */
2911
- State?: string;
3039
+ Description: string;
2912
3040
  /**
2913
- * 偏移量
3041
+ * as-path操作
3042
+ 注意:此字段可能返回 null,表示取不到有效值。
2914
3043
  */
2915
- Offset?: number;
3044
+ OperateAsPath?: string;
2916
3045
  /**
2917
- * 返回数量
3046
+ * as-path操作模式
3047
+ 注意:此字段可能返回 null,表示取不到有效值。
2918
3048
  */
2919
- Limit?: number;
3049
+ AsPathOperateMode?: string;
2920
3050
  }
2921
3051
  /**
2922
3052
  * DescribeSecurityGroupAssociationStatistics返回参数结构体
@@ -2981,6 +3111,15 @@ export interface NatGatewayAddress {
2981
3111
  */
2982
3112
  BlockType?: string;
2983
3113
  }
3114
+ /**
3115
+ * ModifyHighPriorityRouteECMPAlgorithm返回参数结构体
3116
+ */
3117
+ export interface ModifyHighPriorityRouteECMPAlgorithmResponse {
3118
+ /**
3119
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3120
+ */
3121
+ RequestId?: string;
3122
+ }
2984
3123
  /**
2985
3124
  * DescribeVpcEndPointService返回参数结构体
2986
3125
  */
@@ -3007,6 +3146,15 @@ export interface ModifyNetworkAclEntriesResponse {
3007
3146
  */
3008
3147
  RequestId?: string;
3009
3148
  }
3149
+ /**
3150
+ * DescribeCdcNetPlanes返回参数结构体
3151
+ */
3152
+ export interface DescribeCdcNetPlanesResponse {
3153
+ /**
3154
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3155
+ */
3156
+ RequestId?: string;
3157
+ }
3010
3158
  /**
3011
3159
  * ModifyVpcEndPointAttribute返回参数结构体
3012
3160
  */
@@ -3090,6 +3238,10 @@ export interface TrafficFlow {
3090
3238
  */
3091
3239
  FormatUnit: string;
3092
3240
  }
3241
+ /**
3242
+ * DescribeAccountAttributes请求参数结构体
3243
+ */
3244
+ export declare type DescribeAccountAttributesRequest = null;
3093
3245
  /**
3094
3246
  * AddIp6Rules请求参数结构体
3095
3247
  */
@@ -3318,22 +3470,9 @@ export interface DisassociateNetworkAclSubnetsResponse {
3318
3470
  RequestId?: string;
3319
3471
  }
3320
3472
  /**
3321
- * SetCcnRegionBandwidthLimits请求参数结构体
3473
+ * CreateCdcLDCXList请求参数结构体
3322
3474
  */
3323
- export interface SetCcnRegionBandwidthLimitsRequest {
3324
- /**
3325
- * CCN实例ID,形如:ccn-f49l6u0z。
3326
- */
3327
- CcnId: string;
3328
- /**
3329
- * 云联网(CCN)各地域出带宽上限。
3330
- */
3331
- CcnRegionBandwidthLimits: Array<CcnRegionBandwidthLimit>;
3332
- /**
3333
- * 是否恢复云联网地域出口/地域间带宽限速为默认值(1Gbps)。false表示不恢复;true表示恢复。恢复默认值后,限速实例将不在控制台展示。该参数默认为 false,不恢复。
3334
- */
3335
- SetDefaultLimitFlag?: boolean;
3336
- }
3475
+ export declare type CreateCdcLDCXListRequest = null;
3337
3476
  /**
3338
3477
  * ModifyAddressInternetChargeType请求参数结构体
3339
3478
  */
@@ -3429,25 +3568,13 @@ export interface AddBandwidthPackageResourcesResponse {
3429
3568
  RequestId?: string;
3430
3569
  }
3431
3570
  /**
3432
- * IPV6转换规则
3571
+ * DeleteHighPriorityRouteTables请求参数结构体
3433
3572
  */
3434
- export interface Ip6RuleInfo {
3573
+ export interface DeleteHighPriorityRouteTablesRequest {
3435
3574
  /**
3436
- * IPV6端口号,可在0~65535范围取值
3575
+ * 高优路由表表唯一ID 列表。
3437
3576
  */
3438
- Vport6: number;
3439
- /**
3440
- * 协议类型,支持TCP/UDP
3441
- */
3442
- Protocol: string;
3443
- /**
3444
- * IPV4地址
3445
- */
3446
- Vip: string;
3447
- /**
3448
- * IPV4端口号,可在0~65535范围取值
3449
- */
3450
- Vport: number;
3577
+ HighPriorityRouteTableIds?: Array<string>;
3451
3578
  }
3452
3579
  /**
3453
3580
  * CreateSecurityGroupWithPolicies返回参数结构体
@@ -3502,6 +3629,15 @@ export interface ResetNatGatewayConnectionRequest {
3502
3629
  */
3503
3630
  MaxConcurrentConnection: number;
3504
3631
  }
3632
+ /**
3633
+ * ResetHighPriorityRoutes返回参数结构体
3634
+ */
3635
+ export interface ResetHighPriorityRoutesResponse {
3636
+ /**
3637
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3638
+ */
3639
+ RequestId?: string;
3640
+ }
3505
3641
  /**
3506
3642
  * ModifyCcnAttachedInstancesAttribute请求参数结构体
3507
3643
  */
@@ -3701,6 +3837,23 @@ export interface ModifyAddressTemplateAttributeRequest {
3701
3837
  */
3702
3838
  AddressesExtra?: Array<AddressInfo>;
3703
3839
  }
3840
+ /**
3841
+ * SetCcnRegionBandwidthLimits请求参数结构体
3842
+ */
3843
+ export interface SetCcnRegionBandwidthLimitsRequest {
3844
+ /**
3845
+ * CCN实例ID,形如:ccn-f49l6u0z。
3846
+ */
3847
+ CcnId: string;
3848
+ /**
3849
+ * 云联网(CCN)各地域出带宽上限。
3850
+ */
3851
+ CcnRegionBandwidthLimits: Array<CcnRegionBandwidthLimit>;
3852
+ /**
3853
+ * 是否恢复云联网地域出口/地域间带宽限速为默认值(1Gbps)。false表示不恢复;true表示恢复。恢复默认值后,限速实例将不在控制台展示。该参数默认为 false,不恢复。
3854
+ */
3855
+ SetDefaultLimitFlag?: boolean;
3856
+ }
3704
3857
  /**
3705
3858
  * CreateNatGateway返回参数结构体
3706
3859
  */
@@ -4668,6 +4821,10 @@ export interface DescribeCustomerGatewayVendorsResponse {
4668
4821
  */
4669
4822
  RequestId?: string;
4670
4823
  }
4824
+ /**
4825
+ * DeleteCdcLDCXList请求参数结构体
4826
+ */
4827
+ export declare type DeleteCdcLDCXListRequest = null;
4671
4828
  /**
4672
4829
  * 路由冲突对象
4673
4830
  */
@@ -4826,6 +4983,23 @@ export interface AllocateIp6AddressesBandwidthRequest {
4826
4983
  */
4827
4984
  BandwidthPackageId?: string;
4828
4985
  }
4986
+ /**
4987
+ * ResumeSnapshotInstance请求参数结构体
4988
+ */
4989
+ export interface ResumeSnapshotInstanceRequest {
4990
+ /**
4991
+ * 快照策略Id。
4992
+ */
4993
+ SnapshotPolicyId: string;
4994
+ /**
4995
+ * 快照文件Id。
4996
+ */
4997
+ SnapshotFileId: string;
4998
+ /**
4999
+ * 实例Id。
5000
+ */
5001
+ InstanceId: string;
5002
+ }
4829
5003
  /**
4830
5004
  * DescribeVpcIpv6Addresses返回参数结构体
4831
5005
  */
@@ -4852,6 +5026,27 @@ export interface ResetAttachCcnInstancesResponse {
4852
5026
  */
4853
5027
  RequestId?: string;
4854
5028
  }
5029
+ /**
5030
+ * IPV6转换规则
5031
+ */
5032
+ export interface Ip6RuleInfo {
5033
+ /**
5034
+ * IPV6端口号,可在0~65535范围取值
5035
+ */
5036
+ Vport6: number;
5037
+ /**
5038
+ * 协议类型,支持TCP/UDP
5039
+ */
5040
+ Protocol: string;
5041
+ /**
5042
+ * IPV4地址
5043
+ */
5044
+ Vip: string;
5045
+ /**
5046
+ * IPV4端口号,可在0~65535范围取值
5047
+ */
5048
+ Vport: number;
5049
+ }
4855
5050
  /**
4856
5051
  * RejectAttachCcnInstances请求参数结构体
4857
5052
  */
@@ -5034,6 +5229,23 @@ export interface AdjustPublicAddressResponse {
5034
5229
  */
5035
5230
  RequestId?: string;
5036
5231
  }
5232
+ /**
5233
+ * DescribeVpnConnections返回参数结构体
5234
+ */
5235
+ export interface DescribeVpnConnectionsResponse {
5236
+ /**
5237
+ * 符合条件的实例数量。
5238
+ */
5239
+ TotalCount?: number;
5240
+ /**
5241
+ * VPN通道实例。
5242
+ */
5243
+ VpnConnectionSet?: Array<VpnConnection>;
5244
+ /**
5245
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5246
+ */
5247
+ RequestId?: string;
5248
+ }
5037
5249
  /**
5038
5250
  * RenewVpnGateway请求参数结构体
5039
5251
  */
@@ -5108,6 +5320,10 @@ export interface SecurityGroupPolicy {
5108
5320
  */
5109
5321
  ModifyTime?: string;
5110
5322
  }
5323
+ /**
5324
+ * DescribeCdcNetPlanes请求参数结构体
5325
+ */
5326
+ export declare type DescribeCdcNetPlanesRequest = null;
5111
5327
  /**
5112
5328
  * DescribePrivateNatGatewayRegions请求参数结构体
5113
5329
  */
@@ -5201,6 +5417,10 @@ export interface DescribeCcnsResponse {
5201
5417
  */
5202
5418
  RequestId?: string;
5203
5419
  }
5420
+ /**
5421
+ * ModifyCdcNetPlaneAttribute请求参数结构体
5422
+ */
5423
+ export declare type ModifyCdcNetPlaneAttributeRequest = null;
5204
5424
  /**
5205
5425
  * 参数模板配额
5206
5426
  */
@@ -5248,9 +5468,9 @@ export interface PolicyStatistics {
5248
5468
  EgressIPv6TotalCount: number;
5249
5469
  }
5250
5470
  /**
5251
- * ModifyRouteTableSelectionPolicies返回参数结构体
5471
+ * CreateCdcLDCXList返回参数结构体
5252
5472
  */
5253
- export interface ModifyRouteTableSelectionPoliciesResponse {
5473
+ export interface CreateCdcLDCXListResponse {
5254
5474
  /**
5255
5475
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5256
5476
  */
@@ -5580,17 +5800,17 @@ export interface DeleteServiceTemplateGroupResponse {
5580
5800
  RequestId?: string;
5581
5801
  }
5582
5802
  /**
5583
- * DisassociateAddress请求参数结构体
5803
+ * IDC子网信息
5584
5804
  */
5585
- export interface DisassociateAddressRequest {
5805
+ export interface DirectConnectSubnet {
5586
5806
  /**
5587
- * 标识 EIP 的唯一 ID。EIP 唯一 ID 形如:`eip-11112222`。
5807
+ * 专线网关ID
5588
5808
  */
5589
- AddressId: string;
5809
+ DirectConnectGatewayId: string;
5590
5810
  /**
5591
- * 表示解绑 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) 接口获取。
5811
+ * IDC子网网段
5592
5812
  */
5593
- ReallocateNormalPublicIp?: boolean;
5813
+ CidrBlock: string;
5594
5814
  }
5595
5815
  /**
5596
5816
  * 网络ACL规则集合
@@ -5920,9 +6140,26 @@ export interface PrivateNatDestinationIpPortTranslationNatRule {
5920
6140
  */
5921
6141
  CreateTime?: string;
5922
6142
  /**
5923
- * 更新时间。
6143
+ * 更新时间。
6144
+ */
6145
+ UpdateTime?: string;
6146
+ }
6147
+ /**
6148
+ * CreateHighPriorityRouteTable请求参数结构体
6149
+ */
6150
+ export interface CreateHighPriorityRouteTableRequest {
6151
+ /**
6152
+ * 待操作的VPC实例ID。可通过DescribeVpcs接口返回值中的VpcId获取。
6153
+ */
6154
+ VpcId: string;
6155
+ /**
6156
+ * 高优路由表名称,最大长度不能超过60个字节。
6157
+ */
6158
+ Name: string;
6159
+ /**
6160
+ * 指定绑定的标签列表,例如:[{"Key": "city", "Value": "shanghai"}]
5924
6161
  */
5925
- UpdateTime?: string;
6162
+ Tags?: Array<Tag>;
5926
6163
  }
5927
6164
  /**
5928
6165
  * DeleteNetworkAcl请求参数结构体
@@ -5933,6 +6170,19 @@ export interface DeleteNetworkAclRequest {
5933
6170
  */
5934
6171
  NetworkAclId: string;
5935
6172
  }
6173
+ /**
6174
+ * CreateHighPriorityRoutes请求参数结构体
6175
+ */
6176
+ export interface CreateHighPriorityRoutesRequest {
6177
+ /**
6178
+ * 高优路由表唯一 ID。
6179
+ */
6180
+ HighPriorityRouteTableId: string;
6181
+ /**
6182
+ * 高优路由表条目信息。
6183
+ */
6184
+ HighPriorityRoutes: Array<HighPriorityRoute>;
6185
+ }
5936
6186
  /**
5937
6187
  * NAT网关的端口转发规则
5938
6188
  */
@@ -6081,6 +6331,15 @@ export interface CreateVpnConnectionResponse {
6081
6331
  */
6082
6332
  RequestId?: string;
6083
6333
  }
6334
+ /**
6335
+ * DescribeCdcUsedIdcVlan返回参数结构体
6336
+ */
6337
+ export interface DescribeCdcUsedIdcVlanResponse {
6338
+ /**
6339
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
6340
+ */
6341
+ RequestId?: string;
6342
+ }
6084
6343
  /**
6085
6344
  * IP地址模板
6086
6345
  */
@@ -6277,21 +6536,30 @@ export interface ModifyPrivateNatGatewayDestinationIpPortTranslationNatRuleReque
6277
6536
  LocalDestinationIpPortTranslationNatRules: Array<DestinationIpPortTranslationNatRuleDiff>;
6278
6537
  }
6279
6538
  /**
6280
- * ResumeSnapshotInstance请求参数结构体
6539
+ * ReplaceHighPriorityRoutes请求参数结构体
6281
6540
  */
6282
- export interface ResumeSnapshotInstanceRequest {
6541
+ export interface ReplaceHighPriorityRoutesRequest {
6283
6542
  /**
6284
- * 快照策略Id
6543
+ * 高优路由表唯一 ID
6285
6544
  */
6286
- SnapshotPolicyId: string;
6545
+ HighPriorityRouteTableId: string;
6287
6546
  /**
6288
- * 快照文件Id。
6547
+ * 高优路由表条目信息。
6289
6548
  */
6290
- SnapshotFileId: string;
6549
+ HighPriorityRoutes: Array<HighPriorityRoute>;
6550
+ }
6551
+ /**
6552
+ * DeleteHighPriorityRoutes返回参数结构体
6553
+ */
6554
+ export interface DeleteHighPriorityRoutesResponse {
6291
6555
  /**
6292
- * 实例Id。
6556
+ * 高优路由表条目信息。
6293
6557
  */
6294
- InstanceId: string;
6558
+ HighPriorityRouteSet?: Array<HighPriorityRoute>;
6559
+ /**
6560
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
6561
+ */
6562
+ RequestId?: string;
6295
6563
  }
6296
6564
  /**
6297
6565
  * ReplaceSecurityGroupPolicy请求参数结构体
@@ -7016,6 +7284,37 @@ export interface DescribeAddressesRequest {
7016
7284
  */
7017
7285
  Limit?: number;
7018
7286
  }
7287
+ /**
7288
+ * DescribeVpcs请求参数结构体
7289
+ */
7290
+ export interface DescribeVpcsRequest {
7291
+ /**
7292
+ * VPC实例ID。形如:vpc-f49l6u0z。每次请求的实例的上限为100。参数不支持同时指定VpcIds和Filters。
7293
+ */
7294
+ VpcIds?: Array<string>;
7295
+ /**
7296
+ * 过滤条件,不支持同时指定VpcIds和Filters参数。
7297
+ 支持的过滤条件如下:
7298
+ <li>vpc-name:VPC实例名称,支持模糊查询。</li>
7299
+ <li>is-default :是否默认VPC。</li>
7300
+ <li>vpc-id :VPC实例ID,例如:vpc-f49l6u0z。</li>
7301
+ <li>cidr-block:VPC的CIDR。</li>
7302
+ <li>tag-key :按照标签键进行过滤,非必填参数。</li>
7303
+ <li>tag:tag-key:按照标签键值对进行过滤,非必填参数。 其中 tag-key 请使用具体的标签键进行替换,可参考示例2。</li>
7304
+ **说明:**若同一个过滤条件(Filter)存在多个Values,则同一Filter下Values间的关系为逻辑或(OR)关系;若存在多个过滤条件(Filter),Filter之间的关系为逻辑与(AND)关系。
7305
+ <li>ipv6-cidr-block - String - (过滤条件)IPv6子网网段,形如: 2402:4e00:1717:8700::/64 。</li>
7306
+ <li>isp-type - String - (过滤条件)运营商类型,形如: BGP 取值范围:'BGP'-默认, 'CMCC'-中国移动, 'CTCC'-中国电信, 'CUCC'-中国联调。</li>
7307
+ */
7308
+ Filters?: Array<Filter>;
7309
+ /**
7310
+ * 偏移量,默认为0。
7311
+ */
7312
+ Offset?: string;
7313
+ /**
7314
+ * 返回数量,默认为20,最大值为100。
7315
+ */
7316
+ Limit?: string;
7317
+ }
7019
7318
  /**
7020
7319
  * DescribeSecurityGroupPolicies请求参数结构体
7021
7320
  */
@@ -7078,6 +7377,23 @@ export interface DescribeIp6TranslatorQuotaRequest {
7078
7377
  */
7079
7378
  Ip6TranslatorIds?: Array<string>;
7080
7379
  }
7380
+ /**
7381
+ * DescribeHighPriorityRoutes返回参数结构体
7382
+ */
7383
+ export interface DescribeHighPriorityRoutesResponse {
7384
+ /**
7385
+ * 高优路由表条目信息。
7386
+ */
7387
+ HighPriorityRouteSet?: Array<HighPriorityRoute>;
7388
+ /**
7389
+ * 高优路由表条目个数。
7390
+ */
7391
+ TotalCount?: number;
7392
+ /**
7393
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
7394
+ */
7395
+ RequestId?: string;
7396
+ }
7081
7397
  /**
7082
7398
  * DescribePrivateNatGatewayLimits返回参数结构体
7083
7399
  */
@@ -7280,6 +7596,19 @@ export interface DescribeNetworkAclQuintupleEntriesRequest {
7280
7596
  */
7281
7597
  Filters?: Array<Filter>;
7282
7598
  }
7599
+ /**
7600
+ * 网络探测验证结果。
7601
+ */
7602
+ export interface NetDetectState {
7603
+ /**
7604
+ * 网络探测实例ID。形如:netd-12345678。
7605
+ */
7606
+ NetDetectId: string;
7607
+ /**
7608
+ * 网络探测目的IP验证结果对象数组。
7609
+ */
7610
+ NetDetectIpStateSet: Array<NetDetectIpState>;
7611
+ }
7283
7612
  /**
7284
7613
  * DescribeSnapshotPolicies返回参数结构体
7285
7614
  */
@@ -7598,6 +7927,11 @@ export interface EndPoint {
7598
7927
  注意:此字段可能返回 null,表示取不到有效值。
7599
7928
  */
7600
7929
  ServiceName?: string;
7930
+ /**
7931
+ * CDC 集群唯一 ID
7932
+ 注意:此字段可能返回 null,表示取不到有效值。
7933
+ */
7934
+ CdcId?: string;
7601
7935
  /**
7602
7936
  * 标签键值对。
7603
7937
  注意:此字段可能返回 null,表示取不到有效值。
@@ -7919,6 +8253,11 @@ export interface EndPointService {
7919
8253
  * 挂载的PAAS服务类型,CLB,CDB,CRS
7920
8254
  */
7921
8255
  ServiceType?: string;
8256
+ /**
8257
+ * CDC 集群唯一 ID
8258
+ 注意:此字段可能返回 null,表示取不到有效值。
8259
+ */
8260
+ CdcId?: string;
7922
8261
  /**
7923
8262
  * Uin
7924
8263
  注意:此字段可能返回 null,表示取不到有效值。
@@ -8000,6 +8339,19 @@ export interface CreateNetworkAclQuintupleEntriesRequest {
8000
8339
  */
8001
8340
  NetworkAclQuintupleSet: NetworkAclQuintupleEntries;
8002
8341
  }
8342
+ /**
8343
+ * DeleteHighPriorityRoutes请求参数结构体
8344
+ */
8345
+ export interface DeleteHighPriorityRoutesRequest {
8346
+ /**
8347
+ * 高优路由表唯一 ID。
8348
+ */
8349
+ HighPriorityRouteTableId: string;
8350
+ /**
8351
+ * 高优路由表条目唯一 ID 列表。
8352
+ */
8353
+ HighPriorityRouteIds: Array<string>;
8354
+ }
8003
8355
  /**
8004
8356
  * DescribeClassicLinkInstances返回参数结构体
8005
8357
  */
@@ -8017,6 +8369,10 @@ export interface DescribeClassicLinkInstancesResponse {
8017
8369
  */
8018
8370
  RequestId?: string;
8019
8371
  }
8372
+ /**
8373
+ * ModifyCdcLDCXAttribute请求参数结构体
8374
+ */
8375
+ export declare type ModifyCdcLDCXAttributeRequest = null;
8020
8376
  /**
8021
8377
  * EnableVpnGatewaySslClientCert请求参数结构体
8022
8378
  */
@@ -8298,13 +8654,39 @@ export interface DescribeNetworkAccountTypeResponse {
8298
8654
  RequestId?: string;
8299
8655
  }
8300
8656
  /**
8301
- * ResetVpnConnection返回参数结构体
8657
+ * DescribeRoutes请求参数结构体
8302
8658
  */
8303
- export interface ResetVpnConnectionResponse {
8659
+ export interface DescribeRoutesRequest {
8304
8660
  /**
8305
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId
8661
+ * 过滤条件,参数不支持同时指定RouteTableIds和Filters
8662
+ <li>vpc-id - String - (过滤条件)VPC实例ID,形如:vpc-f49l6u0z。</li>
8663
+ <li>gateway-id - String - (过滤条件)网关ID。</li>
8664
+ <li>description - String - (过滤条件)路由描述。</li>
8665
+ <li>route-table-id - String - (过滤条件)路由表实例ID。</li>
8666
+ <li>dest-cidr - String - (过滤条件)目的端地址,支持模糊左匹配。</li>
8306
8667
  */
8307
- RequestId?: string;
8668
+ Filters?: Array<Filter>;
8669
+ /**
8670
+ * 偏移量。
8671
+ */
8672
+ Offset?: number;
8673
+ /**
8674
+ * 请求对象个数。
8675
+ */
8676
+ Limit?: number;
8677
+ }
8678
+ /**
8679
+ * ModifyHighPriorityRouteTableAttribute请求参数结构体
8680
+ */
8681
+ export interface ModifyHighPriorityRouteTableAttributeRequest {
8682
+ /**
8683
+ * 高优路由表表唯一ID
8684
+ */
8685
+ HighPriorityRouteTableId: string;
8686
+ /**
8687
+ * 高优路由表表名称
8688
+ */
8689
+ Name: string;
8308
8690
  }
8309
8691
  /**
8310
8692
  * CreateVpcEndPointService请求参数结构体
@@ -8866,6 +9248,11 @@ export interface HaVip {
8866
9248
  注意:此字段可能返回 null,表示取不到有效值。
8867
9249
  */
8868
9250
  CheckAssociate?: boolean;
9251
+ /**
9252
+ * CDC实例ID。
9253
+ 注意:此字段可能返回 null,表示取不到有效值。
9254
+ */
9255
+ CdcId?: string;
8869
9256
  /**
8870
9257
  * HAVIP 刷新时间。该参数只作为出参数。以下场景会触发 FlushTime 被刷新:1)子机发出免费 ARP 触发 HAVIP 漂移;2)手动HAVIP解绑网卡; 没有更新时默认值:0000-00-00 00:00:00
8871
9258
  注意:此字段可能返回 null,表示取不到有效值。
@@ -8951,29 +9338,21 @@ export interface RejectAttachCcnInstancesResponse {
8951
9338
  RequestId?: string;
8952
9339
  }
8953
9340
  /**
8954
- * CloneSecurityGroup请求参数结构体
9341
+ * DescribeCcnRouteTableInputPolicys请求参数结构体
8955
9342
  */
8956
- export interface CloneSecurityGroupRequest {
8957
- /**
8958
- * 安全组实例ID,例如sg-33ocnj9n,可通过<a href="https://cloud.tencent.com/document/product/215/15808">DescribeSecurityGroups</a>获取。
8959
- */
8960
- SecurityGroupId: string;
8961
- /**
8962
- * 安全组名称,可任意命名,但不得超过60个字符。未提供参数时,克隆后的安全组名称和SecurityGroupId对应的安全组名称相同。
8963
- */
8964
- GroupName?: string;
9343
+ export interface DescribeCcnRouteTableInputPolicysRequest {
8965
9344
  /**
8966
- * 安全组备注,最多100个字符。未提供参数时,克隆后的安全组备注和SecurityGroupId对应的安全组备注相同。
9345
+ * 云联网ID。
8967
9346
  */
8968
- GroupDescription?: string;
9347
+ CcnId: string;
8969
9348
  /**
8970
- * 项目ID,默认0。可在<a href="https://console.cloud.tencent.com/project">qcloud控制台项目管理页面</a>查询到。
9349
+ * 云联网路由表ID
8971
9350
  */
8972
- ProjectId?: string;
9351
+ RouteTableId: string;
8973
9352
  /**
8974
- * 源Region,跨地域克隆安全组时,需要传入源安全组所属地域信息,例如:克隆广州的安全组到上海,则这里需要传入广州安全的地域信息:ap-guangzhou。
9353
+ * 路由接收策略版本号。
8975
9354
  */
8976
- RemoteRegion?: string;
9355
+ PolicyVersion?: number;
8977
9356
  }
8978
9357
  /**
8979
9358
  * ModifySnapshotPolicies返回参数结构体
@@ -8994,9 +9373,14 @@ export interface ReplaceCcnRouteTableInputPolicysResponse {
8994
9373
  RequestId?: string;
8995
9374
  }
8996
9375
  /**
8997
- * DescribeAccountAttributes请求参数结构体
9376
+ * DeleteCdcNetPlanes返回参数结构体
8998
9377
  */
8999
- export declare type DescribeAccountAttributesRequest = null;
9378
+ export interface DeleteCdcNetPlanesResponse {
9379
+ /**
9380
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
9381
+ */
9382
+ RequestId?: string;
9383
+ }
9000
9384
  /**
9001
9385
  * RenewAddresses返回参数结构体
9002
9386
  */
@@ -9316,26 +9700,9 @@ export interface CcnRouteBroadcastPolicyRouteCondition {
9316
9700
  MatchPattern: number;
9317
9701
  }
9318
9702
  /**
9319
- * DownloadVpnGatewaySslClientCert返回参数结构体
9703
+ * DeleteCdcNetPlanes请求参数结构体
9320
9704
  */
9321
- export interface DownloadVpnGatewaySslClientCertResponse {
9322
- /**
9323
- * SSL-VPN 客户端配置。
9324
- */
9325
- SslClientConfigsSet?: string;
9326
- /**
9327
- * SSL-VPN 客户端配置。
9328
- */
9329
- SslClientConfig?: Array<SslClientConfig>;
9330
- /**
9331
- * 是否鉴权成功 只有传入SamlToken 才生效,1为成功,0为失败。
9332
- */
9333
- Authenticated?: number;
9334
- /**
9335
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
9336
- */
9337
- RequestId?: string;
9338
- }
9705
+ export declare type DeleteCdcNetPlanesRequest = null;
9339
9706
  /**
9340
9707
  * DeleteNetDetect返回参数结构体
9341
9708
  */
@@ -9413,6 +9780,10 @@ export interface AllocateAddressesRequest {
9413
9780
  * EIP名称,用于申请EIP时用户自定义该EIP的个性化名称,默认值:未命名
9414
9781
  */
9415
9782
  AddressName?: string;
9783
+ /**
9784
+ * CDC唯一ID
9785
+ */
9786
+ DedicatedClusterId?: string;
9416
9787
  /**
9417
9788
  * 网络出口,当前仅支持精品BGP、静态单线,这2种IP 地址类型的指定出口传入,默认值:center_egress1,其它可选值:center_egress2、center_egress3
9418
9789
  */
@@ -9463,6 +9834,23 @@ export interface DescribeDhcpIpsResponse {
9463
9834
  */
9464
9835
  RequestId?: string;
9465
9836
  }
9837
+ /**
9838
+ * ResetHighPriorityRoutes请求参数结构体
9839
+ */
9840
+ export interface ResetHighPriorityRoutesRequest {
9841
+ /**
9842
+ * 高优路由表唯一 ID。
9843
+ */
9844
+ HighPriorityRouteTableId: string;
9845
+ /**
9846
+ * 高优路由表名称。
9847
+ */
9848
+ Name: string;
9849
+ /**
9850
+ * 高优路由表条目信息。
9851
+ */
9852
+ HighPriorityRoutes: Array<HighPriorityRoute>;
9853
+ }
9466
9854
  /**
9467
9855
  * ModifyAssistantCidr请求参数结构体
9468
9856
  */
@@ -9653,9 +10041,23 @@ export interface CreateVpnGatewaySslClientRequest {
9653
10041
  Tags?: Array<Tag>;
9654
10042
  }
9655
10043
  /**
9656
- * UnlockCcns请求参数结构体
10044
+ * ResetVpnConnection返回参数结构体
9657
10045
  */
9658
- export declare type UnlockCcnsRequest = null;
10046
+ export interface ResetVpnConnectionResponse {
10047
+ /**
10048
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
10049
+ */
10050
+ RequestId?: string;
10051
+ }
10052
+ /**
10053
+ * CreateCdcNetPlanes返回参数结构体
10054
+ */
10055
+ export interface CreateCdcNetPlanesResponse {
10056
+ /**
10057
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
10058
+ */
10059
+ RequestId?: string;
10060
+ }
9659
10061
  /**
9660
10062
  * DescribeVpnGatewaySslServers返回参数结构体
9661
10063
  */
@@ -10027,6 +10429,19 @@ export interface ModifyTemplateMemberRequest {
10027
10429
  */
10028
10430
  TemplateMember: Array<MemberInfo>;
10029
10431
  }
10432
+ /**
10433
+ * DisableCcnRoutes请求参数结构体
10434
+ */
10435
+ export interface DisableCcnRoutesRequest {
10436
+ /**
10437
+ * CCN实例ID。形如:ccn-f49l6u0z。
10438
+ */
10439
+ CcnId: string;
10440
+ /**
10441
+ * CCN路由策略唯一ID。形如:ccnr-f49l6u0z。
10442
+ */
10443
+ RouteIds: Array<string>;
10444
+ }
10030
10445
  /**
10031
10446
  * EnableSnapshotPolicies请求参数结构体
10032
10447
  */
@@ -10199,6 +10614,15 @@ export interface DetachSnapshotInstancesRequest {
10199
10614
  */
10200
10615
  Instances: Array<SnapshotInstance>;
10201
10616
  }
10617
+ /**
10618
+ * ReplaceHighPriorityRouteTableAssociation返回参数结构体
10619
+ */
10620
+ export interface ReplaceHighPriorityRouteTableAssociationResponse {
10621
+ /**
10622
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
10623
+ */
10624
+ RequestId?: string;
10625
+ }
10202
10626
  /**
10203
10627
  * DeleteLocalGateway请求参数结构体
10204
10628
  */
@@ -10862,17 +11286,13 @@ export interface DisassociateNatGatewayAddressRequest {
10862
11286
  PublicIpAddresses: Array<string>;
10863
11287
  }
10864
11288
  /**
10865
- * DescribeTrafficPackages返回参数结构体
11289
+ * CreateHighPriorityRoutes返回参数结构体
10866
11290
  */
10867
- export interface DescribeTrafficPackagesResponse {
10868
- /**
10869
- * 按照条件查询出来的流量包数量
10870
- */
10871
- TotalCount?: number;
11291
+ export interface CreateHighPriorityRoutesResponse {
10872
11292
  /**
10873
- * 流量包信息
11293
+ * 高优路由表信息。
10874
11294
  */
10875
- TrafficPackageSet?: Array<TrafficPackage>;
11295
+ HighPriorityRouteSet?: Array<HighPriorityRoute>;
10876
11296
  /**
10877
11297
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
10878
11298
  */
@@ -11145,21 +11565,13 @@ export interface ModifyGatewayFlowQosRequest {
11145
11565
  IpAddresses: Array<string>;
11146
11566
  }
11147
11567
  /**
11148
- * ReplaceCcnRouteTableInputPolicys请求参数结构体
11568
+ * ModifyHighPriorityRouteTableAttribute返回参数结构体
11149
11569
  */
11150
- export interface ReplaceCcnRouteTableInputPolicysRequest {
11151
- /**
11152
- * 云联网ID。
11153
- */
11154
- CcnId: string;
11155
- /**
11156
- * 云联网路由表ID。
11157
- */
11158
- RouteTableId: string;
11570
+ export interface ModifyHighPriorityRouteTableAttributeResponse {
11159
11571
  /**
11160
- * 新的路由接收策略。
11572
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
11161
11573
  */
11162
- Policys?: Array<CcnRouteTableInputPolicy>;
11574
+ RequestId?: string;
11163
11575
  }
11164
11576
  /**
11165
11577
  * CreateDirectConnectGatewayCcnRoutes返回参数结构体
@@ -11696,6 +12108,15 @@ export interface CreateAndAttachNetworkInterfaceResponse {
11696
12108
  */
11697
12109
  RequestId?: string;
11698
12110
  }
12111
+ /**
12112
+ * ModifyCdcNetPlaneAttribute返回参数结构体
12113
+ */
12114
+ export interface ModifyCdcNetPlaneAttributeResponse {
12115
+ /**
12116
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
12117
+ */
12118
+ RequestId?: string;
12119
+ }
11699
12120
  /**
11700
12121
  * ModifyCcnAttribute请求参数结构体
11701
12122
  */
@@ -12094,6 +12515,11 @@ export interface Address {
12094
12515
  注意:此字段可能返回 null,表示取不到有效值。
12095
12516
  */
12096
12517
  UnVpcId?: string;
12518
+ /**
12519
+ * CDC唯一ID
12520
+ 注意:此字段可能返回 null,表示取不到有效值。
12521
+ */
12522
+ DedicatedClusterId?: string;
12097
12523
  }
12098
12524
  /**
12099
12525
  * VPN网关对象。
@@ -12233,6 +12659,41 @@ export interface Resource {
12233
12659
  */
12234
12660
  AddressIp: string;
12235
12661
  }
12662
+ /**
12663
+ * 高优路由表信息
12664
+ */
12665
+ export interface HighPriorityRouteTable {
12666
+ /**
12667
+ * 高优路由表唯一 ID。
12668
+ 注意:此字段可能返回 null,表示取不到有效值。
12669
+ */
12670
+ HighPriorityRouteTableId?: string;
12671
+ /**
12672
+ * VPC实例ID。
12673
+ 注意:此字段可能返回 null,表示取不到有效值。
12674
+ */
12675
+ VpcId?: string;
12676
+ /**
12677
+ * 高优路由表名称。
12678
+ 注意:此字段可能返回 null,表示取不到有效值。
12679
+ */
12680
+ Name?: string;
12681
+ /**
12682
+ * 高优路由表关联的子网列表。
12683
+ 注意:此字段可能返回 null,表示取不到有效值。
12684
+ */
12685
+ SubnetSet?: Array<string>;
12686
+ /**
12687
+ * 高优路由表条目信息
12688
+ 注意:此字段可能返回 null,表示取不到有效值。
12689
+ */
12690
+ HighPriorityRouteSet?: Array<HighPriorityRoute>;
12691
+ /**
12692
+ * 创建时间。
12693
+ 注意:此字段可能返回 null,表示取不到有效值。
12694
+ */
12695
+ CreatedTime?: string;
12696
+ }
12236
12697
  /**
12237
12698
  * DescribePrivateNatGatewayDestinationIpPortTranslationNatRules返回参数结构体
12238
12699
  */
@@ -12277,22 +12738,9 @@ export interface AllocateAddressesResponse {
12277
12738
  RequestId?: string;
12278
12739
  }
12279
12740
  /**
12280
- * DescribeVpnConnections返回参数结构体
12741
+ * DescribeCdcUsedIdcVlan请求参数结构体
12281
12742
  */
12282
- export interface DescribeVpnConnectionsResponse {
12283
- /**
12284
- * 符合条件的实例数量。
12285
- */
12286
- TotalCount?: number;
12287
- /**
12288
- * VPN通道实例。
12289
- */
12290
- VpnConnectionSet?: Array<VpnConnection>;
12291
- /**
12292
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
12293
- */
12294
- RequestId?: string;
12295
- }
12743
+ export declare type DescribeCdcUsedIdcVlanRequest = null;
12296
12744
  /**
12297
12745
  * 描述带宽包信息的结构
12298
12746
  */
@@ -12998,6 +13446,19 @@ export interface NetworkAclQuintupleEntry {
12998
13446
  */
12999
13447
  NetworkAclDirection?: string;
13000
13448
  }
13449
+ /**
13450
+ * ModifyHighPriorityRouteAttribute请求参数结构体
13451
+ */
13452
+ export interface ModifyHighPriorityRouteAttributeRequest {
13453
+ /**
13454
+ * 高优路由表唯一 ID。
13455
+ */
13456
+ HighPriorityRouteTableId: string;
13457
+ /**
13458
+ * 高优路由表条目修改属性。
13459
+ */
13460
+ HighPriorityModifyItems: Array<HighPriorityModifyItem>;
13461
+ }
13001
13462
  /**
13002
13463
  * InquirePriceCreateDirectConnectGateway返回参数结构体
13003
13464
  */
@@ -13236,6 +13697,19 @@ export interface InquiryPriceRenewVpnGatewayRequest {
13236
13697
  */
13237
13698
  InstanceChargePrepaid: InstanceChargePrepaid;
13238
13699
  }
13700
+ /**
13701
+ * 高优路由表条目修改属性。
13702
+ */
13703
+ export interface HighPriorityModifyItem {
13704
+ /**
13705
+ * 高优路由条目唯一ID。
13706
+ */
13707
+ HighPriorityRouteId?: string;
13708
+ /**
13709
+ * 高优路由条目描述。
13710
+ */
13711
+ Description?: string;
13712
+ }
13239
13713
  /**
13240
13714
  * EnableCcnRoutes返回参数结构体
13241
13715
  */
@@ -13724,6 +14198,19 @@ export interface CreateLocalGatewayResponse {
13724
14198
  */
13725
14199
  RequestId?: string;
13726
14200
  }
14201
+ /**
14202
+ * ModifyHighPriorityRouteECMPAlgorithm请求参数结构体
14203
+ */
14204
+ export interface ModifyHighPriorityRouteECMPAlgorithmRequest {
14205
+ /**
14206
+ * 高优路由表实例唯一ID。
14207
+ */
14208
+ HighPriorityRouteTableId: string;
14209
+ /**
14210
+ * 高优路由表HASH策略。
14211
+ */
14212
+ RouteECMPAlgorithms: Array<RouteECMPAlgorithm>;
14213
+ }
13727
14214
  /**
13728
14215
  * 协议端口模板信息
13729
14216
  */
@@ -13819,6 +14306,15 @@ export interface DeleteRouteTableRequest {
13819
14306
  */
13820
14307
  RouteTableId: string;
13821
14308
  }
14309
+ /**
14310
+ * DescribeCdcLDCXList返回参数结构体
14311
+ */
14312
+ export interface DescribeCdcLDCXListResponse {
14313
+ /**
14314
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
14315
+ */
14316
+ RequestId?: string;
14317
+ }
13822
14318
  /**
13823
14319
  * 快照策略关联实例信息
13824
14320
  */
@@ -14013,6 +14509,61 @@ export interface ReleaseAddressesResponse {
14013
14509
  */
14014
14510
  RequestId?: string;
14015
14511
  }
14512
+ /**
14513
+ * 高优路由表条目信息
14514
+ */
14515
+ export interface HighPriorityRoute {
14516
+ /**
14517
+ * 高优路由表唯一 ID
14518
+ 注意:此字段可能返回 null,表示取不到有效值。
14519
+ */
14520
+ HighPriorityRouteTableId?: string;
14521
+ /**
14522
+ * 高优路由表条目唯一 ID
14523
+ 注意:此字段可能返回 null,表示取不到有效值。
14524
+ */
14525
+ HighPriorityRouteId?: string;
14526
+ /**
14527
+ * 目标网段
14528
+ 注意:此字段可能返回 null,表示取不到有效值。
14529
+ */
14530
+ DestinationCidrBlock?: string;
14531
+ /**
14532
+ * 网关类型
14533
+ 注意:此字段可能返回 null,表示取不到有效值。
14534
+ */
14535
+ GatewayType?: string;
14536
+ /**
14537
+ * 网关唯一ID
14538
+ 注意:此字段可能返回 null,表示取不到有效值。
14539
+ */
14540
+ GatewayId?: string;
14541
+ /**
14542
+ * 高优路由条目描述
14543
+ 注意:此字段可能返回 null,表示取不到有效值。
14544
+ */
14545
+ Description?: string;
14546
+ /**
14547
+ * ECMP算法,支持的算法有:ECMP_QUINTUPLE_HASH:五元组hash,ECMP_SOURCE_DESTINATION_IP_HASH:源和目的IP hash,ECMP_DESTINATION_IP_HASH:目的IP hash,ECMP_SOURCE_IP_HASH:源IP hash。
14548
+ 注意:此字段可能返回 null,表示取不到有效值。
14549
+ */
14550
+ SubnetRouteAlgorithm?: string;
14551
+ /**
14552
+ * 出参展示,是否为CDC属性高优路由
14553
+ 注意:此字段可能返回 null,表示取不到有效值。
14554
+ */
14555
+ IsCdc?: boolean;
14556
+ /**
14557
+ * 出参展示,CDC 唯一ID
14558
+ 注意:此字段可能返回 null,表示取不到有效值。
14559
+ */
14560
+ CdcId?: string;
14561
+ /**
14562
+ * 创建时间。
14563
+ 注意:此字段可能返回 null,表示取不到有效值。
14564
+ */
14565
+ CreatedTime?: string;
14566
+ }
14016
14567
  /**
14017
14568
  * AuditCrossBorderCompliance返回参数结构体
14018
14569
  */
@@ -14194,6 +14745,10 @@ export interface DeleteNetworkAclEntriesResponse {
14194
14745
  */
14195
14746
  RequestId?: string;
14196
14747
  }
14748
+ /**
14749
+ * DescribeCdcLDCXList请求参数结构体
14750
+ */
14751
+ export declare type DescribeCdcLDCXListRequest = null;
14197
14752
  /**
14198
14753
  * CreateNetworkInterface返回参数结构体
14199
14754
  */
@@ -14632,6 +15187,15 @@ export interface CreatePrivateNatGatewayResponse {
14632
15187
  */
14633
15188
  RequestId?: string;
14634
15189
  }
15190
+ /**
15191
+ * ModifyRouteTableSelectionPolicies返回参数结构体
15192
+ */
15193
+ export interface ModifyRouteTableSelectionPoliciesResponse {
15194
+ /**
15195
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
15196
+ */
15197
+ RequestId?: string;
15198
+ }
14635
15199
  /**
14636
15200
  * AttachNetworkInterface请求参数结构体
14637
15201
  */
@@ -14761,17 +15325,21 @@ export interface DisassociateAddressResponse {
14761
15325
  RequestId?: string;
14762
15326
  }
14763
15327
  /**
14764
- * IDC子网信息
15328
+ * DescribeTrafficPackages返回参数结构体
14765
15329
  */
14766
- export interface DirectConnectSubnet {
15330
+ export interface DescribeTrafficPackagesResponse {
14767
15331
  /**
14768
- * 专线网关ID
15332
+ * 按照条件查询出来的流量包数量
14769
15333
  */
14770
- DirectConnectGatewayId: string;
15334
+ TotalCount?: number;
14771
15335
  /**
14772
- * IDC子网网段
15336
+ * 流量包信息
14773
15337
  */
14774
- CidrBlock: string;
15338
+ TrafficPackageSet?: Array<TrafficPackage>;
15339
+ /**
15340
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
15341
+ */
15342
+ RequestId?: string;
14775
15343
  }
14776
15344
  /**
14777
15345
  * DescribeVpnGatewayRoutes请求参数结构体
@@ -14990,25 +15558,38 @@ export interface DeleteLocalGatewayResponse {
14990
15558
  RequestId?: string;
14991
15559
  }
14992
15560
  /**
14993
- * 弹性网卡绑定关系
15561
+ * DescribeHighPriorityRouteTables请求参数结构体
14994
15562
  */
14995
- export interface NetworkInterfaceAttachment {
15563
+ export interface DescribeHighPriorityRouteTablesRequest {
14996
15564
  /**
14997
- * 云主机实例ID
15565
+ * 过滤条件,参数不支持同时指定HighPriorityRouteTableIds和Filters
15566
+ <li>high-priority-route-table-id - String - (过滤条件)高优路由表实例ID。</li>
15567
+ <li>name - String - (过滤条件)高优路由表名称。</li>
15568
+ <li>vpc-id - String - (过滤条件)VPC实例ID,形如:vpc-f49l6u0z。</li>
15569
+ <li>tag-key - String -是否必填:否 - (过滤条件)按照标签键进行过滤。</li>
15570
+ <li>next-hop-type - String - 是否必填:否 - (过滤条件)按下一跳类型进行过滤。使用next-hop-type进行过滤时,必须同时携带route-table-id与vpc-id。
15571
+ 目前我们支持的类型有:
15572
+ HAVIP:高可用虚拟IP;
15573
+ NORMAL_CVM:普通云服务器;
15574
+ </li>
14998
15575
  */
14999
- InstanceId: string;
15576
+ Filters?: Array<Filter>;
15000
15577
  /**
15001
- * 网卡在云主机实例内的序号。
15578
+ * 高优路由表实例ID,例如:hprtb-18mot1fm。
15002
15579
  */
15003
- DeviceIndex: number;
15580
+ HighPriorityRouteTableIds?: Array<string>;
15004
15581
  /**
15005
- * 云主机所有者账户信息。
15582
+ * 偏移量。
15006
15583
  */
15007
- InstanceAccountId: string;
15584
+ Offset?: string;
15008
15585
  /**
15009
- * 绑定时间。
15586
+ * 返回数量,默认为20,最大值为100。
15010
15587
  */
15011
- AttachTime: string;
15588
+ Limit?: string;
15589
+ /**
15590
+ * 是否需要获取路由策略信息,默认获取,当控制台不需要拉取路由策略信息时,改为False。
15591
+ */
15592
+ NeedRouterInfo?: boolean;
15012
15593
  }
15013
15594
  /**
15014
15595
  * 快照文件信息
@@ -15275,6 +15856,24 @@ export interface DescribeAddressQuotaResponse {
15275
15856
  */
15276
15857
  RequestId?: string;
15277
15858
  }
15859
+ /**
15860
+ * DescribePrivateNatGatewayLimits请求参数结构体
15861
+ */
15862
+ export interface DescribePrivateNatGatewayLimitsRequest {
15863
+ /**
15864
+ * 查询VPC下可创建的私网网关配额数量,可选值:
15865
+ <li>VpcId - String - 所在VpcId</li>
15866
+ */
15867
+ Filters?: Array<Filter>;
15868
+ /**
15869
+ * 偏移量,默认值为0。
15870
+ */
15871
+ Offset?: number;
15872
+ /**
15873
+ * 返回数目,默认值为20。
15874
+ */
15875
+ Limit?: number;
15876
+ }
15278
15877
  /**
15279
15878
  * CreateCustomerGateway请求参数结构体
15280
15879
  */
@@ -15489,6 +16088,10 @@ export interface ReplaceCcnRouteTableBroadcastPolicysRequest {
15489
16088
  */
15490
16089
  Policys: Array<CcnRouteTableBroadcastPolicy>;
15491
16090
  }
16091
+ /**
16092
+ * UnlockCcns请求参数结构体
16093
+ */
16094
+ export declare type UnlockCcnsRequest = null;
15492
16095
  /**
15493
16096
  * DescribeSnapshotAttachedInstances请求参数结构体
15494
16097
  */
@@ -15574,6 +16177,15 @@ export interface DeleteVpnGatewayRoutesResponse {
15574
16177
  */
15575
16178
  RequestId?: string;
15576
16179
  }
16180
+ /**
16181
+ * DeleteHighPriorityRouteTables返回参数结构体
16182
+ */
16183
+ export interface DeleteHighPriorityRouteTablesResponse {
16184
+ /**
16185
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
16186
+ */
16187
+ RequestId?: string;
16188
+ }
15577
16189
  /**
15578
16190
  * CreateSecurityGroup请求参数结构体
15579
16191
  */
@@ -15914,27 +16526,22 @@ export interface AcceptVpcPeeringConnectionRequest {
15914
16526
  PeeringConnectionId: string;
15915
16527
  }
15916
16528
  /**
15917
- * DescribePrivateNatGatewayLimits请求参数结构体
16529
+ * CreateCdcNetPlanes请求参数结构体
15918
16530
  */
15919
- export interface DescribePrivateNatGatewayLimitsRequest {
15920
- /**
15921
- * 查询VPC下可创建的私网网关配额数量,可选值:
15922
- <li>VpcId - String - 所在VpcId</li>
15923
- */
15924
- Filters?: Array<Filter>;
15925
- /**
15926
- * 偏移量,默认值为0。
15927
- */
15928
- Offset?: number;
16531
+ export declare type CreateCdcNetPlanesRequest = null;
16532
+ /**
16533
+ * CreatePrivateNatGatewayDestinationIpPortTranslationNatRule返回参数结构体
16534
+ */
16535
+ export interface CreatePrivateNatGatewayDestinationIpPortTranslationNatRuleResponse {
15929
16536
  /**
15930
- * 返回数目,默认值为20
16537
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId
15931
16538
  */
15932
- Limit?: number;
16539
+ RequestId?: string;
15933
16540
  }
15934
16541
  /**
15935
- * CreatePrivateNatGatewayDestinationIpPortTranslationNatRule返回参数结构体
16542
+ * ModifyCdcLDCXAttribute返回参数结构体
15936
16543
  */
15937
- export interface CreatePrivateNatGatewayDestinationIpPortTranslationNatRuleResponse {
16544
+ export interface ModifyCdcLDCXAttributeResponse {
15938
16545
  /**
15939
16546
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
15940
16547
  */
@@ -16175,6 +16782,11 @@ export interface Route {
16175
16782
  * 路由策略创建时间
16176
16783
  */
16177
16784
  CreatedTime?: string;
16785
+ /**
16786
+ * CDC 集群唯一 ID。
16787
+ 注意:此字段可能返回 null,表示取不到有效值。
16788
+ */
16789
+ CdcId?: string;
16178
16790
  }
16179
16791
  /**
16180
16792
  * EnableVpnGatewaySslClientCert返回参数结构体
@@ -16215,6 +16827,19 @@ export interface ModifyVpcEndPointServiceWhiteListResponse {
16215
16827
  */
16216
16828
  RequestId?: string;
16217
16829
  }
16830
+ /**
16831
+ * DisassociateAddress请求参数结构体
16832
+ */
16833
+ export interface DisassociateAddressRequest {
16834
+ /**
16835
+ * 标识 EIP 的唯一 ID。EIP 唯一 ID 形如:`eip-11112222`。
16836
+ */
16837
+ AddressId: string;
16838
+ /**
16839
+ * 表示解绑 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) 接口获取。
16840
+ */
16841
+ ReallocateNormalPublicIp?: boolean;
16842
+ }
16218
16843
  /**
16219
16844
  * DescribeCrossBorderFlowMonitor返回参数结构体
16220
16845
  */
@@ -16242,6 +16867,23 @@ export interface DeleteVpcResponse {
16242
16867
  */
16243
16868
  RequestId?: string;
16244
16869
  }
16870
+ /**
16871
+ * ReplaceCcnRouteTableInputPolicys请求参数结构体
16872
+ */
16873
+ export interface ReplaceCcnRouteTableInputPolicysRequest {
16874
+ /**
16875
+ * 云联网ID。
16876
+ */
16877
+ CcnId: string;
16878
+ /**
16879
+ * 云联网路由表ID。
16880
+ */
16881
+ RouteTableId: string;
16882
+ /**
16883
+ * 新的路由接收策略。
16884
+ */
16885
+ Policys?: Array<CcnRouteTableInputPolicy>;
16886
+ }
16245
16887
  /**
16246
16888
  * 预付费(包年包月)计费对象。
16247
16889
  */