tencentcloud-sdk-nodejs 4.0.886 → 4.0.888

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 (78) hide show
  1. package/CHANGELOG.md +443 -0
  2. package/SERVICE_CHANGELOG.md +559 -48
  3. package/package.json +1 -1
  4. package/products.md +27 -27
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/csip/v20221121/csip_models.ts +9 -9
  7. package/src/services/cynosdb/v20190107/cynosdb_models.ts +43 -28
  8. package/src/services/dcdb/v20180411/dcdb_models.ts +15 -11
  9. package/src/services/domain/v20180808/domain_models.ts +11 -11
  10. package/src/services/dts/v20211206/dts_models.ts +5 -0
  11. package/src/services/emr/v20190103/emr_models.ts +2 -10
  12. package/src/services/ess/v20201111/ess_models.ts +24 -4
  13. package/src/services/essbasic/v20210526/essbasic_models.ts +1 -1
  14. package/src/services/gaap/v20180529/gaap_client.ts +12 -0
  15. package/src/services/gaap/v20180529/gaap_models.ts +28 -0
  16. package/src/services/ims/v20201229/ims_client.ts +2 -0
  17. package/src/services/ims/v20201229/ims_models.ts +1 -1
  18. package/src/services/mariadb/v20170312/mariadb_models.ts +15 -11
  19. package/src/services/mmps/v20200710/mmps_models.ts +3 -3
  20. package/src/services/monitor/v20180724/monitor_models.ts +5 -1
  21. package/src/services/ocr/v20181119/ocr_client.ts +5 -2
  22. package/src/services/ocr/v20181119/ocr_models.ts +46 -26
  23. package/src/services/organization/v20210331/organization_client.ts +1 -1
  24. package/src/services/scf/v20180416/scf_client.ts +1 -1
  25. package/src/services/scf/v20180416/scf_models.ts +10 -10
  26. package/src/services/ssl/v20191205/ssl_models.ts +43 -20
  27. package/src/services/tdmq/v20200217/tdmq_models.ts +11 -2
  28. package/src/services/teo/v20220901/teo_client.ts +1 -0
  29. package/src/services/teo/v20220901/teo_models.ts +36 -9
  30. package/src/services/vpc/v20170312/vpc_client.ts +339 -100
  31. package/src/services/vpc/v20170312/vpc_models.ts +1130 -160
  32. package/src/services/waf/v20180125/waf_client.ts +0 -12
  33. package/src/services/waf/v20180125/waf_models.ts +2 -27
  34. package/src/services/wedata/v20210820/wedata_client.ts +51 -22
  35. package/src/services/wedata/v20210820/wedata_models.ts +663 -477
  36. package/tencentcloud/common/sdk_version.d.ts +1 -1
  37. package/tencentcloud/common/sdk_version.js +1 -1
  38. package/tencentcloud/services/csip/v20221121/csip_models.d.ts +9 -9
  39. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +43 -28
  40. package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +15 -11
  41. package/tencentcloud/services/domain/v20180808/domain_models.d.ts +11 -11
  42. package/tencentcloud/services/dts/v20211206/dts_models.d.ts +5 -0
  43. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +2 -10
  44. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +24 -4
  45. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +1 -1
  46. package/tencentcloud/services/gaap/v20180529/gaap_client.d.ts +5 -1
  47. package/tencentcloud/services/gaap/v20180529/gaap_client.js +6 -0
  48. package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +26 -0
  49. package/tencentcloud/services/ims/v20201229/ims_client.d.ts +2 -0
  50. package/tencentcloud/services/ims/v20201229/ims_client.js +2 -0
  51. package/tencentcloud/services/ims/v20201229/ims_models.d.ts +1 -1
  52. package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +15 -11
  53. package/tencentcloud/services/mmps/v20200710/mmps_models.d.ts +3 -3
  54. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +5 -1
  55. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +2 -0
  56. package/tencentcloud/services/ocr/v20181119/ocr_client.js +2 -0
  57. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +45 -26
  58. package/tencentcloud/services/organization/v20210331/organization_client.d.ts +1 -1
  59. package/tencentcloud/services/organization/v20210331/organization_client.js +1 -1
  60. package/tencentcloud/services/scf/v20180416/scf_client.d.ts +1 -1
  61. package/tencentcloud/services/scf/v20180416/scf_client.js +1 -1
  62. package/tencentcloud/services/scf/v20180416/scf_models.d.ts +10 -10
  63. package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +43 -20
  64. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +11 -2
  65. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +35 -9
  66. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +106 -34
  67. package/tencentcloud/services/vpc/v20170312/vpc_client.js +153 -45
  68. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +1076 -153
  69. package/tencentcloud/services/waf/v20180125/waf_client.d.ts +1 -5
  70. package/tencentcloud/services/waf/v20180125/waf_client.js +0 -6
  71. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +2 -25
  72. package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +13 -5
  73. package/tencentcloud/services/wedata/v20210820/wedata_client.js +18 -6
  74. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +654 -477
  75. package/test/gaap.v20180529.test.js +10 -0
  76. package/test/vpc.v20170312.test.js +204 -24
  77. package/test/waf.v20180125.test.js +0 -10
  78. package/test/wedata.v20210820.test.js +24 -4
@@ -926,6 +926,19 @@ export interface DescribeVpcLimitsResponse {
926
926
  */
927
927
  RequestId?: string;
928
928
  }
929
+ /**
930
+ * CreatePrivateNatGatewayDestinationIpPortTranslationNatRule请求参数结构体
931
+ */
932
+ export interface CreatePrivateNatGatewayDestinationIpPortTranslationNatRuleRequest {
933
+ /**
934
+ * 私网网关唯一`ID`,形如:`intranat-xxxxxxxx`。
935
+ */
936
+ NatGatewayId: string;
937
+ /**
938
+ * 目的端口转换规则列表。
939
+ */
940
+ LocalDestinationIpPortTranslationNatRules: Array<LocalDestinationIpPortTranslationNatRule>;
941
+ }
929
942
  /**
930
943
  * IP在线查询的字段信息
931
944
  */
@@ -1619,6 +1632,23 @@ export interface AssociateNetworkAclSubnetsResponse {
1619
1632
  */
1620
1633
  RequestId?: string;
1621
1634
  }
1635
+ /**
1636
+ * DeletePrivateNatGatewayTranslationNatRule请求参数结构体
1637
+ */
1638
+ export interface DeletePrivateNatGatewayTranslationNatRuleRequest {
1639
+ /**
1640
+ * 私网网关唯一`ID`,形如:`intranat-xxxxxxxx`。
1641
+ */
1642
+ NatGatewayId: string;
1643
+ /**
1644
+ * 转换规则对象数组。
1645
+ */
1646
+ TranslationNatRules: Array<TranslationNatRule>;
1647
+ /**
1648
+ * 跨域参数,当VPC为跨域时填写为True。
1649
+ */
1650
+ CrossDomain?: boolean;
1651
+ }
1622
1652
  /**
1623
1653
  * DeleteNatGatewayDestinationIpPortTranslationNatRule请求参数结构体
1624
1654
  */
@@ -2022,6 +2052,32 @@ export interface DescribeBandwidthPackagesResponse {
2022
2052
  */
2023
2053
  RequestId?: string;
2024
2054
  }
2055
+ /**
2056
+ * ResetRoutes返回参数结构体
2057
+ */
2058
+ export interface ResetRoutesResponse {
2059
+ /**
2060
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2061
+ */
2062
+ RequestId?: string;
2063
+ }
2064
+ /**
2065
+ * DescribePrivateNatGatewayRegions返回参数结构体
2066
+ */
2067
+ export interface DescribePrivateNatGatewayRegionsResponse {
2068
+ /**
2069
+ * 地域对象
2070
+ */
2071
+ RegionSet: Array<NatRegionInfoWithArea>;
2072
+ /**
2073
+ * 返回可支持地域总数
2074
+ */
2075
+ TotalCount: number;
2076
+ /**
2077
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2078
+ */
2079
+ RequestId?: string;
2080
+ }
2025
2081
  /**
2026
2082
  * ReplaceSecurityGroupPolicies返回参数结构体
2027
2083
  */
@@ -2293,6 +2349,31 @@ export interface IpGeolocationInfo {
2293
2349
  */
2294
2350
  AddressIp: string;
2295
2351
  }
2352
+ /**
2353
+ * 私网网关Snat转发规则入参
2354
+ */
2355
+ export interface TranslationNatRuleInput {
2356
+ /**
2357
+ * 转换规则目标,可选值"LOCAL","PEER"。
2358
+ */
2359
+ TranslationDirection: string;
2360
+ /**
2361
+ * 转换规则类型,可选值"NETWORK_LAYER","TRANSPORT_LAYER"。
2362
+ */
2363
+ TranslationType: string;
2364
+ /**
2365
+ * 转换`IP`,当转换规则类型为四层时为`IP`池。
2366
+ */
2367
+ TranslationIp: string;
2368
+ /**
2369
+ * 转换规则描述。
2370
+ */
2371
+ Description: string;
2372
+ /**
2373
+ * 源`IP`,当转换规则类型为三层时有效。
2374
+ */
2375
+ OriginalIp?: string;
2376
+ }
2296
2377
  /**
2297
2378
  * DeleteFlowLog请求参数结构体
2298
2379
  */
@@ -2357,6 +2438,39 @@ export interface HaVipDisassociateAddressIpResponse {
2357
2438
  */
2358
2439
  RequestId?: string;
2359
2440
  }
