tencentcloud-sdk-nodejs 4.0.294 → 4.0.297
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 +298 -0
- package/SERVICE_CHANGELOG.md +293 -82
- package/package.json +1 -1
- package/products.md +22 -21
- package/src/common/sdk_version.ts +1 -1
- package/src/services/ame/v20190916/ame_models.ts +20 -2
- package/src/services/antiddos/v20200309/antiddos_models.ts +6 -1
- package/src/services/apigateway/v20180808/apigateway_models.ts +1 -1
- package/src/services/asr/v20190614/asr_client.ts +1 -1
- package/src/services/cam/v20190116/cam_models.ts +2 -2
- package/src/services/cdn/v20180606/cdn_models.ts +5 -0
- package/src/services/ckafka/v20190819/ckafka_client.ts +1 -1
- package/src/services/ckafka/v20190819/ckafka_models.ts +2 -2
- package/src/services/cloudaudit/v20190319/cloudaudit_client.ts +43 -7
- package/src/services/cloudaudit/v20190319/cloudaudit_models.ts +109 -64
- package/src/services/cls/v20201016/cls_models.ts +17 -10
- package/src/services/cpdp/v20190820/cpdp_client.ts +20 -5
- package/src/services/cpdp/v20190820/cpdp_models.ts +2271 -2156
- package/src/services/cvm/v20170312/cvm_models.ts +8 -7
- package/src/services/eiam/v20210420/eiam_models.ts +4 -4
- package/src/services/ess/index.ts +5 -0
- package/src/services/ess/v20201111/ess_client.ts +148 -0
- package/src/services/ess/v20201111/ess_models.ts +857 -0
- package/src/services/ess/v20201111/index.ts +6 -0
- package/src/services/faceid/v20180301/faceid_models.ts +4 -0
- package/src/services/index.ts +1 -0
- package/src/services/live/v20180801/live_client.ts +81 -23
- package/src/services/live/v20180801/live_models.ts +453 -251
- package/src/services/mongodb/v20190725/mongodb_models.ts +64 -43
- package/src/services/oceanus/v20190422/oceanus_models.ts +11 -0
- package/src/services/tcm/v20210413/tcm_client.ts +1 -0
- package/src/services/tcm/v20210413/tcm_models.ts +33 -1
- package/src/services/tsf/v20180326/tsf_models.ts +12 -0
- package/src/services/vpc/v20170312/vpc_client.ts +148 -38
- package/src/services/vpc/v20170312/vpc_models.ts +530 -62
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/ame/v20190916/ame_models.d.ts +17 -2
- package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +5 -1
- package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +1 -1
- package/tencentcloud/services/asr/v20190614/asr_client.d.ts +1 -1
- package/tencentcloud/services/asr/v20190614/asr_client.js +1 -1
- package/tencentcloud/services/cam/v20190116/cam_models.d.ts +2 -2
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +5 -0
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +1 -1
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.js +1 -1
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +2 -2
- package/tencentcloud/services/cloudaudit/v20190319/cloudaudit_client.d.ts +15 -3
- package/tencentcloud/services/cloudaudit/v20190319/cloudaudit_client.js +21 -3
- package/tencentcloud/services/cloudaudit/v20190319/cloudaudit_models.d.ts +91 -52
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +13 -6
- package/tencentcloud/services/cpdp/v20190820/cpdp_client.d.ts +5 -1
- package/tencentcloud/services/cpdp/v20190820/cpdp_client.js +6 -0
- package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +1476 -1378
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +4 -3
- package/tencentcloud/services/eiam/v20210420/eiam_models.d.ts +4 -4
- package/tencentcloud/services/ess/index.d.ts +6 -0
- package/tencentcloud/services/ess/index.js +7 -0
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +46 -0
- package/tencentcloud/services/ess/v20201111/ess_client.js +85 -0
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +707 -0
- package/tencentcloud/services/ess/v20201111/ess_models.js +18 -0
- package/tencentcloud/services/ess/v20201111/index.d.ts +6 -0
- package/tencentcloud/services/ess/v20201111/index.js +9 -0
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +4 -0
- package/tencentcloud/services/index.d.ts +1 -0
- package/tencentcloud/services/index.js +2 -0
- package/tencentcloud/services/live/v20180801/live_client.d.ts +32 -7
- package/tencentcloud/services/live/v20180801/live_client.js +41 -8
- package/tencentcloud/services/live/v20180801/live_models.d.ts +392 -221
- package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +60 -43
- package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +9 -0
- package/tencentcloud/services/tcm/v20210413/tcm_models.d.ts +28 -1
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +10 -0
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +47 -11
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +69 -15
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +457 -56
- package/test/cloudaudit.v20190319.test.js +32 -2
- package/test/cpdp.v20190820.test.js +10 -0
- package/test/ess.v20201111.test.js +111 -0
- package/test/live.v20180801.test.js +44 -4
- package/test/vpc.v20170312.test.js +100 -10
|
@@ -322,6 +322,56 @@ export interface DescribeVpcIpv6AddressesRequest {
|
|
|
322
322
|
*/
|
|
323
323
|
Limit?: number;
|
|
324
324
|
}
|
|
325
|
+
/**
|
|
326
|
+
* SSL-VPN-CLIENT 出参
|
|
327
|
+
*/
|
|
328
|
+
export interface SslVpnClient {
|
|
329
|
+
/**
|
|
330
|
+
* VPC实例ID
|
|
331
|
+
*/
|
|
332
|
+
VpcId: string;
|
|
333
|
+
/**
|
|
334
|
+
* SSL-VPN-SERVER 实例ID
|
|
335
|
+
*/
|
|
336
|
+
SslVpnServerId: string;
|
|
337
|
+
/**
|
|
338
|
+
* 证书状态.
|
|
339
|
+
0:创建中
|
|
340
|
+
1:正常
|
|
341
|
+
2:已停用
|
|
342
|
+
3.已过期
|
|
343
|
+
4.创建出错
|
|
344
|
+
*/
|
|
345
|
+
CertStatus: number;
|
|
346
|
+
/**
|
|
347
|
+
* SSL-VPN-CLIENT 实例ID
|
|
348
|
+
*/
|
|
349
|
+
SslVpnClientId: string;
|
|
350
|
+
/**
|
|
351
|
+
* 证书开始时间
|
|
352
|
+
*/
|
|
353
|
+
CertBeginTime: string;
|
|
354
|
+
/**
|
|
355
|
+
* 证书到期时间
|
|
356
|
+
*/
|
|
357
|
+
CertEndTime: string;
|
|
358
|
+
/**
|
|
359
|
+
* CLIENT NAME
|
|
360
|
+
*/
|
|
361
|
+
Name: string;
|
|
362
|
+
/**
|
|
363
|
+
* 创建CLIENT 状态。
|
|
364
|
+
0 创建中
|
|
365
|
+
1 创建出错
|
|
366
|
+
2 更新中
|
|
367
|
+
3 更新出错
|
|
368
|
+
4 销毁中
|
|
369
|
+
5 销毁出粗
|
|
370
|
+
6 已连通
|
|
371
|
+
7 未知
|
|
372
|
+
*/
|
|
373
|
+
State: string;
|
|
374
|
+
}
|
|
325
375
|
/**
|
|
326
376
|
* NAT的SNAT规则
|
|
327
377
|
*/
|
|
@@ -462,6 +512,19 @@ export interface CreateDhcpIpResponse {
|
|
|
462
512
|
*/
|
|
463
513
|
RequestId?: string;
|
|
464
514
|
}
|
|
515
|
+
/**
|
|
516
|
+
* DeleteVpnGatewaySslServer返回参数结构体
|
|
517
|
+
*/
|
|
518
|
+
export interface DeleteVpnGatewaySslServerResponse {
|
|
519
|
+
/**
|
|
520
|
+
* 异步任务ID。
|
|
521
|
+
*/
|
|
522
|
+
TaskId: number;
|
|
523
|
+
/**
|
|
524
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
525
|
+
*/
|
|
526
|
+
RequestId?: string;
|
|
527
|
+
}
|
|
465
528
|
/**
|
|
466
529
|
* DescribeIpGeolocationInfos请求参数结构体
|
|
467
530
|
*/
|
|
@@ -764,6 +827,19 @@ export interface AssignIpv6SubnetCidrBlockRequest {
|
|
|
764
827
|
*/
|
|
765
828
|
Ipv6SubnetCidrBlocks: Array<Ipv6SubnetCidrBlock>;
|
|
766
829
|
}
|
|
830
|
+
/**
|
|
831
|
+
* DeleteVpnGatewaySslClient返回参数结构体
|
|
832
|
+
*/
|
|
833
|
+
export interface DeleteVpnGatewaySslClientResponse {
|
|
834
|
+
/**
|
|
835
|
+
* 异步任务ID。
|
|
836
|
+
*/
|
|
837
|
+
TaskId: number;
|
|
838
|
+
/**
|
|
839
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
840
|
+
*/
|
|
841
|
+
RequestId?: string;
|
|
842
|
+
}
|
|
767
843
|
/**
|
|
768
844
|
* CreateVpc返回参数结构体
|
|
769
845
|
*/
|
|
@@ -1107,6 +1183,47 @@ export interface CreateDirectConnectGatewayRequest {
|
|
|
1107
1183
|
*/
|
|
1108
1184
|
HaZoneGroupId?: string;
|
|
1109
1185
|
}
|
|
1186
|
+
/**
|
|
1187
|
+
* CreateVpnGatewaySslServer请求参数结构体
|
|
1188
|
+
*/
|
|
1189
|
+
export interface CreateVpnGatewaySslServerRequest {
|
|
1190
|
+
/**
|
|
1191
|
+
* VPN实例ID
|
|
1192
|
+
*/
|
|
1193
|
+
VpnGatewayId: string;
|
|
1194
|
+
/**
|
|
1195
|
+
* SSL_VPN_SERVER 实例名
|
|
1196
|
+
*/
|
|
1197
|
+
SslVpnServerName: string;
|
|
1198
|
+
/**
|
|
1199
|
+
* 本端地址网段
|
|
1200
|
+
*/
|
|
1201
|
+
LocalAddress: Array<string>;
|
|
1202
|
+
/**
|
|
1203
|
+
* 客户端地址网段
|
|
1204
|
+
*/
|
|
1205
|
+
RemoteAddress: string;
|
|
1206
|
+
/**
|
|
1207
|
+
* SSL VPN服务端监听协议。当前仅支持 UDP。默认UDP
|
|
1208
|
+
*/
|
|
1209
|
+
SslVpnProtocol?: string;
|
|
1210
|
+
/**
|
|
1211
|
+
* SSL VPN服务端监听协议端口。默认1194。
|
|
1212
|
+
*/
|
|
1213
|
+
SslVpnPort?: number;
|
|
1214
|
+
/**
|
|
1215
|
+
* 认证算法。可选 'SHA1', 'MD5', 'NONE'。默认NONE
|
|
1216
|
+
*/
|
|
1217
|
+
IntegrityAlgorithm?: string;
|
|
1218
|
+
/**
|
|
1219
|
+
* 加密算法。可选 'AES-128-CBC', 'AES-192-CBC', 'AES-256-CBC', 'NONE'。默认NONE
|
|
1220
|
+
*/
|
|
1221
|
+
EncryptAlgorithm?: string;
|
|
1222
|
+
/**
|
|
1223
|
+
* 是否支持压缩。当前仅支持不支持压缩。默认False
|
|
1224
|
+
*/
|
|
1225
|
+
Compress?: boolean;
|
|
1226
|
+
}
|
|
1110
1227
|
/**
|
|
1111
1228
|
* CreateVpcEndPoint请求参数结构体
|
|
1112
1229
|
*/
|
|
@@ -1437,6 +1554,15 @@ export interface DeleteVpcEndPointServiceWhiteListRequest {
|
|
|
1437
1554
|
*/
|
|
1438
1555
|
EndPointServiceId: string;
|
|
1439
1556
|
}
|
|
1557
|
+
/**
|
|
1558
|
+
* DetachNetworkInterface返回参数结构体
|
|
1559
|
+
*/
|
|
1560
|
+
export interface DetachNetworkInterfaceResponse {
|
|
1561
|
+
/**
|
|
1562
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1563
|
+
*/
|
|
1564
|
+
RequestId?: string;
|
|
1565
|
+
}
|
|
1440
1566
|
/**
|
|
1441
1567
|
* DeleteVpcEndPointService请求参数结构体
|
|
1442
1568
|
*/
|
|
@@ -1617,17 +1743,26 @@ export interface DescribeDirectConnectGatewaysRequest {
|
|
|
1617
1743
|
Limit?: number;
|
|
1618
1744
|
}
|
|
1619
1745
|
/**
|
|
1620
|
-
*
|
|
1746
|
+
* DisableVpnGatewaySslClientCert请求参数结构体
|
|
1621
1747
|
*/
|
|
1622
|
-
export interface
|
|
1748
|
+
export interface DisableVpnGatewaySslClientCertRequest {
|
|
1623
1749
|
/**
|
|
1624
|
-
*
|
|
1750
|
+
* SSL-VPN-CLIENT 实例ID。
|
|
1625
1751
|
*/
|
|
1626
|
-
|
|
1752
|
+
SslVpnClientId: string;
|
|
1753
|
+
}
|
|
1754
|
+
/**
|
|
1755
|
+
* DescribeVpcPrivateIpAddresses返回参数结构体
|
|
1756
|
+
*/
|
|
1757
|
+
export interface DescribeVpcPrivateIpAddressesResponse {
|
|
1627
1758
|
/**
|
|
1628
|
-
*
|
|
1759
|
+
* 内网`IP`地址信息列表。
|
|
1629
1760
|
*/
|
|
1630
|
-
|
|
1761
|
+
VpcPrivateIpAddressSet: Array<VpcPrivateIpAddress>;
|
|
1762
|
+
/**
|
|
1763
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1764
|
+
*/
|
|
1765
|
+
RequestId?: string;
|
|
1631
1766
|
}
|
|
1632
1767
|
/**
|
|
1633
1768
|
* ModifyIp6Translator返回参数结构体
|
|
@@ -1848,6 +1983,19 @@ export interface HaVipDisassociateAddressIpResponse {
|
|
|
1848
1983
|
*/
|
|
1849
1984
|
RequestId?: string;
|
|
1850
1985
|
}
|
|
1986
|
+
/**
|
|
1987
|
+
* DisassociateVpcEndPointSecurityGroups请求参数结构体
|
|
1988
|
+
*/
|
|
1989
|
+
export interface DisassociateVpcEndPointSecurityGroupsRequest {
|
|
1990
|
+
/**
|
|
1991
|
+
* 安全组ID数组。
|
|
1992
|
+
*/
|
|
1993
|
+
SecurityGroupIds: Array<string>;
|
|
1994
|
+
/**
|
|
1995
|
+
* 终端节点ID。
|
|
1996
|
+
*/
|
|
1997
|
+
EndPointId: string;
|
|
1998
|
+
}
|
|
1851
1999
|
/**
|
|
1852
2000
|
* DescribeTaskResult请求参数结构体
|
|
1853
2001
|
*/
|
|
@@ -2375,6 +2523,19 @@ export interface ModifyIp6AddressesBandwidthRequest {
|
|
|
2375
2523
|
*/
|
|
2376
2524
|
Ip6AddressIds?: Array<string>;
|
|
2377
2525
|
}
|
|
2526
|
+
/**
|
|
2527
|
+
* DisableVpnGatewaySslClientCert返回参数结构体
|
|
2528
|
+
*/
|
|
2529
|
+
export interface DisableVpnGatewaySslClientCertResponse {
|
|
2530
|
+
/**
|
|
2531
|
+
* 异步任务实例ID。
|
|
2532
|
+
*/
|
|
2533
|
+
TaskId: number;
|
|
2534
|
+
/**
|
|
2535
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2536
|
+
*/
|
|
2537
|
+
RequestId?: string;
|
|
2538
|
+
}
|
|
2378
2539
|
/**
|
|
2379
2540
|
* CreateLocalGateway请求参数结构体
|
|
2380
2541
|
*/
|
|
@@ -2681,6 +2842,32 @@ export interface CreateNatGatewayResponse {
|
|
|
2681
2842
|
*/
|
|
2682
2843
|
RequestId?: string;
|
|
2683
2844
|
}
|
|
2845
|
+
/**
|
|
2846
|
+
* DescribeVpnGatewaySslClients请求参数结构体
|
|
2847
|
+
*/
|
|
2848
|
+
export interface DescribeVpnGatewaySslClientsRequest {
|
|
2849
|
+
/**
|
|
2850
|
+
* 过滤条件,参数不支持同时指定SslVpnClientIds和Filters。
|
|
2851
|
+
<li>vpc-id - String - (过滤条件)VPC实例ID形如:vpc-f49l6u0z。</li>
|
|
2852
|
+
<li>vpn-gateway-id - String - (过滤条件)VPN实例ID形如:vpngw-5aluhh9t。</li>
|
|
2853
|
+
<li>ssl-vpn-server-id - String - (过滤条件)SSL-VPN-SERVER实例ID形如:vpngwSslServer-123456。</li>
|
|
2854
|
+
<li>ssl-vpn-client-id - String - (过滤条件)SSL-VPN-CLIENT实例ID形如:vpngwSslClient-123456。</li>
|
|
2855
|
+
<li>ssl-vpn-client-name - String - (过滤条件)SSL-VPN-CLIENT实例名称。</li>
|
|
2856
|
+
*/
|
|
2857
|
+
Filters?: Array<Filter>;
|
|
2858
|
+
/**
|
|
2859
|
+
* 偏移量
|
|
2860
|
+
*/
|
|
2861
|
+
Offset?: number;
|
|
2862
|
+
/**
|
|
2863
|
+
* 请求对象个数
|
|
2864
|
+
*/
|
|
2865
|
+
Limit?: number;
|
|
2866
|
+
/**
|
|
2867
|
+
* SSL-VPN-CLIENT实例ID。形如:vpngwSslClient-f49l6u0z。每次请求的实例的上限为100。参数不支持同时指定SslVpnClientIds和Filters。
|
|
2868
|
+
*/
|
|
2869
|
+
SslVpnClientIds?: Array<string>;
|
|
2870
|
+
}
|
|
2684
2871
|
/**
|
|
2685
2872
|
* DescribeIp6TranslatorQuota请求参数结构体
|
|
2686
2873
|
*/
|
|
@@ -2707,6 +2894,32 @@ export interface ModifySecurityGroupAttributeRequest {
|
|
|
2707
2894
|
*/
|
|
2708
2895
|
GroupDescription?: string;
|
|
2709
2896
|
}
|
|
2897
|
+
/**
|
|
2898
|
+
* DescribeVpnGatewaySslServers请求参数结构体
|
|
2899
|
+
*/
|
|
2900
|
+
export interface DescribeVpnGatewaySslServersRequest {
|
|
2901
|
+
/**
|
|
2902
|
+
* 偏移量
|
|
2903
|
+
*/
|
|
2904
|
+
Offset?: number;
|
|
2905
|
+
/**
|
|
2906
|
+
* 请求对象个数
|
|
2907
|
+
*/
|
|
2908
|
+
Limit?: number;
|
|
2909
|
+
/**
|
|
2910
|
+
* SSL-VPN-SERVER实例ID。形如:vpngwSslServer-12345678。每次请求的实例的上限为100。参数不支持同时指定SslVpnServerIds和Filters。
|
|
2911
|
+
*/
|
|
2912
|
+
SslVpnServerIds?: Array<string>;
|
|
2913
|
+
/**
|
|
2914
|
+
* 过滤条件,参数不支持同时指定SslVpnServerIds和Filters。
|
|
2915
|
+
<li>vpc-id - String - (过滤条件)VPC实例ID形如:vpc-f49l6u0z。</li>
|
|
2916
|
+
<li>vpn-gateway-id - String - (过滤条件)VPN实例ID形如:vpngw-5aluhh9t。</li>
|
|
2917
|
+
<li>vpn-gateway-name - String - (过滤条件)VPN实例名称。</li>
|
|
2918
|
+
<li>ssl-vpn-server-name - String - (过滤条件)SSL-VPN-SERVER实例名称。</li>
|
|
2919
|
+
<li>ssl-vpn-server-id - String - (过滤条件)SSL-VPN-SERVER实例ID形如:vpngwSslServer-123456。</li>
|
|
2920
|
+
*/
|
|
2921
|
+
Filters?: Array<FilterObject>;
|
|
2922
|
+
}
|
|
2710
2923
|
/**
|
|
2711
2924
|
* ModifyNetDetect请求参数结构体
|
|
2712
2925
|
*/
|
|
@@ -2768,17 +2981,13 @@ export interface DescribeNetDetectStatesResponse {
|
|
|
2768
2981
|
RequestId?: string;
|
|
2769
2982
|
}
|
|
2770
2983
|
/**
|
|
2771
|
-
*
|
|
2984
|
+
* DeleteVpnGatewaySslServer请求参数结构体
|
|
2772
2985
|
*/
|
|
2773
|
-
export interface
|
|
2774
|
-
/**
|
|
2775
|
-
* 资源对象列表。
|
|
2776
|
-
*/
|
|
2777
|
-
ResourceDashboardSet?: Array<ResourceDashboard>;
|
|
2986
|
+
export interface DeleteVpnGatewaySslServerRequest {
|
|
2778
2987
|
/**
|
|
2779
|
-
*
|
|
2988
|
+
* SSL-VPN-SERVER 实例ID。
|
|
2780
2989
|
*/
|
|
2781
|
-
|
|
2990
|
+
SslVpnServerId: string;
|
|
2782
2991
|
}
|
|
2783
2992
|
/**
|
|
2784
2993
|
* AllocateIp6AddressesBandwidth返回参数结构体
|
|
@@ -3608,6 +3817,7 @@ export interface SecurityGroupPolicy {
|
|
|
3608
3817
|
Protocol?: string;
|
|
3609
3818
|
/**
|
|
3610
3819
|
* 端口(all, 离散port, range)。
|
|
3820
|
+
说明:如果Protocol设置为ALL,则Port也需要设置为all。
|
|
3611
3821
|
*/
|
|
3612
3822
|
Port?: string;
|
|
3613
3823
|
/**
|
|
@@ -3953,6 +4163,23 @@ export interface DeleteVpnConnectionResponse {
|
|
|
3953
4163
|
*/
|
|
3954
4164
|
RequestId?: string;
|
|
3955
4165
|
}
|
|
4166
|
+
/**
|
|
4167
|
+
* DescribeVpnGatewaySslClients返回参数结构体
|
|
4168
|
+
*/
|
|
4169
|
+
export interface DescribeVpnGatewaySslClientsResponse {
|
|
4170
|
+
/**
|
|
4171
|
+
* 符合条件的实例数量。
|
|
4172
|
+
*/
|
|
4173
|
+
TotalCount: number;
|
|
4174
|
+
/**
|
|
4175
|
+
* 符合条件的实例个数。
|
|
4176
|
+
*/
|
|
4177
|
+
SslVpnClientSet: Array<SslVpnClient>;
|
|
4178
|
+
/**
|
|
4179
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
4180
|
+
*/
|
|
4181
|
+
RequestId?: string;
|
|
4182
|
+
}
|
|
3956
4183
|
/**
|
|
3957
4184
|
* DescribeBandwidthPackageResources请求参数结构体
|
|
3958
4185
|
*/
|
|
@@ -4005,17 +4232,13 @@ export interface Tag {
|
|
|
4005
4232
|
Value?: string;
|
|
4006
4233
|
}
|
|
4007
4234
|
/**
|
|
4008
|
-
*
|
|
4235
|
+
* CreateFlowLog返回参数结构体
|
|
4009
4236
|
*/
|
|
4010
|
-
export interface
|
|
4011
|
-
/**
|
|
4012
|
-
* 符合条件的对象数。
|
|
4013
|
-
*/
|
|
4014
|
-
TotalCount: number;
|
|
4237
|
+
export interface CreateFlowLogResponse {
|
|
4015
4238
|
/**
|
|
4016
|
-
*
|
|
4239
|
+
* 创建的流日志信息
|
|
4017
4240
|
*/
|
|
4018
|
-
|
|
4241
|
+
FlowLog: Array<FlowLog>;
|
|
4019
4242
|
/**
|
|
4020
4243
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
4021
4244
|
*/
|
|
@@ -4191,9 +4414,13 @@ export interface ModifyBandwidthPackageAttributeResponse {
|
|
|
4191
4414
|
RequestId?: string;
|
|
4192
4415
|
}
|
|
4193
4416
|
/**
|
|
4194
|
-
*
|
|
4417
|
+
* CreateVpnGatewaySslServer返回参数结构体
|
|
4195
4418
|
*/
|
|
4196
|
-
export interface
|
|
4419
|
+
export interface CreateVpnGatewaySslServerResponse {
|
|
4420
|
+
/**
|
|
4421
|
+
* 创建SSL-VPN server 异步任务ID
|
|
4422
|
+
*/
|
|
4423
|
+
TaskId: number;
|
|
4197
4424
|
/**
|
|
4198
4425
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
4199
4426
|
*/
|
|
@@ -4315,7 +4542,7 @@ export interface CreateVpnConnectionResponse {
|
|
|
4315
4542
|
RequestId?: string;
|
|
4316
4543
|
}
|
|
4317
4544
|
/**
|
|
4318
|
-
* IP
|
|
4545
|
+
* IP地址模板
|
|
4319
4546
|
*/
|
|
4320
4547
|
export interface AddressTemplateSpecification {
|
|
4321
4548
|
/**
|
|
@@ -4676,13 +4903,17 @@ export interface ResourceDashboard {
|
|
|
4676
4903
|
RouteTable: number;
|
|
4677
4904
|
}
|
|
4678
4905
|
/**
|
|
4679
|
-
*
|
|
4906
|
+
* DescribeCcnAttachedInstances返回参数结构体
|
|
4680
4907
|
*/
|
|
4681
|
-
export interface
|
|
4908
|
+
export interface DescribeCcnAttachedInstancesResponse {
|
|
4682
4909
|
/**
|
|
4683
|
-
*
|
|
4910
|
+
* 符合条件的对象数。
|
|
4684
4911
|
*/
|
|
4685
|
-
|
|
4912
|
+
TotalCount: number;
|
|
4913
|
+
/**
|
|
4914
|
+
* 关联实例列表。
|
|
4915
|
+
*/
|
|
4916
|
+
InstanceSet: Array<CcnAttachedInstance>;
|
|
4686
4917
|
/**
|
|
4687
4918
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
4688
4919
|
*/
|
|
@@ -4795,6 +5026,19 @@ export interface DeleteAddressTemplateGroupRequest {
|
|
|
4795
5026
|
*/
|
|
4796
5027
|
AddressTemplateGroupId: string;
|
|
4797
5028
|
}
|
|
5029
|
+
/**
|
|
5030
|
+
* CreateVpnGatewaySslClient返回参数结构体
|
|
5031
|
+
*/
|
|
5032
|
+
export interface CreateVpnGatewaySslClientResponse {
|
|
5033
|
+
/**
|
|
5034
|
+
* 异步任务ID。
|
|
5035
|
+
*/
|
|
5036
|
+
TaskId: number;
|
|
5037
|
+
/**
|
|
5038
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
5039
|
+
*/
|
|
5040
|
+
RequestId?: string;
|
|
5041
|
+
}
|
|
4798
5042
|
/**
|
|
4799
5043
|
* DescribeNetworkInterfaceLimit请求参数结构体
|
|
4800
5044
|
*/
|
|
@@ -5766,6 +6010,19 @@ export interface EndPointService {
|
|
|
5766
6010
|
*/
|
|
5767
6011
|
CreateTime: string;
|
|
5768
6012
|
}
|
|
6013
|
+
/**
|
|
6014
|
+
* DescribeVpcResourceDashboard返回参数结构体
|
|
6015
|
+
*/
|
|
6016
|
+
export interface DescribeVpcResourceDashboardResponse {
|
|
6017
|
+
/**
|
|
6018
|
+
* 资源对象列表。
|
|
6019
|
+
*/
|
|
6020
|
+
ResourceDashboardSet?: Array<ResourceDashboard>;
|
|
6021
|
+
/**
|
|
6022
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
6023
|
+
*/
|
|
6024
|
+
RequestId?: string;
|
|
6025
|
+
}
|
|
5769
6026
|
/**
|
|
5770
6027
|
* DescribeVpnGatewayCcnRoutes请求参数结构体
|
|
5771
6028
|
*/
|
|
@@ -5822,6 +6079,15 @@ export interface DescribeClassicLinkInstancesResponse {
|
|
|
5822
6079
|
*/
|
|
5823
6080
|
RequestId?: string;
|
|
5824
6081
|
}
|
|
6082
|
+
/**
|
|
6083
|
+
* EnableVpnGatewaySslClientCert请求参数结构体
|
|
6084
|
+
*/
|
|
6085
|
+
export interface EnableVpnGatewaySslClientCertRequest {
|
|
6086
|
+
/**
|
|
6087
|
+
* SSL-VPN-CLIENT 实例ID。
|
|
6088
|
+
*/
|
|
6089
|
+
SslVpnClientId: string;
|
|
6090
|
+
}
|
|
5825
6091
|
/**
|
|
5826
6092
|
* DescribeVpnGatewayCcnRoutes返回参数结构体
|
|
5827
6093
|
*/
|
|
@@ -5883,13 +6149,9 @@ export interface Filter {
|
|
|
5883
6149
|
Values: Array<string>;
|
|
5884
6150
|
}
|
|
5885
6151
|
/**
|
|
5886
|
-
*
|
|
6152
|
+
* MigrateNetworkInterface返回参数结构体
|
|
5887
6153
|
*/
|
|
5888
|
-
export interface
|
|
5889
|
-
/**
|
|
5890
|
-
* 创建的流日志信息
|
|
5891
|
-
*/
|
|
5892
|
-
FlowLog: Array<FlowLog>;
|
|
6154
|
+
export interface MigrateNetworkInterfaceResponse {
|
|
5893
6155
|
/**
|
|
5894
6156
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
5895
6157
|
*/
|
|
@@ -6591,24 +6853,91 @@ export interface DeleteDhcpIpResponse {
|
|
|
6591
6853
|
RequestId?: string;
|
|
6592
6854
|
}
|
|
6593
6855
|
/**
|
|
6594
|
-
*
|
|
6856
|
+
* SSL-VPN-SERVER 信息 SET
|
|
6595
6857
|
*/
|
|
6596
|
-
export interface
|
|
6858
|
+
export interface SslVpnSever {
|
|
6597
6859
|
/**
|
|
6598
|
-
*
|
|
6599
|
-
|
|
6600
|
-
Nat网关实例ID,形如,`nat-ltjahce6`;
|
|
6601
|
-
VPN网关实例ID,形如,`vpn-ltjahce6`。
|
|
6860
|
+
* VPC实例ID.
|
|
6861
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
6602
6862
|
*/
|
|
6603
|
-
|
|
6863
|
+
VpcId: string;
|
|
6604
6864
|
/**
|
|
6605
|
-
*
|
|
6865
|
+
* SSL-VPN-SERVER 实例ID。
|
|
6606
6866
|
*/
|
|
6607
|
-
|
|
6867
|
+
SslVpnServerId: string;
|
|
6608
6868
|
/**
|
|
6609
|
-
*
|
|
6869
|
+
* VPN 实例ID。
|
|
6610
6870
|
*/
|
|
6611
|
-
|
|
6871
|
+
VpnGatewayId: string;
|
|
6872
|
+
/**
|
|
6873
|
+
* SSL-VPN-SERVER name。
|
|
6874
|
+
*/
|
|
6875
|
+
SslVpnServerName: string;
|
|
6876
|
+
/**
|
|
6877
|
+
* 本端地址段。
|
|
6878
|
+
*/
|
|
6879
|
+
LocalAddress: Array<string>;
|
|
6880
|
+
/**
|
|
6881
|
+
* 客户端地址段。
|
|
6882
|
+
*/
|
|
6883
|
+
RemoteAddress: string;
|
|
6884
|
+
/**
|
|
6885
|
+
* 客户端最大连接数。
|
|
6886
|
+
*/
|
|
6887
|
+
MaxConnection: number;
|
|
6888
|
+
/**
|
|
6889
|
+
* SSL-VPN 网关公网IP。
|
|
6890
|
+
*/
|
|
6891
|
+
WanIp: string;
|
|
6892
|
+
/**
|
|
6893
|
+
* SSL VPN服务端监听协议
|
|
6894
|
+
*/
|
|
6895
|
+
SslVpnProtocol: string;
|
|
6896
|
+
/**
|
|
6897
|
+
* SSL VPN服务端监听协议端口
|
|
6898
|
+
*/
|
|
6899
|
+
SslVpnPort: number;
|
|
6900
|
+
/**
|
|
6901
|
+
* 加密算法。
|
|
6902
|
+
*/
|
|
6903
|
+
EncryptAlgorithm: string;
|
|
6904
|
+
/**
|
|
6905
|
+
* 认证算法。
|
|
6906
|
+
*/
|
|
6907
|
+
IntegrityAlgorithm: string;
|
|
6908
|
+
/**
|
|
6909
|
+
* 是否支持压缩。
|
|
6910
|
+
*/
|
|
6911
|
+
Compress: number;
|
|
6912
|
+
/**
|
|
6913
|
+
* 创建时间。
|
|
6914
|
+
*/
|
|
6915
|
+
CreateTime: string;
|
|
6916
|
+
/**
|
|
6917
|
+
* SSL-VPN-SERVER 创建状态。
|
|
6918
|
+
0 创建中
|
|
6919
|
+
1 创建出错
|
|
6920
|
+
2 更新中
|
|
6921
|
+
3 更新出错
|
|
6922
|
+
4 销毁中
|
|
6923
|
+
5 销毁出粗
|
|
6924
|
+
6 已连通
|
|
6925
|
+
7 未知
|
|
6926
|
+
*/
|
|
6927
|
+
State: number;
|
|
6928
|
+
}
|
|
6929
|
+
/**
|
|
6930
|
+
* DownloadVpnGatewaySslClientCert返回参数结构体
|
|
6931
|
+
*/
|
|
6932
|
+
export interface DownloadVpnGatewaySslClientCertResponse {
|
|
6933
|
+
/**
|
|
6934
|
+
* SSL-VPN-CLIENT 证书配置
|
|
6935
|
+
*/
|
|
6936
|
+
SslClientConfigsSet: string;
|
|
6937
|
+
/**
|
|
6938
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
6939
|
+
*/
|
|
6940
|
+
RequestId?: string;
|
|
6612
6941
|
}
|
|
6613
6942
|
/**
|
|
6614
6943
|
* DeleteNetDetect返回参数结构体
|
|
@@ -6927,6 +7256,36 @@ export interface GatewayFlowMonitorDetail {
|
|
|
6927
7256
|
*/
|
|
6928
7257
|
OutTraffic: number;
|
|
6929
7258
|
}
|
|
7259
|
+
/**
|
|
7260
|
+
* CreateVpnGatewaySslClient请求参数结构体
|
|
7261
|
+
*/
|
|
7262
|
+
export interface CreateVpnGatewaySslClientRequest {
|
|
7263
|
+
/**
|
|
7264
|
+
* SSL-VPN-SERVER 实例ID。
|
|
7265
|
+
*/
|
|
7266
|
+
SslVpnServerId: string;
|
|
7267
|
+
/**
|
|
7268
|
+
* name
|
|
7269
|
+
*/
|
|
7270
|
+
SslVpnClientName: string;
|
|
7271
|
+
}
|
|
7272
|
+
/**
|
|
7273
|
+
* DescribeVpnGatewaySslServers返回参数结构体
|
|
7274
|
+
*/
|
|
7275
|
+
export interface DescribeVpnGatewaySslServersResponse {
|
|
7276
|
+
/**
|
|
7277
|
+
* 符合条件的实例数量。
|
|
7278
|
+
*/
|
|
7279
|
+
TotalCount: number;
|
|
7280
|
+
/**
|
|
7281
|
+
* SSL-VPN-SERVER 实例详细信息列表。
|
|
7282
|
+
*/
|
|
7283
|
+
SslVpnSeverSet: Array<SslVpnSever>;
|
|
7284
|
+
/**
|
|
7285
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
7286
|
+
*/
|
|
7287
|
+
RequestId?: string;
|
|
7288
|
+
}
|
|
6930
7289
|
/**
|
|
6931
7290
|
* DeleteNatGatewayDestinationIpPortTranslationNatRule返回参数结构体
|
|
6932
7291
|
*/
|
|
@@ -7747,6 +8106,26 @@ export interface CreateDirectConnectGatewayCcnRoutesRequest {
|
|
|
7747
8106
|
*/
|
|
7748
8107
|
Routes: Array<DirectConnectGatewayCcnRoute>;
|
|
7749
8108
|
}
|
|
8109
|
+
/**
|
|
8110
|
+
* ModifyGatewayFlowQos请求参数结构体
|
|
8111
|
+
*/
|
|
8112
|
+
export interface ModifyGatewayFlowQosRequest {
|
|
8113
|
+
/**
|
|
8114
|
+
* 网关实例ID,目前我们支持的网关实例类型有,
|
|
8115
|
+
专线网关实例ID,形如,`dcg-ltjahce6`;
|
|
8116
|
+
Nat网关实例ID,形如,`nat-ltjahce6`;
|
|
8117
|
+
VPN网关实例ID,形如,`vpn-ltjahce6`。
|
|
8118
|
+
*/
|
|
8119
|
+
GatewayId: string;
|
|
8120
|
+
/**
|
|
8121
|
+
* 流控带宽值。取值大于0,表示限流到指定的Mbps;取值等于0,表示完全限流;取值为-1,不限流。
|
|
8122
|
+
*/
|
|
8123
|
+
Bandwidth: number;
|
|
8124
|
+
/**
|
|
8125
|
+
* 限流的云服务器内网IP。
|
|
8126
|
+
*/
|
|
8127
|
+
IpAddresses: Array<string>;
|
|
8128
|
+
}
|
|
7750
8129
|
/**
|
|
7751
8130
|
* CreateDirectConnectGatewayCcnRoutes返回参数结构体
|
|
7752
8131
|
*/
|
|
@@ -7951,6 +8330,15 @@ export interface ModifyTemplateMemberResponse {
|
|
|
7951
8330
|
*/
|
|
7952
8331
|
RequestId?: string;
|
|
7953
8332
|
}
|
|
8333
|
+
/**
|
|
8334
|
+
* DeleteVpnGatewaySslClient请求参数结构体
|
|
8335
|
+
*/
|
|
8336
|
+
export interface DeleteVpnGatewaySslClientRequest {
|
|
8337
|
+
/**
|
|
8338
|
+
* SSL-VPN-CLIENT 实例ID。
|
|
8339
|
+
*/
|
|
8340
|
+
SslVpnClientId: string;
|
|
8341
|
+
}
|
|
7954
8342
|
/**
|
|
7955
8343
|
* 子网对象
|
|
7956
8344
|
*/
|
|
@@ -9902,7 +10290,7 @@ export interface ModifyNatGatewayDestinationIpPortTranslationNatRuleRequest {
|
|
|
9902
10290
|
DestinationNatRule: DestinationIpPortTranslationNatRule;
|
|
9903
10291
|
}
|
|
9904
10292
|
/**
|
|
9905
|
-
*
|
|
10293
|
+
* 协议端口模板
|
|
9906
10294
|
*/
|
|
9907
10295
|
export interface ServiceTemplateSpecification {
|
|
9908
10296
|
/**
|
|
@@ -9977,6 +10365,15 @@ export interface AttachClassicLinkVpcResponse {
|
|
|
9977
10365
|
*/
|
|
9978
10366
|
RequestId?: string;
|
|
9979
10367
|
}
|
|
10368
|
+
/**
|
|
10369
|
+
* DownloadVpnGatewaySslClientCert请求参数结构体
|
|
10370
|
+
*/
|
|
10371
|
+
export interface DownloadVpnGatewaySslClientCertRequest {
|
|
10372
|
+
/**
|
|
10373
|
+
* SSL-VPN-CLIENT 实例ID。
|
|
10374
|
+
*/
|
|
10375
|
+
SslVpnClientId: string;
|
|
10376
|
+
}
|
|
9980
10377
|
/**
|
|
9981
10378
|
* CreateAddressTemplate请求参数结构体
|
|
9982
10379
|
*/
|
|
@@ -10495,15 +10892,6 @@ export interface DetachClassicLinkVpcResponse {
|
|
|
10495
10892
|
*/
|
|
10496
10893
|
RequestId?: string;
|
|
10497
10894
|
}
|
|
10498
|
-
/**
|
|
10499
|
-
* MigrateNetworkInterface返回参数结构体
|
|
10500
|
-
*/
|
|
10501
|
-
export interface MigrateNetworkInterfaceResponse {
|
|
10502
|
-
/**
|
|
10503
|
-
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
10504
|
-
*/
|
|
10505
|
-
RequestId?: string;
|
|
10506
|
-
}
|
|
10507
10895
|
/**
|
|
10508
10896
|
* UnassignPrivateIpAddresses请求参数结构体
|
|
10509
10897
|
*/
|
|
@@ -11236,6 +11624,19 @@ CCN:云联网路由,系统默认下发,不可编辑与删除。
|
|
|
11236
11624
|
*/
|
|
11237
11625
|
CreatedTime?: string;
|
|
11238
11626
|
}
|
|
11627
|
+
/**
|
|
11628
|
+
* EnableVpnGatewaySslClientCert返回参数结构体
|
|
11629
|
+
*/
|
|
11630
|
+
export interface EnableVpnGatewaySslClientCertResponse {
|
|
11631
|
+
/**
|
|
11632
|
+
* 异步任务实例ID。
|
|
11633
|
+
*/
|
|
11634
|
+
TaskId: number;
|
|
11635
|
+
/**
|
|
11636
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
11637
|
+
*/
|
|
11638
|
+
RequestId?: string;
|
|
11639
|
+
}
|
|
11239
11640
|
/**
|
|
11240
11641
|
* ModifySubnetAttribute请求参数结构体
|
|
11241
11642
|
*/
|