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.
- package/CHANGELOG.md +443 -0
- package/SERVICE_CHANGELOG.md +559 -48
- package/package.json +1 -1
- package/products.md +27 -27
- package/src/common/sdk_version.ts +1 -1
- package/src/services/csip/v20221121/csip_models.ts +9 -9
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +43 -28
- package/src/services/dcdb/v20180411/dcdb_models.ts +15 -11
- package/src/services/domain/v20180808/domain_models.ts +11 -11
- package/src/services/dts/v20211206/dts_models.ts +5 -0
- package/src/services/emr/v20190103/emr_models.ts +2 -10
- package/src/services/ess/v20201111/ess_models.ts +24 -4
- package/src/services/essbasic/v20210526/essbasic_models.ts +1 -1
- package/src/services/gaap/v20180529/gaap_client.ts +12 -0
- package/src/services/gaap/v20180529/gaap_models.ts +28 -0
- package/src/services/ims/v20201229/ims_client.ts +2 -0
- package/src/services/ims/v20201229/ims_models.ts +1 -1
- package/src/services/mariadb/v20170312/mariadb_models.ts +15 -11
- package/src/services/mmps/v20200710/mmps_models.ts +3 -3
- package/src/services/monitor/v20180724/monitor_models.ts +5 -1
- package/src/services/ocr/v20181119/ocr_client.ts +5 -2
- package/src/services/ocr/v20181119/ocr_models.ts +46 -26
- package/src/services/organization/v20210331/organization_client.ts +1 -1
- package/src/services/scf/v20180416/scf_client.ts +1 -1
- package/src/services/scf/v20180416/scf_models.ts +10 -10
- package/src/services/ssl/v20191205/ssl_models.ts +43 -20
- package/src/services/tdmq/v20200217/tdmq_models.ts +11 -2
- package/src/services/teo/v20220901/teo_client.ts +1 -0
- package/src/services/teo/v20220901/teo_models.ts +36 -9
- package/src/services/vpc/v20170312/vpc_client.ts +339 -100
- package/src/services/vpc/v20170312/vpc_models.ts +1130 -160
- package/src/services/waf/v20180125/waf_client.ts +0 -12
- package/src/services/waf/v20180125/waf_models.ts +2 -27
- package/src/services/wedata/v20210820/wedata_client.ts +51 -22
- package/src/services/wedata/v20210820/wedata_models.ts +663 -477
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/csip/v20221121/csip_models.d.ts +9 -9
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +43 -28
- package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +15 -11
- package/tencentcloud/services/domain/v20180808/domain_models.d.ts +11 -11
- package/tencentcloud/services/dts/v20211206/dts_models.d.ts +5 -0
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +2 -10
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +24 -4
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +1 -1
- package/tencentcloud/services/gaap/v20180529/gaap_client.d.ts +5 -1
- package/tencentcloud/services/gaap/v20180529/gaap_client.js +6 -0
- package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +26 -0
- package/tencentcloud/services/ims/v20201229/ims_client.d.ts +2 -0
- package/tencentcloud/services/ims/v20201229/ims_client.js +2 -0
- package/tencentcloud/services/ims/v20201229/ims_models.d.ts +1 -1
- package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +15 -11
- package/tencentcloud/services/mmps/v20200710/mmps_models.d.ts +3 -3
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +5 -1
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +2 -0
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +2 -0
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +45 -26
- package/tencentcloud/services/organization/v20210331/organization_client.d.ts +1 -1
- package/tencentcloud/services/organization/v20210331/organization_client.js +1 -1
- package/tencentcloud/services/scf/v20180416/scf_client.d.ts +1 -1
- package/tencentcloud/services/scf/v20180416/scf_client.js +1 -1
- package/tencentcloud/services/scf/v20180416/scf_models.d.ts +10 -10
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +43 -20
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +11 -2
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +35 -9
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +106 -34
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +153 -45
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +1076 -153
- package/tencentcloud/services/waf/v20180125/waf_client.d.ts +1 -5
- package/tencentcloud/services/waf/v20180125/waf_client.js +0 -6
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +2 -25
- package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +13 -5
- package/tencentcloud/services/wedata/v20210820/wedata_client.js +18 -6
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +654 -477
- package/test/gaap.v20180529.test.js +10 -0
- package/test/vpc.v20170312.test.js +204 -24
- package/test/waf.v20180125.test.js +0 -10
- package/test/wedata.v20210820.test.js +24 -4
|
@@ -991,6 +991,20 @@ export interface DescribeVpcLimitsResponse {
|
|
|
991
991
|
RequestId?: string
|
|
992
992
|
}
|
|
993
993
|
|
|
994
|
+
/**
|
|
995
|
+
* CreatePrivateNatGatewayDestinationIpPortTranslationNatRule请求参数结构体
|
|
996
|
+
*/
|
|
997
|
+
export interface CreatePrivateNatGatewayDestinationIpPortTranslationNatRuleRequest {
|
|
998
|
+
/**
|
|
999
|
+
* 私网网关唯一`ID`,形如:`intranat-xxxxxxxx`。
|
|
1000
|
+
*/
|
|
1001
|
+
NatGatewayId: string
|
|
1002
|
+
/**
|
|
1003
|
+
* 目的端口转换规则列表。
|
|
1004
|
+
*/
|
|
1005
|
+
LocalDestinationIpPortTranslationNatRules: Array<LocalDestinationIpPortTranslationNatRule>
|
|
1006
|
+
}
|
|
1007
|
+
|
|
994
1008
|
/**
|
|
995
1009
|
* IP在线查询的字段信息
|
|
996
1010
|
*/
|
|
@@ -1717,6 +1731,24 @@ export interface AssociateNetworkAclSubnetsResponse {
|
|
|
1717
1731
|
RequestId?: string
|
|
1718
1732
|
}
|
|
1719
1733
|
|
|
1734
|
+
/**
|
|
1735
|
+
* DeletePrivateNatGatewayTranslationNatRule请求参数结构体
|
|
1736
|
+
*/
|
|
1737
|
+
export interface DeletePrivateNatGatewayTranslationNatRuleRequest {
|
|
1738
|
+
/**
|
|
1739
|
+
* 私网网关唯一`ID`,形如:`intranat-xxxxxxxx`。
|
|
1740
|
+
*/
|
|
1741
|
+
NatGatewayId: string
|
|
1742
|
+
/**
|
|
1743
|
+
* 转换规则对象数组。
|
|
1744
|
+
*/
|
|
1745
|
+
TranslationNatRules: Array<TranslationNatRule>
|
|
1746
|
+
/**
|
|
1747
|
+
* 跨域参数,当VPC为跨域时填写为True。
|
|
1748
|
+
*/
|
|
1749
|
+
CrossDomain?: boolean
|
|
1750
|
+
}
|
|
1751
|
+
|
|
1720
1752
|
/**
|
|
1721
1753
|
* DeleteNatGatewayDestinationIpPortTranslationNatRule请求参数结构体
|
|
1722
1754
|
*/
|
|
@@ -2140,6 +2172,34 @@ export interface DescribeBandwidthPackagesResponse {
|
|
|
2140
2172
|
RequestId?: string
|
|
2141
2173
|
}
|
|
2142
2174
|
|
|
2175
|
+
/**
|
|
2176
|
+
* ResetRoutes返回参数结构体
|
|
2177
|
+
*/
|
|
2178
|
+
export interface ResetRoutesResponse {
|
|
2179
|
+
/**
|
|
2180
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2181
|
+
*/
|
|
2182
|
+
RequestId?: string
|
|
2183
|
+
}
|
|
2184
|
+
|
|
2185
|
+
/**
|
|
2186
|
+
* DescribePrivateNatGatewayRegions返回参数结构体
|
|
2187
|
+
*/
|
|
2188
|
+
export interface DescribePrivateNatGatewayRegionsResponse {
|
|
2189
|
+
/**
|
|
2190
|
+
* 地域对象
|
|
2191
|
+
*/
|
|
2192
|
+
RegionSet: Array<NatRegionInfoWithArea>
|
|
2193
|
+
/**
|
|
2194
|
+
* 返回可支持地域总数
|
|
2195
|
+
*/
|
|
2196
|
+
TotalCount: number
|
|
2197
|
+
/**
|
|
2198
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2199
|
+
*/
|
|
2200
|
+
RequestId?: string
|
|
2201
|
+
}
|
|
2202
|
+
|
|
2143
2203
|
/**
|
|
2144
2204
|
* ReplaceSecurityGroupPolicies返回参数结构体
|
|
2145
2205
|
*/
|
|
@@ -2427,6 +2487,32 @@ export interface IpGeolocationInfo {
|
|
|
2427
2487
|
AddressIp: string
|
|
2428
2488
|
}
|
|
2429
2489
|
|
|
2490
|
+
/**
|
|
2491
|
+
* 私网网关Snat转发规则入参
|
|
2492
|
+
*/
|
|
2493
|
+
export interface TranslationNatRuleInput {
|
|
2494
|
+
/**
|
|
2495
|
+
* 转换规则目标,可选值"LOCAL","PEER"。
|
|
2496
|
+
*/
|
|
2497
|
+
TranslationDirection: string
|
|
2498
|
+
/**
|
|
2499
|
+
* 转换规则类型,可选值"NETWORK_LAYER","TRANSPORT_LAYER"。
|
|
2500
|
+
*/
|
|
2501
|
+
TranslationType: string
|
|
2502
|
+
/**
|
|
2503
|
+
* 转换`IP`,当转换规则类型为四层时为`IP`池。
|
|
2504
|
+
*/
|
|
2505
|
+
TranslationIp: string
|
|
2506
|
+
/**
|
|
2507
|
+
* 转换规则描述。
|
|
2508
|
+
*/
|
|
2509
|
+
Description: string
|
|
2510
|
+
/**
|
|
2511
|
+
* 源`IP`,当转换规则类型为三层时有效。
|
|
2512
|
+
*/
|
|
2513
|
+
OriginalIp?: string
|
|
2514
|
+
}
|
|
2515
|
+
|
|
2430
2516
|
/**
|
|
2431
2517
|
* DeleteFlowLog请求参数结构体
|
|
2432
2518
|
*/
|
|
@@ -2495,6 +2581,40 @@ export interface HaVipDisassociateAddressIpResponse {
|
|
|
2495
2581
|
RequestId?: string
|
|
2496
2582
|
}
|
|
2497
2583
|
|
|
2584
|
+
/**
|
|
2585
|
+
* 私网网关Snat转发规则修改
|
|
2586
|
+
*/
|
|
2587
|
+
export interface TranslationNatRuleDiff {
|
|
2588
|
+
/**
|
|
2589
|
+
* 转发规则目标,可选值"LOCAL","PEER"。
|
|
2590
|
+
*/
|
|
2591
|
+
TranslationDirection: string
|
|
2592
|
+
/**
|
|
2593
|
+
* 转发规则类型,可选值"NETWORK_LAYER","TRANSPORT_LAYER"。
|
|
2594
|
+
*/
|
|
2595
|
+
TranslationType: string
|
|
2596
|
+
/**
|
|
2597
|
+
* 转发规则映射`IP`,当转发规则类型为四层时为`IP`池
|
|
2598
|
+
*/
|
|
2599
|
+
TranslationIp: string
|
|
2600
|
+
/**
|
|
2601
|
+
* 转发规则描述。
|
|
2602
|
+
*/
|
|
2603
|
+
Description: string
|
|
2604
|
+
/**
|
|
2605
|
+
* 旧转发规则映射`IP`,当转发规则类型为四层时为`IP`池
|
|
2606
|
+
*/
|
|
2607
|
+
OldTranslationIp: string
|
|
2608
|
+
/**
|
|
2609
|
+
* 新转发规则源`IP`,当转发规则类型为三层时有效
|
|
2610
|
+
*/
|
|
2611
|
+
OriginalIp?: string
|
|
2612
|
+
/**
|
|
2613
|
+
* 旧转发规则源`IP`,当转发规则类型为三层时有效
|
|
2614
|
+
*/
|
|
2615
|
+
OldOriginalIp?: string
|
|
2616
|
+
}
|
|
2617
|
+
|
|
2498
2618
|
/**
|
|
2499
2619
|
* DisassociateVpcEndPointSecurityGroups请求参数结构体
|
|
2500
2620
|
*/
|
|
@@ -3022,6 +3142,34 @@ export interface DescribeAccountAttributesResponse {
|
|
|
3022
3142
|
RequestId?: string
|
|
3023
3143
|
}
|
|
3024
3144
|
|
|
3145
|
+
/**
|
|
3146
|
+
* ReturnNormalAddresses请求参数结构体
|
|
3147
|
+
*/
|
|
3148
|
+
export interface ReturnNormalAddressesRequest {
|
|
3149
|
+
/**
|
|
3150
|
+
* 普通公网IP 的 IP 地址,示例:101.35.139.183
|
|
3151
|
+
*/
|
|
3152
|
+
AddressIps?: Array<string>
|
|
3153
|
+
}
|
|
3154
|
+
|
|
3155
|
+
/**
|
|
3156
|
+
* ModifyPrivateNatGatewayTranslationNatRule请求参数结构体
|
|
3157
|
+
*/
|
|
3158
|
+
export interface ModifyPrivateNatGatewayTranslationNatRuleRequest {
|
|
3159
|
+
/**
|
|
3160
|
+
* 私网网关唯一`ID`,形如:`intranat-xxxxxxxx`。
|
|
3161
|
+
*/
|
|
3162
|
+
NatGatewayId: string
|
|
3163
|
+
/**
|
|
3164
|
+
* 转换规则对象数组。仅支持修改单个转换规则
|
|
3165
|
+
*/
|
|
3166
|
+
TranslationNatRules: Array<TranslationNatRuleDiff>
|
|
3167
|
+
/**
|
|
3168
|
+
* 跨域参数,当VPC为跨域时填写为True。
|
|
3169
|
+
*/
|
|
3170
|
+
CrossDomain?: boolean
|
|
3171
|
+
}
|
|
3172
|
+
|
|
3025
3173
|
/**
|
|
3026
3174
|
* AssignPrivateIpAddresses返回参数结构体
|
|
3027
3175
|
*/
|
|
@@ -3120,13 +3268,51 @@ export interface DescribeNatGatewayDestinationIpPortTranslationNatRulesRequest {
|
|
|
3120
3268
|
}
|
|
3121
3269
|
|
|
3122
3270
|
/**
|
|
3123
|
-
*
|
|
3271
|
+
* 网络ACL规则。
|
|
3124
3272
|
*/
|
|
3125
|
-
export interface
|
|
3273
|
+
export interface NetworkAclEntry {
|
|
3126
3274
|
/**
|
|
3127
|
-
*
|
|
3275
|
+
* 协议, 取值: TCP,UDP, ICMP, ALL。
|
|
3128
3276
|
*/
|
|
3129
|
-
|
|
3277
|
+
Protocol?: string
|
|
3278
|
+
/**
|
|
3279
|
+
* 端口(all, 单个port, range)。当Protocol为ALL或ICMP时,不能指定Port。
|
|
3280
|
+
*/
|
|
3281
|
+
Port?: string
|
|
3282
|
+
/**
|
|
3283
|
+
* 网段或IP(互斥)。增量创建ACL规则时,CidrBlock和Ipv6CidrBlock至少提供一个。
|
|
3284
|
+
*/
|
|
3285
|
+
CidrBlock?: string
|
|
3286
|
+
/**
|
|
3287
|
+
* 网段或IPv6(互斥)。
|
|
3288
|
+
*/
|
|
3289
|
+
Ipv6CidrBlock?: string
|
|
3290
|
+
/**
|
|
3291
|
+
* ACCEPT 或 DROP。
|
|
3292
|
+
*/
|
|
3293
|
+
Action?: string
|
|
3294
|
+
/**
|
|
3295
|
+
* 规则描述,最大长度100。
|
|
3296
|
+
*/
|
|
3297
|
+
Description?: string
|
|
3298
|
+
/**
|
|
3299
|
+
* 修改时间。
|
|
3300
|
+
*/
|
|
3301
|
+
ModifyTime?: string
|
|
3302
|
+
/**
|
|
3303
|
+
* 优先级,从1开始。
|
|
3304
|
+
*/
|
|
3305
|
+
Priority?: number
|
|
3306
|
+
/**
|
|
3307
|
+
* IPv4网络ACL条目唯一ID。当修改ACL条目时,NetworkAclIpv4EntryId和NetworkAclIpv6EntryID至少提供一个。
|
|
3308
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3309
|
+
*/
|
|
3310
|
+
NetworkAclIpv4EntryId?: string
|
|
3311
|
+
/**
|
|
3312
|
+
* IPv6网络ACL条目唯一ID。当修改ACL条目时,NetworkAclIpv4EntryId和NetworkAclIpv6EntryId至少提供一个。
|
|
3313
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3314
|
+
*/
|
|
3315
|
+
NetworkAclIpv6EntryId?: string
|
|
3130
3316
|
}
|
|
3131
3317
|
|
|
3132
3318
|
/**
|
|
@@ -3772,6 +3958,16 @@ NONEXTHOP:无下一跳;
|
|
|
3772
3958
|
NetDetectDescription?: string
|
|
3773
3959
|
}
|
|
3774
3960
|
|
|
3961
|
+
/**
|
|
3962
|
+
* SetVpnGatewaysRenewFlag返回参数结构体
|
|
3963
|
+
*/
|
|
3964
|
+
export interface SetVpnGatewaysRenewFlagResponse {
|
|
3965
|
+
/**
|
|
3966
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
3967
|
+
*/
|
|
3968
|
+
RequestId?: string
|
|
3969
|
+
}
|
|
3970
|
+
|
|
3775
3971
|
/**
|
|
3776
3972
|
* DescribeSgSnapshotFileContent返回参数结构体
|
|
3777
3973
|
*/
|
|
@@ -4119,6 +4315,28 @@ CCN VPN 形的通道 可以不传VPCID
|
|
|
4119
4315
|
* BGP配置。
|
|
4120
4316
|
*/
|
|
4121
4317
|
BgpConfig?: BgpConfig
|
|
4318
|
+
/**
|
|
4319
|
+
* 健康检查NQA配置。
|
|
4320
|
+
*/
|
|
4321
|
+
HealthCheckConfig?: HealthCheckConfig
|
|
4322
|
+
}
|
|
4323
|
+
|
|
4324
|
+
/**
|
|
4325
|
+
* 可创建的私网网关配额数量
|
|
4326
|
+
*/
|
|
4327
|
+
export interface PrivateNatGatewayLimit {
|
|
4328
|
+
/**
|
|
4329
|
+
* 私有网络唯一`ID`。
|
|
4330
|
+
*/
|
|
4331
|
+
UniqVpcId: string
|
|
4332
|
+
/**
|
|
4333
|
+
* Vpc下总计可创建私网网关数量。
|
|
4334
|
+
*/
|
|
4335
|
+
TotalLimit: number
|
|
4336
|
+
/**
|
|
4337
|
+
* 可创建私网网关数量。
|
|
4338
|
+
*/
|
|
4339
|
+
Available: number
|
|
4122
4340
|
}
|
|
4123
4341
|
|
|
4124
4342
|
/**
|
|
@@ -4215,21 +4433,17 @@ export interface DescribeTrafficPackagesRequest {
|
|
|
4215
4433
|
}
|
|
4216
4434
|
|
|
4217
4435
|
/**
|
|
4218
|
-
*
|
|
4436
|
+
* DeleteSecurityGroupPolicies请求参数结构体
|
|
4219
4437
|
*/
|
|
4220
|
-
export interface
|
|
4221
|
-
/**
|
|
4222
|
-
* 本地网关信息集合。
|
|
4223
|
-
*/
|
|
4224
|
-
LocalGatewaySet?: Array<LocalGateway>
|
|
4438
|
+
export interface DeleteSecurityGroupPoliciesRequest {
|
|
4225
4439
|
/**
|
|
4226
|
-
*
|
|
4440
|
+
* 安全组实例ID,例如sg-33ocnj9n,可通过<a href="https://cloud.tencent.com/document/product/215/15808">DescribeSecurityGroups</a>获取。
|
|
4227
4441
|
*/
|
|
4228
|
-
|
|
4442
|
+
SecurityGroupId: string
|
|
4229
4443
|
/**
|
|
4230
|
-
*
|
|
4444
|
+
* 安全组规则集合。一个请求中只能删除单个方向的一条或多条规则。支持指定索引(PolicyIndex) 匹配删除和安全组规则匹配删除两种方式,一个请求中只能使用一种匹配方式。
|
|
4231
4445
|
*/
|
|
4232
|
-
|
|
4446
|
+
SecurityGroupPolicySet: SecurityGroupPolicySet
|
|
4233
4447
|
}
|
|
4234
4448
|
|
|
4235
4449
|
/**
|
|
@@ -4341,6 +4555,11 @@ export interface VpnConnection {
|
|
|
4341
4555
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4342
4556
|
*/
|
|
4343
4557
|
BgpConfig?: BgpConfigAndAsn
|
|
4558
|
+
/**
|
|
4559
|
+
* Nqa配置信息
|
|
4560
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4561
|
+
*/
|
|
4562
|
+
HealthCheckConfig?: HealthCheckConfig
|
|
4344
4563
|
}
|
|
4345
4564
|
|
|
4346
4565
|
/**
|
|
@@ -4779,6 +4998,36 @@ export interface ReplaceRouteTableAssociationRequest {
|
|
|
4779
4998
|
RouteTableId: string
|
|
4780
4999
|
}
|
|
4781
5000
|
|
|
5001
|
+
/**
|
|
5002
|
+
* 本端目的IP端口转换复杂结构
|
|
5003
|
+
*/
|
|
5004
|
+
export interface LocalDestinationIpPortTranslationNatRule {
|
|
5005
|
+
/**
|
|
5006
|
+
* 协议
|
|
5007
|
+
*/
|
|
5008
|
+
Protocol: string
|
|
5009
|
+
/**
|
|
5010
|
+
* 源端口
|
|
5011
|
+
*/
|
|
5012
|
+
OriginalPort: number
|
|
5013
|
+
/**
|
|
5014
|
+
* 源IP
|
|
5015
|
+
*/
|
|
5016
|
+
OriginalIp: string
|
|
5017
|
+
/**
|
|
5018
|
+
* 目的端口
|
|
5019
|
+
*/
|
|
5020
|
+
TranslationPort: number
|
|
5021
|
+
/**
|
|
5022
|
+
* 目的IP
|
|
5023
|
+
*/
|
|
5024
|
+
TranslationIp: string
|
|
5025
|
+
/**
|
|
5026
|
+
* 描述
|
|
5027
|
+
*/
|
|
5028
|
+
Description?: string
|
|
5029
|
+
}
|
|
5030
|
+
|
|
4782
5031
|
/**
|
|
4783
5032
|
* AssociateNetworkAclSubnets请求参数结构体
|
|
4784
5033
|
*/
|
|
@@ -4886,6 +5135,11 @@ export interface SecurityGroupPolicy {
|
|
|
4886
5135
|
ModifyTime?: string
|
|
4887
5136
|
}
|
|
4888
5137
|
|
|
5138
|
+
/**
|
|
5139
|
+
* DescribePrivateNatGatewayRegions请求参数结构体
|
|
5140
|
+
*/
|
|
5141
|
+
export type DescribePrivateNatGatewayRegionsRequest = null
|
|
5142
|
+
|
|
4889
5143
|
/**
|
|
4890
5144
|
* DescribeSnapshotPolicies请求参数结构体
|
|
4891
5145
|
*/
|
|
@@ -5058,6 +5312,16 @@ export interface ModifySecurityGroupPoliciesRequest {
|
|
|
5058
5312
|
SortPolicys?: boolean
|
|
5059
5313
|
}
|
|
5060
5314
|
|
|
5315
|
+
/**
|
|
5316
|
+
* ModifyPrivateNatGatewayAttribute返回参数结构体
|
|
5317
|
+
*/
|
|
5318
|
+
export interface ModifyPrivateNatGatewayAttributeResponse {
|
|
5319
|
+
/**
|
|
5320
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
5321
|
+
*/
|
|
5322
|
+
RequestId?: string
|
|
5323
|
+
}
|
|
5324
|
+
|
|
5061
5325
|
/**
|
|
5062
5326
|
* NAT网关对象。
|
|
5063
5327
|
*/
|
|
@@ -5635,13 +5899,41 @@ export interface CreateVpnGatewaySslServerResponse {
|
|
|
5635
5899
|
}
|
|
5636
5900
|
|
|
5637
5901
|
/**
|
|
5638
|
-
*
|
|
5902
|
+
* 本端目的IP端口转换复杂结构
|
|
5639
5903
|
*/
|
|
5640
|
-
export interface
|
|
5904
|
+
export interface PrivateNatDestinationIpPortTranslationNatRule {
|
|
5641
5905
|
/**
|
|
5642
|
-
*
|
|
5906
|
+
* 协议
|
|
5643
5907
|
*/
|
|
5644
|
-
|
|
5908
|
+
Protocol: string
|
|
5909
|
+
/**
|
|
5910
|
+
* 原端口
|
|
5911
|
+
*/
|
|
5912
|
+
OriginalPort: number
|
|
5913
|
+
/**
|
|
5914
|
+
* 原IP
|
|
5915
|
+
*/
|
|
5916
|
+
OriginalIp: string
|
|
5917
|
+
/**
|
|
5918
|
+
* 映射端口
|
|
5919
|
+
*/
|
|
5920
|
+
TranslationPort: number
|
|
5921
|
+
/**
|
|
5922
|
+
* 映射IP
|
|
5923
|
+
*/
|
|
5924
|
+
TranslationIp: string
|
|
5925
|
+
/**
|
|
5926
|
+
* 描述
|
|
5927
|
+
*/
|
|
5928
|
+
Description?: string
|
|
5929
|
+
/**
|
|
5930
|
+
* 创建时间。
|
|
5931
|
+
*/
|
|
5932
|
+
CreateTime?: string
|
|
5933
|
+
/**
|
|
5934
|
+
* 更新时间。
|
|
5935
|
+
*/
|
|
5936
|
+
UpdateTime?: string
|
|
5645
5937
|
}
|
|
5646
5938
|
|
|
5647
5939
|
/**
|
|
@@ -5988,6 +6280,20 @@ export interface MemberInfo {
|
|
|
5988
6280
|
Description?: string
|
|
5989
6281
|
}
|
|
5990
6282
|
|
|
6283
|
+
/**
|
|
6284
|
+
* ModifyPrivateNatGatewayDestinationIpPortTranslationNatRule请求参数结构体
|
|
6285
|
+
*/
|
|
6286
|
+
export interface ModifyPrivateNatGatewayDestinationIpPortTranslationNatRuleRequest {
|
|
6287
|
+
/**
|
|
6288
|
+
* 私网网关唯一`ID`,形如:`intranat-xxxxxxxx`。
|
|
6289
|
+
*/
|
|
6290
|
+
NatGatewayId: string
|
|
6291
|
+
/**
|
|
6292
|
+
* 目的端口转换规则列表。
|
|
6293
|
+
*/
|
|
6294
|
+
LocalDestinationIpPortTranslationNatRules: Array<DestinationIpPortTranslationNatRuleDiff>
|
|
6295
|
+
}
|
|
6296
|
+
|
|
5991
6297
|
/**
|
|
5992
6298
|
* ResumeSnapshotInstance请求参数结构体
|
|
5993
6299
|
*/
|
|
@@ -6035,15 +6341,25 @@ export interface ModifyVpcEndPointServiceAttributeResponse {
|
|
|
6035
6341
|
}
|
|
6036
6342
|
|
|
6037
6343
|
/**
|
|
6038
|
-
*
|
|
6344
|
+
* DeletePrivateNatGatewayDestinationIpPortTranslationNatRule返回参数结构体
|
|
6039
6345
|
*/
|
|
6040
|
-
export interface
|
|
6346
|
+
export interface DeletePrivateNatGatewayDestinationIpPortTranslationNatRuleResponse {
|
|
6041
6347
|
/**
|
|
6042
|
-
*
|
|
6348
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
6043
6349
|
*/
|
|
6044
|
-
|
|
6045
|
-
|
|
6046
|
-
|
|
6350
|
+
RequestId?: string
|
|
6351
|
+
}
|
|
6352
|
+
|
|
6353
|
+
/**
|
|
6354
|
+
* VPC资源看板(各资源个数)
|
|
6355
|
+
*/
|
|
6356
|
+
export interface ResourceDashboard {
|
|
6357
|
+
/**
|
|
6358
|
+
* Vpc实例ID,例如:vpc-bq4bzxpj。
|
|
6359
|
+
*/
|
|
6360
|
+
VpcId: string
|
|
6361
|
+
/**
|
|
6362
|
+
* 子网实例ID,例如:subnet-bthucmmy。
|
|
6047
6363
|
*/
|
|
6048
6364
|
SubnetId: string
|
|
6049
6365
|
/**
|
|
@@ -6393,56 +6709,40 @@ export interface DescribeNetworkInterfaceLimitRequest {
|
|
|
6393
6709
|
}
|
|
6394
6710
|
|
|
6395
6711
|
/**
|
|
6396
|
-
*
|
|
6712
|
+
* ModifyVpnGatewayRoutes返回参数结构体
|
|
6397
6713
|
*/
|
|
6398
|
-
export interface
|
|
6399
|
-
/**
|
|
6400
|
-
* 带宽包类型, 默认值: BGP, 可选值:
|
|
6401
|
-
<li>BGP: 普通BGP共享带宽包</li>
|
|
6402
|
-
<li>HIGH_QUALITY_BGP: 精品BGP共享带宽包</li>
|
|
6403
|
-
<li>SINGLEISP_CMCC: 中国移动共享带宽包</li>
|
|
6404
|
-
<li>SINGLEISP_CTCC: 中国电信共享带宽包</li>
|
|
6405
|
-
<li>SINGLEISP_CUCC: 中国联通共享带宽包</li>
|
|
6406
|
-
*/
|
|
6407
|
-
NetworkType?: string
|
|
6408
|
-
/**
|
|
6409
|
-
* 带宽包计费类型, 默认为: ENHANCED95_POSTPAID_BY_MONTH, 可选值:
|
|
6410
|
-
<li>TOP5_POSTPAID_BY_MONTH: 按月后付费TOP5计费</li>
|
|
6411
|
-
<li>PERCENT95_POSTPAID_BY_MONTH: 按月后付费月95计费</li>
|
|
6412
|
-
<li>FIXED_PREPAID_BY_MONTH: 包月预付费计费</li>
|
|
6413
|
-
<li>ENHANCED95_POSTPAID_BY_MONTH: 按月后付费增强型95计费</li>
|
|
6414
|
-
<li>PEAK_BANDWIDTH_POSTPAID_BY_DAY: 后付费日结按带宽计费</li>
|
|
6415
|
-
|
|
6416
|
-
*/
|
|
6417
|
-
ChargeType?: string
|
|
6418
|
-
/**
|
|
6419
|
-
* 带宽包名称。
|
|
6420
|
-
*/
|
|
6421
|
-
BandwidthPackageName?: string
|
|
6714
|
+
export interface ModifyVpnGatewayRoutesResponse {
|
|
6422
6715
|
/**
|
|
6423
|
-
*
|
|
6716
|
+
* VPN路由信息
|
|
6717
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
6424
6718
|
*/
|
|
6425
|
-
|
|
6719
|
+
Routes?: Array<VpnGatewayRoute>
|
|
6426
6720
|
/**
|
|
6427
|
-
*
|
|
6721
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
6428
6722
|
*/
|
|
6429
|
-
|
|
6723
|
+
RequestId?: string
|
|
6724
|
+
}
|
|
6725
|
+
|
|
6726
|
+
/**
|
|
6727
|
+
* 地址信息
|
|
6728
|
+
*/
|
|
6729
|
+
export interface AddressTemplateItem {
|
|
6430
6730
|
/**
|
|
6431
|
-
*
|
|
6731
|
+
* ipm-xxxxxxxx
|
|
6432
6732
|
*/
|
|
6433
|
-
|
|
6733
|
+
AddressTemplateId?: string
|
|
6434
6734
|
/**
|
|
6435
|
-
*
|
|
6735
|
+
* IP模板名称
|
|
6436
6736
|
*/
|
|
6437
|
-
|
|
6737
|
+
AddressTemplateName?: string
|
|
6438
6738
|
/**
|
|
6439
|
-
*
|
|
6739
|
+
* 废弃字段
|
|
6440
6740
|
*/
|
|
6441
|
-
|
|
6741
|
+
From?: string
|
|
6442
6742
|
/**
|
|
6443
|
-
*
|
|
6743
|
+
* 废弃字段
|
|
6444
6744
|
*/
|
|
6445
|
-
|
|
6745
|
+
To?: string
|
|
6446
6746
|
}
|
|
6447
6747
|
|
|
6448
6748
|
/**
|
|
@@ -6641,6 +6941,20 @@ export interface ModifyServiceTemplateAttributeRequest {
|
|
|
6641
6941
|
ServicesExtra?: Array<ServicesInfo>
|
|
6642
6942
|
}
|
|
6643
6943
|
|
|
6944
|
+
/**
|
|
6945
|
+
* ModifyPrivateNatGatewayAttribute请求参数结构体
|
|
6946
|
+
*/
|
|
6947
|
+
export interface ModifyPrivateNatGatewayAttributeRequest {
|
|
6948
|
+
/**
|
|
6949
|
+
* 私网网关唯一`ID`,形如:`intranat-xxxxxxxx`。
|
|
6950
|
+
*/
|
|
6951
|
+
NatGatewayId: string
|
|
6952
|
+
/**
|
|
6953
|
+
* 私网网关名称,可任意命名,但不得超过60个字符。
|
|
6954
|
+
*/
|
|
6955
|
+
NatGatewayName: string
|
|
6956
|
+
}
|
|
6957
|
+
|
|
6644
6958
|
/**
|
|
6645
6959
|
* AssociateAddress返回参数结构体
|
|
6646
6960
|
*/
|
|
@@ -6829,6 +7143,24 @@ export interface DescribeVpcsResponse {
|
|
|
6829
7143
|
RequestId?: string
|
|
6830
7144
|
}
|
|
6831
7145
|
|
|
7146
|
+
/**
|
|
7147
|
+
* DescribePrivateNatGatewayLimits返回参数结构体
|
|
7148
|
+
*/
|
|
7149
|
+
export interface DescribePrivateNatGatewayLimitsResponse {
|
|
7150
|
+
/**
|
|
7151
|
+
* 查询返回结果个数。
|
|
7152
|
+
*/
|
|
7153
|
+
TotalCount: number
|
|
7154
|
+
/**
|
|
7155
|
+
* 私网网关配额。
|
|
7156
|
+
*/
|
|
7157
|
+
PrivateNatGatewayLimitSet: Array<PrivateNatGatewayLimit>
|
|
7158
|
+
/**
|
|
7159
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
7160
|
+
*/
|
|
7161
|
+
RequestId?: string
|
|
7162
|
+
}
|
|
7163
|
+
|
|
6832
7164
|
/**
|
|
6833
7165
|
* DescribeNetworkInterfaceLimit返回参数结构体
|
|
6834
7166
|
*/
|
|
@@ -6949,6 +7281,24 @@ export interface RemoveIp6RulesRequest {
|
|
|
6949
7281
|
Ip6RuleIds: Array<string>
|
|
6950
7282
|
}
|
|
6951
7283
|
|
|
7284
|
+
/**
|
|
7285
|
+
* CreatePrivateNatGatewayTranslationNatRule请求参数结构体
|
|
7286
|
+
*/
|
|
7287
|
+
export interface CreatePrivateNatGatewayTranslationNatRuleRequest {
|
|
7288
|
+
/**
|
|
7289
|
+
* 私网网关唯一`ID`,形如:`intranat-xxxxxxxx`。
|
|
7290
|
+
*/
|
|
7291
|
+
NatGatewayId: string
|
|
7292
|
+
/**
|
|
7293
|
+
* 转换规则对象数组。
|
|
7294
|
+
*/
|
|
7295
|
+
TranslationNatRules: Array<TranslationNatRuleInput>
|
|
7296
|
+
/**
|
|
7297
|
+
* 跨域参数,当VPC为跨域时填写为True。
|
|
7298
|
+
*/
|
|
7299
|
+
CrossDomain?: boolean
|
|
7300
|
+
}
|
|
7301
|
+
|
|
6952
7302
|
/**
|
|
6953
7303
|
* DescribeIpGeolocationDatabaseUrl请求参数结构体
|
|
6954
7304
|
*/
|
|
@@ -7057,6 +7407,16 @@ export interface HaVipAssociateAddressIpResponse {
|
|
|
7057
7407
|
RequestId?: string
|
|
7058
7408
|
}
|
|
7059
7409
|
|
|
7410
|
+
/**
|
|
7411
|
+
* DeletePrivateNatGatewayTranslationAclRule返回参数结构体
|
|
7412
|
+
*/
|
|
7413
|
+
export interface DeletePrivateNatGatewayTranslationAclRuleResponse {
|
|
7414
|
+
/**
|
|
7415
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
7416
|
+
*/
|
|
7417
|
+
RequestId?: string
|
|
7418
|
+
}
|
|
7419
|
+
|
|
7060
7420
|
/**
|
|
7061
7421
|
* DescribeSpecificTrafficPackageUsedDetails请求参数结构体
|
|
7062
7422
|
*/
|
|
@@ -7110,51 +7470,25 @@ export interface DeleteVpnConnectionRequest {
|
|
|
7110
7470
|
}
|
|
7111
7471
|
|
|
7112
7472
|
/**
|
|
7113
|
-
*
|
|
7473
|
+
* DescribePrivateNatGatewayDestinationIpPortTranslationNatRules请求参数结构体
|
|
7114
7474
|
*/
|
|
7115
|
-
export interface
|
|
7116
|
-
/**
|
|
7117
|
-
* 协议, 取值: TCP,UDP, ICMP, ALL。
|
|
7118
|
-
*/
|
|
7119
|
-
Protocol?: string
|
|
7475
|
+
export interface DescribePrivateNatGatewayDestinationIpPortTranslationNatRulesRequest {
|
|
7120
7476
|
/**
|
|
7121
|
-
*
|
|
7477
|
+
* 私网网关唯一`ID`,形如"intranat-xxxxxxxx)
|
|
7122
7478
|
*/
|
|
7123
|
-
|
|
7124
|
-
/**
|
|
7125
|
-
* 网段或IP(互斥)。增量创建ACL规则时,CidrBlock和Ipv6CidrBlock至少提供一个。
|
|
7126
|
-
*/
|
|
7127
|
-
CidrBlock?: string
|
|
7128
|
-
/**
|
|
7129
|
-
* 网段或IPv6(互斥)。
|
|
7130
|
-
*/
|
|
7131
|
-
Ipv6CidrBlock?: string
|
|
7132
|
-
/**
|
|
7133
|
-
* ACCEPT 或 DROP。
|
|
7134
|
-
*/
|
|
7135
|
-
Action?: string
|
|
7136
|
-
/**
|
|
7137
|
-
* 规则描述,最大长度100。
|
|
7138
|
-
*/
|
|
7139
|
-
Description?: string
|
|
7140
|
-
/**
|
|
7141
|
-
* 修改时间。
|
|
7142
|
-
*/
|
|
7143
|
-
ModifyTime?: string
|
|
7479
|
+
NatGatewayId: string
|
|
7144
7480
|
/**
|
|
7145
|
-
*
|
|
7481
|
+
* 过滤条件,Name可选值"OriginalIp", "TranslationIp", "OriginalPort","TranslationPort", "Protocol", "Description"
|
|
7146
7482
|
*/
|
|
7147
|
-
|
|
7483
|
+
Filters?: Array<Filter>
|
|
7148
7484
|
/**
|
|
7149
|
-
*
|
|
7150
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
7485
|
+
* 偏移量,默认值为0。
|
|
7151
7486
|
*/
|
|
7152
|
-
|
|
7487
|
+
Offset?: number
|
|
7153
7488
|
/**
|
|
7154
|
-
*
|
|
7155
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
7489
|
+
* 返回数目,默认值为20。
|
|
7156
7490
|
*/
|
|
7157
|
-
|
|
7491
|
+
Limit?: number
|
|
7158
7492
|
}
|
|
7159
7493
|
|
|
7160
7494
|
/**
|
|
@@ -8034,6 +8368,40 @@ export interface CreateVpcEndPointServiceRequest {
|
|
|
8034
8368
|
ServiceType?: string
|
|
8035
8369
|
}
|
|
8036
8370
|
|
|
8371
|
+
/**
|
|
8372
|
+
* DescribePrivateNatGateways请求参数结构体
|
|
8373
|
+
*/
|
|
8374
|
+
export interface DescribePrivateNatGatewaysRequest {
|
|
8375
|
+
/**
|
|
8376
|
+
* 私网网关唯一`ID`,形如:`intranat-0g3blj80`。
|
|
8377
|
+
*/
|
|
8378
|
+
NatGatewayIds?: Array<string>
|
|
8379
|
+
/**
|
|
8380
|
+
* 过滤条件。
|
|
8381
|
+
<li>NatGatewayId - String - 私网网关唯一`ID`,形如:`intranat-0g3blj80`。</li>
|
|
8382
|
+
<li>NatGatewayName - String - 专线网关名称,默认模糊查询。</li>
|
|
8383
|
+
<li>VpcId - String - 私网网关所在`VpcId`。</li>
|
|
8384
|
+
<li>TagKey - Tag数组 - 私网网关标签键值对数组</li>
|
|
8385
|
+
*/
|
|
8386
|
+
Filters?: Array<Filter>
|
|
8387
|
+
/**
|
|
8388
|
+
* 偏移量,默认为0。
|
|
8389
|
+
*/
|
|
8390
|
+
Offset?: number
|
|
8391
|
+
/**
|
|
8392
|
+
* 返回数量,默认为20。
|
|
8393
|
+
*/
|
|
8394
|
+
Limit?: number
|
|
8395
|
+
/**
|
|
8396
|
+
* 排序字段。可选值:"NatGatewayId"、"NatGatewayName"、"CreatedTime"
|
|
8397
|
+
*/
|
|
8398
|
+
OrderField?: string
|
|
8399
|
+
/**
|
|
8400
|
+
* 排序方式。可选值:"ASC"、"DESC"。
|
|
8401
|
+
*/
|
|
8402
|
+
OrderDirection?: string
|
|
8403
|
+
}
|
|
8404
|
+
|
|
8037
8405
|
/**
|
|
8038
8406
|
* `IPv6`地址信息。
|
|
8039
8407
|
*/
|
|
@@ -8068,6 +8436,24 @@ export interface Ipv6Address {
|
|
|
8068
8436
|
State?: string
|
|
8069
8437
|
}
|
|
8070
8438
|
|
|
8439
|
+
/**
|
|
8440
|
+
* DescribePrivateNatGatewayTranslationAclRules返回参数结构体
|
|
8441
|
+
*/
|
|
8442
|
+
export interface DescribePrivateNatGatewayTranslationAclRulesResponse {
|
|
8443
|
+
/**
|
|
8444
|
+
* 返回个数。
|
|
8445
|
+
*/
|
|
8446
|
+
TotalCount?: number
|
|
8447
|
+
/**
|
|
8448
|
+
* 访问控制规则列表。
|
|
8449
|
+
*/
|
|
8450
|
+
TranslationAclRuleSet?: Array<TranslationAclRule>
|
|
8451
|
+
/**
|
|
8452
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
8453
|
+
*/
|
|
8454
|
+
RequestId?: string
|
|
8455
|
+
}
|
|
8456
|
+
|
|
8071
8457
|
/**
|
|
8072
8458
|
* CreateNetworkInterface请求参数结构体
|
|
8073
8459
|
*/
|
|
@@ -8129,9 +8515,47 @@ export interface BandwidthPackageBillBandwidth {
|
|
|
8129
8515
|
}
|
|
8130
8516
|
|
|
8131
8517
|
/**
|
|
8132
|
-
*
|
|
8518
|
+
* DescribePrivateNatGatewayTranslationAclRules请求参数结构体
|
|
8133
8519
|
*/
|
|
8134
|
-
export interface
|
|
8520
|
+
export interface DescribePrivateNatGatewayTranslationAclRulesRequest {
|
|
8521
|
+
/**
|
|
8522
|
+
* 私网网关唯一`ID`,形如:`intranat-xxxxxxxx`。
|
|
8523
|
+
*/
|
|
8524
|
+
NatGatewayId: string
|
|
8525
|
+
/**
|
|
8526
|
+
* 转换规则目标,可选值"LOCAL"。
|
|
8527
|
+
*/
|
|
8528
|
+
TranslationDirection: string
|
|
8529
|
+
/**
|
|
8530
|
+
* 转换规则类型,可选值"NETWORK_LAYER","TRANSPORT_LAYER"。
|
|
8531
|
+
*/
|
|
8532
|
+
TranslationType: string
|
|
8533
|
+
/**
|
|
8534
|
+
* 转换`IP`,当转换规则类型为四层时为`IP`池。
|
|
8535
|
+
*/
|
|
8536
|
+
TranslationIp: string
|
|
8537
|
+
/**
|
|
8538
|
+
* 源`IP`,当转换规则类型为三层时有效。
|
|
8539
|
+
*/
|
|
8540
|
+
OriginalIp?: string
|
|
8541
|
+
/**
|
|
8542
|
+
* 偏移量。默认值为0。
|
|
8543
|
+
*/
|
|
8544
|
+
Offset?: number
|
|
8545
|
+
/**
|
|
8546
|
+
* 返回数目,默认值为20。
|
|
8547
|
+
*/
|
|
8548
|
+
Limit?: number
|
|
8549
|
+
}
|
|
8550
|
+
|
|
8551
|
+
/**
|
|
8552
|
+
* DeletePrivateNatGatewayTranslationNatRule返回参数结构体
|
|
8553
|
+
*/
|
|
8554
|
+
export interface DeletePrivateNatGatewayTranslationNatRuleResponse {
|
|
8555
|
+
/**
|
|
8556
|
+
* 私网网关唯一`ID`,形如:`intranat-xxxxxxxx`。
|
|
8557
|
+
*/
|
|
8558
|
+
NatGatewayId: string
|
|
8135
8559
|
/**
|
|
8136
8560
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
8137
8561
|
*/
|
|
@@ -9144,25 +9568,31 @@ export interface AssociateDirectConnectGatewayNatGatewayRequest {
|
|
|
9144
9568
|
}
|
|
9145
9569
|
|
|
9146
9570
|
/**
|
|
9147
|
-
*
|
|
9571
|
+
* DeletePrivateNatGatewayDestinationIpPortTranslationNatRule请求参数结构体
|
|
9148
9572
|
*/
|
|
9149
|
-
export interface
|
|
9573
|
+
export interface DeletePrivateNatGatewayDestinationIpPortTranslationNatRuleRequest {
|
|
9150
9574
|
/**
|
|
9151
|
-
*
|
|
9575
|
+
* 私网网关唯一`ID`,形如:`intranat-xxxxxxxx`。
|
|
9152
9576
|
*/
|
|
9153
|
-
|
|
9577
|
+
NatGatewayId: string
|
|
9154
9578
|
/**
|
|
9155
|
-
*
|
|
9579
|
+
* 目的端口转换规则数组。
|
|
9156
9580
|
*/
|
|
9157
|
-
|
|
9581
|
+
LocalDestinationIpPortTranslationNatRules: Array<LocalDestinationIpPortTranslationNatRule>
|
|
9582
|
+
}
|
|
9583
|
+
|
|
9584
|
+
/**
|
|
9585
|
+
* CreatePrivateNatGatewayTranslationNatRule返回参数结构体
|
|
9586
|
+
*/
|
|
9587
|
+
export interface CreatePrivateNatGatewayTranslationNatRuleResponse {
|
|
9158
9588
|
/**
|
|
9159
|
-
*
|
|
9589
|
+
* 私网网关唯一`ID`。
|
|
9160
9590
|
*/
|
|
9161
|
-
|
|
9591
|
+
NatGatewayId?: string
|
|
9162
9592
|
/**
|
|
9163
|
-
*
|
|
9593
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
9164
9594
|
*/
|
|
9165
|
-
|
|
9595
|
+
RequestId?: string
|
|
9166
9596
|
}
|
|
9167
9597
|
|
|
9168
9598
|
/**
|
|
@@ -9444,17 +9874,21 @@ export interface CcnInstance {
|
|
|
9444
9874
|
}
|
|
9445
9875
|
|
|
9446
9876
|
/**
|
|
9447
|
-
*
|
|
9877
|
+
* DescribeLocalGateway返回参数结构体
|
|
9448
9878
|
*/
|
|
9449
|
-
export interface
|
|
9879
|
+
export interface DescribeLocalGatewayResponse {
|
|
9450
9880
|
/**
|
|
9451
|
-
*
|
|
9881
|
+
* 本地网关信息集合。
|
|
9452
9882
|
*/
|
|
9453
|
-
|
|
9883
|
+
LocalGatewaySet?: Array<LocalGateway>
|
|
9454
9884
|
/**
|
|
9455
|
-
*
|
|
9885
|
+
* 本地网关总数。
|
|
9456
9886
|
*/
|
|
9457
|
-
|
|
9887
|
+
TotalCount?: number
|
|
9888
|
+
/**
|
|
9889
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
9890
|
+
*/
|
|
9891
|
+
RequestId?: string
|
|
9458
9892
|
}
|
|
9459
9893
|
|
|
9460
9894
|
/**
|
|
@@ -9499,6 +9933,16 @@ export interface ModifyCustomerGatewayAttributeResponse {
|
|
|
9499
9933
|
RequestId?: string
|
|
9500
9934
|
}
|
|
9501
9935
|
|
|
9936
|
+
/**
|
|
9937
|
+
* CreatePrivateNatGatewayTranslationAclRule返回参数结构体
|
|
9938
|
+
*/
|
|
9939
|
+
export interface CreatePrivateNatGatewayTranslationAclRuleResponse {
|
|
9940
|
+
/**
|
|
9941
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
9942
|
+
*/
|
|
9943
|
+
RequestId?: string
|
|
9944
|
+
}
|
|
9945
|
+
|
|
9502
9946
|
/**
|
|
9503
9947
|
* 冲突资源条目信息。
|
|
9504
9948
|
*/
|
|
@@ -9665,6 +10109,32 @@ export interface GatewayQos {
|
|
|
9665
10109
|
CreateTime: string
|
|
9666
10110
|
}
|
|
9667
10111
|
|
|
10112
|
+
/**
|
|
10113
|
+
* DescribePrivateNatGatewayTranslationNatRules请求参数结构体
|
|
10114
|
+
*/
|
|
10115
|
+
export interface DescribePrivateNatGatewayTranslationNatRulesRequest {
|
|
10116
|
+
/**
|
|
10117
|
+
* 私网网关唯一`ID`,形如:`intranat-xxxxxxxx`。
|
|
10118
|
+
*/
|
|
10119
|
+
NatGatewayId?: string
|
|
10120
|
+
/**
|
|
10121
|
+
* 过滤条件。
|
|
10122
|
+
<li>OriginalIp - String - 转换规则源`IP`。</li>
|
|
10123
|
+
<li>TranslationIp - String - 转换`IP`。</li>
|
|
10124
|
+
<li>VpcId - String - 私网网关所在`VpcId`。</li>
|
|
10125
|
+
<li>Description - String - 转换规则描述</li>
|
|
10126
|
+
*/
|
|
10127
|
+
Filters?: Array<Filter>
|
|
10128
|
+
/**
|
|
10129
|
+
* 偏移量。默认值为0。
|
|
10130
|
+
*/
|
|
10131
|
+
Offset?: number
|
|
10132
|
+
/**
|
|
10133
|
+
* 返回数量。默认值为20。
|
|
10134
|
+
*/
|
|
10135
|
+
Limit?: number
|
|
10136
|
+
}
|
|
10137
|
+
|
|
9668
10138
|
/**
|
|
9669
10139
|
* GetCcnRegionBandwidthLimits请求参数结构体
|
|
9670
10140
|
*/
|
|
@@ -9834,6 +10304,92 @@ export interface DescribeCrossBorderFlowMonitorRequest {
|
|
|
9834
10304
|
EndTime: string
|
|
9835
10305
|
}
|
|
9836
10306
|
|
|
10307
|
+
/**
|
|
10308
|
+
* 本端目的IP端口转换复杂结构
|
|
10309
|
+
*/
|
|
10310
|
+
export interface DestinationIpPortTranslationNatRuleDiff {
|
|
10311
|
+
/**
|
|
10312
|
+
* 协议
|
|
10313
|
+
*/
|
|
10314
|
+
Protocol: string
|
|
10315
|
+
/**
|
|
10316
|
+
* 源端口
|
|
10317
|
+
*/
|
|
10318
|
+
OriginalPort: number
|
|
10319
|
+
/**
|
|
10320
|
+
* 源IP
|
|
10321
|
+
*/
|
|
10322
|
+
OriginalIp: string
|
|
10323
|
+
/**
|
|
10324
|
+
* 目的端口
|
|
10325
|
+
*/
|
|
10326
|
+
TranslationPort: number
|
|
10327
|
+
/**
|
|
10328
|
+
* 目的IP
|
|
10329
|
+
*/
|
|
10330
|
+
TranslationIp: string
|
|
10331
|
+
/**
|
|
10332
|
+
* 旧协议。
|
|
10333
|
+
*/
|
|
10334
|
+
OldProtocol: string
|
|
10335
|
+
/**
|
|
10336
|
+
* 旧源端口
|
|
10337
|
+
*/
|
|
10338
|
+
OldOriginalPort: number
|
|
10339
|
+
/**
|
|
10340
|
+
* 旧源IP
|
|
10341
|
+
*/
|
|
10342
|
+
OldOriginalIp: string
|
|
10343
|
+
/**
|
|
10344
|
+
* 旧目的端口
|
|
10345
|
+
*/
|
|
10346
|
+
OldTranslationPort: number
|
|
10347
|
+
/**
|
|
10348
|
+
* 旧目的IP
|
|
10349
|
+
*/
|
|
10350
|
+
OldTranslationIp: string
|
|
10351
|
+
/**
|
|
10352
|
+
* 描述
|
|
10353
|
+
*/
|
|
10354
|
+
Description?: string
|
|
10355
|
+
}
|
|
10356
|
+
|
|
10357
|
+
/**
|
|
10358
|
+
* 私网网关对象
|
|
10359
|
+
*/
|
|
10360
|
+
export interface PrivateNatGateway {
|
|
10361
|
+
/**
|
|
10362
|
+
* 私网网关`ID`。
|
|
10363
|
+
*/
|
|
10364
|
+
NatGatewayId?: string
|
|
10365
|
+
/**
|
|
10366
|
+
* 私网网关名称。
|
|
10367
|
+
*/
|
|
10368
|
+
NatGatewayName?: string
|
|
10369
|
+
/**
|
|
10370
|
+
* 私网网关关联`VPC`实例`ID`。
|
|
10371
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
10372
|
+
*/
|
|
10373
|
+
VpcId?: string
|
|
10374
|
+
/**
|
|
10375
|
+
* 私网网关当前状态。
|
|
10376
|
+
*/
|
|
10377
|
+
Status?: string
|
|
10378
|
+
/**
|
|
10379
|
+
* 私网网关跨域标志。
|
|
10380
|
+
*/
|
|
10381
|
+
CrossDomain?: boolean
|
|
10382
|
+
/**
|
|
10383
|
+
* 创建时间
|
|
10384
|
+
*/
|
|
10385
|
+
CreatedTime?: string
|
|
10386
|
+
/**
|
|
10387
|
+
* 标签键值对。
|
|
10388
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
10389
|
+
*/
|
|
10390
|
+
TagSet?: Array<Tag>
|
|
10391
|
+
}
|
|
10392
|
+
|
|
9837
10393
|
/**
|
|
9838
10394
|
* DescribeVpnGatewayRoutes返回参数结构体
|
|
9839
10395
|
*/
|
|
@@ -9895,6 +10451,36 @@ export interface CreateVpnConnRoute {
|
|
|
9895
10451
|
Priority?: number
|
|
9896
10452
|
}
|
|
9897
10453
|
|
|
10454
|
+
/**
|
|
10455
|
+
* CreatePrivateNatGateway请求参数结构体
|
|
10456
|
+
*/
|
|
10457
|
+
export interface CreatePrivateNatGatewayRequest {
|
|
10458
|
+
/**
|
|
10459
|
+
* 私网网关名称
|
|
10460
|
+
*/
|
|
10461
|
+
NatGatewayName: string
|
|
10462
|
+
/**
|
|
10463
|
+
* 私有网络实例ID。当创建VPC类型私网NAT网关或者专线网关类型私网NAT网关时,此参数必填。
|
|
10464
|
+
*/
|
|
10465
|
+
VpcId?: string
|
|
10466
|
+
/**
|
|
10467
|
+
* 跨域参数。仅当取值为True时,才会支持跨域绑定VPC。
|
|
10468
|
+
*/
|
|
10469
|
+
CrossDomain?: boolean
|
|
10470
|
+
/**
|
|
10471
|
+
* 实例标签
|
|
10472
|
+
*/
|
|
10473
|
+
Tags?: Array<Tag>
|
|
10474
|
+
/**
|
|
10475
|
+
* VPC类型私网NAT网关。仅当取值为True时,才会创建VPC类型私网NAT网关。
|
|
10476
|
+
*/
|
|
10477
|
+
VpcType?: boolean
|
|
10478
|
+
/**
|
|
10479
|
+
* 云联网类型私网NAT网关需要绑定的云联网实例ID。
|
|
10480
|
+
*/
|
|
10481
|
+
CcnId?: string
|
|
10482
|
+
}
|
|
10483
|
+
|
|
9898
10484
|
/**
|
|
9899
10485
|
* AttachCcnInstances返回参数结构体
|
|
9900
10486
|
*/
|
|
@@ -9939,6 +10525,24 @@ export interface ModifyVpnConnectionAttributeResponse {
|
|
|
9939
10525
|
RequestId?: string
|
|
9940
10526
|
}
|
|
9941
10527
|
|
|
10528
|
+
/**
|
|
10529
|
+
* DescribePrivateNatGatewayTranslationNatRules返回参数结构体
|
|
10530
|
+
*/
|
|
10531
|
+
export interface DescribePrivateNatGatewayTranslationNatRulesResponse {
|
|
10532
|
+
/**
|
|
10533
|
+
* 对象数目。
|
|
10534
|
+
*/
|
|
10535
|
+
TotalCount: number
|
|
10536
|
+
/**
|
|
10537
|
+
* 转换规则详情数组。
|
|
10538
|
+
*/
|
|
10539
|
+
TranslationNatRuleSet: Array<TranslationNatRule>
|
|
10540
|
+
/**
|
|
10541
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
10542
|
+
*/
|
|
10543
|
+
RequestId?: string
|
|
10544
|
+
}
|
|
10545
|
+
|
|
9942
10546
|
/**
|
|
9943
10547
|
* 内网IP信息
|
|
9944
10548
|
*/
|
|
@@ -10488,13 +11092,13 @@ export interface DescribeAddressTemplateGroupsResponse {
|
|
|
10488
11092
|
}
|
|
10489
11093
|
|
|
10490
11094
|
/**
|
|
10491
|
-
*
|
|
11095
|
+
* ModifyPrivateNatGatewayTranslationAclRule返回参数结构体
|
|
10492
11096
|
*/
|
|
10493
|
-
export interface
|
|
11097
|
+
export interface ModifyPrivateNatGatewayTranslationAclRuleResponse {
|
|
10494
11098
|
/**
|
|
10495
|
-
*
|
|
11099
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
10496
11100
|
*/
|
|
10497
|
-
|
|
11101
|
+
RequestId?: string
|
|
10498
11102
|
}
|
|
10499
11103
|
|
|
10500
11104
|
/**
|
|
@@ -10608,17 +11212,29 @@ export interface DescribeCustomerGatewaysRequest {
|
|
|
10608
11212
|
}
|
|
10609
11213
|
|
|
10610
11214
|
/**
|
|
10611
|
-
*
|
|
11215
|
+
* InquiryPriceCreateVpnGateway请求参数结构体
|
|
10612
11216
|
*/
|
|
10613
|
-
export interface
|
|
11217
|
+
export interface InquiryPriceCreateVpnGatewayRequest {
|
|
10614
11218
|
/**
|
|
10615
|
-
*
|
|
11219
|
+
* 公网带宽设置。可选带宽规格:5, 10, 20, 50, 100, 200, 500, 1000, 3000;单位:Mbps。
|
|
10616
11220
|
*/
|
|
10617
|
-
|
|
11221
|
+
InternetMaxBandwidthOut: number
|
|
10618
11222
|
/**
|
|
10619
|
-
*
|
|
11223
|
+
* VPN网关计费模式,PREPAID:表示预付费,即包年包月,POSTPAID_BY_HOUR:表示后付费,即按量计费。默认:POSTPAID_BY_HOUR,如果指定预付费模式,参数InstanceChargePrepaid必填。
|
|
10620
11224
|
*/
|
|
10621
|
-
|
|
11225
|
+
InstanceChargeType?: string
|
|
11226
|
+
/**
|
|
11227
|
+
* 预付费模式,即包年包月相关参数设置。通过该参数可以指定包年包月实例的购买时长、是否设置自动续费等属性。若指定实例的付费模式为预付费则该参数必传。
|
|
11228
|
+
*/
|
|
11229
|
+
InstanceChargePrepaid?: InstanceChargePrepaid
|
|
11230
|
+
/**
|
|
11231
|
+
* SSL VPN连接数设置,可选规格:5, 10, 20, 50, 100, 200, 500, 1000;单位:个。
|
|
11232
|
+
*/
|
|
11233
|
+
MaxConnection?: number
|
|
11234
|
+
/**
|
|
11235
|
+
* 查询的VPN类型,支持IPSEC、SSL两种类型,为SSL类型时,MaxConnection参数必传。
|
|
11236
|
+
*/
|
|
11237
|
+
Type?: string
|
|
10622
11238
|
}
|
|
10623
11239
|
|
|
10624
11240
|
/**
|
|
@@ -11020,6 +11636,36 @@ export interface UnassignIpv6AddressesRequest {
|
|
|
11020
11636
|
Ipv6Addresses: Array<Ipv6Address>
|
|
11021
11637
|
}
|
|
11022
11638
|
|
|
11639
|
+
/**
|
|
11640
|
+
* ModifyPrivateNatGatewayTranslationAclRule请求参数结构体
|
|
11641
|
+
*/
|
|
11642
|
+
export interface ModifyPrivateNatGatewayTranslationAclRuleRequest {
|
|
11643
|
+
/**
|
|
11644
|
+
* 私网网关唯一`ID`,形如:`intranat-xxxxxxxx`。
|
|
11645
|
+
*/
|
|
11646
|
+
NatGatewayId: string
|
|
11647
|
+
/**
|
|
11648
|
+
* 转换规则目标,可选值"LOCAL"。
|
|
11649
|
+
*/
|
|
11650
|
+
TranslationDirection: string
|
|
11651
|
+
/**
|
|
11652
|
+
* 转换规则类型,可选值"NETWORK_LAYER","TRANSPORT_LAYER"。
|
|
11653
|
+
*/
|
|
11654
|
+
TranslationType: string
|
|
11655
|
+
/**
|
|
11656
|
+
* 转换`IP`,当转换规则类型为四层时为`IP`池
|
|
11657
|
+
*/
|
|
11658
|
+
TranslationIp: string
|
|
11659
|
+
/**
|
|
11660
|
+
* 访问控制列表,需要附带AclRuleId参数。
|
|
11661
|
+
*/
|
|
11662
|
+
TranslationAclRules: Array<TranslationAclRule>
|
|
11663
|
+
/**
|
|
11664
|
+
* 源`IP`,当转换规则类型为三层时有效
|
|
11665
|
+
*/
|
|
11666
|
+
OriginalIp?: string
|
|
11667
|
+
}
|
|
11668
|
+
|
|
11023
11669
|
/**
|
|
11024
11670
|
* CreateTrafficPackages请求参数结构体
|
|
11025
11671
|
*/
|
|
@@ -11088,6 +11734,42 @@ export interface ModifyCcnAttributeRequest {
|
|
|
11088
11734
|
RouteOverlapFlag?: boolean
|
|
11089
11735
|
}
|
|
11090
11736
|
|
|
11737
|
+
/**
|
|
11738
|
+
* 私网网关Snat转发规则
|
|
11739
|
+
*/
|
|
11740
|
+
export interface TranslationNatRule {
|
|
11741
|
+
/**
|
|
11742
|
+
* 转换规则目标,可选值"LOCAL","PEER"。
|
|
11743
|
+
*/
|
|
11744
|
+
TranslationDirection: string
|
|
11745
|
+
/**
|
|
11746
|
+
* 转换规则类型,可选值"NETWORK_LAYER","TRANSPORT_LAYER"。
|
|
11747
|
+
*/
|
|
11748
|
+
TranslationType: string
|
|
11749
|
+
/**
|
|
11750
|
+
* 转换`IP`,当转换规则类型为四层时为`IP`池。
|
|
11751
|
+
*/
|
|
11752
|
+
TranslationIp: string
|
|
11753
|
+
/**
|
|
11754
|
+
* 转换规则描述。
|
|
11755
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
11756
|
+
*/
|
|
11757
|
+
Description: string
|
|
11758
|
+
/**
|
|
11759
|
+
* 源`IP`,当转换规则类型为三层时有效。
|
|
11760
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
11761
|
+
*/
|
|
11762
|
+
OriginalIp?: string
|
|
11763
|
+
/**
|
|
11764
|
+
* 创建时间。
|
|
11765
|
+
*/
|
|
11766
|
+
CreateTime?: string
|
|
11767
|
+
/**
|
|
11768
|
+
* 更新时间。
|
|
11769
|
+
*/
|
|
11770
|
+
UpdateTime?: string
|
|
11771
|
+
}
|
|
11772
|
+
|
|
11091
11773
|
/**
|
|
11092
11774
|
* 资源统计信息
|
|
11093
11775
|
*/
|
|
@@ -11149,23 +11831,43 @@ export interface CreateVpcEndPointServiceResponse {
|
|
|
11149
11831
|
*/
|
|
11150
11832
|
export interface ModifyNetworkAclAttributeRequest {
|
|
11151
11833
|
/**
|
|
11152
|
-
* 网络ACL实例ID。例如:acl-12345678。
|
|
11834
|
+
* 网络ACL实例ID。例如:acl-12345678。
|
|
11835
|
+
*/
|
|
11836
|
+
NetworkAclId: string
|
|
11837
|
+
/**
|
|
11838
|
+
* 网络ACL名称,最大长度不能超过60个字节。
|
|
11839
|
+
*/
|
|
11840
|
+
NetworkAclName: string
|
|
11841
|
+
}
|
|
11842
|
+
|
|
11843
|
+
/**
|
|
11844
|
+
* CreatePrivateNatGatewayTranslationAclRule请求参数结构体
|
|
11845
|
+
*/
|
|
11846
|
+
export interface CreatePrivateNatGatewayTranslationAclRuleRequest {
|
|
11847
|
+
/**
|
|
11848
|
+
* 私网网关唯一`ID`,形如:`intranat-xxxxxxxx`。
|
|
11849
|
+
*/
|
|
11850
|
+
NatGatewayId: string
|
|
11851
|
+
/**
|
|
11852
|
+
* 转换规则目标,可选值"LOCAL"。
|
|
11853
|
+
*/
|
|
11854
|
+
TranslationDirection: string
|
|
11855
|
+
/**
|
|
11856
|
+
* 转换规则类型,可选值"NETWORK_LAYER","TRANSPORT_LAYER"。
|
|
11153
11857
|
*/
|
|
11154
|
-
|
|
11858
|
+
TranslationType: string
|
|
11155
11859
|
/**
|
|
11156
|
-
*
|
|
11860
|
+
* 转换`IP`,当转换规则类型为四层时为`IP`池。
|
|
11157
11861
|
*/
|
|
11158
|
-
|
|
11159
|
-
}
|
|
11160
|
-
|
|
11161
|
-
/**
|
|
11162
|
-
* SetVpnGatewaysRenewFlag返回参数结构体
|
|
11163
|
-
*/
|
|
11164
|
-
export interface SetVpnGatewaysRenewFlagResponse {
|
|
11862
|
+
TranslationIp: string
|
|
11165
11863
|
/**
|
|
11166
|
-
*
|
|
11864
|
+
* 访问控制列表。
|
|
11167
11865
|
*/
|
|
11168
|
-
|
|
11866
|
+
TranslationAclRules: Array<TranslationAclRule>
|
|
11867
|
+
/**
|
|
11868
|
+
* 源`IP`,当转换规则类型为三层时有效。
|
|
11869
|
+
*/
|
|
11870
|
+
OriginalIp?: string
|
|
11169
11871
|
}
|
|
11170
11872
|
|
|
11171
11873
|
/**
|
|
@@ -11540,6 +12242,16 @@ export interface EnableGatewayFlowMonitorResponse {
|
|
|
11540
12242
|
RequestId?: string
|
|
11541
12243
|
}
|
|
11542
12244
|
|
|
12245
|
+
/**
|
|
12246
|
+
* ModifyPrivateNatGatewayDestinationIpPortTranslationNatRule返回参数结构体
|
|
12247
|
+
*/
|
|
12248
|
+
export interface ModifyPrivateNatGatewayDestinationIpPortTranslationNatRuleResponse {
|
|
12249
|
+
/**
|
|
12250
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
12251
|
+
*/
|
|
12252
|
+
RequestId?: string
|
|
12253
|
+
}
|
|
12254
|
+
|
|
11543
12255
|
/**
|
|
11544
12256
|
* 描述带宽包资源信息的结构
|
|
11545
12257
|
*/
|
|
@@ -11558,6 +12270,24 @@ export interface Resource {
|
|
|
11558
12270
|
AddressIp: string
|
|
11559
12271
|
}
|
|
11560
12272
|
|
|
12273
|
+
/**
|
|
12274
|
+
* DescribePrivateNatGatewayDestinationIpPortTranslationNatRules返回参数结构体
|
|
12275
|
+
*/
|
|
12276
|
+
export interface DescribePrivateNatGatewayDestinationIpPortTranslationNatRulesResponse {
|
|
12277
|
+
/**
|
|
12278
|
+
* 总规则数目。
|
|
12279
|
+
*/
|
|
12280
|
+
TotalCount: number
|
|
12281
|
+
/**
|
|
12282
|
+
* 目的端口转换规则数组。
|
|
12283
|
+
*/
|
|
12284
|
+
LocalDestinationIpPortTranslationNatRuleSet: Array<PrivateNatDestinationIpPortTranslationNatRule>
|
|
12285
|
+
/**
|
|
12286
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
12287
|
+
*/
|
|
12288
|
+
RequestId?: string
|
|
12289
|
+
}
|
|
12290
|
+
|
|
11561
12291
|
/**
|
|
11562
12292
|
* DeleteDhcpIp请求参数结构体
|
|
11563
12293
|
*/
|
|
@@ -11726,18 +12456,56 @@ export interface DeleteVpcPeeringConnectionRequest {
|
|
|
11726
12456
|
}
|
|
11727
12457
|
|
|
11728
12458
|
/**
|
|
11729
|
-
*
|
|
12459
|
+
* CreateBandwidthPackage请求参数结构体
|
|
11730
12460
|
*/
|
|
11731
|
-
export interface
|
|
12461
|
+
export interface CreateBandwidthPackageRequest {
|
|
11732
12462
|
/**
|
|
11733
|
-
*
|
|
11734
|
-
|
|
12463
|
+
* 带宽包类型, 默认值: BGP, 可选值:
|
|
12464
|
+
<li>BGP: 普通BGP共享带宽包</li>
|
|
12465
|
+
<li>HIGH_QUALITY_BGP: 精品BGP共享带宽包</li>
|
|
12466
|
+
<li>SINGLEISP_CMCC: 中国移动共享带宽包</li>
|
|
12467
|
+
<li>SINGLEISP_CTCC: 中国电信共享带宽包</li>
|
|
12468
|
+
<li>SINGLEISP_CUCC: 中国联通共享带宽包</li>
|
|
11735
12469
|
*/
|
|
11736
|
-
|
|
12470
|
+
NetworkType?: string
|
|
11737
12471
|
/**
|
|
11738
|
-
*
|
|
12472
|
+
* 带宽包计费类型, 默认为: ENHANCED95_POSTPAID_BY_MONTH, 可选值:
|
|
12473
|
+
<li>TOP5_POSTPAID_BY_MONTH: 按月后付费TOP5计费</li>
|
|
12474
|
+
<li>PERCENT95_POSTPAID_BY_MONTH: 按月后付费月95计费</li>
|
|
12475
|
+
<li>FIXED_PREPAID_BY_MONTH: 包月预付费计费</li>
|
|
12476
|
+
<li>ENHANCED95_POSTPAID_BY_MONTH: 按月后付费增强型95计费</li>
|
|
12477
|
+
<li>PEAK_BANDWIDTH_POSTPAID_BY_DAY: 后付费日结按带宽计费</li>
|
|
12478
|
+
|
|
11739
12479
|
*/
|
|
11740
|
-
|
|
12480
|
+
ChargeType?: string
|
|
12481
|
+
/**
|
|
12482
|
+
* 带宽包名称。
|
|
12483
|
+
*/
|
|
12484
|
+
BandwidthPackageName?: string
|
|
12485
|
+
/**
|
|
12486
|
+
* 带宽包数量(传统账户类型只能填1), 标准账户类型取值范围为1~20。
|
|
12487
|
+
*/
|
|
12488
|
+
BandwidthPackageCount?: number
|
|
12489
|
+
/**
|
|
12490
|
+
* 带宽包限速大小。单位:Mbps,-1表示不限速。不同计费类型的带宽包对应不同的带宽上下限。
|
|
12491
|
+
*/
|
|
12492
|
+
InternetMaxBandwidth?: number
|
|
12493
|
+
/**
|
|
12494
|
+
* 需要关联的标签列表。
|
|
12495
|
+
*/
|
|
12496
|
+
Tags?: Array<Tag>
|
|
12497
|
+
/**
|
|
12498
|
+
* 带宽包协议类型。当前支持'ipv4'和'ipv6'协议带宽包,默认值是'ipv4'。
|
|
12499
|
+
*/
|
|
12500
|
+
Protocol?: string
|
|
12501
|
+
/**
|
|
12502
|
+
* 预付费包月带宽包的购买时长,单位: 月,取值范围: 1~60。
|
|
12503
|
+
*/
|
|
12504
|
+
TimeSpan?: number
|
|
12505
|
+
/**
|
|
12506
|
+
* 网络出口,默认值:center_egress1
|
|
12507
|
+
*/
|
|
12508
|
+
Egress?: string
|
|
11741
12509
|
}
|
|
11742
12510
|
|
|
11743
12511
|
/**
|
|
@@ -11892,6 +12660,16 @@ export interface ReplaceSecurityGroupPoliciesRequest {
|
|
|
11892
12660
|
OriginalSecurityGroupPolicySet?: SecurityGroupPolicySet
|
|
11893
12661
|
}
|
|
11894
12662
|
|
|
12663
|
+
/**
|
|
12664
|
+
* DeletePrivateNatGateway请求参数结构体
|
|
12665
|
+
*/
|
|
12666
|
+
export interface DeletePrivateNatGatewayRequest {
|
|
12667
|
+
/**
|
|
12668
|
+
* 私网网关唯一`ID`,形如"intranat-xxxxxxxx"。
|
|
12669
|
+
*/
|
|
12670
|
+
NatGatewayId: string
|
|
12671
|
+
}
|
|
12672
|
+
|
|
11895
12673
|
/**
|
|
11896
12674
|
* AdjustPublicAddress请求参数结构体
|
|
11897
12675
|
*/
|
|
@@ -12292,6 +13070,16 @@ export interface CreateDefaultVpcRequest {
|
|
|
12292
13070
|
Force?: boolean
|
|
12293
13071
|
}
|
|
12294
13072
|
|
|
13073
|
+
/**
|
|
13074
|
+
* DeletePrivateNatGateway返回参数结构体
|
|
13075
|
+
*/
|
|
13076
|
+
export interface DeletePrivateNatGatewayResponse {
|
|
13077
|
+
/**
|
|
13078
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
13079
|
+
*/
|
|
13080
|
+
RequestId?: string
|
|
13081
|
+
}
|
|
13082
|
+
|
|
12295
13083
|
/**
|
|
12296
13084
|
* DescribeSubnets返回参数结构体
|
|
12297
13085
|
*/
|
|
@@ -12389,6 +13177,24 @@ export interface EnableCcnRoutesResponse {
|
|
|
12389
13177
|
RequestId?: string
|
|
12390
13178
|
}
|
|
12391
13179
|
|
|
13180
|
+
/**
|
|
13181
|
+
* DescribePrivateNatGateways返回参数结构体
|
|
13182
|
+
*/
|
|
13183
|
+
export interface DescribePrivateNatGatewaysResponse {
|
|
13184
|
+
/**
|
|
13185
|
+
* 符合条件的对象数。
|
|
13186
|
+
*/
|
|
13187
|
+
TotalCount?: number
|
|
13188
|
+
/**
|
|
13189
|
+
* 私网网关对象数组。
|
|
13190
|
+
*/
|
|
13191
|
+
PrivateNatGatewaySet?: Array<PrivateNatGateway>
|
|
13192
|
+
/**
|
|
13193
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
13194
|
+
*/
|
|
13195
|
+
RequestId?: string
|
|
13196
|
+
}
|
|
13197
|
+
|
|
12392
13198
|
/**
|
|
12393
13199
|
* ModifyVpnGatewayCcnRoutes返回参数结构体
|
|
12394
13200
|
*/
|
|
@@ -12619,6 +13425,10 @@ export interface ModifyVpnConnectionAttributeRequest {
|
|
|
12619
13425
|
* 对端网关ID,4.0及以上网关下的通道支持更新。
|
|
12620
13426
|
*/
|
|
12621
13427
|
CustomerGatewayId?: string
|
|
13428
|
+
/**
|
|
13429
|
+
* 健康检查配置
|
|
13430
|
+
*/
|
|
13431
|
+
HealthCheckConfig?: HealthCheckConfig
|
|
12622
13432
|
}
|
|
12623
13433
|
|
|
12624
13434
|
/**
|
|
@@ -13544,6 +14354,16 @@ export interface DescribeServiceTemplatesRequest {
|
|
|
13544
14354
|
NeedMemberInfo?: boolean
|
|
13545
14355
|
}
|
|
13546
14356
|
|
|
14357
|
+
/**
|
|
14358
|
+
* ModifyPrivateNatGatewayTranslationNatRule返回参数结构体
|
|
14359
|
+
*/
|
|
14360
|
+
export interface ModifyPrivateNatGatewayTranslationNatRuleResponse {
|
|
14361
|
+
/**
|
|
14362
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
14363
|
+
*/
|
|
14364
|
+
RequestId?: string
|
|
14365
|
+
}
|
|
14366
|
+
|
|
13547
14367
|
/**
|
|
13548
14368
|
* 协议端口模板
|
|
13549
14369
|
*/
|
|
@@ -13727,6 +14547,24 @@ export interface NetworkAclQuintupleEntries {
|
|
|
13727
14547
|
Egress?: Array<NetworkAclQuintupleEntry>
|
|
13728
14548
|
}
|
|
13729
14549
|
|
|
14550
|
+
/**
|
|
14551
|
+
* CreatePrivateNatGateway返回参数结构体
|
|
14552
|
+
*/
|
|
14553
|
+
export interface CreatePrivateNatGatewayResponse {
|
|
14554
|
+
/**
|
|
14555
|
+
* 私网网关对象。
|
|
14556
|
+
*/
|
|
14557
|
+
PrivateNatGatewaySet?: Array<PrivateNatGateway>
|
|
14558
|
+
/**
|
|
14559
|
+
* 创建实例个数
|
|
14560
|
+
*/
|
|
14561
|
+
TotalCount?: number
|
|
14562
|
+
/**
|
|
14563
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
14564
|
+
*/
|
|
14565
|
+
RequestId?: string
|
|
14566
|
+
}
|
|
14567
|
+
|
|
13730
14568
|
/**
|
|
13731
14569
|
* AttachNetworkInterface请求参数结构体
|
|
13732
14570
|
*/
|
|
@@ -14156,6 +14994,11 @@ export interface VpcLimit {
|
|
|
14156
14994
|
LimitValue: number
|
|
14157
14995
|
}
|
|
14158
14996
|
|
|
14997
|
+
/**
|
|
14998
|
+
* NAT地域地区对象
|
|
14999
|
+
*/
|
|
15000
|
+
export type NatRegionInfoWithArea = null
|
|
15001
|
+
|
|
14159
15002
|
/**
|
|
14160
15003
|
* DetachClassicLinkVpc返回参数结构体
|
|
14161
15004
|
*/
|
|
@@ -14269,13 +15112,33 @@ export interface EnableFlowLogsResponse {
|
|
|
14269
15112
|
}
|
|
14270
15113
|
|
|
14271
15114
|
/**
|
|
14272
|
-
*
|
|
15115
|
+
* DeletePrivateNatGatewayTranslationAclRule请求参数结构体
|
|
14273
15116
|
*/
|
|
14274
|
-
export interface
|
|
15117
|
+
export interface DeletePrivateNatGatewayTranslationAclRuleRequest {
|
|
14275
15118
|
/**
|
|
14276
|
-
*
|
|
15119
|
+
* 私网网关唯一`ID`,形如:`intranat-xxxxxxxx`。
|
|
14277
15120
|
*/
|
|
14278
|
-
|
|
15121
|
+
NatGatewayId: string
|
|
15122
|
+
/**
|
|
15123
|
+
* 转换规则目标,可选值"LOCAL"。
|
|
15124
|
+
*/
|
|
15125
|
+
TranslationDirection: string
|
|
15126
|
+
/**
|
|
15127
|
+
* 转换规则类型,可选值"NETWORK_LAYER","TRANSPORT_LAYER"。
|
|
15128
|
+
*/
|
|
15129
|
+
TranslationType: string
|
|
15130
|
+
/**
|
|
15131
|
+
* 转换`IP`,当转换规则类型为四层时为`IP`池
|
|
15132
|
+
*/
|
|
15133
|
+
TranslationIp: string
|
|
15134
|
+
/**
|
|
15135
|
+
* 访问控制规则对应`ID`
|
|
15136
|
+
*/
|
|
15137
|
+
AclRuleIds: Array<number | bigint>
|
|
15138
|
+
/**
|
|
15139
|
+
* 源`IP`,当转换规则类型为三层时有效
|
|
15140
|
+
*/
|
|
15141
|
+
OriginalIp?: string
|
|
14279
15142
|
}
|
|
14280
15143
|
|
|
14281
15144
|
/**
|
|
@@ -14342,6 +15205,40 @@ export interface DescribeDhcpIpsResponse {
|
|
|
14342
15205
|
RequestId?: string
|
|
14343
15206
|
}
|
|
14344
15207
|
|
|
15208
|
+
/**
|
|
15209
|
+
* 私网网关转发规则匹配ACL
|
|
15210
|
+
*/
|
|
15211
|
+
export interface TranslationAclRule {
|
|
15212
|
+
/**
|
|
15213
|
+
* ACL协议类型,可选值:"ALL","TCP","UDP"
|
|
15214
|
+
*/
|
|
15215
|
+
Protocol: string
|
|
15216
|
+
/**
|
|
15217
|
+
* 源端口。
|
|
15218
|
+
*/
|
|
15219
|
+
SourcePort: string
|
|
15220
|
+
/**
|
|
15221
|
+
* 源地址。支持`ip`或`cidr`格式"xxx.xxx.xxx.000/xx"
|
|
15222
|
+
*/
|
|
15223
|
+
SourceCidr: string
|
|
15224
|
+
/**
|
|
15225
|
+
* 目的端口。
|
|
15226
|
+
*/
|
|
15227
|
+
DestinationPort: string
|
|
15228
|
+
/**
|
|
15229
|
+
* 目的地址。
|
|
15230
|
+
*/
|
|
15231
|
+
DestinationCidr: string
|
|
15232
|
+
/**
|
|
15233
|
+
* ACL规则`ID`。
|
|
15234
|
+
*/
|
|
15235
|
+
AclRuleId?: number
|
|
15236
|
+
/**
|
|
15237
|
+
* 是否匹配。
|
|
15238
|
+
*/
|
|
15239
|
+
Action?: number
|
|
15240
|
+
}
|
|
15241
|
+
|
|
14345
15242
|
/**
|
|
14346
15243
|
* CreateRouteTable返回参数结构体
|
|
14347
15244
|
*/
|
|
@@ -14582,29 +15479,39 @@ export interface DescribeCcnRegionBandwidthLimitsRequest {
|
|
|
14582
15479
|
}
|
|
14583
15480
|
|
|
14584
15481
|
/**
|
|
14585
|
-
*
|
|
15482
|
+
* DeleteHaVip返回参数结构体
|
|
14586
15483
|
*/
|
|
14587
|
-
export interface
|
|
15484
|
+
export interface DeleteHaVipResponse {
|
|
14588
15485
|
/**
|
|
14589
|
-
*
|
|
15486
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
14590
15487
|
*/
|
|
14591
|
-
|
|
15488
|
+
RequestId?: string
|
|
15489
|
+
}
|
|
15490
|
+
|
|
15491
|
+
/**
|
|
15492
|
+
* VPN通道健康检查配置
|
|
15493
|
+
*/
|
|
15494
|
+
export interface HealthCheckConfig {
|
|
14592
15495
|
/**
|
|
14593
|
-
*
|
|
15496
|
+
* 探测模式,默认值NQA,不可修改。
|
|
15497
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
14594
15498
|
*/
|
|
14595
|
-
|
|
15499
|
+
ProbeType?: string
|
|
14596
15500
|
/**
|
|
14597
|
-
*
|
|
15501
|
+
* 探测间隔,腾讯云两次健康检查间隔时间,范围【1000-5000】,单位ms。
|
|
15502
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
14598
15503
|
*/
|
|
14599
|
-
|
|
15504
|
+
ProbeInterval?: number
|
|
14600
15505
|
/**
|
|
14601
|
-
*
|
|
15506
|
+
* 探测次数,连续N次健康检查失败后执行路由切换,范围【3-8】,单位次。
|
|
15507
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
14602
15508
|
*/
|
|
14603
|
-
|
|
15509
|
+
ProbeThreshold?: number
|
|
14604
15510
|
/**
|
|
14605
|
-
*
|
|
15511
|
+
* 探测超时时间,范围【10-5000】,单位ms。
|
|
15512
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
14606
15513
|
*/
|
|
14607
|
-
|
|
15514
|
+
ProbeTimeout?: number
|
|
14608
15515
|
}
|
|
14609
15516
|
|
|
14610
15517
|
/**
|
|
@@ -14725,6 +15632,16 @@ export interface DeleteCustomerGatewayRequest {
|
|
|
14725
15632
|
CustomerGatewayId: string
|
|
14726
15633
|
}
|
|
14727
15634
|
|
|
15635
|
+
/**
|
|
15636
|
+
* LockCcnBandwidths返回参数结构体
|
|
15637
|
+
*/
|
|
15638
|
+
export interface LockCcnBandwidthsResponse {
|
|
15639
|
+
/**
|
|
15640
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
15641
|
+
*/
|
|
15642
|
+
RequestId?: string
|
|
15643
|
+
}
|
|
15644
|
+
|
|
14728
15645
|
/**
|
|
14729
15646
|
* DescribeAddressTemplates返回参数结构体
|
|
14730
15647
|
*/
|
|
@@ -14781,6 +15698,35 @@ export interface AcceptVpcPeeringConnectionRequest {
|
|
|
14781
15698
|
PeeringConnectionId: string
|
|
14782
15699
|
}
|
|
14783
15700
|
|
|
15701
|
+
/**
|
|
15702
|
+
* DescribePrivateNatGatewayLimits请求参数结构体
|
|
15703
|
+
*/
|
|
15704
|
+
export interface DescribePrivateNatGatewayLimitsRequest {
|
|
15705
|
+
/**
|
|
15706
|
+
* 查询VPC下可创建的私网网关配额数量,可选值:
|
|
15707
|
+
<li>VpcId - String - 所在VpcId</li>
|
|
15708
|
+
*/
|
|
15709
|
+
Filters?: Array<Filter>
|
|
15710
|
+
/**
|
|
15711
|
+
* 偏移量,默认值为0。
|
|
15712
|
+
*/
|
|
15713
|
+
Offset?: number
|
|
15714
|
+
/**
|
|
15715
|
+
* 返回数目,默认值为20。
|
|
15716
|
+
*/
|
|
15717
|
+
Limit?: number
|
|
15718
|
+
}
|
|
15719
|
+
|
|
15720
|
+
/**
|
|
15721
|
+
* CreatePrivateNatGatewayDestinationIpPortTranslationNatRule返回参数结构体
|
|
15722
|
+
*/
|
|
15723
|
+
export interface CreatePrivateNatGatewayDestinationIpPortTranslationNatRuleResponse {
|
|
15724
|
+
/**
|
|
15725
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
15726
|
+
*/
|
|
15727
|
+
RequestId?: string
|
|
15728
|
+
}
|
|
15729
|
+
|
|
14784
15730
|
/**
|
|
14785
15731
|
* DescribeNetworkInterfaces返回参数结构体
|
|
14786
15732
|
*/
|
|
@@ -14865,6 +15811,16 @@ export interface CreateSecurityGroupWithPoliciesRequest {
|
|
|
14865
15811
|
SecurityGroupPolicySet?: SecurityGroupPolicySet
|
|
14866
15812
|
}
|
|
14867
15813
|
|
|
15814
|
+
/**
|
|
15815
|
+
* ReleaseAddresses请求参数结构体
|
|
15816
|
+
*/
|
|
15817
|
+
export interface ReleaseAddressesRequest {
|
|
15818
|
+
/**
|
|
15819
|
+
* 标识 EIP 的唯一 ID 列表。EIP 唯一 ID 形如:`eip-11112222`。
|
|
15820
|
+
*/
|
|
15821
|
+
AddressIds: Array<string>
|
|
15822
|
+
}
|
|
15823
|
+
|
|
14868
15824
|
/**
|
|
14869
15825
|
* CreateVpc请求参数结构体
|
|
14870
15826
|
*/
|
|
@@ -15044,6 +16000,20 @@ export interface ModifySubnetAttributeRequest {
|
|
|
15044
16000
|
EnableBroadcast?: string
|
|
15045
16001
|
}
|
|
15046
16002
|
|
|
16003
|
+
/**
|
|
16004
|
+
* RenewAddresses请求参数结构体
|
|
16005
|
+
*/
|
|
16006
|
+
export interface RenewAddressesRequest {
|
|
16007
|
+
/**
|
|
16008
|
+
* EIP唯一标识ID列表,形如'eip-xxxx'
|
|
16009
|
+
*/
|
|
16010
|
+
AddressIds: Array<string>
|
|
16011
|
+
/**
|
|
16012
|
+
* 续费参数
|
|
16013
|
+
*/
|
|
16014
|
+
AddressChargePrepaid: AddressChargePrepaid
|
|
16015
|
+
}
|
|
16016
|
+
|
|
15047
16017
|
/**
|
|
15048
16018
|
* ModifyVpcEndPointServiceWhiteList返回参数结构体
|
|
15049
16019
|
*/
|