2441
+ /**
2442
+ * 私网网关Snat转发规则修改
2443
+ */
2444
+ export interface TranslationNatRuleDiff {
2445
+ /**
2446
+ * 转发规则目标,可选值"LOCAL","PEER"。
2447
+ */
2448
+ TranslationDirection: string;
2449
+ /**
2450
+ * 转发规则类型,可选值"NETWORK_LAYER","TRANSPORT_LAYER"。
2451
+ */
2452
+ TranslationType: string;
2453
+ /**
2454
+ * 转发规则映射`IP`,当转发规则类型为四层时为`IP`池
2455
+ */
2456
+ TranslationIp: string;
2457
+ /**
2458
+ * 转发规则描述。
2459
+ */
2460
+ Description: string;
2461
+ /**
2462
+ * 旧转发规则映射`IP`,当转发规则类型为四层时为`IP`池
2463
+ */
2464
+ OldTranslationIp: string;
2465
+ /**
2466
+ * 新转发规则源`IP`,当转发规则类型为三层时有效
2467
+ */
2468
+ OriginalIp?: string;
2469
+ /**
2470
+ * 旧转发规则源`IP`,当转发规则类型为三层时有效
2471
+ */
2472
+ OldOriginalIp?: string;
2473
+ }
2360
2474
  /**
2361
2475
  * DisassociateVpcEndPointSecurityGroups请求参数结构体
2362
2476
  */
@@ -2855,6 +2969,32 @@ export interface DescribeAccountAttributesResponse {
2855
2969
  */
2856
2970
  RequestId?: string;
2857
2971
  }
2972
+ /**
2973
+ * ReturnNormalAddresses请求参数结构体
2974
+ */
2975
+ export interface ReturnNormalAddressesRequest {
2976
+ /**
2977
+ * 普通公网IP 的 IP 地址,示例:101.35.139.183
2978
+ */
2979
+ AddressIps?: Array<string>;
2980
+ }
2981
+ /**
2982
+ * ModifyPrivateNatGatewayTranslationNatRule请求参数结构体
2983
+ */
2984
+ export interface ModifyPrivateNatGatewayTranslationNatRuleRequest {
2985
+ /**
2986
+ * 私网网关唯一`ID`,形如:`intranat-xxxxxxxx`。
2987
+ */
2988
+ NatGatewayId: string;
2989
+ /**
2990
+ * 转换规则对象数组。仅支持修改单个转换规则
2991
+ */
2992
+ TranslationNatRules: Array<TranslationNatRuleDiff>;
2993
+ /**
2994
+ * 跨域参数,当VPC为跨域时填写为True。
2995
+ */
2996
+ CrossDomain?: boolean;
2997
+ }
2858
2998
  /**
2859
2999
  * AssignPrivateIpAddresses返回参数结构体
2860
3000
  */
@@ -2949,13 +3089,51 @@ export interface DescribeNatGatewayDestinationIpPortTranslationNatRulesRequest {
2949
3089
  Limit?: number;
2950
3090
  }
2951
3091
  /**
2952
- * ReturnNormalAddresses请求参数结构体
3092
+ * 网络ACL规则。
2953
3093
  */
2954
- export interface ReturnNormalAddressesRequest {
3094
+ export interface NetworkAclEntry {
2955
3095
  /**
2956
- * 普通公网IP IP 地址,示例:101.35.139.183
3096
+ * 协议, 取值: TCP,UDP, ICMP, ALL。
2957
3097
  */
2958
- AddressIps?: Array<string>;
3098
+ Protocol?: string;
3099
+ /**
3100
+ * 端口(all, 单个port, range)。当Protocol为ALL或ICMP时,不能指定Port。
3101
+ */
3102
+ Port?: string;
3103
+ /**
3104
+ * 网段或IP(互斥)。增量创建ACL规则时,CidrBlock和Ipv6CidrBlock至少提供一个。
3105
+ */
3106
+ CidrBlock?: string;
3107
+ /**
3108
+ * 网段或IPv6(互斥)。
3109
+ */
3110
+ Ipv6CidrBlock?: string;
3111
+ /**
3112
+ * ACCEPT 或 DROP。
3113
+ */
3114
+ Action?: string;
3115
+ /**
3116
+ * 规则描述,最大长度100。
3117
+ */
3118
+ Description?: string;
3119
+ /**
3120
+ * 修改时间。
3121
+ */
3122
+ ModifyTime?: string;
3123
+ /**
3124
+ * 优先级,从1开始。
3125
+ */
3126
+ Priority?: number;
3127
+ /**
3128
+ * IPv4网络ACL条目唯一ID。当修改ACL条目时,NetworkAclIpv4EntryId和NetworkAclIpv6EntryID至少提供一个。
3129
+ 注意:此字段可能返回 null,表示取不到有效值。
3130
+ */
3131
+ NetworkAclIpv4EntryId?: string;
3132
+ /**
3133
+ * IPv6网络ACL条目唯一ID。当修改ACL条目时,NetworkAclIpv4EntryId和NetworkAclIpv6EntryId至少提供一个。
3134
+ 注意:此字段可能返回 null,表示取不到有效值。
3135
+ */
3136
+ NetworkAclIpv6EntryId?: string;
2959
3137
  }
2960
3138
  /**
2961
3139
  * ModifyNetworkAclAttribute返回参数结构体
@@ -3566,6 +3744,15 @@ export interface ModifyNetDetectRequest {
3566
3744
  */
3567
3745
  NetDetectDescription?: string;
3568
3746
  }
3747
+ /**
3748
+ * SetVpnGatewaysRenewFlag返回参数结构体
3749
+ */
3750
+ export interface SetVpnGatewaysRenewFlagResponse {
3751
+ /**
3752
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3753
+ */
3754
+ RequestId?: string;
3755
+ }
3569
3756
  /**
3570
3757
  * DescribeSgSnapshotFileContent返回参数结构体
3571
3758
  */
@@ -3899,6 +4086,27 @@ export interface CreateVpnConnectionRequest {
3899
4086
  * BGP配置。
3900
4087
  */
3901
4088
  BgpConfig?: BgpConfig;
4089
+ /**
4090
+ * 健康检查NQA配置。
4091
+ */
4092
+ HealthCheckConfig?: HealthCheckConfig;
4093
+ }
4094
+ /**
4095
+ * 可创建的私网网关配额数量
4096
+ */
4097
+ export interface PrivateNatGatewayLimit {
4098
+ /**
4099
+ * 私有网络唯一`ID`。
4100
+ */
4101
+ UniqVpcId: string;
4102
+ /**
4103
+ * Vpc下总计可创建私网网关数量。
4104
+ */
4105
+ TotalLimit: number;
4106
+ /**
4107
+ * 可创建私网网关数量。
4108
+ */
4109
+ Available: number;
3902
4110
  }
3903
4111
  /**
3904
4112
  * CCN路由策略对象
@@ -3991,21 +4199,17 @@ export interface DescribeTrafficPackagesRequest {
3991
4199
  Limit?: number;
3992
4200
  }
3993
4201
  /**
3994
- * DescribeLocalGateway返回参数结构体
4202
+ * DeleteSecurityGroupPolicies请求参数结构体
3995
4203
  */
3996
- export interface DescribeLocalGatewayResponse {
3997
- /**
3998
- * 本地网关信息集合。
3999
- */
4000
- LocalGatewaySet?: Array<LocalGateway>;
4204
+ export interface DeleteSecurityGroupPoliciesRequest {
4001
4205
  /**
4002
- * 本地网关总数。
4206
+ * 安全组实例ID,例如sg-33ocnj9n,可通过<a href="https://cloud.tencent.com/document/product/215/15808">DescribeSecurityGroups</a>获取。
4003
4207
  */
4004
- TotalCount?: number;
4208
+ SecurityGroupId: string;
4005
4209
  /**
4006
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4210
+ * 安全组规则集合。一个请求中只能删除单个方向的一条或多条规则。支持指定索引(PolicyIndex) 匹配删除和安全组规则匹配删除两种方式,一个请求中只能使用一种匹配方式。
4007
4211
  */
4008
- RequestId?: string;
4212
+ SecurityGroupPolicySet: SecurityGroupPolicySet;
4009
4213
  }
4010
4214
  /**
4011
4215
  * VPN通道对象。
@@ -4116,6 +4320,11 @@ export interface VpnConnection {
4116
4320
  注意:此字段可能返回 null,表示取不到有效值。
4117
4321
  */
4118
4322
  BgpConfig?: BgpConfigAndAsn;
4323
+ /**
4324
+ * Nqa配置信息
4325
+ 注意:此字段可能返回 null,表示取不到有效值。
4326
+ */
4327
+ HealthCheckConfig?: HealthCheckConfig;
4119
4328
  }
4120
4329
  /**
4121
4330
  * DescribeCcns请求参数结构体
@@ -4531,6 +4740,35 @@ export interface ReplaceRouteTableAssociationRequest {
4531
4740
  */
4532
4741
  RouteTableId: string;
4533
4742
  }
