tencentcloud-sdk-nodejs 4.0.886 → 4.0.887
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 +182 -0
- package/SERVICE_CHANGELOG.md +276 -51
- package/package.json +1 -1
- package/products.md +13 -13
- package/src/common/sdk_version.ts +1 -1
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +43 -28
- package/src/services/domain/v20180808/domain_models.ts +11 -11
- package/src/services/emr/v20190103/emr_models.ts +2 -10
- package/src/services/ess/v20201111/ess_models.ts +23 -3
- package/src/services/mmps/v20200710/mmps_models.ts +3 -3
- package/src/services/monitor/v20180724/monitor_models.ts +1 -1
- package/src/services/scf/v20180416/scf_client.ts +1 -1
- package/src/services/scf/v20180416/scf_models.ts +9 -9
- package/src/services/ssl/v20191205/ssl_models.ts +43 -20
- package/src/services/vpc/v20170312/vpc_client.ts +338 -100
- package/src/services/vpc/v20170312/vpc_models.ts +1085 -154
- package/src/services/waf/v20180125/waf_client.ts +0 -12
- package/src/services/waf/v20180125/waf_models.ts +0 -25
- 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/cynosdb/v20190107/cynosdb_models.d.ts +43 -28
- package/tencentcloud/services/domain/v20180808/domain_models.d.ts +11 -11
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +2 -10
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +23 -3
- package/tencentcloud/services/mmps/v20200710/mmps_models.d.ts +3 -3
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +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 +9 -9
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +43 -20
- 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 +1047 -162
- 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 +0 -23
- 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/vpc.v20170312.test.js +204 -24
- package/test/waf.v20180125.test.js +0 -10
- 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
|
-
*
|
|
3092
|
+
* 网络ACL规则。
|
|
2953
3093
|
*/
|
|
2954
|
-
export interface
|
|
3094
|
+
export interface NetworkAclEntry {
|
|
2955
3095
|
/**
|
|
2956
|
-
*
|
|
3096
|
+
* 协议, 取值: TCP,UDP, ICMP, ALL。
|
|
2957
3097
|
*/
|
|
2958
|
-
|
|
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
|
*/
|
|
@@ -3900,6 +4087,23 @@ export interface CreateVpnConnectionRequest {
|
|
|
3900
4087
|
*/
|
|
3901
4088
|
BgpConfig?: BgpConfig;
|
|
3902
4089
|
}
|
|
4090
|
+
/**
|
|
4091
|
+
* 可创建的私网网关配额数量
|
|
4092
|
+
*/
|
|
4093
|
+
export interface PrivateNatGatewayLimit {
|
|
4094
|
+
/**
|
|
4095
|
+
* 私有网络唯一`ID`。
|
|
4096
|
+
*/
|
|
4097
|
+
UniqVpcId: string;
|
|
4098
|
+
/**
|
|
4099
|
+
* Vpc下总计可创建私网网关数量。
|
|
4100
|
+
*/
|
|
4101
|
+
TotalLimit: number;
|
|
4102
|
+
/**
|
|
4103
|
+
* 可创建私网网关数量。
|
|
4104
|
+
*/
|
|
4105
|
+
Available: number;
|
|
4106
|
+
}
|
|
3903
4107
|
/**
|
|
3904
4108
|
* CCN路由策略对象
|
|
3905
4109
|
*/
|
|
@@ -3991,21 +4195,17 @@ export interface DescribeTrafficPackagesRequest {
|
|
|
3991
4195
|
Limit?: number;
|
|
3992
4196
|
}
|
|
3993
4197
|
/**
|
|
3994
|
-
*
|
|
4198
|
+
* DeleteSecurityGroupPolicies请求参数结构体
|
|
3995
4199
|
*/
|
|
3996
|
-
export interface
|
|
3997
|
-
/**
|
|
3998
|
-
* 本地网关信息集合。
|
|
3999
|
-
*/
|
|
4000
|
-
LocalGatewaySet?: Array<LocalGateway>;
|
|
4200
|
+
export interface DeleteSecurityGroupPoliciesRequest {
|
|
4001
4201
|
/**
|
|
4002
|
-
*
|
|
4202
|
+
* 安全组实例ID,例如sg-33ocnj9n,可通过<a href="https://cloud.tencent.com/document/product/215/15808">DescribeSecurityGroups</a>获取。
|
|
4003
4203
|
*/
|
|
4004
|
-
|
|
4204
|
+
SecurityGroupId: string;
|
|
4005
4205
|
/**
|
|
4006
|
-
*
|
|
4206
|
+
* 安全组规则集合。一个请求中只能删除单个方向的一条或多条规则。支持指定索引(PolicyIndex) 匹配删除和安全组规则匹配删除两种方式,一个请求中只能使用一种匹配方式。
|
|
4007
4207
|
*/
|
|
4008
|
-
|
|
4208
|
+
SecurityGroupPolicySet: SecurityGroupPolicySet;
|
|
4009
4209
|
}
|
|
4010
4210
|
/**
|
|
4011
4211
|
* VPN通道对象。
|
|
@@ -4531,6 +4731,35 @@ export interface ReplaceRouteTableAssociationRequest {
|
|
|
4531
4731
|
*/
|
|
4532
4732
|
RouteTableId: string;
|
|
4533
4733
|
}
|
|
4734
|
+
/**
|
|
4735
|
+
* 本端目的IP端口转换复杂结构
|
|
4736
|
+
*/
|
|
4737
|
+
export interface LocalDestinationIpPortTranslationNatRule {
|
|
4738
|
+
/**
|
|
4739
|
+
* 协议
|
|
4740
|
+
*/
|
|
4741
|
+
Protocol: string;
|
|
4742
|
+
/**
|
|
4743
|
+
* 源端口
|
|
4744
|
+
*/
|
|
4745
|
+
OriginalPort: number;
|
|
4746
|
+
/**
|
|
4747
|
+
* 源IP
|
|
4748
|
+
*/
|
|
4749
|
+
OriginalIp: string;
|
|
4750
|
+
/**
|
|
4751
|
+
* 目的端口
|
|
4752
|
+
*/
|
|
4753
|
+
TranslationPort: number;
|
|
4754
|
+
/**
|
|
4755
|
+
* 目的IP
|
|
4756
|
+
*/
|
|
4757
|
+
TranslationIp: string;
|
|
4758
|
+
/**
|
|
4759
|
+
* 描述
|
|
4760
|
+
*/
|
|
4761
|
+
Description?: string;
|
|
4762
|
+
}
|
|
4534
4763
|
/**
|
|
4535
4764
|
* AssociateNetworkAclSubnets请求参数结构体
|
|
4536
4765
|
*/
|
|
@@ -4633,6 +4862,10 @@ export interface SecurityGroupPolicy {
|
|
|
4633
4862
|
*/
|
|
4634
4863
|
ModifyTime?: string;
|
|
4635
4864
|
}
|
|
4865
|
+
/**
|
|
4866
|
+
* DescribePrivateNatGatewayRegions请求参数结构体
|
|
4867
|
+
*/
|
|
4868
|
+
export declare type DescribePrivateNatGatewayRegionsRequest = null;
|
|
4636
4869
|
/**
|
|
4637
4870
|
* DescribeSnapshotPolicies请求参数结构体
|
|
4638
4871
|
*/
|
|
@@ -4794,6 +5027,15 @@ export interface ModifySecurityGroupPoliciesRequest {
|
|
|
4794
5027
|
*/
|
|
4795
5028
|
SortPolicys?: boolean;
|
|
4796
5029
|
}
|
|
5030
|
+
/**
|
|
5031
|
+
* ModifyPrivateNatGatewayAttribute返回参数结构体
|
|
5032
|
+
*/
|
|
5033
|
+
export interface ModifyPrivateNatGatewayAttributeResponse {
|
|
5034
|
+
/**
|
|
5035
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
5036
|
+
*/
|
|
5037
|
+
RequestId?: string;
|
|
5038
|
+
}
|
|
4797
5039
|
/**
|
|
4798
5040
|
* NAT网关对象。
|
|
4799
5041
|
*/
|
|
@@ -5344,13 +5586,41 @@ export interface CreateVpnGatewaySslServerResponse {
|
|
|
5344
5586
|
RequestId?: string;
|
|
5345
5587
|
}
|
|
5346
5588
|
/**
|
|
5347
|
-
*
|
|
5589
|
+
* 本端目的IP端口转换复杂结构
|
|
5348
5590
|
*/
|
|
5349
|
-
export interface
|
|
5591
|
+
export interface PrivateNatDestinationIpPortTranslationNatRule {
|
|
5350
5592
|
/**
|
|
5351
|
-
*
|
|
5593
|
+
* 协议
|
|
5352
5594
|
*/
|
|
5353
|
-
|
|
5595
|
+
Protocol: string;
|
|
5596
|
+
/**
|
|
5597
|
+
* 原端口
|
|
5598
|
+
*/
|
|
5599
|
+
OriginalPort: number;
|
|
5600
|
+
/**
|
|
5601
|
+
* 原IP
|
|
5602
|
+
*/
|
|
5603
|
+
OriginalIp: string;
|
|
5604
|
+
/**
|
|
5605
|
+
* 映射端口
|
|
5606
|
+
*/
|
|
5607
|
+
TranslationPort: number;
|
|
5608
|
+
/**
|
|
5609
|
+
* 映射IP
|
|
5610
|
+
*/
|
|
5611
|
+
TranslationIp: string;
|
|
5612
|
+
/**
|
|
5613
|
+
* 描述
|
|
5614
|
+
*/
|
|
5615
|
+
Description?: string;
|
|
5616
|
+
/**
|
|
5617
|
+
* 创建时间。
|
|
5618
|
+
*/
|
|
5619
|
+
CreateTime?: string;
|
|
5620
|
+
/**
|
|
5621
|
+
* 更新时间。
|
|
5622
|
+
*/
|
|
5623
|
+
UpdateTime?: string;
|
|
5354
5624
|
}
|
|
5355
5625
|
/**
|
|
5356
5626
|
* DeleteNetworkAcl请求参数结构体
|
|
@@ -5682,6 +5952,19 @@ export interface MemberInfo {
|
|
|
5682
5952
|
*/
|
|
5683
5953
|
Description?: string;
|
|
5684
5954
|
}
|
|
5955
|
+
/**
|
|
5956
|
+
* ModifyPrivateNatGatewayDestinationIpPortTranslationNatRule请求参数结构体
|
|
5957
|
+
*/
|
|
5958
|
+
export interface ModifyPrivateNatGatewayDestinationIpPortTranslationNatRuleRequest {
|
|
5959
|
+
/**
|
|
5960
|
+
* 私网网关唯一`ID`,形如:`intranat-xxxxxxxx`。
|
|
5961
|
+
*/
|
|
5962
|
+
NatGatewayId: string;
|
|
5963
|
+
/**
|
|
5964
|
+
* 目的端口转换规则列表。
|
|
5965
|
+
*/
|
|
5966
|
+
LocalDestinationIpPortTranslationNatRules: Array<DestinationIpPortTranslationNatRuleDiff>;
|
|
5967
|
+
}
|
|
5685
5968
|
/**
|
|
5686
5969
|
* ResumeSnapshotInstance请求参数结构体
|
|
5687
5970
|
*/
|
|
@@ -5725,6 +6008,15 @@ export interface ModifyVpcEndPointServiceAttributeResponse {
|
|
|
5725
6008
|
*/
|
|
5726
6009
|
RequestId?: string;
|
|
5727
6010
|
}
|
|
6011
|
+
/**
|
|
6012
|
+
* DeletePrivateNatGatewayDestinationIpPortTranslationNatRule返回参数结构体
|
|
6013
|
+
*/
|
|
6014
|
+
export interface DeletePrivateNatGatewayDestinationIpPortTranslationNatRuleResponse {
|
|
6015
|
+
/**
|
|
6016
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
6017
|
+
*/
|
|
6018
|
+
RequestId?: string;
|
|
6019
|
+
}
|
|
5728
6020
|
/**
|
|
5729
6021
|
* VPC资源看板(各资源个数)
|
|
5730
6022
|
*/
|
|
@@ -6072,56 +6364,39 @@ export interface DescribeNetworkInterfaceLimitRequest {
|
|
|
6072
6364
|
InstanceId: string;
|
|
6073
6365
|
}
|
|
6074
6366
|
/**
|
|
6075
|
-
*
|
|
6367
|
+
* ModifyVpnGatewayRoutes返回参数结构体
|
|
6076
6368
|
*/
|
|
6077
|
-
export interface
|
|
6369
|
+
export interface ModifyVpnGatewayRoutesResponse {
|
|
6078
6370
|
/**
|
|
6079
|
-
*
|
|
6080
|
-
|
|
6081
|
-
<li>HIGH_QUALITY_BGP: 精品BGP共享带宽包</li>
|
|
6082
|
-
<li>SINGLEISP_CMCC: 中国移动共享带宽包</li>
|
|
6083
|
-
<li>SINGLEISP_CTCC: 中国电信共享带宽包</li>
|
|
6084
|
-
<li>SINGLEISP_CUCC: 中国联通共享带宽包</li>
|
|
6371
|
+
* VPN路由信息
|
|
6372
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
6085
6373
|
*/
|
|
6086
|
-
|
|
6374
|
+
Routes?: Array<VpnGatewayRoute>;
|
|
6087
6375
|
/**
|
|
6088
|
-
*
|
|
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表示不限速。不同计费类型的带宽包对应不同的带宽上下限。
|
|
6376
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
6107
6377
|
*/
|
|
6108
|
-
|
|
6378
|
+
RequestId?: string;
|
|
6379
|
+
}
|
|
6380
|
+
/**
|
|
6381
|
+
* 地址信息
|
|
6382
|
+
*/
|
|
6383
|
+
export interface AddressTemplateItem {
|
|
6109
6384
|
/**
|
|
6110
|
-
*
|
|
6385
|
+
* ipm-xxxxxxxx
|
|
6111
6386
|
*/
|
|
6112
|
-
|
|
6387
|
+
AddressTemplateId?: string;
|
|
6113
6388
|
/**
|
|
6114
|
-
*
|
|
6389
|
+
* IP模板名称
|
|
6115
6390
|
*/
|
|
6116
|
-
|
|
6391
|
+
AddressTemplateName?: string;
|
|
6117
6392
|
/**
|
|
6118
|
-
*
|
|
6393
|
+
* 废弃字段
|
|
6119
6394
|
*/
|
|
6120
|
-
|
|
6395
|
+
From?: string;
|
|
6121
6396
|
/**
|
|
6122
|
-
*
|
|
6397
|
+
* 废弃字段
|
|
6123
6398
|
*/
|
|
6124
|
-
|
|
6399
|
+
To?: string;
|
|
6125
6400
|
}
|
|
6126
6401
|
/**
|
|
6127
6402
|
* DescribeIp6Addresses返回参数结构体
|
|
@@ -6309,6 +6584,19 @@ export interface ModifyServiceTemplateAttributeRequest {
|
|
|
6309
6584
|
*/
|
|
6310
6585
|
ServicesExtra?: Array<ServicesInfo>;
|
|
6311
6586
|
}
|
|
6587
|
+
/**
|
|
6588
|
+
* ModifyPrivateNatGatewayAttribute请求参数结构体
|
|
6589
|
+
*/
|
|
6590
|
+
export interface ModifyPrivateNatGatewayAttributeRequest {
|
|
6591
|
+
/**
|
|
6592
|
+
* 私网网关唯一`ID`,形如:`intranat-xxxxxxxx`。
|
|
6593
|
+
*/
|
|
6594
|
+
NatGatewayId: string;
|
|
6595
|
+
/**
|
|
6596
|
+
* 私网网关名称,可任意命名,但不得超过60个字符。
|
|
6597
|
+
*/
|
|
6598
|
+
NatGatewayName: string;
|
|
6599
|
+
}
|
|
6312
6600
|
/**
|
|
6313
6601
|
* AssociateAddress返回参数结构体
|
|
6314
6602
|
*/
|
|
@@ -6487,6 +6775,23 @@ export interface DescribeVpcsResponse {
|
|
|
6487
6775
|
*/
|
|
6488
6776
|
RequestId?: string;
|
|
6489
6777
|
}
|
|
6778
|
+
/**
|
|
6779
|
+
* DescribePrivateNatGatewayLimits返回参数结构体
|
|
6780
|
+
*/
|
|
6781
|
+
export interface DescribePrivateNatGatewayLimitsResponse {
|
|
6782
|
+
/**
|
|
6783
|
+
* 查询返回结果个数。
|
|
6784
|
+
*/
|
|
6785
|
+
TotalCount: number;
|
|
6786
|
+
/**
|
|
6787
|
+
* 私网网关配额。
|
|
6788
|
+
*/
|
|
6789
|
+
PrivateNatGatewayLimitSet: Array<PrivateNatGatewayLimit>;
|
|
6790
|
+
/**
|
|
6791
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
6792
|
+
*/
|
|
6793
|
+
RequestId?: string;
|
|
6794
|
+
}
|
|
6490
6795
|
/**
|
|
6491
6796
|
* DescribeNetworkInterfaceLimit返回参数结构体
|
|
6492
6797
|
*/
|
|
@@ -6601,6 +6906,23 @@ export interface RemoveIp6RulesRequest {
|
|
|
6601
6906
|
*/
|
|
6602
6907
|
Ip6RuleIds: Array<string>;
|
|
6603
6908
|
}
|
|
6909
|
+
/**
|
|
6910
|
+
* CreatePrivateNatGatewayTranslationNatRule请求参数结构体
|
|
6911
|
+
*/
|
|
6912
|
+
export interface CreatePrivateNatGatewayTranslationNatRuleRequest {
|
|
6913
|
+
/**
|
|
6914
|
+
* 私网网关唯一`ID`,形如:`intranat-xxxxxxxx`。
|
|
6915
|
+
*/
|
|
6916
|
+
NatGatewayId: string;
|
|
6917
|
+
/**
|
|
6918
|
+
* 转换规则对象数组。
|
|
6919
|
+
*/
|
|
6920
|
+
TranslationNatRules: Array<TranslationNatRuleInput>;
|
|
6921
|
+
/**
|
|
6922
|
+
* 跨域参数,当VPC为跨域时填写为True。
|
|
6923
|
+
*/
|
|
6924
|
+
CrossDomain?: boolean;
|
|
6925
|
+
}
|
|
6604
6926
|
/**
|
|
6605
6927
|
* DescribeIpGeolocationDatabaseUrl请求参数结构体
|
|
6606
6928
|
*/
|
|
@@ -6702,6 +7024,15 @@ export interface HaVipAssociateAddressIpResponse {
|
|
|
6702
7024
|
*/
|
|
6703
7025
|
RequestId?: string;
|
|
6704
7026
|
}
|
|
7027
|
+
/**
|
|
7028
|
+
* DeletePrivateNatGatewayTranslationAclRule返回参数结构体
|
|
7029
|
+
*/
|
|
7030
|
+
export interface DeletePrivateNatGatewayTranslationAclRuleResponse {
|
|
7031
|
+
/**
|
|
7032
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
7033
|
+
*/
|
|
7034
|
+
RequestId?: string;
|
|
7035
|
+
}
|
|
6705
7036
|
/**
|
|
6706
7037
|
* DescribeSpecificTrafficPackageUsedDetails请求参数结构体
|
|
6707
7038
|
*/
|
|
@@ -6753,51 +7084,25 @@ export interface DeleteVpnConnectionRequest {
|
|
|
6753
7084
|
VpnConnectionId: string;
|
|
6754
7085
|
}
|
|
6755
7086
|
/**
|
|
6756
|
-
*
|
|
7087
|
+
* DescribePrivateNatGatewayDestinationIpPortTranslationNatRules请求参数结构体
|
|
6757
7088
|
*/
|
|
6758
|
-
export interface
|
|
6759
|
-
/**
|
|
6760
|
-
* 协议, 取值: TCP,UDP, ICMP, ALL。
|
|
6761
|
-
*/
|
|
6762
|
-
Protocol?: string;
|
|
6763
|
-
/**
|
|
6764
|
-
* 端口(all, 单个port, range)。当Protocol为ALL或ICMP时,不能指定Port。
|
|
6765
|
-
*/
|
|
6766
|
-
Port?: string;
|
|
7089
|
+
export interface DescribePrivateNatGatewayDestinationIpPortTranslationNatRulesRequest {
|
|
6767
7090
|
/**
|
|
6768
|
-
*
|
|
6769
|
-
*/
|
|
6770
|
-
CidrBlock?: string;
|
|
6771
|
-
/**
|
|
6772
|
-
* 网段或IPv6(互斥)。
|
|
6773
|
-
*/
|
|
6774
|
-
Ipv6CidrBlock?: string;
|
|
6775
|
-
/**
|
|
6776
|
-
* ACCEPT 或 DROP。
|
|
7091
|
+
* 私网网关唯一`ID`,形如"intranat-xxxxxxxx)
|
|
6777
7092
|
*/
|
|
6778
|
-
|
|
6779
|
-
/**
|
|
6780
|
-
* 规则描述,最大长度100。
|
|
6781
|
-
*/
|
|
6782
|
-
Description?: string;
|
|
7093
|
+
NatGatewayId: string;
|
|
6783
7094
|
/**
|
|
6784
|
-
*
|
|
7095
|
+
* 过滤条件,Name可选值"OriginalIp", "TranslationIp", "OriginalPort","TranslationPort", "Protocol", "Description"
|
|
6785
7096
|
*/
|
|
6786
|
-
|
|
6787
|
-
/**
|
|
6788
|
-
* 优先级,从1开始。
|
|
6789
|
-
*/
|
|
6790
|
-
Priority?: number;
|
|
7097
|
+
Filters?: Array<Filter>;
|
|
6791
7098
|
/**
|
|
6792
|
-
*
|
|
6793
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
7099
|
+
* 偏移量,默认值为0。
|
|
6794
7100
|
*/
|
|
6795
|
-
|
|
7101
|
+
Offset?: number;
|
|
6796
7102
|
/**
|
|
6797
|
-
*
|
|
6798
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
7103
|
+
* 返回数目,默认值为20。
|
|
6799
7104
|
*/
|
|
6800
|
-
|
|
7105
|
+
Limit?: number;
|
|
6801
7106
|
}
|
|
6802
7107
|
/**
|
|
6803
7108
|
* DescribeDhcpIps请求参数结构体
|
|
@@ -7635,6 +7940,39 @@ export interface CreateVpcEndPointServiceRequest {
|
|
|
7635
7940
|
*/
|
|
7636
7941
|
ServiceType?: string;
|
|
7637
7942
|
}
|
|
7943
|
+
/**
|
|
7944
|
+
* DescribePrivateNatGateways请求参数结构体
|
|
7945
|
+
*/
|
|
7946
|
+
export interface DescribePrivateNatGatewaysRequest {
|
|
7947
|
+
/**
|
|
7948
|
+
* 私网网关唯一`ID`,形如:`intranat-0g3blj80`。
|
|
7949
|
+
*/
|
|
7950
|
+
NatGatewayIds?: Array<string>;
|
|
7951
|
+
/**
|
|
7952
|
+
* 过滤条件。
|
|
7953
|
+
<li>NatGatewayId - String - 私网网关唯一`ID`,形如:`intranat-0g3blj80`。</li>
|
|
7954
|
+
<li>NatGatewayName - String - 专线网关名称,默认模糊查询。</li>
|
|
7955
|
+
<li>VpcId - String - 私网网关所在`VpcId`。</li>
|
|
7956
|
+
<li>TagKey - Tag数组 - 私网网关标签键值对数组</li>
|
|
7957
|
+
*/
|
|
7958
|
+
Filters?: Array<Filter>;
|
|
7959
|
+
/**
|
|
7960
|
+
* 偏移量,默认为0。
|
|
7961
|
+
*/
|
|
7962
|
+
Offset?: number;
|
|
7963
|
+
/**
|
|
7964
|
+
* 返回数量,默认为20。
|
|
7965
|
+
*/
|
|
7966
|
+
Limit?: number;
|
|
7967
|
+
/**
|
|
7968
|
+
* 排序字段。可选值:"NatGatewayId"、"NatGatewayName"、"CreatedTime"
|
|
7969
|
+
*/
|
|
7970
|
+
OrderField?: string;
|
|
7971
|
+
/**
|
|
7972
|
+
* 排序方式。可选值:"ASC"、"DESC"。
|
|
7973
|
+
*/
|
|
7974
|
+
OrderDirection?: string;
|
|
7975
|
+
}
|
|
7638
7976
|
/**
|
|
7639
7977
|
* `IPv6`地址信息。
|
|
7640
7978
|
*/
|
|
@@ -7668,6 +8006,23 @@ export interface Ipv6Address {
|
|
|
7668
8006
|
*/
|
|
7669
8007
|
State?: string;
|
|
7670
8008
|
}
|
|
8009
|
+
/**
|
|
8010
|
+
* DescribePrivateNatGatewayTranslationAclRules返回参数结构体
|
|
8011
|
+
*/
|
|
8012
|
+
export interface DescribePrivateNatGatewayTranslationAclRulesResponse {
|
|
8013
|
+
/**
|
|
8014
|
+
* 返回个数。
|
|
8015
|
+
*/
|
|
8016
|
+
TotalCount?: number;
|
|
8017
|
+
/**
|
|
8018
|
+
* 访问控制规则列表。
|
|
8019
|
+
*/
|
|
8020
|
+
TranslationAclRuleSet?: Array<TranslationAclRule>;
|
|
8021
|
+
/**
|
|
8022
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
8023
|
+
*/
|
|
8024
|
+
RequestId?: string;
|
|
8025
|
+
}
|
|
7671
8026
|
/**
|
|
7672
8027
|
* CreateNetworkInterface请求参数结构体
|
|
7673
8028
|
*/
|
|
@@ -7727,9 +8082,46 @@ export interface BandwidthPackageBillBandwidth {
|
|
|
7727
8082
|
BandwidthUsage: number;
|
|
7728
8083
|
}
|
|
7729
8084
|
/**
|
|
7730
|
-
*
|
|
8085
|
+
* DescribePrivateNatGatewayTranslationAclRules请求参数结构体
|
|
7731
8086
|
*/
|
|
7732
|
-
export interface
|
|
8087
|
+
export interface DescribePrivateNatGatewayTranslationAclRulesRequest {
|
|
8088
|
+
/**
|
|
8089
|
+
* 私网网关唯一`ID`,形如:`intranat-xxxxxxxx`。
|
|
8090
|
+
*/
|
|
8091
|
+
NatGatewayId: string;
|
|
8092
|
+
/**
|
|
8093
|
+
* 转换规则目标,可选值"LOCAL"。
|
|
8094
|
+
*/
|
|
8095
|
+
TranslationDirection: string;
|
|
8096
|
+
/**
|
|
8097
|
+
* 转换规则类型,可选值"NETWORK_LAYER","TRANSPORT_LAYER"。
|
|
8098
|
+
*/
|
|
8099
|
+
TranslationType: string;
|
|
8100
|
+
/**
|
|
8101
|
+
* 转换`IP`,当转换规则类型为四层时为`IP`池。
|
|
8102
|
+
*/
|
|
8103
|
+
TranslationIp: string;
|
|
8104
|
+
/**
|
|
8105
|
+
* 源`IP`,当转换规则类型为三层时有效。
|
|
8106
|
+
*/
|
|
8107
|
+
OriginalIp?: string;
|
|
8108
|
+
/**
|
|
8109
|
+
* 偏移量。默认值为0。
|
|
8110
|
+
*/
|
|
8111
|
+
Offset?: number;
|
|
8112
|
+
/**
|
|
8113
|
+
* 返回数目,默认值为20。
|
|
8114
|
+
*/
|
|
8115
|
+
Limit?: number;
|
|
8116
|
+
}
|
|
8117
|
+
/**
|
|
8118
|
+
* DeletePrivateNatGatewayTranslationNatRule返回参数结构体
|
|
8119
|
+
*/
|
|
8120
|
+
export interface DeletePrivateNatGatewayTranslationNatRuleResponse {
|
|
8121
|
+
/**
|
|
8122
|
+
* 私网网关唯一`ID`,形如:`intranat-xxxxxxxx`。
|
|
8123
|
+
*/
|
|
8124
|
+
NatGatewayId: string;
|
|
7733
8125
|
/**
|
|
7734
8126
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
7735
8127
|
*/
|
|
@@ -8703,25 +9095,30 @@ export interface AssociateDirectConnectGatewayNatGatewayRequest {
|
|
|
8703
9095
|
DirectConnectGatewayId: string;
|
|
8704
9096
|
}
|
|
8705
9097
|
/**
|
|
8706
|
-
*
|
|
9098
|
+
* DeletePrivateNatGatewayDestinationIpPortTranslationNatRule请求参数结构体
|
|
8707
9099
|
*/
|
|
8708
|
-
export interface
|
|
9100
|
+
export interface DeletePrivateNatGatewayDestinationIpPortTranslationNatRuleRequest {
|
|
8709
9101
|
/**
|
|
8710
|
-
*
|
|
9102
|
+
* 私网网关唯一`ID`,形如:`intranat-xxxxxxxx`。
|
|
8711
9103
|
*/
|
|
8712
|
-
|
|
9104
|
+
NatGatewayId: string;
|
|
8713
9105
|
/**
|
|
8714
|
-
*
|
|
9106
|
+
* 目的端口转换规则数组。
|
|
8715
9107
|
*/
|
|
8716
|
-
|
|
9108
|
+
LocalDestinationIpPortTranslationNatRules: Array<LocalDestinationIpPortTranslationNatRule>;
|
|
9109
|
+
}
|
|
9110
|
+
/**
|
|
9111
|
+
* CreatePrivateNatGatewayTranslationNatRule返回参数结构体
|
|
9112
|
+
*/
|
|
9113
|
+
export interface CreatePrivateNatGatewayTranslationNatRuleResponse {
|
|
8717
9114
|
/**
|
|
8718
|
-
*
|
|
9115
|
+
* 私网网关唯一`ID`。
|
|
8719
9116
|
*/
|
|
8720
|
-
|
|
9117
|
+
NatGatewayId?: string;
|
|
8721
9118
|
/**
|
|
8722
|
-
*
|
|
9119
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
8723
9120
|
*/
|
|
8724
|
-
|
|
9121
|
+
RequestId?: string;
|
|
8725
9122
|
}
|
|
8726
9123
|
/**
|
|
8727
9124
|
* ModifyAddressAttribute返回参数结构体
|
|
@@ -8989,17 +9386,21 @@ export interface CcnInstance {
|
|
|
8989
9386
|
RouteTableId?: string;
|
|
8990
9387
|
}
|
|
8991
9388
|
/**
|
|
8992
|
-
*
|
|
9389
|
+
* DescribeLocalGateway返回参数结构体
|
|
8993
9390
|
*/
|
|
8994
|
-
export interface
|
|
9391
|
+
export interface DescribeLocalGatewayResponse {
|
|
8995
9392
|
/**
|
|
8996
|
-
*
|
|
9393
|
+
* 本地网关信息集合。
|
|
8997
9394
|
*/
|
|
8998
|
-
|
|
9395
|
+
LocalGatewaySet?: Array<LocalGateway>;
|
|
8999
9396
|
/**
|
|
9000
|
-
*
|
|
9397
|
+
* 本地网关总数。
|
|
9001
9398
|
*/
|
|
9002
|
-
|
|
9399
|
+
TotalCount?: number;
|
|
9400
|
+
/**
|
|
9401
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
9402
|
+
*/
|
|
9403
|
+
RequestId?: string;
|
|
9003
9404
|
}
|
|
9004
9405
|
/**
|
|
9005
9406
|
* 单项计费价格信息
|
|
@@ -9040,6 +9441,15 @@ export interface ModifyCustomerGatewayAttributeResponse {
|
|
|
9040
9441
|
*/
|
|
9041
9442
|
RequestId?: string;
|
|
9042
9443
|
}
|
|
9444
|
+
/**
|
|
9445
|
+
* CreatePrivateNatGatewayTranslationAclRule返回参数结构体
|
|
9446
|
+
*/
|
|
9447
|
+
export interface CreatePrivateNatGatewayTranslationAclRuleResponse {
|
|
9448
|
+
/**
|
|
9449
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
9450
|
+
*/
|
|
9451
|
+
RequestId?: string;
|
|
9452
|
+
}
|
|
9043
9453
|
/**
|
|
9044
9454
|
* 冲突资源条目信息。
|
|
9045
9455
|
*/
|
|
@@ -9195,6 +9605,31 @@ export interface GatewayQos {
|
|
|
9195
9605
|
*/
|
|
9196
9606
|
CreateTime: string;
|
|
9197
9607
|
}
|
|
9608
|
+
/**
|
|
9609
|
+
* DescribePrivateNatGatewayTranslationNatRules请求参数结构体
|
|
9610
|
+
*/
|
|
9611
|
+
export interface DescribePrivateNatGatewayTranslationNatRulesRequest {
|
|
9612
|
+
/**
|
|
9613
|
+
* 私网网关唯一`ID`,形如:`intranat-xxxxxxxx`。
|
|
9614
|
+
*/
|
|
9615
|
+
NatGatewayId?: string;
|
|
9616
|
+
/**
|
|
9617
|
+
* 过滤条件。
|
|
9618
|
+
<li>OriginalIp - String - 转换规则源`IP`。</li>
|
|
9619
|
+
<li>TranslationIp - String - 转换`IP`。</li>
|
|
9620
|
+
<li>VpcId - String - 私网网关所在`VpcId`。</li>
|
|
9621
|
+
<li>Description - String - 转换规则描述</li>
|
|
9622
|
+
*/
|
|
9623
|
+
Filters?: Array<Filter>;
|
|
9624
|
+
/**
|
|
9625
|
+
* 偏移量。默认值为0。
|
|
9626
|
+
*/
|
|
9627
|
+
Offset?: number;
|
|
9628
|
+
/**
|
|
9629
|
+
* 返回数量。默认值为20。
|
|
9630
|
+
*/
|
|
9631
|
+
Limit?: number;
|
|
9632
|
+
}
|
|
9198
9633
|
/**
|
|
9199
9634
|
* GetCcnRegionBandwidthLimits请求参数结构体
|
|
9200
9635
|
*/
|
|
@@ -9354,6 +9789,90 @@ export interface DescribeCrossBorderFlowMonitorRequest {
|
|
|
9354
9789
|
*/
|
|
9355
9790
|
EndTime: string;
|
|
9356
9791
|
}
|
|
9792
|
+
/**
|
|
9793
|
+
* 本端目的IP端口转换复杂结构
|
|
9794
|
+
*/
|
|
9795
|
+
export interface DestinationIpPortTranslationNatRuleDiff {
|
|
9796
|
+
/**
|
|
9797
|
+
* 协议
|
|
9798
|
+
*/
|
|
9799
|
+
Protocol: string;
|
|
9800
|
+
/**
|
|
9801
|
+
* 源端口
|
|
9802
|
+
*/
|
|
9803
|
+
OriginalPort: number;
|
|
9804
|
+
/**
|
|
9805
|
+
* 源IP
|
|
9806
|
+
*/
|
|
9807
|
+
OriginalIp: string;
|
|
9808
|
+
/**
|
|
9809
|
+
* 目的端口
|
|
9810
|
+
*/
|
|
9811
|
+
TranslationPort: number;
|
|
9812
|
+
/**
|
|
9813
|
+
* 目的IP
|
|
9814
|
+
*/
|
|
9815
|
+
TranslationIp: string;
|
|
9816
|
+
/**
|
|
9817
|
+
* 旧协议。
|
|
9818
|
+
*/
|
|
9819
|
+
OldProtocol: string;
|
|
9820
|
+
/**
|
|
9821
|
+
* 旧源端口
|
|
9822
|
+
*/
|
|
9823
|
+
OldOriginalPort: number;
|
|
9824
|
+
/**
|
|
9825
|
+
* 旧源IP
|
|
9826
|
+
*/
|
|
9827
|
+
OldOriginalIp: string;
|
|
9828
|
+
/**
|
|
9829
|
+
* 旧目的端口
|
|
9830
|
+
*/
|
|
9831
|
+
OldTranslationPort: number;
|
|
9832
|
+
/**
|
|
9833
|
+
* 旧目的IP
|
|
9834
|
+
*/
|
|
9835
|
+
OldTranslationIp: string;
|
|
9836
|
+
/**
|
|
9837
|
+
* 描述
|
|
9838
|
+
*/
|
|
9839
|
+
Description?: string;
|
|
9840
|
+
}
|
|
9841
|
+
/**
|
|
9842
|
+
* 私网网关对象
|
|
9843
|
+
*/
|
|
9844
|
+
export interface PrivateNatGateway {
|
|
9845
|
+
/**
|
|
9846
|
+
* 私网网关`ID`。
|
|
9847
|
+
*/
|
|
9848
|
+
NatGatewayId?: string;
|
|
9849
|
+
/**
|
|
9850
|
+
* 私网网关名称。
|
|
9851
|
+
*/
|
|
9852
|
+
NatGatewayName?: string;
|
|
9853
|
+
/**
|
|
9854
|
+
* 私网网关关联`VPC`实例`ID`。
|
|
9855
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
9856
|
+
*/
|
|
9857
|
+
VpcId?: string;
|
|
9858
|
+
/**
|
|
9859
|
+
* 私网网关当前状态。
|
|
9860
|
+
*/
|
|
9861
|
+
Status?: string;
|
|
9862
|
+
/**
|
|
9863
|
+
* 私网网关跨域标志。
|
|
9864
|
+
*/
|
|
9865
|
+
CrossDomain?: boolean;
|
|
9866
|
+
/**
|
|
9867
|
+
* 创建时间
|
|
9868
|
+
*/
|
|
9869
|
+
CreatedTime?: string;
|
|
9870
|
+
/**
|
|
9871
|
+
* 标签键值对。
|
|
9872
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
9873
|
+
*/
|
|
9874
|
+
TagSet?: Array<Tag>;
|
|
9875
|
+
}
|
|
9357
9876
|
/**
|
|
9358
9877
|
* DescribeVpnGatewayRoutes返回参数结构体
|
|
9359
9878
|
*/
|
|
@@ -9411,6 +9930,35 @@ export interface CreateVpnConnRoute {
|
|
|
9411
9930
|
*/
|
|
9412
9931
|
Priority?: number;
|
|
9413
9932
|
}
|
|
9933
|
+
/**
|
|
9934
|
+
* CreatePrivateNatGateway请求参数结构体
|
|
9935
|
+
*/
|
|
9936
|
+
export interface CreatePrivateNatGatewayRequest {
|
|
9937
|
+
/**
|
|
9938
|
+
* 私网网关名称
|
|
9939
|
+
*/
|
|
9940
|
+
NatGatewayName: string;
|
|
9941
|
+
/**
|
|
9942
|
+
* 私有网络实例ID。当创建VPC类型私网NAT网关或者专线网关类型私网NAT网关时,此参数必填。
|
|
9943
|
+
*/
|
|
9944
|
+
VpcId?: string;
|
|
9945
|
+
/**
|
|
9946
|
+
* 跨域参数。仅当取值为True时,才会支持跨域绑定VPC。
|
|
9947
|
+
*/
|
|
9948
|
+
CrossDomain?: boolean;
|
|
9949
|
+
/**
|
|
9950
|
+
* 实例标签
|
|
9951
|
+
*/
|
|
9952
|
+
Tags?: Array<Tag>;
|
|
9953
|
+
/**
|
|
9954
|
+
* VPC类型私网NAT网关。仅当取值为True时,才会创建VPC类型私网NAT网关。
|
|
9955
|
+
*/
|
|
9956
|
+
VpcType?: boolean;
|
|
9957
|
+
/**
|
|
9958
|
+
* 云联网类型私网NAT网关需要绑定的云联网实例ID。
|
|
9959
|
+
*/
|
|
9960
|
+
CcnId?: string;
|
|
9961
|
+
}
|
|
9414
9962
|
/**
|
|
9415
9963
|
* AttachCcnInstances返回参数结构体
|
|
9416
9964
|
*/
|
|
@@ -9451,6 +9999,23 @@ export interface ModifyVpnConnectionAttributeResponse {
|
|
|
9451
9999
|
*/
|
|
9452
10000
|
RequestId?: string;
|
|
9453
10001
|
}
|
|
10002
|
+
/**
|
|
10003
|
+
* DescribePrivateNatGatewayTranslationNatRules返回参数结构体
|
|
10004
|
+
*/
|
|
10005
|
+
export interface DescribePrivateNatGatewayTranslationNatRulesResponse {
|
|
10006
|
+
/**
|
|
10007
|
+
* 对象数目。
|
|
10008
|
+
*/
|
|
10009
|
+
TotalCount: number;
|
|
10010
|
+
/**
|
|
10011
|
+
* 转换规则详情数组。
|
|
10012
|
+
*/
|
|
10013
|
+
TranslationNatRuleSet: Array<TranslationNatRule>;
|
|
10014
|
+
/**
|
|
10015
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
10016
|
+
*/
|
|
10017
|
+
RequestId?: string;
|
|
10018
|
+
}
|
|
9454
10019
|
/**
|
|
9455
10020
|
* 内网IP信息
|
|
9456
10021
|
*/
|
|
@@ -9972,13 +10537,13 @@ export interface DescribeAddressTemplateGroupsResponse {
|
|
|
9972
10537
|
RequestId?: string;
|
|
9973
10538
|
}
|
|
9974
10539
|
/**
|
|
9975
|
-
*
|
|
10540
|
+
* ModifyPrivateNatGatewayTranslationAclRule返回参数结构体
|
|
9976
10541
|
*/
|
|
9977
|
-
export interface
|
|
10542
|
+
export interface ModifyPrivateNatGatewayTranslationAclRuleResponse {
|
|
9978
10543
|
/**
|
|
9979
|
-
*
|
|
10544
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
9980
10545
|
*/
|
|
9981
|
-
|
|
10546
|
+
RequestId?: string;
|
|
9982
10547
|
}
|
|
9983
10548
|
/**
|
|
9984
10549
|
* CreateDirectConnectGatewayCcnRoutes请求参数结构体
|
|
@@ -10085,17 +10650,29 @@ export interface DescribeCustomerGatewaysRequest {
|
|
|
10085
10650
|
Limit?: number;
|
|
10086
10651
|
}
|
|
10087
10652
|
/**
|
|
10088
|
-
*
|
|
10653
|
+
* InquiryPriceCreateVpnGateway请求参数结构体
|
|
10089
10654
|
*/
|
|
10090
|
-
export interface
|
|
10655
|
+
export interface InquiryPriceCreateVpnGatewayRequest {
|
|
10091
10656
|
/**
|
|
10092
|
-
*
|
|
10657
|
+
* 公网带宽设置。可选带宽规格:5, 10, 20, 50, 100, 200, 500, 1000, 3000;单位:Mbps。
|
|
10093
10658
|
*/
|
|
10094
|
-
|
|
10659
|
+
InternetMaxBandwidthOut: number;
|
|
10095
10660
|
/**
|
|
10096
|
-
*
|
|
10661
|
+
* VPN网关计费模式,PREPAID:表示预付费,即包年包月,POSTPAID_BY_HOUR:表示后付费,即按量计费。默认:POSTPAID_BY_HOUR,如果指定预付费模式,参数InstanceChargePrepaid必填。
|
|
10097
10662
|
*/
|
|
10098
|
-
|
|
10663
|
+
InstanceChargeType?: string;
|
|
10664
|
+
/**
|
|
10665
|
+
* 预付费模式,即包年包月相关参数设置。通过该参数可以指定包年包月实例的购买时长、是否设置自动续费等属性。若指定实例的付费模式为预付费则该参数必传。
|
|
10666
|
+
*/
|
|
10667
|
+
InstanceChargePrepaid?: InstanceChargePrepaid;
|
|
10668
|
+
/**
|
|
10669
|
+
* SSL VPN连接数设置,可选规格:5, 10, 20, 50, 100, 200, 500, 1000;单位:个。
|
|
10670
|
+
*/
|
|
10671
|
+
MaxConnection?: number;
|
|
10672
|
+
/**
|
|
10673
|
+
* 查询的VPN类型,支持IPSEC、SSL两种类型,为SSL类型时,MaxConnection参数必传。
|
|
10674
|
+
*/
|
|
10675
|
+
Type?: string;
|
|
10099
10676
|
}
|
|
10100
10677
|
/**
|
|
10101
10678
|
* 描述网络中心每个产品的配额信息
|
|
@@ -10475,6 +11052,35 @@ export interface UnassignIpv6AddressesRequest {
|
|
|
10475
11052
|
*/
|
|
10476
11053
|
Ipv6Addresses: Array<Ipv6Address>;
|
|
10477
11054
|
}
|
|
11055
|
+
/**
|
|
11056
|
+
* ModifyPrivateNatGatewayTranslationAclRule请求参数结构体
|
|
11057
|
+
*/
|
|
11058
|
+
export interface ModifyPrivateNatGatewayTranslationAclRuleRequest {
|
|
11059
|
+
/**
|
|
11060
|
+
* 私网网关唯一`ID`,形如:`intranat-xxxxxxxx`。
|
|
11061
|
+
*/
|
|
11062
|
+
NatGatewayId: string;
|
|
11063
|
+
/**
|
|
11064
|
+
* 转换规则目标,可选值"LOCAL"。
|
|
11065
|
+
*/
|
|
11066
|
+
TranslationDirection: string;
|
|
11067
|
+
/**
|
|
11068
|
+
* 转换规则类型,可选值"NETWORK_LAYER","TRANSPORT_LAYER"。
|
|
11069
|
+
*/
|
|
11070
|
+
TranslationType: string;
|
|
11071
|
+
/**
|
|
11072
|
+
* 转换`IP`,当转换规则类型为四层时为`IP`池
|
|
11073
|
+
*/
|
|
11074
|
+
TranslationIp: string;
|
|
11075
|
+
/**
|
|
11076
|
+
* 访问控制列表,需要附带AclRuleId参数。
|
|
11077
|
+
*/
|
|
11078
|
+
TranslationAclRules: Array<TranslationAclRule>;
|
|
11079
|
+
/**
|
|
11080
|
+
* 源`IP`,当转换规则类型为三层时有效
|
|
11081
|
+
*/
|
|
11082
|
+
OriginalIp?: string;
|
|
11083
|
+
}
|
|
10478
11084
|
/**
|
|
10479
11085
|
* CreateTrafficPackages请求参数结构体
|
|
10480
11086
|
*/
|
|
@@ -10524,21 +11130,56 @@ export interface ModifyCcnAttributeRequest {
|
|
|
10524
11130
|
*/
|
|
10525
11131
|
CcnId: string;
|
|
10526
11132
|
/**
|
|
10527
|
-
* CCN名称,最大长度不能超过60个字节,限制:CcnName和CcnDescription必须至少选择一个参数输入,否则报错。
|
|
11133
|
+
* CCN名称,最大长度不能超过60个字节,限制:CcnName和CcnDescription必须至少选择一个参数输入,否则报错。
|
|
11134
|
+
*/
|
|
11135
|
+
CcnName?: string;
|
|
11136
|
+
/**
|
|
11137
|
+
* CCN描述信息,最大长度不能超过100个字节,限制:CcnName和CcnDescription必须至少选择一个参数输入,否则报错。
|
|
11138
|
+
*/
|
|
11139
|
+
CcnDescription?: string;
|
|
11140
|
+
/**
|
|
11141
|
+
* 是否开启等价路由功能。`False` 不开启,`True` 开启。
|
|
11142
|
+
*/
|
|
11143
|
+
RouteECMPFlag?: boolean;
|
|
11144
|
+
/**
|
|
11145
|
+
* 是否开启路由重叠功能。`False` 不开启,`True` 开启。
|
|
11146
|
+
*/
|
|
11147
|
+
RouteOverlapFlag?: boolean;
|
|
11148
|
+
}
|
|
11149
|
+
/**
|
|
11150
|
+
* 私网网关Snat转发规则
|
|
11151
|
+
*/
|
|
11152
|
+
export interface TranslationNatRule {
|
|
11153
|
+
/**
|
|
11154
|
+
* 转换规则目标,可选值"LOCAL","PEER"。
|
|
11155
|
+
*/
|
|
11156
|
+
TranslationDirection: string;
|
|
11157
|
+
/**
|
|
11158
|
+
* 转换规则类型,可选值"NETWORK_LAYER","TRANSPORT_LAYER"。
|
|
11159
|
+
*/
|
|
11160
|
+
TranslationType: string;
|
|
11161
|
+
/**
|
|
11162
|
+
* 转换`IP`,当转换规则类型为四层时为`IP`池。
|
|
11163
|
+
*/
|
|
11164
|
+
TranslationIp: string;
|
|
11165
|
+
/**
|
|
11166
|
+
* 转换规则描述。
|
|
11167
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
10528
11168
|
*/
|
|
10529
|
-
|
|
11169
|
+
Description: string;
|
|
10530
11170
|
/**
|
|
10531
|
-
*
|
|
11171
|
+
* 源`IP`,当转换规则类型为三层时有效。
|
|
11172
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
10532
11173
|
*/
|
|
10533
|
-
|
|
11174
|
+
OriginalIp?: string;
|
|
10534
11175
|
/**
|
|
10535
|
-
*
|
|
11176
|
+
* 创建时间。
|
|
10536
11177
|
*/
|
|
10537
|
-
|
|
11178
|
+
CreateTime?: string;
|
|
10538
11179
|
/**
|
|
10539
|
-
*
|
|
11180
|
+
* 更新时间。
|
|
10540
11181
|
*/
|
|
10541
|
-
|
|
11182
|
+
UpdateTime?: string;
|
|
10542
11183
|
}
|
|
10543
11184
|
/**
|
|
10544
11185
|
* 资源统计信息
|
|
@@ -10606,13 +11247,33 @@ export interface ModifyNetworkAclAttributeRequest {
|
|
|
10606
11247
|
NetworkAclName: string;
|
|
10607
11248
|
}
|
|
10608
11249
|
/**
|
|
10609
|
-
*
|
|
11250
|
+
* CreatePrivateNatGatewayTranslationAclRule请求参数结构体
|
|
10610
11251
|
*/
|
|
10611
|
-
export interface
|
|
11252
|
+
export interface CreatePrivateNatGatewayTranslationAclRuleRequest {
|
|
10612
11253
|
/**
|
|
10613
|
-
*
|
|
11254
|
+
* 私网网关唯一`ID`,形如:`intranat-xxxxxxxx`。
|
|
10614
11255
|
*/
|
|
10615
|
-
|
|
11256
|
+
NatGatewayId: string;
|
|
11257
|
+
/**
|
|
11258
|
+
* 转换规则目标,可选值"LOCAL"。
|
|
11259
|
+
*/
|
|
11260
|
+
TranslationDirection: string;
|
|
11261
|
+
/**
|
|
11262
|
+
* 转换规则类型,可选值"NETWORK_LAYER","TRANSPORT_LAYER"。
|
|
11263
|
+
*/
|
|
11264
|
+
TranslationType: string;
|
|
11265
|
+
/**
|
|
11266
|
+
* 转换`IP`,当转换规则类型为四层时为`IP`池。
|
|
11267
|
+
*/
|
|
11268
|
+
TranslationIp: string;
|
|
11269
|
+
/**
|
|
11270
|
+
* 访问控制列表。
|
|
11271
|
+
*/
|
|
11272
|
+
TranslationAclRules: Array<TranslationAclRule>;
|
|
11273
|
+
/**
|
|
11274
|
+
* 源`IP`,当转换规则类型为三层时有效。
|
|
11275
|
+
*/
|
|
11276
|
+
OriginalIp?: string;
|
|
10616
11277
|
}
|
|
10617
11278
|
/**
|
|
10618
11279
|
* DeleteVpnGateway返回参数结构体
|
|
@@ -10977,6 +11638,15 @@ export interface EnableGatewayFlowMonitorResponse {
|
|
|
10977
11638
|
*/
|
|
10978
11639
|
RequestId?: string;
|
|
10979
11640
|
}
|
|
11641
|
+
/**
|
|
11642
|
+
* ModifyPrivateNatGatewayDestinationIpPortTranslationNatRule返回参数结构体
|
|
11643
|
+
*/
|
|
11644
|
+
export interface ModifyPrivateNatGatewayDestinationIpPortTranslationNatRuleResponse {
|
|
11645
|
+
/**
|
|
11646
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
11647
|
+
*/
|
|
11648
|
+
RequestId?: string;
|
|
11649
|
+
}
|
|
10980
11650
|
/**
|
|
10981
11651
|
* 描述带宽包资源信息的结构
|
|
10982
11652
|
*/
|
|
@@ -10994,6 +11664,23 @@ export interface Resource {
|
|
|
10994
11664
|
*/
|
|
10995
11665
|
AddressIp: string;
|
|
10996
11666
|
}
|
|
11667
|
+
/**
|
|
11668
|
+
* DescribePrivateNatGatewayDestinationIpPortTranslationNatRules返回参数结构体
|
|
11669
|
+
*/
|
|
11670
|
+
export interface DescribePrivateNatGatewayDestinationIpPortTranslationNatRulesResponse {
|
|
11671
|
+
/**
|
|
11672
|
+
* 总规则数目。
|
|
11673
|
+
*/
|
|
11674
|
+
TotalCount: number;
|
|
11675
|
+
/**
|
|
11676
|
+
* 目的端口转换规则数组。
|
|
11677
|
+
*/
|
|
11678
|
+
LocalDestinationIpPortTranslationNatRuleSet: Array<PrivateNatDestinationIpPortTranslationNatRule>;
|
|
11679
|
+
/**
|
|
11680
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
11681
|
+
*/
|
|
11682
|
+
RequestId?: string;
|
|
11683
|
+
}
|
|
10997
11684
|
/**
|
|
10998
11685
|
* DeleteDhcpIp请求参数结构体
|
|
10999
11686
|
*/
|
|
@@ -11154,18 +11841,56 @@ export interface DeleteVpcPeeringConnectionRequest {
|
|
|
11154
11841
|
PeeringConnectionId: string;
|
|
11155
11842
|
}
|
|
11156
11843
|
/**
|
|
11157
|
-
*
|
|
11844
|
+
* CreateBandwidthPackage请求参数结构体
|
|
11158
11845
|
*/
|
|
11159
|
-
export interface
|
|
11846
|
+
export interface CreateBandwidthPackageRequest {
|
|
11160
11847
|
/**
|
|
11161
|
-
*
|
|
11162
|
-
|
|
11848
|
+
* 带宽包类型, 默认值: BGP, 可选值:
|
|
11849
|
+
<li>BGP: 普通BGP共享带宽包</li>
|
|
11850
|
+
<li>HIGH_QUALITY_BGP: 精品BGP共享带宽包</li>
|
|
11851
|
+
<li>SINGLEISP_CMCC: 中国移动共享带宽包</li>
|
|
11852
|
+
<li>SINGLEISP_CTCC: 中国电信共享带宽包</li>
|
|
11853
|
+
<li>SINGLEISP_CUCC: 中国联通共享带宽包</li>
|
|
11163
11854
|
*/
|
|
11164
|
-
|
|
11855
|
+
NetworkType?: string;
|
|
11165
11856
|
/**
|
|
11166
|
-
*
|
|
11857
|
+
* 带宽包计费类型, 默认为: ENHANCED95_POSTPAID_BY_MONTH, 可选值:
|
|
11858
|
+
<li>TOP5_POSTPAID_BY_MONTH: 按月后付费TOP5计费</li>
|
|
11859
|
+
<li>PERCENT95_POSTPAID_BY_MONTH: 按月后付费月95计费</li>
|
|
11860
|
+
<li>FIXED_PREPAID_BY_MONTH: 包月预付费计费</li>
|
|
11861
|
+
<li>ENHANCED95_POSTPAID_BY_MONTH: 按月后付费增强型95计费</li>
|
|
11862
|
+
<li>PEAK_BANDWIDTH_POSTPAID_BY_DAY: 后付费日结按带宽计费</li>
|
|
11863
|
+
|
|
11167
11864
|
*/
|
|
11168
|
-
|
|
11865
|
+
ChargeType?: string;
|
|
11866
|
+
/**
|
|
11867
|
+
* 带宽包名称。
|
|
11868
|
+
*/
|
|
11869
|
+
BandwidthPackageName?: string;
|
|
11870
|
+
/**
|
|
11871
|
+
* 带宽包数量(传统账户类型只能填1), 标准账户类型取值范围为1~20。
|
|
11872
|
+
*/
|
|
11873
|
+
BandwidthPackageCount?: number;
|
|
11874
|
+
/**
|
|
11875
|
+
* 带宽包限速大小。单位:Mbps,-1表示不限速。不同计费类型的带宽包对应不同的带宽上下限。
|
|
11876
|
+
*/
|
|
11877
|
+
InternetMaxBandwidth?: number;
|
|
11878
|
+
/**
|
|
11879
|
+
* 需要关联的标签列表。
|
|
11880
|
+
*/
|
|
11881
|
+
Tags?: Array<Tag>;
|
|
11882
|
+
/**
|
|
11883
|
+
* 带宽包协议类型。当前支持'ipv4'和'ipv6'协议带宽包,默认值是'ipv4'。
|
|
11884
|
+
*/
|
|
11885
|
+
Protocol?: string;
|
|
11886
|
+
/**
|
|
11887
|
+
* 预付费包月带宽包的购买时长,单位: 月,取值范围: 1~60。
|
|
11888
|
+
*/
|
|
11889
|
+
TimeSpan?: number;
|
|
11890
|
+
/**
|
|
11891
|
+
* 网络出口,默认值:center_egress1
|
|
11892
|
+
*/
|
|
11893
|
+
Egress?: string;
|
|
11169
11894
|
}
|
|
11170
11895
|
/**
|
|
11171
11896
|
* 跨境带宽监控数据
|
|
@@ -11309,6 +12034,15 @@ export interface ReplaceSecurityGroupPoliciesRequest {
|
|
|
11309
12034
|
*/
|
|
11310
12035
|
OriginalSecurityGroupPolicySet?: SecurityGroupPolicySet;
|
|
11311
12036
|
}
|
|
12037
|
+
/**
|
|
12038
|
+
* DeletePrivateNatGateway请求参数结构体
|
|
12039
|
+
*/
|
|
12040
|
+
export interface DeletePrivateNatGatewayRequest {
|
|
12041
|
+
/**
|
|
12042
|
+
* 私网网关唯一`ID`,形如"intranat-xxxxxxxx"。
|
|
12043
|
+
*/
|
|
12044
|
+
NatGatewayId: string;
|
|
12045
|
+
}
|
|
11312
12046
|
/**
|
|
11313
12047
|
* AdjustPublicAddress请求参数结构体
|
|
11314
12048
|
*/
|
|
@@ -11689,6 +12423,15 @@ export interface CreateDefaultVpcRequest {
|
|
|
11689
12423
|
*/
|
|
11690
12424
|
Force?: boolean;
|
|
11691
12425
|
}
|
|
12426
|
+
/**
|
|
12427
|
+
* DeletePrivateNatGateway返回参数结构体
|
|
12428
|
+
*/
|
|
12429
|
+
export interface DeletePrivateNatGatewayResponse {
|
|
12430
|
+
/**
|
|
12431
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
12432
|
+
*/
|
|
12433
|
+
RequestId?: string;
|
|
12434
|
+
}
|
|
11692
12435
|
/**
|
|
11693
12436
|
* DescribeSubnets返回参数结构体
|
|
11694
12437
|
*/
|
|
@@ -11780,6 +12523,23 @@ export interface EnableCcnRoutesResponse {
|
|
|
11780
12523
|
*/
|
|
11781
12524
|
RequestId?: string;
|
|
11782
12525
|
}
|
|
12526
|
+
/**
|
|
12527
|
+
* DescribePrivateNatGateways返回参数结构体
|
|
12528
|
+
*/
|
|
12529
|
+
export interface DescribePrivateNatGatewaysResponse {
|
|
12530
|
+
/**
|
|
12531
|
+
* 符合条件的对象数。
|
|
12532
|
+
*/
|
|
12533
|
+
TotalCount?: number;
|
|
12534
|
+
/**
|
|
12535
|
+
* 私网网关对象数组。
|
|
12536
|
+
*/
|
|
12537
|
+
PrivateNatGatewaySet?: Array<PrivateNatGateway>;
|
|
12538
|
+
/**
|
|
12539
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
12540
|
+
*/
|
|
12541
|
+
RequestId?: string;
|
|
12542
|
+
}
|
|
11783
12543
|
/**
|
|
11784
12544
|
* ModifyVpnGatewayCcnRoutes返回参数结构体
|
|
11785
12545
|
*/
|
|
@@ -12866,6 +13626,15 @@ export interface DescribeServiceTemplatesRequest {
|
|
|
12866
13626
|
*/
|
|
12867
13627
|
NeedMemberInfo?: boolean;
|
|
12868
13628
|
}
|
|
13629
|
+
/**
|
|
13630
|
+
* ModifyPrivateNatGatewayTranslationNatRule返回参数结构体
|
|
13631
|
+
*/
|
|
13632
|
+
export interface ModifyPrivateNatGatewayTranslationNatRuleResponse {
|
|
13633
|
+
/**
|
|
13634
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
13635
|
+
*/
|
|
13636
|
+
RequestId?: string;
|
|
13637
|
+
}
|
|
12869
13638
|
/**
|
|
12870
13639
|
* 协议端口模板
|
|
12871
13640
|
*/
|
|
@@ -13040,6 +13809,23 @@ export interface NetworkAclQuintupleEntries {
|
|
|
13040
13809
|
*/
|
|
13041
13810
|
Egress?: Array<NetworkAclQuintupleEntry>;
|
|
13042
13811
|
}
|
|
13812
|
+
/**
|
|
13813
|
+
* CreatePrivateNatGateway返回参数结构体
|
|
13814
|
+
*/
|
|
13815
|
+
export interface CreatePrivateNatGatewayResponse {
|
|
13816
|
+
/**
|
|
13817
|
+
* 私网网关对象。
|
|
13818
|
+
*/
|
|
13819
|
+
PrivateNatGatewaySet?: Array<PrivateNatGateway>;
|
|
13820
|
+
/**
|
|
13821
|
+
* 创建实例个数
|
|
13822
|
+
*/
|
|
13823
|
+
TotalCount?: number;
|
|
13824
|
+
/**
|
|
13825
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
13826
|
+
*/
|
|
13827
|
+
RequestId?: string;
|
|
13828
|
+
}
|
|
13043
13829
|
/**
|
|
13044
13830
|
* AttachNetworkInterface请求参数结构体
|
|
13045
13831
|
*/
|
|
@@ -13444,6 +14230,10 @@ export interface VpcLimit {
|
|
|
13444
14230
|
*/
|
|
13445
14231
|
LimitValue: number;
|
|
13446
14232
|
}
|
|
14233
|
+
/**
|
|
14234
|
+
* NAT地域地区对象
|
|
14235
|
+
*/
|
|
14236
|
+
export declare type NatRegionInfoWithArea = null;
|
|
13447
14237
|
/**
|
|
13448
14238
|
* DetachClassicLinkVpc返回参数结构体
|
|
13449
14239
|
*/
|
|
@@ -13549,13 +14339,33 @@ export interface EnableFlowLogsResponse {
|
|
|
13549
14339
|
RequestId?: string;
|
|
13550
14340
|
}
|
|
13551
14341
|
/**
|
|
13552
|
-
*
|
|
14342
|
+
* DeletePrivateNatGatewayTranslationAclRule请求参数结构体
|
|
13553
14343
|
*/
|
|
13554
|
-
export interface
|
|
14344
|
+
export interface DeletePrivateNatGatewayTranslationAclRuleRequest {
|
|
13555
14345
|
/**
|
|
13556
|
-
*
|
|
14346
|
+
* 私网网关唯一`ID`,形如:`intranat-xxxxxxxx`。
|
|
13557
14347
|
*/
|
|
13558
|
-
|
|
14348
|
+
NatGatewayId: string;
|
|
14349
|
+
/**
|
|
14350
|
+
* 转换规则目标,可选值"LOCAL"。
|
|
14351
|
+
*/
|
|
14352
|
+
TranslationDirection: string;
|
|
14353
|
+
/**
|
|
14354
|
+
* 转换规则类型,可选值"NETWORK_LAYER","TRANSPORT_LAYER"。
|
|
14355
|
+
*/
|
|
14356
|
+
TranslationType: string;
|
|
14357
|
+
/**
|
|
14358
|
+
* 转换`IP`,当转换规则类型为四层时为`IP`池
|
|
14359
|
+
*/
|
|
14360
|
+
TranslationIp: string;
|
|
14361
|
+
/**
|
|
14362
|
+
* 访问控制规则对应`ID`
|
|
14363
|
+
*/
|
|
14364
|
+
AclRuleIds: Array<number | bigint>;
|
|
14365
|
+
/**
|
|
14366
|
+
* 源`IP`,当转换规则类型为三层时有效
|
|
14367
|
+
*/
|
|
14368
|
+
OriginalIp?: string;
|
|
13559
14369
|
}
|
|
13560
14370
|
/**
|
|
13561
14371
|
* DescribeAddressQuota返回参数结构体
|
|
@@ -13617,6 +14427,39 @@ export interface DescribeDhcpIpsResponse {
|
|
|
13617
14427
|
*/
|
|
13618
14428
|
RequestId?: string;
|
|
13619
14429
|
}
|
|
14430
|
+
/**
|
|
14431
|
+
* 私网网关转发规则匹配ACL
|
|
14432
|
+
*/
|
|
14433
|
+
export interface TranslationAclRule {
|
|
14434
|
+
/**
|
|
14435
|
+
* ACL协议类型,可选值:"ALL","TCP","UDP"
|
|
14436
|
+
*/
|
|
14437
|
+
Protocol: string;
|
|
14438
|
+
/**
|
|
14439
|
+
* 源端口。
|
|
14440
|
+
*/
|
|
14441
|
+
SourcePort: string;
|
|
14442
|
+
/**
|
|
14443
|
+
* 源地址。支持`ip`或`cidr`格式"xxx.xxx.xxx.000/xx"
|
|
14444
|
+
*/
|
|
14445
|
+
SourceCidr: string;
|
|
14446
|
+
/**
|
|
14447
|
+
* 目的端口。
|
|
14448
|
+
*/
|
|
14449
|
+
DestinationPort: string;
|
|
14450
|
+
/**
|
|
14451
|
+
* 目的地址。
|
|
14452
|
+
*/
|
|
14453
|
+
DestinationCidr: string;
|
|
14454
|
+
/**
|
|
14455
|
+
* ACL规则`ID`。
|
|
14456
|
+
*/
|
|
14457
|
+
AclRuleId?: number;
|
|
14458
|
+
/**
|
|
14459
|
+
* 是否匹配。
|
|
14460
|
+
*/
|
|
14461
|
+
Action?: number;
|
|
14462
|
+
}
|
|
13620
14463
|
/**
|
|
13621
14464
|
* CreateRouteTable返回参数结构体
|
|
13622
14465
|
*/
|
|
@@ -13840,29 +14683,13 @@ export interface DescribeCcnRegionBandwidthLimitsRequest {
|
|
|
13840
14683
|
CcnId: string;
|
|
13841
14684
|
}
|
|
13842
14685
|
/**
|
|
13843
|
-
*
|
|
14686
|
+
* DeleteHaVip返回参数结构体
|
|
13844
14687
|
*/
|
|
13845
|
-
export interface
|
|
13846
|
-
/**
|
|
13847
|
-
* 公网带宽设置。可选带宽规格:5, 10, 20, 50, 100, 200, 500, 1000, 3000;单位:Mbps。
|
|
13848
|
-
*/
|
|
13849
|
-
InternetMaxBandwidthOut: number;
|
|
13850
|
-
/**
|
|
13851
|
-
* VPN网关计费模式,PREPAID:表示预付费,即包年包月,POSTPAID_BY_HOUR:表示后付费,即按量计费。默认:POSTPAID_BY_HOUR,如果指定预付费模式,参数InstanceChargePrepaid必填。
|
|
13852
|
-
*/
|
|
13853
|
-
InstanceChargeType?: string;
|
|
13854
|
-
/**
|
|
13855
|
-
* 预付费模式,即包年包月相关参数设置。通过该参数可以指定包年包月实例的购买时长、是否设置自动续费等属性。若指定实例的付费模式为预付费则该参数必传。
|
|
13856
|
-
*/
|
|
13857
|
-
InstanceChargePrepaid?: InstanceChargePrepaid;
|
|
13858
|
-
/**
|
|
13859
|
-
* SSL VPN连接数设置,可选规格:5, 10, 20, 50, 100, 200, 500, 1000;单位:个。
|
|
13860
|
-
*/
|
|
13861
|
-
MaxConnection?: number;
|
|
14688
|
+
export interface DeleteHaVipResponse {
|
|
13862
14689
|
/**
|
|
13863
|
-
*
|
|
14690
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
13864
14691
|
*/
|
|
13865
|
-
|
|
14692
|
+
RequestId?: string;
|
|
13866
14693
|
}
|
|
13867
14694
|
/**
|
|
13868
14695
|
* CreateAssistantCidr返回参数结构体
|
|
@@ -13975,6 +14802,15 @@ export interface DeleteCustomerGatewayRequest {
|
|
|
13975
14802
|
*/
|
|
13976
14803
|
CustomerGatewayId: string;
|
|
13977
14804
|
}
|
|
14805
|
+
/**
|
|
14806
|
+
* LockCcnBandwidths返回参数结构体
|
|
14807
|
+
*/
|
|
14808
|
+
export interface LockCcnBandwidthsResponse {
|
|
14809
|
+
/**
|
|
14810
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
14811
|
+
*/
|
|
14812
|
+
RequestId?: string;
|
|
14813
|
+
}
|
|
13978
14814
|
/**
|
|
13979
14815
|
* DescribeAddressTemplates返回参数结构体
|
|
13980
14816
|
*/
|
|
@@ -14027,6 +14863,33 @@ export interface AcceptVpcPeeringConnectionRequest {
|
|
|
14027
14863
|
*/
|
|
14028
14864
|
PeeringConnectionId: string;
|
|
14029
14865
|
}
|
|
14866
|
+
/**
|
|
14867
|
+
* DescribePrivateNatGatewayLimits请求参数结构体
|
|
14868
|
+
*/
|
|
14869
|
+
export interface DescribePrivateNatGatewayLimitsRequest {
|
|
14870
|
+
/**
|
|
14871
|
+
* 查询VPC下可创建的私网网关配额数量,可选值:
|
|
14872
|
+
<li>VpcId - String - 所在VpcId</li>
|
|
14873
|
+
*/
|
|
14874
|
+
Filters?: Array<Filter>;
|
|
14875
|
+
/**
|
|
14876
|
+
* 偏移量,默认值为0。
|
|
14877
|
+
*/
|
|
14878
|
+
Offset?: number;
|
|
14879
|
+
/**
|
|
14880
|
+
* 返回数目,默认值为20。
|
|
14881
|
+
*/
|
|
14882
|
+
Limit?: number;
|
|
14883
|
+
}
|
|
14884
|
+
/**
|
|
14885
|
+
* CreatePrivateNatGatewayDestinationIpPortTranslationNatRule返回参数结构体
|
|
14886
|
+
*/
|
|
14887
|
+
export interface CreatePrivateNatGatewayDestinationIpPortTranslationNatRuleResponse {
|
|
14888
|
+
/**
|
|
14889
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
14890
|
+
*/
|
|
14891
|
+
RequestId?: string;
|
|
14892
|
+
}
|
|
14030
14893
|
/**
|
|
14031
14894
|
* DescribeNetworkInterfaces返回参数结构体
|
|
14032
14895
|
*/
|
|
@@ -14106,6 +14969,15 @@ export interface CreateSecurityGroupWithPoliciesRequest {
|
|
|
14106
14969
|
*/
|
|
14107
14970
|
SecurityGroupPolicySet?: SecurityGroupPolicySet;
|
|
14108
14971
|
}
|
|
14972
|
+
/**
|
|
14973
|
+
* ReleaseAddresses请求参数结构体
|
|
14974
|
+
*/
|
|
14975
|
+
export interface ReleaseAddressesRequest {
|
|
14976
|
+
/**
|
|
14977
|
+
* 标识 EIP 的唯一 ID 列表。EIP 唯一 ID 形如:`eip-11112222`。
|
|
14978
|
+
*/
|
|
14979
|
+
AddressIds: Array<string>;
|
|
14980
|
+
}
|
|
14109
14981
|
/**
|
|
14110
14982
|
* CreateVpc请求参数结构体
|
|
14111
14983
|
*/
|
|
@@ -14277,6 +15149,19 @@ export interface ModifySubnetAttributeRequest {
|
|
|
14277
15149
|
*/
|
|
14278
15150
|
EnableBroadcast?: string;
|
|
14279
15151
|
}
|
|
15152
|
+
/**
|
|
15153
|
+
* RenewAddresses请求参数结构体
|
|
15154
|
+
*/
|
|
15155
|
+
export interface RenewAddressesRequest {
|
|
15156
|
+
/**
|
|
15157
|
+
* EIP唯一标识ID列表,形如'eip-xxxx'
|
|
15158
|
+
*/
|
|
15159
|
+
AddressIds: Array<string>;
|
|
15160
|
+
/**
|
|
15161
|
+
* 续费参数
|
|
15162
|
+
*/
|
|
15163
|
+
AddressChargePrepaid: AddressChargePrepaid;
|
|
15164
|
+
}
|
|
14280
15165
|
/**
|
|
14281
15166
|
* ModifyVpcEndPointServiceWhiteList返回参数结构体
|
|
14282
15167
|
*/
|