4743
+ /**
4744
+ * 本端目的IP端口转换复杂结构
4745
+ */
4746
+ export interface LocalDestinationIpPortTranslationNatRule {
4747
+ /**
4748
+ * 协议
4749
+ */
4750
+ Protocol: string;
4751
+ /**
4752
+ * 源端口
4753
+ */
4754
+ OriginalPort: number;
4755
+ /**
4756
+ * 源IP
4757
+ */
4758
+ OriginalIp: string;
4759
+ /**
4760
+ * 目的端口
4761
+ */
4762
+ TranslationPort: number;
4763
+ /**
4764
+ * 目的IP
4765
+ */
4766
+ TranslationIp: string;
4767
+ /**
4768
+ * 描述
4769
+ */
4770
+ Description?: string;
4771
+ }
4534
4772
  /**
4535
4773
  * AssociateNetworkAclSubnets请求参数结构体
4536
4774
  */
@@ -4633,6 +4871,10 @@ export interface SecurityGroupPolicy {
4633
4871
  */
4634
4872
  ModifyTime?: string;
4635
4873
  }
4874
+ /**
4875
+ * DescribePrivateNatGatewayRegions请求参数结构体
4876
+ */
4877
+ export declare type DescribePrivateNatGatewayRegionsRequest = null;
4636
4878
  /**
4637
4879
  * DescribeSnapshotPolicies请求参数结构体
4638
4880
  */
@@ -4794,6 +5036,15 @@ export interface ModifySecurityGroupPoliciesRequest {
4794
5036
  */
4795
5037
  SortPolicys?: boolean;
4796
5038
  }
5039
+ /**
5040
+ * ModifyPrivateNatGatewayAttribute返回参数结构体
5041
+ */
5042
+ export interface ModifyPrivateNatGatewayAttributeResponse {
5043
+ /**
5044
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5045
+ */
5046
+ RequestId?: string;
5047
+ }
4797
5048
  /**
4798
5049
  * NAT网关对象。
4799
5050
  */
@@ -5344,13 +5595,41 @@ export interface CreateVpnGatewaySslServerResponse {
5344
5595
  RequestId?: string;
5345
5596
  }
5346
5597
  /**
5347
- * ResetRoutes返回参数结构体
5598
+ * 本端目的IP端口转换复杂结构
5348
5599
  */
5349
- export interface ResetRoutesResponse {
5600
+ export interface PrivateNatDestinationIpPortTranslationNatRule {
5350
5601
  /**
5351
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5602
+ * 协议
5352
5603
  */
5353
- RequestId?: string;
5604
+ Protocol: string;
5605
+ /**
5606
+ * 原端口
5607
+ */
5608
+ OriginalPort: number;
5609
+ /**
5610
+ * 原IP
5611
+ */
5612
+ OriginalIp: string;
5613
+ /**
5614
+ * 映射端口
5615
+ */
5616
+ TranslationPort: number;
5617
+ /**
5618
+ * 映射IP
5619
+ */
5620
+ TranslationIp: string;
5621
+ /**
5622
+ * 描述
5623
+ */
5624
+ Description?: string;
5625
+ /**
5626
+ * 创建时间。
5627
+ */
5628
+ CreateTime?: string;
5629
+ /**
5630
+ * 更新时间。
5631
+ */
5632
+ UpdateTime?: string;
5354
5633
  }
5355
5634
  /**
5356
5635
  * DeleteNetworkAcl请求参数结构体
@@ -5682,6 +5961,19 @@ export interface MemberInfo {
5682
5961
  */
5683
5962
  Description?: string;
5684
5963
  }
5964
+ /**
5965
+ * ModifyPrivateNatGatewayDestinationIpPortTranslationNatRule请求参数结构体
5966
+ */
5967
+ export interface ModifyPrivateNatGatewayDestinationIpPortTranslationNatRuleRequest {
5968
+ /**
5969
+ * 私网网关唯一`ID`,形如:`intranat-xxxxxxxx`。
5970
+ */
5971
+ NatGatewayId: string;
5972
+ /**
5973
+ * 目的端口转换规则列表。
5974
+ */
5975
+ LocalDestinationIpPortTranslationNatRules: Array<DestinationIpPortTranslationNatRuleDiff>;
5976
+ }
5685
5977
  /**
5686
5978
  * ResumeSnapshotInstance请求参数结构体
5687
5979
  */
@@ -5725,6 +6017,15 @@ export interface ModifyVpcEndPointServiceAttributeResponse {
5725
6017
  */
5726
6018
  RequestId?: string;
5727
6019
  }
6020
+ /**
6021
+ * DeletePrivateNatGatewayDestinationIpPortTranslationNatRule返回参数结构体
6022
+ */
6023
+ export interface DeletePrivateNatGatewayDestinationIpPortTranslationNatRuleResponse {
6024
+ /**
6025
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
6026
+ */
6027
+ RequestId?: string;
6028
+ }
5728
6029
  /**
5729
6030
  * VPC资源看板(各资源个数)
5730
6031
  */
@@ -6072,56 +6373,39 @@ export interface DescribeNetworkInterfaceLimitRequest {
6072
6373
  InstanceId: string;
6073
6374
  }
6074
6375
  /**
6075
- * CreateBandwidthPackage请求参数结构体
6376
+ * ModifyVpnGatewayRoutes返回参数结构体
6076
6377
  */
6077
- export interface CreateBandwidthPackageRequest {
6378
+ export interface ModifyVpnGatewayRoutesResponse {
6078
6379
  /**
6079
- * 带宽包类型, 默认值: BGP, 可选值:
6080
- <li>BGP: 普通BGP共享带宽包</li>
6081
- <li>HIGH_QUALITY_BGP: 精品BGP共享带宽包</li>
6082
- <li>SINGLEISP_CMCC: 中国移动共享带宽包</li>
6083
- <li>SINGLEISP_CTCC: 中国电信共享带宽包</li>
6084
- <li>SINGLEISP_CUCC: 中国联通共享带宽包</li>
6380
+ * VPN路由信息
6381
+ 注意:此字段可能返回 null,表示取不到有效值。
6085
6382
  */
6086
- NetworkType?: string;
6383
+ Routes?: Array<VpnGatewayRoute>;
6087
6384
  /**
6088
- * 带宽包计费类型, 默认为: ENHANCED95_POSTPAID_BY_MONTH, 可选值:
6089
- <li>TOP5_POSTPAID_BY_MONTH: 按月后付费TOP5计费</li>
6090
- <li>PERCENT95_POSTPAID_BY_MONTH: 按月后付费月95计费</li>
6091
- <li>FIXED_PREPAID_BY_MONTH: 包月预付费计费</li>
6092
- <li>ENHANCED95_POSTPAID_BY_MONTH: 按月后付费增强型95计费</li>
6093
- <li>PEAK_BANDWIDTH_POSTPAID_BY_DAY: 后付费日结按带宽计费</li>
6094
-
6095
- */
6096
- ChargeType?: string;
6097
- /**
6098
- * 带宽包名称。
6099
- */
6100
- BandwidthPackageName?: string;
6101
- /**
6102
- * 带宽包数量(传统账户类型只能填1), 标准账户类型取值范围为1~20。
6103
- */
6104
- BandwidthPackageCount?: number;
6105
- /**
6106
- * 带宽包限速大小。单位:Mbps,-1表示不限速。不同计费类型的带宽包对应不同的带宽上下限。
6385
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
6107
6386
  */
6108
- InternetMaxBandwidth?: number;
6387
+ RequestId?: string;
6388
+ }
6389
+ /**
6390
+ * 地址信息
6391
+ */
6392
+ export interface AddressTemplateItem {
6109
6393
  /**
6110
- * 需要关联的标签列表。
6394
+ * ipm-xxxxxxxx
6111
6395
  */
6112
- Tags?: Array<Tag>;
6396
+ AddressTemplateId?: string;
6113
6397
  /**
6114
- * 带宽包协议类型。当前支持'ipv4'和'ipv6'协议带宽包,默认值是'ipv4'。
6398
+ * IP模板名称
6115
6399
  */
6116
- Protocol?: string;
6400
+ AddressTemplateName?: string;
6117
6401
  /**
6118
- * 预付费包月带宽包的购买时长,单位: 月,取值范围: 1~60。
6402
+ * 废弃字段
6119
6403
  */
6120
- TimeSpan?: number;
6404
+ From?: string;
6121
6405
  /**
6122
- * 网络出口,默认值:center_egress1
6406
+ * 废弃字段
6123
6407
  */
6124
- Egress?: string;
6408
+ To?: string;
6125
6409
  }
6126
6410
  /**
6127
6411
  * DescribeIp6Addresses返回参数结构体
@@ -6309,6 +6593,19 @@ export interface ModifyServiceTemplateAttributeRequest {
6309
6593
  */
6310
6594
  ServicesExtra?: Array<ServicesInfo>;
6311
6595
  }
6596
+ /**
6597
+ * ModifyPrivateNatGatewayAttribute请求参数结构体
6598
+ */
6599
+ export interface ModifyPrivateNatGatewayAttributeRequest {
6600
+ /**
6601
+ * 私网网关唯一`ID`,形如:`intranat-xxxxxxxx`。
6602
+ */
6603
+ NatGatewayId: string;
6604
+ /**
6605
+ * 私网网关名称,可任意命名,但不得超过60个字符。
6606
+ */
6607
+ NatGatewayName: string;
6608
+ }
6312
6609
  /**
6313
6610
  * AssociateAddress返回参数结构体
6314
6611
  */
@@ -6487,6 +6784,23 @@ export interface DescribeVpcsResponse {
6487
6784
  */
6488
6785
  RequestId?: string;
6489
6786
  }
6787
+ /**
6788
+ * DescribePrivateNatGatewayLimits返回参数结构体
6789
+ */
6790
+ export interface DescribePrivateNatGatewayLimitsResponse {
6791
+ /**
6792
+ * 查询返回结果个数。
6793
+ */
6794
+ TotalCount: number;
6795
+ /**
6796
+ * 私网网关配额。
6797
+ */
6798
+ PrivateNatGatewayLimitSet: Array<PrivateNatGatewayLimit>;
6799
+ /**
6800
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
6801
+ */
6802
+ RequestId?: string;
6803
+ }
6490
6804
  /**
6491
6805
  * DescribeNetworkInterfaceLimit返回参数结构体
6492
6806
  */
@@ -6601,6 +6915,23 @@ export interface RemoveIp6RulesRequest {
6601
6915
  */
6602
6916
  Ip6RuleIds: Array<string>;
6603
6917
  }
6918
+ /**
6919
+ * CreatePrivateNatGatewayTranslationNatRule请求参数结构体
6920
+ */
6921
+ export interface CreatePrivateNatGatewayTranslationNatRuleRequest {
6922
+ /**
6923
+ * 私网网关唯一`ID`,形如:`intranat-xxxxxxxx`。
6924
+ */
6925
+ NatGatewayId: string;
6926
+ /**
6927
+ * 转换规则对象数组。
6928
+ */
6929
+ TranslationNatRules: Array<TranslationNatRuleInput>;
6930
+ /**
6931
+ * 跨域参数,当VPC为跨域时填写为True。
6932
+ */
6933
+ CrossDomain?: boolean;
6934
+ }
6604
6935
  /**
6605
6936
  * DescribeIpGeolocationDatabaseUrl请求参数结构体
6606
6937
  */
@@ -6702,6 +7033,15 @@ export interface HaVipAssociateAddressIpResponse {
6702
7033
  */
6703
7034
  RequestId?: string;
6704
7035
  }
7036
+ /**
7037
+ * DeletePrivateNatGatewayTranslationAclRule返回参数结构体
7038
+ */
7039
+ export interface DeletePrivateNatGatewayTranslationAclRuleResponse {
7040
+ /**
7041
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
7042
+ */
7043
+ RequestId?: string;
7044
+ }
6705
7045
  /**
6706
7046
  * DescribeSpecificTrafficPackageUsedDetails请求参数结构体
6707
7047
  */
@@ -6753,51 +7093,25 @@ export interface DeleteVpnConnectionRequest {
6753
7093
  VpnConnectionId: string;
6754
7094
  }
6755
7095
  /**
6756
- * 网络ACL规则。
7096
+ * DescribePrivateNatGatewayDestinationIpPortTranslationNatRules请求参数结构体
6757
7097
  */
6758
- export interface NetworkAclEntry {
6759
- /**
6760
- * 协议, 取值: TCP,UDP, ICMP, ALL。
6761
- */
6762
- Protocol?: string;
7098
+ export interface DescribePrivateNatGatewayDestinationIpPortTranslationNatRulesRequest {
6763
7099
  /**
6764
- * 端口(all, 单个port, range)。当Protocol为ALL或ICMP时,不能指定Port。
6765
- */
6766
- Port?: string;
6767
- /**
6768
- * 网段或IP(互斥)。增量创建ACL规则时,CidrBlock和Ipv6CidrBlock至少提供一个。
6769
- */
6770
- CidrBlock?: string;
6771
- /**
6772
- * 网段或IPv6(互斥)。
7100
+ * 私网网关唯一`ID`,形如"intranat-xxxxxxxx)
6773
7101
  */
6774
- Ipv6CidrBlock?: string;
6775
- /**
6776
- * ACCEPT 或 DROP。
6777
- */
6778
- Action?: string;
6779
- /**
6780
- * 规则描述,最大长度100。
6781
- */
6782
- Description?: string;
6783
- /**
6784
- * 修改时间。
6785
- */
6786
- ModifyTime?: string;
7102
+ NatGatewayId: string;
6787
7103
  /**
6788
- * 优先级,从1开始。
7104
+ * 过滤条件,Name可选值"OriginalIp", "TranslationIp", "OriginalPort","TranslationPort", "Protocol", "Description"
6789
7105
  */
6790
- Priority?: number;
7106
+ Filters?: Array<Filter>;
6791
7107
  /**
6792
- * IPv4网络ACL条目唯一ID。当修改ACL条目时,NetworkAclIpv4EntryId和NetworkAclIpv6EntryID至少提供一个。
6793
- 注意:此字段可能返回 null,表示取不到有效值。
7108
+ * 偏移量,默认值为0。
6794
7109
  */
6795
- NetworkAclIpv4EntryId?: string;
7110
+ Offset?: number;
6796
7111
  /**
6797
- * IPv6网络ACL条目唯一ID。当修改ACL条目时,NetworkAclIpv4EntryId和NetworkAclIpv6EntryId至少提供一个。
6798
- 注意:此字段可能返回 null,表示取不到有效值。
7112
+ * 返回数目,默认值为20。
6799
7113
  */
6800
- NetworkAclIpv6EntryId?: string;
7114
+ Limit?: number;
6801
7115
  }
6802
7116
  /**
6803
7117
  * DescribeDhcpIps请求参数结构体
@@ -7635,6 +7949,39 @@ export interface CreateVpcEndPointServiceRequest {
7635
7949
  */
7636
7950
  ServiceType?: string;
7637
7951
  }
7952
+ /**
7953
+ * DescribePrivateNatGateways请求参数结构体
7954
+ */
7955
+ export interface DescribePrivateNatGatewaysRequest {
7956
+ /**
7957
+ * 私网网关唯一`ID`,形如:`intranat-0g3blj80`。
7958
+ */
7959
+ NatGatewayIds?: Array<string>;
7960
+ /**
7961
+ * 过滤条件。
7962
+ <li>NatGatewayId - String - 私网网关唯一`ID`,形如:`intranat-0g3blj80`。</li>
7963
+ <li>NatGatewayName - String - 专线网关名称,默认模糊查询。</li>
7964
+ <li>VpcId - String - 私网网关所在`VpcId`。</li>
7965
+ <li>TagKey - Tag数组 - 私网网关标签键值对数组</li>
7966
+ */
7967
+ Filters?: Array<Filter>;
7968
+ /**
7969
+ * 偏移量,默认为0。
7970
+ */
7971
+ Offset?: number;
7972
+ /**
7973
+ * 返回数量,默认为20。
7974
+ */
7975
+ Limit?: number;
7976
+ /**
7977
+ * 排序字段。可选值:"NatGatewayId"、"NatGatewayName"、"CreatedTime"
7978
+ */
7979
+ OrderField?: string;
7980
+ /**
7981
+ * 排序方式。可选值:"ASC"、"DESC"。
7982
+ */
7983
+ OrderDirection?: string;
7984
+ }
7638
7985
  /**
7639
7986
  * `IPv6`地址信息。
7640
7987
  */
@@ -7668,6 +8015,23 @@ export interface Ipv6Address {
7668
8015
  */
7669
8016
  State?: string;
7670
8017
  }
8018
+ /**
8019
+ * DescribePrivateNatGatewayTranslationAclRules返回参数结构体
8020
+ */
8021
+ export interface DescribePrivateNatGatewayTranslationAclRulesResponse {
8022
+ /**
8023
+ * 返回个数。
8024
+ */
8025
+ TotalCount?: number;
8026
+ /**
8027
+ * 访问控制规则列表。
8028
+ */
8029
+ TranslationAclRuleSet?: Array<TranslationAclRule>;
8030
+ /**
8031
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
8032
+ */
8033
+ RequestId?: string;
8034
+ }
7671
8035
  /**
7672
8036
  * CreateNetworkInterface请求参数结构体
7673
8037
  */
@@ -7727,9 +8091,46 @@ export interface BandwidthPackageBillBandwidth {
7727
8091
  BandwidthUsage: number;
7728
8092
  }
7729
8093
  /**
7730
- * DeleteHaVip返回参数结构体
8094
+ * DescribePrivateNatGatewayTranslationAclRules请求参数结构体
7731
8095
  */
7732
- export interface DeleteHaVipResponse {
8096
+ export interface DescribePrivateNatGatewayTranslationAclRulesRequest {
8097
+ /**
8098
+ * 私网网关唯一`ID`,形如:`intranat-xxxxxxxx`。
8099
+ */
8100
+ NatGatewayId: string;
8101
+ /**
8102
+ * 转换规则目标,可选值"LOCAL"。
8103
+ */
8104
+ TranslationDirection: string;
8105
+ /**
8106
+ * 转换规则类型,可选值"NETWORK_LAYER","TRANSPORT_LAYER"。
8107
+ */
8108
+ TranslationType: string;
8109
+ /**
8110
+ * 转换`IP`,当转换规则类型为四层时为`IP`池。
8111
+ */
8112
+ TranslationIp: string;
8113
+ /**
8114
+ * 源`IP`,当转换规则类型为三层时有效。
8115
+ */
8116
+ OriginalIp?: string;
8117
+ /**
8118
+ * 偏移量。默认值为0。
8119
+ */
8120
+ Offset?: number;
8121
+ /**
8122
+ * 返回数目,默认值为20。
8123
+ */
8124
+ Limit?: number;
8125
+ }
8126
+ /**
8127
+ * DeletePrivateNatGatewayTranslationNatRule返回参数结构体
8128
+ */
8129
+ export interface DeletePrivateNatGatewayTranslationNatRuleResponse {
8130
+ /**
8131
+ * 私网网关唯一`ID`,形如:`intranat-xxxxxxxx`。
8132
+ */
8133
+ NatGatewayId: string;
7733
8134
  /**
7734
8135
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
7735
8136
  */
@@ -8703,25 +9104,30 @@ export interface AssociateDirectConnectGatewayNatGatewayRequest {
8703
9104
  DirectConnectGatewayId: string;
8704
9105
  }
8705
9106
  /**
8706
- * 地址信息
9107
+ * DeletePrivateNatGatewayDestinationIpPortTranslationNatRule请求参数结构体
8707
9108
  */
8708
- export interface AddressTemplateItem {
9109
+ export interface DeletePrivateNatGatewayDestinationIpPortTranslationNatRuleRequest {
8709
9110
  /**
8710
- * ipm-xxxxxxxx
9111
+ * 私网网关唯一`ID`,形如:`intranat-xxxxxxxx`。
8711
9112
  */
8712
- AddressTemplateId?: string;
9113
+ NatGatewayId: string;
8713
9114
  /**
8714
- * IP模板名称
9115
+ * 目的端口转换规则数组。
8715
9116
  */
8716
- AddressTemplateName?: string;
9117
+ LocalDestinationIpPortTranslationNatRules: Array<LocalDestinationIpPortTranslationNatRule>;
9118
+ }
9119
+ /**
9120
+ * CreatePrivateNatGatewayTranslationNatRule返回参数结构体
9121
+ */
9122
+ export interface CreatePrivateNatGatewayTranslationNatRuleResponse {
8717
9123
  /**
8718
- * 废弃字段
9124
+ * 私网网关唯一`ID`。
8719
9125
  */
8720
- From?: string;
9126
+ NatGatewayId?: string;
8721
9127
  /**
8722
- * 废弃字段
9128
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
8723
9129
  */
8724
- To?: string;
9130
+ RequestId?: string;
8725
9131
  }
8726
9132
  /**
8727
9133
  * ModifyAddressAttribute返回参数结构体
@@ -8989,17 +9395,21 @@ export interface CcnInstance {
8989
9395
  RouteTableId?: string;
8990
9396
  }
8991
9397
  /**
8992
- * DeleteSecurityGroupPolicies请求参数结构体
9398
+ * DescribeLocalGateway返回参数结构体
8993
9399
  */
8994
- export interface DeleteSecurityGroupPoliciesRequest {
9400
+ export interface DescribeLocalGatewayResponse {
8995
9401
  /**
8996
- * 安全组实例ID,例如sg-33ocnj9n,可通过<a href="https://cloud.tencent.com/document/product/215/15808">DescribeSecurityGroups</a>获取。
9402
+ * 本地网关信息集合。
8997
9403
  */
8998
- SecurityGroupId: string;
9404
+ LocalGatewaySet?: Array<LocalGateway>;
8999
9405
  /**
9000
- * 安全组规则集合。一个请求中只能删除单个方向的一条或多条规则。支持指定索引(PolicyIndex) 匹配删除和安全组规则匹配删除两种方式,一个请求中只能使用一种匹配方式。
9406
+ * 本地网关总数。
9001
9407
  */
9002
- SecurityGroupPolicySet: SecurityGroupPolicySet;
9408
+ TotalCount?: number;
9409
+ /**
9410
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
9411
+ */
9412
+ RequestId?: string;
9003
9413
  }
9004
9414
  /**
9005
9415
  * 单项计费价格信息
@@ -9040,6 +9450,15 @@ export interface ModifyCustomerGatewayAttributeResponse {
9040
9450
  */
9041
9451
  RequestId?: string;
9042
9452
  }
9453
+ /**
9454
+ * CreatePrivateNatGatewayTranslationAclRule返回参数结构体
9455
+ */
9456
+ export interface CreatePrivateNatGatewayTranslationAclRuleResponse {
9457
+ /**
9458
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
9459
+ */
9460
+ RequestId?: string;
9461
+ }
9043
9462
  /**
9044
9463
  * 冲突资源条目信息。
9045
9464
  */
@@ -9195,6 +9614,31 @@ export interface GatewayQos {
9195
9614
  */
9196
9615
  CreateTime: string;
9197
9616
  }
9617
+ /**
9618
+ * DescribePrivateNatGatewayTranslationNatRules请求参数结构体
9619
+ */
9620
+ export interface DescribePrivateNatGatewayTranslationNatRulesRequest {
9621
+ /**
9622
+ * 私网网关唯一`ID`,形如:`intranat-xxxxxxxx`。
9623
+ */
9624
+ NatGatewayId?: string;
9625
+ /**
9626
+ * 过滤条件。
9627
+ <li>OriginalIp - String - 转换规则源`IP`。</li>
9628
+ <li>TranslationIp - String - 转换`IP`。</li>
9629
+ <li>VpcId - String - 私网网关所在`VpcId`。</li>
9630
+ <li>Description - String - 转换规则描述</li>
9631
+ */
9632
+ Filters?: Array<Filter>;
9633
+ /**
9634
+ * 偏移量。默认值为0。
9635
+ */
9636
+ Offset?: number;
9637
+ /**
9638
+ * 返回数量。默认值为20。
9639
+ */
9640
+ Limit?: number;
9641
+ }
9198
9642
  /**
9199
9643
  * GetCcnRegionBandwidthLimits请求参数结构体
9200
9644
  */
@@ -9354,6 +9798,90 @@ export interface DescribeCrossBorderFlowMonitorRequest {
9354
9798
  */
9355
9799
  EndTime: string;
9356
9800
  }
9801
+ /**
9802
+ * 本端目的IP端口转换复杂结构
9803
+ */
9804
+ export interface DestinationIpPortTranslationNatRuleDiff {
9805
+ /**
9806
+ * 协议
9807
+ */
9808
+ Protocol: string;
9809
+ /**
9810
+ * 源端口
9811
+ */
9812
+ OriginalPort: number;
9813
+ /**
9814
+ * 源IP
9815
+ */
9816
+ OriginalIp: string;
9817
+ /**
9818
+ * 目的端口
9819
+ */
9820
+ TranslationPort: number;
9821
+ /**
9822
+ * 目的IP
9823
+ */
9824
+ TranslationIp: string;
9825
+ /**
9826
+ * 旧协议。
9827
+ */
9828
+ OldProtocol: string;
9829
+ /**
9830
+ * 旧源端口
9831
+ */
9832
+ OldOriginalPort: number;
9833
+ /**
9834
+ * 旧源IP
9835
+ */
9836
+ OldOriginalIp: string;
9837
+ /**
9838
+ * 旧目的端口
9839
+ */
9840
+ OldTranslationPort: number;
9841
+ /**
9842
+ * 旧目的IP
9843
+ */
9844
+ OldTranslationIp: string;
9845
+ /**
9846
+ * 描述
9847
+ */
9848
+ Description?: string;
9849
+ }
9850
+ /**
9851
+ * 私网网关对象
9852
+ */
9853
+ export interface PrivateNatGateway {
9854
+ /**
9855
+ * 私网网关`ID`。
9856
+ */
9857
+ NatGatewayId?: string;
9858
+ /**
9859
+ * 私网网关名称。
9860
+ */
9861
+ NatGatewayName?: string;
9862
+ /**
9863
+ * 私网网关关联`VPC`实例`ID`。
9864
+ 注意:此字段可能返回 null,表示取不到有效值。
9865
+ */
9866
+ VpcId?: string;
9867
+ /**
9868
+ * 私网网关当前状态。
9869
+ */
9870
+ Status?: string;
9871
+ /**
9872
+ * 私网网关跨域标志。
9873
+ */
9874
+ CrossDomain?: boolean;
9875
+ /**
9876
+ * 创建时间
9877
+ */
9878
+ CreatedTime?: string;
9879
+ /**
9880
+ * 标签键值对。
9881
+ 注意:此字段可能返回 null,表示取不到有效值。
9882
+ */
9883
+ TagSet?: Array<Tag>;
9884
+ }
9357
9885
  /**
9358
9886
  * DescribeVpnGatewayRoutes返回参数结构体
9359
9887
  */
@@ -9411,6 +9939,35 @@ export interface CreateVpnConnRoute {
9411
9939
  */
9412
9940
  Priority?: number;
9413
9941
  }
9942
+ /**
9943
+ * CreatePrivateNatGateway请求参数结构体
9944
+ */
9945
+ export interface CreatePrivateNatGatewayRequest {
9946
+ /**
9947
+ * 私网网关名称
9948
+ */
9949
+ NatGatewayName: string;
9950
+ /**
9951
+ * 私有网络实例ID。当创建VPC类型私网NAT网关或者专线网关类型私网NAT网关时,此参数必填。
9952
+ */
9953
+ VpcId?: string;
9954
+ /**
9955
+ * 跨域参数。仅当取值为True时,才会支持跨域绑定VPC。
9956
+ */
9957
+ CrossDomain?: boolean;
9958
+ /**
9959
+ * 实例标签
9960
+ */
9961
+ Tags?: Array<Tag>;
9962
+ /**
9963
+ * VPC类型私网NAT网关。仅当取值为True时,才会创建VPC类型私网NAT网关。
9964
+ */
9965
+ VpcType?: boolean;
9966
+ /**
9967
+ * 云联网类型私网NAT网关需要绑定的云联网实例ID。
9968
+ */
9969
+ CcnId?: string;
9970
+ }
9414
9971
  /**
9415
9972
  * AttachCcnInstances返回参数结构体
9416
9973
  */
@@ -9451,6 +10008,23 @@ export interface ModifyVpnConnectionAttributeResponse {
9451
10008
  */
9452
10009
  RequestId?: string;
9453
10010
  }
10011
+ /**
10012
+ * DescribePrivateNatGatewayTranslationNatRules返回参数结构体
10013
+ */
10014
+ export interface DescribePrivateNatGatewayTranslationNatRulesResponse {
10015
+ /**
10016
+ * 对象数目。
10017
+ */
10018
+ TotalCount: number;
10019
+ /**
10020
+ * 转换规则详情数组。
10021
+ */
10022
+ TranslationNatRuleSet: Array<TranslationNatRule>;
10023
+ /**
10024
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
10025
+ */
10026
+ RequestId?: string;
10027
+ }
9454
10028
  /**
9455
10029
  * 内网IP信息
9456
10030
  */
@@ -9972,13 +10546,13 @@ export interface DescribeAddressTemplateGroupsResponse {
9972
10546
  RequestId?: string;
9973
10547
  }
9974
10548
  /**
9975
- * ReleaseAddresses请求参数结构体
10549
+ * ModifyPrivateNatGatewayTranslationAclRule返回参数结构体
9976
10550
  */
9977
- export interface ReleaseAddressesRequest {
10551
+ export interface ModifyPrivateNatGatewayTranslationAclRuleResponse {
9978
10552
  /**
9979
- * 标识 EIP 的唯一 ID 列表。EIP 唯一 ID 形如:`eip-11112222`。
10553
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
9980
10554
  */
9981
- AddressIds: Array<string>;
10555
+ RequestId?: string;
9982
10556
  }
9983
10557
  /**
9984
10558
  * CreateDirectConnectGatewayCcnRoutes请求参数结构体
@@ -10085,17 +10659,29 @@ export interface DescribeCustomerGatewaysRequest {
10085
10659
  Limit?: number;
10086
10660
  }
10087
10661
  /**
10088
- * RenewAddresses请求参数结构体
10662
+ * InquiryPriceCreateVpnGateway请求参数结构体
10089
10663
  */
10090
- export interface RenewAddressesRequest {
10664
+ export interface InquiryPriceCreateVpnGatewayRequest {
10091
10665
  /**
10092
- * EIP唯一标识ID列表,形如'eip-xxxx'
10666
+ * 公网带宽设置。可选带宽规格:5, 10, 20, 50, 100, 200, 500, 1000, 3000;单位:Mbps。
10093
10667
  */
10094
- AddressIds: Array<string>;
10668
+ InternetMaxBandwidthOut: number;
10095
10669
  /**
10096
- * 续费参数
10670
+ * VPN网关计费模式,PREPAID:表示预付费,即包年包月,POSTPAID_BY_HOUR:表示后付费,即按量计费。默认:POSTPAID_BY_HOUR,如果指定预付费模式,参数InstanceChargePrepaid必填。
10097
10671
  */
10098
- AddressChargePrepaid: AddressChargePrepaid;
10672
+ InstanceChargeType?: string;
10673
+ /**
10674
+ * 预付费模式,即包年包月相关参数设置。通过该参数可以指定包年包月实例的购买时长、是否设置自动续费等属性。若指定实例的付费模式为预付费则该参数必传。
10675
+ */
10676
+ InstanceChargePrepaid?: InstanceChargePrepaid;
10677
+ /**
10678
+ * SSL VPN连接数设置,可选规格:5, 10, 20, 50, 100, 200, 500, 1000;单位:个。
10679
+ */
10680
+ MaxConnection?: number;
10681
+ /**
10682
+ * 查询的VPN类型,支持IPSEC、SSL两种类型,为SSL类型时,MaxConnection参数必传。
10683
+ */
10684
+ Type?: string;
10099
10685
  }
10100
10686
  /**
10101
10687
  * 描述网络中心每个产品的配额信息
@@ -10475,6 +11061,35 @@ export interface UnassignIpv6AddressesRequest {
10475
11061
  */
10476
11062
  Ipv6Addresses: Array<Ipv6Address>;
10477
11063
  }
11064
+ /**
11065
+ * ModifyPrivateNatGatewayTranslationAclRule请求参数结构体
11066
+ */
11067
+ export interface ModifyPrivateNatGatewayTranslationAclRuleRequest {
11068
+ /**
11069
+ * 私网网关唯一`ID`,形如:`intranat-xxxxxxxx`。
11070
+ */
11071
+ NatGatewayId: string;
11072
+ /**
11073
+ * 转换规则目标,可选值"LOCAL"。
11074
+ */
11075
+ TranslationDirection: string;
11076
+ /**
11077
+ * 转换规则类型,可选值"NETWORK_LAYER","TRANSPORT_LAYER"。
11078
+ */
11079
+ TranslationType: string;
11080
+ /**
11081
+ * 转换`IP`,当转换规则类型为四层时为`IP`池
11082
+ */
11083
+ TranslationIp: string;
11084
+ /**
11085
+ * 访问控制列表,需要附带AclRuleId参数。
11086
+ */
11087
+ TranslationAclRules: Array<TranslationAclRule>;
11088
+ /**
11089
+ * 源`IP`,当转换规则类型为三层时有效
11090
+ */
11091
+ OriginalIp?: string;
11092
+ }
10478
11093
  /**
10479
11094
  * CreateTrafficPackages请求参数结构体
10480
11095
  */
@@ -10526,19 +11141,54 @@ export interface ModifyCcnAttributeRequest {
10526
11141
  /**
10527
11142
  * CCN名称,最大长度不能超过60个字节,限制:CcnName和CcnDescription必须至少选择一个参数输入,否则报错。
10528
11143
  */
10529
- CcnName?: string;
11144
+ CcnName?: string;
11145
+ /**
11146
+ * CCN描述信息,最大长度不能超过100个字节,限制:CcnName和CcnDescription必须至少选择一个参数输入,否则报错。
11147
+ */
11148
+ CcnDescription?: string;
11149
+ /**
11150
+ * 是否开启等价路由功能。`False` 不开启,`True` 开启。
11151
+ */
11152
+ RouteECMPFlag?: boolean;
11153
+ /**
11154
+ * 是否开启路由重叠功能。`False` 不开启,`True` 开启。
11155
+ */
11156
+ RouteOverlapFlag?: boolean;
11157
+ }
11158
+ /**
11159
+ * 私网网关Snat转发规则
11160
+ */
11161
+ export interface TranslationNatRule {
11162
+ /**
11163
+ * 转换规则目标,可选值"LOCAL","PEER"。
11164
+ */
11165
+ TranslationDirection: string;
11166
+ /**
11167
+ * 转换规则类型,可选值"NETWORK_LAYER","TRANSPORT_LAYER"。
11168
+ */
11169
+ TranslationType: string;
11170
+ /**
11171
+ * 转换`IP`,当转换规则类型为四层时为`IP`池。
11172
+ */
11173
+ TranslationIp: string;
11174
+ /**
11175
+ * 转换规则描述。
11176
+ 注意:此字段可能返回 null,表示取不到有效值。
11177
+ */
11178
+ Description: string;
10530
11179
  /**
10531
- * CCN描述信息,最大长度不能超过100个字节,限制:CcnName和CcnDescription必须至少选择一个参数输入,否则报错。
11180
+ * 源`IP`,当转换规则类型为三层时有效。
11181
+ 注意:此字段可能返回 null,表示取不到有效值。
10532
11182
  */
10533
- CcnDescription?: string;
11183
+ OriginalIp?: string;
10534
11184
  /**
10535
- * 是否开启等价路由功能。`False` 不开启,`True` 开启。
11185
+ * 创建时间。
10536
11186
  */
10537
- RouteECMPFlag?: boolean;
11187
+ CreateTime?: string;
10538
11188
  /**
10539
- * 是否开启路由重叠功能。`False` 不开启,`True` 开启。
11189
+ * 更新时间。
10540
11190
  */
10541
- RouteOverlapFlag?: boolean;
11191
+ UpdateTime?: string;
10542
11192
  }
10543
11193
  /**
10544
11194
  * 资源统计信息
@@ -10606,13 +11256,33 @@ export interface ModifyNetworkAclAttributeRequest {
10606
11256
  NetworkAclName: string;
10607
11257
  }
10608
11258
  /**
10609
- * SetVpnGatewaysRenewFlag返回参数结构体
11259
+ * CreatePrivateNatGatewayTranslationAclRule请求参数结构体
10610
11260
  */
10611
- export interface SetVpnGatewaysRenewFlagResponse {
11261
+ export interface CreatePrivateNatGatewayTranslationAclRuleRequest {
10612
11262
  /**
10613
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
11263
+ * 私网网关唯一`ID`,形如:`intranat-xxxxxxxx`。
10614
11264
  */
10615
- RequestId?: string;
11265
+ NatGatewayId: string;
11266
+ /**
11267
+ * 转换规则目标,可选值"LOCAL"。
11268
+ */
11269
+ TranslationDirection: string;
11270
+ /**
11271
+ * 转换规则类型,可选值"NETWORK_LAYER","TRANSPORT_LAYER"。
11272
+ */
11273
+ TranslationType: string;
11274
+ /**
11275
+ * 转换`IP`,当转换规则类型为四层时为`IP`池。
11276
+ */
11277
+ TranslationIp: string;
11278
+ /**
11279
+ * 访问控制列表。
11280
+ */
11281
+ TranslationAclRules: Array<TranslationAclRule>;
11282
+ /**
11283
+ * 源`IP`,当转换规则类型为三层时有效。
11284
+ */
11285
+ OriginalIp?: string;
10616
11286
  }
10617
11287
  /**
10618
11288
  * DeleteVpnGateway返回参数结构体
@@ -10977,6 +11647,15 @@ export interface EnableGatewayFlowMonitorResponse {
10977
11647
  */
10978
11648
  RequestId?: string;
10979
11649
  }
11650
+ /**
11651
+ * ModifyPrivateNatGatewayDestinationIpPortTranslationNatRule返回参数结构体
11652
+ */
11653
+ export interface ModifyPrivateNatGatewayDestinationIpPortTranslationNatRuleResponse {
11654
+ /**
11655
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
11656
+ */
11657
+ RequestId?: string;
11658
+ }
10980
11659
  /**
10981
11660
  * 描述带宽包资源信息的结构
10982
11661
  */
@@ -10994,6 +11673,23 @@ export interface Resource {
10994
11673
  */
10995
11674
  AddressIp: string;
10996
11675
  }
11676
+ /**
11677
+ * DescribePrivateNatGatewayDestinationIpPortTranslationNatRules返回参数结构体
11678
+ */
11679
+ export interface DescribePrivateNatGatewayDestinationIpPortTranslationNatRulesResponse {
11680
+ /**
11681
+ * 总规则数目。
11682
+ */
11683
+ TotalCount: number;
11684
+ /**
11685
+ * 目的端口转换规则数组。
11686
+ */
11687
+ LocalDestinationIpPortTranslationNatRuleSet: Array<PrivateNatDestinationIpPortTranslationNatRule>;
11688
+ /**
11689
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
11690
+ */
11691
+ RequestId?: string;
11692
+ }
10997
11693
  /**
10998
11694
  * DeleteDhcpIp请求参数结构体
10999
11695
  */
@@ -11154,18 +11850,56 @@ export interface DeleteVpcPeeringConnectionRequest {
11154
11850
  PeeringConnectionId: string;
11155
11851
  }
11156
11852
  /**
11157
- * ModifyVpnGatewayRoutes返回参数结构体
11853
+ * CreateBandwidthPackage请求参数结构体
11158
11854
  */
11159
- export interface ModifyVpnGatewayRoutesResponse {
11855
+ export interface CreateBandwidthPackageRequest {
11160
11856
  /**
11161
- * VPN路由信息
11162
- 注意:此字段可能返回 null,表示取不到有效值。
11857
+ * 带宽包类型, 默认值: BGP, 可选值:
11858
+ <li>BGP: 普通BGP共享带宽包</li>
11859
+ <li>HIGH_QUALITY_BGP: 精品BGP共享带宽包</li>
11860
+ <li>SINGLEISP_CMCC: 中国移动共享带宽包</li>
11861
+ <li>SINGLEISP_CTCC: 中国电信共享带宽包</li>
11862
+ <li>SINGLEISP_CUCC: 中国联通共享带宽包</li>
11163
11863
  */
11164
- Routes?: Array<VpnGatewayRoute>;
11864
+ NetworkType?: string;
11165
11865
  /**
11166
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
11866
+ * 带宽包计费类型, 默认为: ENHANCED95_POSTPAID_BY_MONTH, 可选值:
11867
+ <li>TOP5_POSTPAID_BY_MONTH: 按月后付费TOP5计费</li>
11868
+ <li>PERCENT95_POSTPAID_BY_MONTH: 按月后付费月95计费</li>
11869
+ <li>FIXED_PREPAID_BY_MONTH: 包月预付费计费</li>
11870
+ <li>ENHANCED95_POSTPAID_BY_MONTH: 按月后付费增强型95计费</li>
11871
+ <li>PEAK_BANDWIDTH_POSTPAID_BY_DAY: 后付费日结按带宽计费</li>
11872
+
11167
11873
  */
11168
- RequestId?: string;
11874
+ ChargeType?: string;
11875
+ /**
11876
+ * 带宽包名称。
11877
+ */
11878
+ BandwidthPackageName?: string;
11879
+ /**
11880
+ * 带宽包数量(传统账户类型只能填1), 标准账户类型取值范围为1~20。
11881
+ */
11882
+ BandwidthPackageCount?: number;
11883
+ /**
11884
+ * 带宽包限速大小。单位:Mbps,-1表示不限速。不同计费类型的带宽包对应不同的带宽上下限。
11885
+ */
11886
+ InternetMaxBandwidth?: number;
11887
+ /**
11888
+ * 需要关联的标签列表。
11889
+ */
11890
+ Tags?: Array<Tag>;
11891
+ /**
11892
+ * 带宽包协议类型。当前支持'ipv4'和'ipv6'协议带宽包,默认值是'ipv4'。
11893
+ */
11894
+ Protocol?: string;
11895
+ /**
11896
+ * 预付费包月带宽包的购买时长,单位: 月,取值范围: 1~60。
11897
+ */
11898
+ TimeSpan?: number;
11899
+ /**
11900
+ * 网络出口,默认值:center_egress1
11901
+ */
11902
+ Egress?: string;
11169
11903
  }
11170
11904
  /**
11171
11905
  * 跨境带宽监控数据
@@ -11309,6 +12043,15 @@ export interface ReplaceSecurityGroupPoliciesRequest {
11309
12043
  */
11310
12044
  OriginalSecurityGroupPolicySet?: SecurityGroupPolicySet;
11311
12045
  }
12046
+ /**
12047
+ * DeletePrivateNatGateway请求参数结构体
12048
+ */
12049
+ export interface DeletePrivateNatGatewayRequest {
12050
+ /**
12051
+ * 私网网关唯一`ID`,形如"intranat-xxxxxxxx"。
12052
+ */
12053
+ NatGatewayId: string;
12054
+ }
11312
12055
  /**
11313
12056
  * AdjustPublicAddress请求参数结构体
11314
12057
  */
@@ -11689,6 +12432,15 @@ export interface CreateDefaultVpcRequest {
11689
12432
  */
11690
12433
  Force?: boolean;
11691
12434
  }
12435
+ /**
12436
+ * DeletePrivateNatGateway返回参数结构体
12437
+ */
12438
+ export interface DeletePrivateNatGatewayResponse {
12439
+ /**
12440
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
12441
+ */
12442
+ RequestId?: string;
12443
+ }
11692
12444
  /**
11693
12445
  * DescribeSubnets返回参数结构体
11694
12446
  */
@@ -11780,6 +12532,23 @@ export interface EnableCcnRoutesResponse {
11780
12532
  */
11781
12533
  RequestId?: string;
11782
12534
  }
12535
+ /**
12536
+ * DescribePrivateNatGateways返回参数结构体
12537
+ */
12538
+ export interface DescribePrivateNatGatewaysResponse {
12539
+ /**
12540
+ * 符合条件的对象数。
12541
+ */
12542
+ TotalCount?: number;
12543
+ /**
12544
+ * 私网网关对象数组。
12545
+ */
12546
+ PrivateNatGatewaySet?: Array<PrivateNatGateway>;
12547
+ /**
12548
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
12549
+ */
12550
+ RequestId?: string;
12551
+ }
11783
12552
  /**
11784
12553
  * ModifyVpnGatewayCcnRoutes返回参数结构体
11785
12554
  */
@@ -11997,6 +12766,10 @@ export interface ModifyVpnConnectionAttributeRequest {
11997
12766
  * 对端网关ID,4.0及以上网关下的通道支持更新。
11998
12767
  */
11999
12768
  CustomerGatewayId?: string;
12769
+ /**
12770
+ * 健康检查配置
12771
+ */
12772
+ HealthCheckConfig?: HealthCheckConfig;
12000
12773
  }
12001
12774
  /**
12002
12775
  * DeleteNetworkInterface请求参数结构体
@@ -12866,6 +13639,15 @@ export interface DescribeServiceTemplatesRequest {
12866
13639
  */
12867
13640
  NeedMemberInfo?: boolean;
12868
13641
  }
13642
+ /**
13643
+ * ModifyPrivateNatGatewayTranslationNatRule返回参数结构体
13644
+ */
13645
+ export interface ModifyPrivateNatGatewayTranslationNatRuleResponse {
13646
+ /**
13647
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
13648
+ */
13649
+ RequestId?: string;
13650
+ }
12869
13651
  /**
12870
13652
  * 协议端口模板
12871
13653
  */
@@ -13040,6 +13822,23 @@ export interface NetworkAclQuintupleEntries {
13040
13822
  */
13041
13823
  Egress?: Array<NetworkAclQuintupleEntry>;
13042
13824
  }
13825
+ /**
13826
+ * CreatePrivateNatGateway返回参数结构体
13827
+ */
13828
+ export interface CreatePrivateNatGatewayResponse {
13829
+ /**
13830
+ * 私网网关对象。
13831
+ */
13832
+ PrivateNatGatewaySet?: Array<PrivateNatGateway>;
13833
+ /**
13834
+ * 创建实例个数
13835
+ */
13836
+ TotalCount?: number;
13837
+ /**
13838
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
13839
+ */
13840
+ RequestId?: string;
13841
+ }
13043
13842
  /**
13044
13843
  * AttachNetworkInterface请求参数结构体
13045
13844
  */
@@ -13444,6 +14243,10 @@ export interface VpcLimit {
13444
14243
  */
13445
14244
  LimitValue: number;
13446
14245
  }
14246
+ /**
14247
+ * NAT地域地区对象
14248
+ */
14249
+ export declare type NatRegionInfoWithArea = null;
13447
14250
  /**
13448
14251
  * DetachClassicLinkVpc返回参数结构体
13449
14252
  */
@@ -13549,13 +14352,33 @@ export interface EnableFlowLogsResponse {
13549
14352
  RequestId?: string;
13550
14353
  }
13551
14354
  /**
13552
- * LockCcnBandwidths返回参数结构体
14355
+ * DeletePrivateNatGatewayTranslationAclRule请求参数结构体
13553
14356
  */
13554
- export interface LockCcnBandwidthsResponse {
14357
+ export interface DeletePrivateNatGatewayTranslationAclRuleRequest {
13555
14358
  /**
13556
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
14359
+ * 私网网关唯一`ID`,形如:`intranat-xxxxxxxx`。
13557
14360
  */
13558
- RequestId?: string;
14361
+ NatGatewayId: string;
14362
+ /**
14363
+ * 转换规则目标,可选值"LOCAL"。
14364
+ */
14365
+ TranslationDirection: string;
14366
+ /**
14367
+ * 转换规则类型,可选值"NETWORK_LAYER","TRANSPORT_LAYER"。
14368
+ */
14369
+ TranslationType: string;
14370
+ /**
14371
+ * 转换`IP`,当转换规则类型为四层时为`IP`池
14372
+ */
14373
+ TranslationIp: string;
14374
+ /**
14375
+ * 访问控制规则对应`ID`
14376
+ */
14377
+ AclRuleIds: Array<number | bigint>;
14378
+ /**
14379
+ * 源`IP`,当转换规则类型为三层时有效
14380
+ */
14381
+ OriginalIp?: string;
13559
14382
  }
13560
14383
  /**
13561
14384
  * DescribeAddressQuota返回参数结构体
@@ -13617,6 +14440,39 @@ export interface DescribeDhcpIpsResponse {
13617
14440
  */
13618
14441
  RequestId?: string;
13619
14442
  }
14443
+ /**
14444
+ * 私网网关转发规则匹配ACL
14445
+ */
14446
+ export interface TranslationAclRule {
14447
+ /**
14448
+ * ACL协议类型,可选值:"ALL","TCP","UDP"
14449
+ */
14450
+ Protocol: string;
14451
+ /**
14452
+ * 源端口。
14453
+ */
14454
+ SourcePort: string;
14455
+ /**
14456
+ * 源地址。支持`ip`或`cidr`格式"xxx.xxx.xxx.000/xx"
14457
+ */
14458
+ SourceCidr: string;
14459
+ /**
14460
+ * 目的端口。
14461
+ */
14462
+ DestinationPort: string;
14463
+ /**
14464
+ * 目的地址。
14465
+ */
14466
+ DestinationCidr: string;
14467
+ /**
14468
+ * ACL规则`ID`。
14469
+ */
14470
+ AclRuleId?: number;
14471
+ /**
14472
+ * 是否匹配。
14473
+ */
14474
+ Action?: number;
14475
+ }
13620
14476
  /**
13621
14477
  * CreateRouteTable返回参数结构体
13622
14478
  */
@@ -13840,29 +14696,38 @@ export interface DescribeCcnRegionBandwidthLimitsRequest {
13840
14696
  CcnId: string;
13841
14697
  }
13842
14698
  /**
13843
- * InquiryPriceCreateVpnGateway请求参数结构体
14699
+ * DeleteHaVip返回参数结构体
13844
14700
  */
13845
- export interface InquiryPriceCreateVpnGatewayRequest {
14701
+ export interface DeleteHaVipResponse {
13846
14702
  /**
13847
- * 公网带宽设置。可选带宽规格:5, 10, 20, 50, 100, 200, 500, 1000, 3000;单位:Mbps
14703
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId
13848
14704
  */
13849
- InternetMaxBandwidthOut: number;
14705
+ RequestId?: string;
14706
+ }
14707
+ /**
14708
+ * VPN通道健康检查配置
14709
+ */
14710
+ export interface HealthCheckConfig {
13850
14711
  /**
13851
- * VPN网关计费模式,PREPAID:表示预付费,即包年包月,POSTPAID_BY_HOUR:表示后付费,即按量计费。默认:POSTPAID_BY_HOUR,如果指定预付费模式,参数InstanceChargePrepaid必填。
14712
+ * 探测模式,默认值NQA,不可修改。
14713
+ 注意:此字段可能返回 null,表示取不到有效值。
13852
14714
  */
13853
- InstanceChargeType?: string;
14715
+ ProbeType?: string;
13854
14716
  /**
13855
- * 预付费模式,即包年包月相关参数设置。通过该参数可以指定包年包月实例的购买时长、是否设置自动续费等属性。若指定实例的付费模式为预付费则该参数必传。
14717
+ * 探测间隔,腾讯云两次健康检查间隔时间,范围【1000-5000】,单位ms。
14718
+ 注意:此字段可能返回 null,表示取不到有效值。
13856
14719
  */
13857
- InstanceChargePrepaid?: InstanceChargePrepaid;
14720
+ ProbeInterval?: number;
13858
14721
  /**
13859
- * SSL VPN连接数设置,可选规格:5, 10, 20, 50, 100, 200, 500, 1000;单位:个。
14722
+ * 探测次数,连续N次健康检查失败后执行路由切换,范围【3-8】,单位次。
14723
+ 注意:此字段可能返回 null,表示取不到有效值。
13860
14724
  */
13861
- MaxConnection?: number;
14725
+ ProbeThreshold?: number;
13862
14726
  /**
13863
- * 查询的VPN类型,支持IPSEC、SSL两种类型,为SSL类型时,MaxConnection参数必传。
14727
+ * 探测超时时间,范围【10-5000】,单位ms。
14728
+ 注意:此字段可能返回 null,表示取不到有效值。
13864
14729
  */
13865
- Type?: string;
14730
+ ProbeTimeout?: number;
13866
14731
  }
13867
14732
  /**
13868
14733
  * CreateAssistantCidr返回参数结构体
@@ -13975,6 +14840,15 @@ export interface DeleteCustomerGatewayRequest {
13975
14840
  */
13976
14841
  CustomerGatewayId: string;
13977
14842
  }
14843
+ /**
14844
+ * LockCcnBandwidths返回参数结构体
14845
+ */
14846
+ export interface LockCcnBandwidthsResponse {
14847
+ /**
14848
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
14849
+ */
14850
+ RequestId?: string;
14851
+ }
13978
14852
  /**
13979
14853
  * DescribeAddressTemplates返回参数结构体
13980
14854
  */
@@ -14027,6 +14901,33 @@ export interface AcceptVpcPeeringConnectionRequest {
14027
14901
  */
14028
14902
  PeeringConnectionId: string;
14029
14903
  }
14904
+ /**
14905
+ * DescribePrivateNatGatewayLimits请求参数结构体
14906
+ */
14907
+ export interface DescribePrivateNatGatewayLimitsRequest {
14908
+ /**
14909
+ * 查询VPC下可创建的私网网关配额数量,可选值:
14910
+ <li>VpcId - String - 所在VpcId</li>
14911
+ */
14912
+ Filters?: Array<Filter>;
14913
+ /**
14914
+ * 偏移量,默认值为0。
14915
+ */
14916
+ Offset?: number;
14917
+ /**
14918
+ * 返回数目,默认值为20。
14919
+ */
14920
+ Limit?: number;
14921
+ }
14922
+ /**
14923
+ * CreatePrivateNatGatewayDestinationIpPortTranslationNatRule返回参数结构体
14924
+ */
14925
+ export interface CreatePrivateNatGatewayDestinationIpPortTranslationNatRuleResponse {
14926
+ /**
14927
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
14928
+ */
14929
+ RequestId?: string;
14930
+ }
14030
14931
  /**
14031
14932
  * DescribeNetworkInterfaces返回参数结构体
14032
14933
  */
@@ -14106,6 +15007,15 @@ export interface CreateSecurityGroupWithPoliciesRequest {
14106
15007
  */
14107
15008
  SecurityGroupPolicySet?: SecurityGroupPolicySet;
14108
15009
  }
15010
+ /**
15011
+ * ReleaseAddresses请求参数结构体
15012
+ */
15013
+ export interface ReleaseAddressesRequest {
15014
+ /**
15015
+ * 标识 EIP 的唯一 ID 列表。EIP 唯一 ID 形如:`eip-11112222`。
15016
+ */
15017
+ AddressIds: Array<string>;
15018
+ }
14109
15019
  /**
14110
15020
  * CreateVpc请求参数结构体
14111
15021
  */
@@ -14277,6 +15187,19 @@ export interface ModifySubnetAttributeRequest {
14277
15187
  */
14278
15188
  EnableBroadcast?: string;
14279
15189
  }
15190
+ /**
15191
+ * RenewAddresses请求参数结构体
15192
+ */
15193
+ export interface RenewAddressesRequest {
15194
+ /**
15195
+ * EIP唯一标识ID列表,形如'eip-xxxx'
15196
+ */
15197
+ AddressIds: Array<string>;
15198
+ /**
15199
+ * 续费参数
15200
+ */
15201
+ AddressChargePrepaid: AddressChargePrepaid;
15202
+ }
14280
15203
  /**
14281
15204
  * ModifyVpcEndPointServiceWhiteList返回参数结构体
14282
15205
  */