tencentcloud-sdk-nodejs-vpc 4.1.37 → 4.1.38
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/package.json
CHANGED
|
@@ -1747,7 +1747,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
1747
1747
|
*/
|
|
1748
1748
|
ModifyCdcLDCXAttribute(req?: ModifyCdcLDCXAttributeRequest, cb?: (error: string, rep: ModifyCdcLDCXAttributeResponse) => void): Promise<ModifyCdcLDCXAttributeResponse>;
|
|
1749
1749
|
/**
|
|
1750
|
-
* 本接口(DeleteVpcEndPointService
|
|
1750
|
+
* 本接口(DeleteVpcEndPointService)用于删除终端节点服务。限制:当有终端节点关联到终端节点服务时,无法删除终端节点服务。
|
|
1751
1751
|
*/
|
|
1752
1752
|
DeleteVpcEndPointService(req: DeleteVpcEndPointServiceRequest, cb?: (error: string, rep: DeleteVpcEndPointServiceResponse) => void): Promise<DeleteVpcEndPointServiceResponse>;
|
|
1753
1753
|
/**
|
|
@@ -2485,7 +2485,7 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
2485
2485
|
return this.request("ModifyCdcLDCXAttribute", req, cb);
|
|
2486
2486
|
}
|
|
2487
2487
|
/**
|
|
2488
|
-
* 本接口(DeleteVpcEndPointService
|
|
2488
|
+
* 本接口(DeleteVpcEndPointService)用于删除终端节点服务。限制:当有终端节点关联到终端节点服务时,无法删除终端节点服务。
|
|
2489
2489
|
*/
|
|
2490
2490
|
async DeleteVpcEndPointService(req, cb) {
|
|
2491
2491
|
return this.request("DeleteVpcEndPointService", req, cb);
|
|
@@ -374,7 +374,7 @@ export interface DescribeNetworkInterfacesRequest {
|
|
|
374
374
|
NetworkInterfaceIds?: Array<string>;
|
|
375
375
|
/**
|
|
376
376
|
* 过滤条件,参数不支持同时指定NetworkInterfaceIds和Filters。
|
|
377
|
-
<li>vpc-id - String - (过滤条件)VPC实例ID,形如:vpc-f49l6u0z
|
|
377
|
+
<li>vpc-id - String - (过滤条件)VPC实例ID,形如:vpc-f49l6u0z。可通过可通过[DescribeVpcs](https://cloud.tencent.com/document/product/215/15778)接口获取。
|
|
378
378
|
</li>
|
|
379
379
|
<li>subnet-id - String - (过滤条件)所属子网实例ID,形如:subnet-f49l6u0z。可通过[DescribeSubnets](https://cloud.tencent.com/document/product/215/15784)接口获取。
|
|
380
380
|
</li>
|
|
@@ -847,11 +847,14 @@ export interface DescribeServiceTemplateGroupsResponse {
|
|
|
847
847
|
*/
|
|
848
848
|
export interface DescribeVpcEndPointRequest {
|
|
849
849
|
/**
|
|
850
|
-
*
|
|
851
|
-
<li> end-point-service-id- String - (过滤条件)终端节点服务ID
|
|
850
|
+
* 过滤条件。当前支持如下过滤条件:
|
|
851
|
+
<li> end-point-service-id- String - (过滤条件)终端节点服务ID。可通过[DescribeVpcEndPointService](https://cloud.tencent.com/document/product/215/54678)接口获取。
|
|
852
|
+
</li>
|
|
852
853
|
<li>end-point-name - String - (过滤条件)终端节点实例名称。</li>
|
|
853
|
-
<li> end-point-id- String - (过滤条件)终端节点实例ID
|
|
854
|
-
|
|
854
|
+
<li> end-point-id- String - (过滤条件)终端节点实例ID。可通过[DescribeVpcEndPoint](https://cloud.tencent.com/document/product/215/54679)
|
|
855
|
+
接口获取。</li>
|
|
856
|
+
<li> vpc-id- String - (过滤条件)VPC实例ID。可通过[DescribeVpcs](https://cloud.tencent.com/document/product/1108/43663)接口获取。
|
|
857
|
+
</li>
|
|
855
858
|
*/
|
|
856
859
|
Filters?: Array<Filter>;
|
|
857
860
|
/**
|
|
@@ -863,7 +866,8 @@ export interface DescribeVpcEndPointRequest {
|
|
|
863
866
|
*/
|
|
864
867
|
Limit?: number;
|
|
865
868
|
/**
|
|
866
|
-
* 终端节点ID
|
|
869
|
+
* 终端节点ID列表。可通过[DescribeVpcEndPoint](https://cloud.tencent.com/document/product/215/54679)
|
|
870
|
+
获取。
|
|
867
871
|
*/
|
|
868
872
|
EndPointId?: Array<string>;
|
|
869
873
|
/**
|
|
@@ -991,7 +995,7 @@ export interface DescribeLocalGatewayRequest {
|
|
|
991
995
|
*/
|
|
992
996
|
export interface FlowLog {
|
|
993
997
|
/**
|
|
994
|
-
* 私用网络唯一ID。可通过[DescribeVpcs](https://cloud.tencent.com/document/product/
|
|
998
|
+
* 私用网络唯一ID。可通过[DescribeVpcs](https://cloud.tencent.com/document/product/215/15778)接口获取。
|
|
995
999
|
*/
|
|
996
1000
|
VpcId?: string;
|
|
997
1001
|
/**
|
|
@@ -1597,7 +1601,7 @@ export interface CreateIp6TranslatorsResponse {
|
|
|
1597
1601
|
*/
|
|
1598
1602
|
export interface DescribeFlowLogsRequest {
|
|
1599
1603
|
/**
|
|
1600
|
-
* 私用网络唯一ID。可通过[DescribeVpcs](https://cloud.tencent.com/document/product/
|
|
1604
|
+
* 私用网络唯一ID。可通过[DescribeVpcs](https://cloud.tencent.com/document/product/215/15778)接口获取。
|
|
1601
1605
|
*/
|
|
1602
1606
|
VpcId?: string;
|
|
1603
1607
|
/**
|
|
@@ -1874,19 +1878,19 @@ export interface CreateVpnGatewaySslServerRequest {
|
|
|
1874
1878
|
*/
|
|
1875
1879
|
export interface CreateVpcEndPointRequest {
|
|
1876
1880
|
/**
|
|
1877
|
-
* VPC实例ID
|
|
1881
|
+
* VPC实例ID。可通过[DescribeVpcs](https://cloud.tencent.com/document/product/1108/43663)接口获取。
|
|
1878
1882
|
*/
|
|
1879
1883
|
VpcId: string;
|
|
1880
1884
|
/**
|
|
1881
|
-
* 子网实例ID
|
|
1885
|
+
* 子网实例ID。可通过[DescribeSubnets](https://cloud.tencent.com/document/product/215/15784)接口获取。
|
|
1882
1886
|
*/
|
|
1883
1887
|
SubnetId: string;
|
|
1884
1888
|
/**
|
|
1885
|
-
*
|
|
1889
|
+
* 终端节点名称。限制为60个字符。
|
|
1886
1890
|
*/
|
|
1887
1891
|
EndPointName: string;
|
|
1888
1892
|
/**
|
|
1889
|
-
* 终端节点服务ID
|
|
1893
|
+
* 终端节点服务ID。可通过[DescribeVpcEndPointService](https://cloud.tencent.com/document/product/215/54678)接口获取。
|
|
1890
1894
|
*/
|
|
1891
1895
|
EndPointServiceId: string;
|
|
1892
1896
|
/**
|
|
@@ -1894,7 +1898,7 @@ export interface CreateVpcEndPointRequest {
|
|
|
1894
1898
|
*/
|
|
1895
1899
|
EndPointVip?: string;
|
|
1896
1900
|
/**
|
|
1897
|
-
* 安全组ID
|
|
1901
|
+
* 安全组ID。可通过[DescribeSecurityGroups](https://cloud.tencent.com/document/product/215/15808)接口获取。
|
|
1898
1902
|
*/
|
|
1899
1903
|
SecurityGroupId?: string;
|
|
1900
1904
|
/**
|
|
@@ -2073,15 +2077,16 @@ export interface ReplaceHighPriorityRoutesResponse {
|
|
|
2073
2077
|
*/
|
|
2074
2078
|
export interface ModifyVpcEndPointServiceAttributeRequest {
|
|
2075
2079
|
/**
|
|
2076
|
-
* 终端节点服务ID
|
|
2080
|
+
* 终端节点服务ID。可通过[DescribeVpcEndPointService](https://cloud.tencent.com/document/product/215/54678)接口获取。
|
|
2081
|
+
|
|
2077
2082
|
*/
|
|
2078
2083
|
EndPointServiceId: string;
|
|
2079
2084
|
/**
|
|
2080
|
-
*
|
|
2085
|
+
* VPC唯一ID。可通过[DescribeVpcs](https://cloud.tencent.com/document/product/1108/43663)接口获取。
|
|
2081
2086
|
*/
|
|
2082
2087
|
VpcId: string;
|
|
2083
2088
|
/**
|
|
2084
|
-
*
|
|
2089
|
+
* 终端节点服务名称。长度不超过60个字符。
|
|
2085
2090
|
*/
|
|
2086
2091
|
EndPointServiceName?: string;
|
|
2087
2092
|
/**
|
|
@@ -2089,7 +2094,11 @@ export interface ModifyVpcEndPointServiceAttributeRequest {
|
|
|
2089
2094
|
*/
|
|
2090
2095
|
AutoAcceptFlag?: boolean;
|
|
2091
2096
|
/**
|
|
2092
|
-
* 后端服务的ID,比如lb-
|
|
2097
|
+
* 后端服务的ID,比如lb-p1hiksdg。CLB可通过[DescribeLoadBalancers](https://cloud.tencent.com/document/product/1108/48459)接口获取;
|
|
2098
|
+
MYSQL可通过[DescribeDBInstances](https://cloud.tencent.com/document/api/240/38568)接口获取;
|
|
2099
|
+
CRS可通过[DescribeInstances](https://cloud.tencent.com/document/product/239/20018)接口获取;
|
|
2100
|
+
GWLB可通过[DescribeGatewayLoadBalancers](https://cloud.tencent.com/document/product/1782/111683)接口获取
|
|
2101
|
+
|
|
2093
2102
|
*/
|
|
2094
2103
|
ServiceInstanceId?: string;
|
|
2095
2104
|
/**
|
|
@@ -2398,11 +2407,11 @@ export interface DescribeBandwidthPackageBandwidthRangeResponse {
|
|
|
2398
2407
|
*/
|
|
2399
2408
|
export interface DeleteVpcEndPointServiceWhiteListRequest {
|
|
2400
2409
|
/**
|
|
2401
|
-
* 用户UIN
|
|
2410
|
+
* 用户UIN数组。登录 腾讯云账号中心控制台
|
|
2402
2411
|
*/
|
|
2403
2412
|
UserUin: Array<string>;
|
|
2404
2413
|
/**
|
|
2405
|
-
* 终端节点服务ID
|
|
2414
|
+
* 终端节点服务ID。可通过[DescribeVpcEndPointService](https://cloud.tencent.com/document/product/215/54678)接口获取。
|
|
2406
2415
|
*/
|
|
2407
2416
|
EndPointServiceId: string;
|
|
2408
2417
|
}
|
|
@@ -2454,7 +2463,7 @@ export interface DetachNetworkInterfaceResponse {
|
|
|
2454
2463
|
*/
|
|
2455
2464
|
export interface DeleteVpcEndPointServiceRequest {
|
|
2456
2465
|
/**
|
|
2457
|
-
* 终端节点ID
|
|
2466
|
+
* 终端节点ID。可通过[DescribeVpcEndPointService](https://cloud.tencent.com/document/product/215/54678)接口获取。
|
|
2458
2467
|
*/
|
|
2459
2468
|
EndPointServiceId: string;
|
|
2460
2469
|
/**
|
|
@@ -3023,7 +3032,7 @@ export interface DeleteFlowLogRequest {
|
|
|
3023
3032
|
*/
|
|
3024
3033
|
FlowLogId: string;
|
|
3025
3034
|
/**
|
|
3026
|
-
* 私用网络唯一ID。删除云联网流日志时,可不填,其他流日志类型必填。可通过[DescribeFlowLogs](https://cloud.tencent.com/document/product/215/35012)接口获取流日志对应的私有网络唯一ID。也可通过[DescribeVpcs](https://cloud.tencent.com/document/product/
|
|
3035
|
+
* 私用网络唯一ID。删除云联网流日志时,可不填,其他流日志类型必填。可通过[DescribeFlowLogs](https://cloud.tencent.com/document/product/215/35012)接口获取流日志对应的私有网络唯一ID。也可通过[DescribeVpcs](https://cloud.tencent.com/document/product/215/15778)接口获取当前账户的私有网络唯一ID。
|
|
3027
3036
|
|
|
3028
3037
|
*/
|
|
3029
3038
|
VpcId?: string;
|
|
@@ -3125,11 +3134,11 @@ export interface TranslationNatRuleDiff {
|
|
|
3125
3134
|
*/
|
|
3126
3135
|
export interface DisassociateVpcEndPointSecurityGroupsRequest {
|
|
3127
3136
|
/**
|
|
3128
|
-
* 安全组ID
|
|
3137
|
+
* 安全组ID数组。可通过[DescribeSecurityGroups](https://cloud.tencent.com/document/product/215/15808)接口获取。
|
|
3129
3138
|
*/
|
|
3130
3139
|
SecurityGroupIds: Array<string>;
|
|
3131
3140
|
/**
|
|
3132
|
-
* 终端节点ID
|
|
3141
|
+
* 终端节点ID。可通过[DescribeVpcEndPoint](https://cloud.tencent.com/document/product/215/54679) 获取。
|
|
3133
3142
|
*/
|
|
3134
3143
|
EndPointId: string;
|
|
3135
3144
|
}
|
|
@@ -3496,7 +3505,7 @@ export interface ModifyVpcEndPointAttributeResponse {
|
|
|
3496
3505
|
*/
|
|
3497
3506
|
export interface DescribeFlowLogRequest {
|
|
3498
3507
|
/**
|
|
3499
|
-
* 私用网络唯一ID。可通过[DescribeVpcs](https://cloud.tencent.com/document/product/
|
|
3508
|
+
* 私用网络唯一ID。可通过[DescribeVpcs](https://cloud.tencent.com/document/product/215/15778)接口获取。该接口不支持拉取CCN类型的流日志,所以该字段为必选。
|
|
3500
3509
|
*/
|
|
3501
3510
|
VpcId: string;
|
|
3502
3511
|
/**
|
|
@@ -7745,10 +7754,15 @@ export interface CreateSubnetsRequest {
|
|
|
7745
7754
|
export interface DescribeVpcEndPointServiceRequest {
|
|
7746
7755
|
/**
|
|
7747
7756
|
* 过滤条件。不支持同时传入参数 EndPointServiceIds and Filters。
|
|
7748
|
-
<li> service-id - String - (过滤条件)终端节点服务唯一ID
|
|
7757
|
+
<li> service-id - String - (过滤条件)终端节点服务唯一ID。可通过[DescribeVpcEndPointService](https://cloud.tencent.com/document/product/215/54678)接口获取。
|
|
7758
|
+
</li>
|
|
7749
7759
|
<li>service-name - String - (过滤条件)终端节点实例名称。</li>
|
|
7750
|
-
<li>service-instance-id - String - (过滤条件)后端服务的唯一ID,比如lb-
|
|
7751
|
-
|
|
7760
|
+
<li>service-instance-id - String - (过滤条件)后端服务的唯一ID,比如lb-dehd3e33。CLB可通过[DescribeLoadBalancers](https://cloud.tencent.com/document/product/1108/48459)接口获取;
|
|
7761
|
+
MYSQL可通过[DescribeDBInstances](https://cloud.tencent.com/document/api/240/38568)接口获取;
|
|
7762
|
+
CRS可通过[DescribeInstances](https://cloud.tencent.com/document/product/239/20018)接口获取;
|
|
7763
|
+
GWLB可通过[DescribeGatewayLoadBalancers](https://cloud.tencent.com/document/product/1782/111683)接口获取。
|
|
7764
|
+
</li>
|
|
7765
|
+
<li>service-type - String - (过滤条件)后端PAAS服务类型,CLB(负载均衡),CDB(云数据库 MySQL),CRS(云数据库 Redis),GWLB(网关负载均衡),不填默认查询类型为CLB。</li>
|
|
7752
7766
|
*/
|
|
7753
7767
|
Filters?: Array<Filter>;
|
|
7754
7768
|
/**
|
|
@@ -7760,7 +7774,7 @@ export interface DescribeVpcEndPointServiceRequest {
|
|
|
7760
7774
|
*/
|
|
7761
7775
|
Limit?: number;
|
|
7762
7776
|
/**
|
|
7763
|
-
* 终端节点服务ID
|
|
7777
|
+
* 终端节点服务ID。可通过[DescribeVpcEndPointService](https://cloud.tencent.com/document/product/215/54678)接口获取。不支持同时传入参数 EndPointServiceIds and Filters。
|
|
7764
7778
|
*/
|
|
7765
7779
|
EndPointServiceIds?: Array<string>;
|
|
7766
7780
|
/**
|
|
@@ -8455,7 +8469,9 @@ export interface DescribeAssistantCidrRequest {
|
|
|
8455
8469
|
VpcIds?: Array<string>;
|
|
8456
8470
|
/**
|
|
8457
8471
|
* 过滤条件,参数不支持同时指定VpcIds和Filters。
|
|
8458
|
-
|
|
8472
|
+
|
|
8473
|
+
当前支持的过滤条件如下:
|
|
8474
|
+
<li>vpc-id - String - (过滤条件)VPC实例ID,形如:vpc-f49l6u0z。(当前仅支持该过滤条件)</li>
|
|
8459
8475
|
*/
|
|
8460
8476
|
Filters?: Array<Filter>;
|
|
8461
8477
|
/**
|
|
@@ -8572,7 +8588,7 @@ export interface EndPoint {
|
|
|
8572
8588
|
*/
|
|
8573
8589
|
EndPointId?: string;
|
|
8574
8590
|
/**
|
|
8575
|
-
* VPC唯一ID。可通过[DescribeVpcs](https://cloud.tencent.com/document/product/
|
|
8591
|
+
* VPC唯一ID。可通过[DescribeVpcs](https://cloud.tencent.com/document/product/215/15778)接口获取。
|
|
8576
8592
|
*/
|
|
8577
8593
|
VpcId?: string;
|
|
8578
8594
|
/**
|
|
@@ -9191,15 +9207,15 @@ export interface DetachCcnInstancesRequest {
|
|
|
9191
9207
|
*/
|
|
9192
9208
|
export interface ModifyVpcEndPointServiceWhiteListRequest {
|
|
9193
9209
|
/**
|
|
9194
|
-
* 用户UIN
|
|
9210
|
+
* 用户UIN。可以通过终端节点所在的用户通过登录 腾讯云账号中心控制台获取。
|
|
9195
9211
|
*/
|
|
9196
9212
|
UserUin: string;
|
|
9197
9213
|
/**
|
|
9198
|
-
* 终端节点服务ID
|
|
9214
|
+
* 终端节点服务ID。可通过[DescribeVpcEndPointService](https://cloud.tencent.com/document/product/215/54678)接口获取。
|
|
9199
9215
|
*/
|
|
9200
9216
|
EndPointServiceId: string;
|
|
9201
9217
|
/**
|
|
9202
|
-
*
|
|
9218
|
+
* 白名单描述信息。长度不超过60个字符。
|
|
9203
9219
|
*/
|
|
9204
9220
|
Description?: string;
|
|
9205
9221
|
}
|
|
@@ -9385,7 +9401,7 @@ export interface ModifyHighPriorityRouteTableAttributeRequest {
|
|
|
9385
9401
|
*/
|
|
9386
9402
|
export interface CreateVpcEndPointServiceRequest {
|
|
9387
9403
|
/**
|
|
9388
|
-
* VPC实例ID
|
|
9404
|
+
* VPC实例ID。可通过[DescribeVpcs](https://cloud.tencent.com/document/product/1108/43663)接口获取。
|
|
9389
9405
|
*/
|
|
9390
9406
|
VpcId: string;
|
|
9391
9407
|
/**
|
|
@@ -9397,7 +9413,8 @@ export interface CreateVpcEndPointServiceRequest {
|
|
|
9397
9413
|
*/
|
|
9398
9414
|
AutoAcceptFlag: boolean;
|
|
9399
9415
|
/**
|
|
9400
|
-
* 后端服务ID,比如lb-
|
|
9416
|
+
* 后端服务ID,比如lb-p1hiksdg。CLB可通过[DescribeLoadBalancers](https://cloud.tencent.com/document/product/1108/48459)接口获取;CDB可通过[DescribeDBInstances](https://cloud.tencent.com/document/api/240/38568)接口获取;CRS可通过[DescribeInstances](https://cloud.tencent.com/document/product/239/20018)接口获取;GWLB可通过[DescribeGatewayLoadBalancers](https://cloud.tencent.com/document/product/1782/111683)接口获取。
|
|
9417
|
+
|
|
9401
9418
|
*/
|
|
9402
9419
|
ServiceInstanceId: string;
|
|
9403
9420
|
/**
|
|
@@ -9405,7 +9422,7 @@ export interface CreateVpcEndPointServiceRequest {
|
|
|
9405
9422
|
*/
|
|
9406
9423
|
IsPassService?: boolean;
|
|
9407
9424
|
/**
|
|
9408
|
-
* 挂载的PAAS服务类型,CLB
|
|
9425
|
+
* 挂载的PAAS服务类型,CLB(负载均衡),CDB(云数据库 MySQL),CRS(云数据库 Redis),GWLB(网关负载均衡)。不填默认挂载为CLB。
|
|
9409
9426
|
*/
|
|
9410
9427
|
ServiceType?: string;
|
|
9411
9428
|
/**
|
|
@@ -9513,7 +9530,7 @@ export interface DescribePrivateNatGatewayTranslationAclRulesResponse {
|
|
|
9513
9530
|
*/
|
|
9514
9531
|
export interface CreateNetworkInterfaceRequest {
|
|
9515
9532
|
/**
|
|
9516
|
-
* VPC实例ID。可通过[DescribeVpcs](https://cloud.tencent.com/document/product/
|
|
9533
|
+
* VPC实例ID。可通过[DescribeVpcs](https://cloud.tencent.com/document/product/215/15778)接口获取。
|
|
9517
9534
|
*/
|
|
9518
9535
|
VpcId: string;
|
|
9519
9536
|
/**
|
|
@@ -9809,7 +9826,7 @@ export interface DescribeNetworkAclQuintupleEntriesResponse {
|
|
|
9809
9826
|
*/
|
|
9810
9827
|
export interface DescribeSubnetsRequest {
|
|
9811
9828
|
/**
|
|
9812
|
-
* 子网实例ID查询。形如:subnet-pxir56ns。每次请求的实例的上限为100
|
|
9829
|
+
* 子网实例ID查询。形如:subnet-pxir56ns。每次请求的实例的上限为100(该参数指定的子网是否返回,需要结合分页拉取参数Limit和Offset)。参数不支持同时指定SubnetIds和Filters。
|
|
9813
9830
|
*/
|
|
9814
9831
|
SubnetIds?: Array<string>;
|
|
9815
9832
|
/**
|
|
@@ -10271,7 +10288,8 @@ export interface CheckTrafficMirrorResponse {
|
|
|
10271
10288
|
*/
|
|
10272
10289
|
export interface CreateAndAttachNetworkInterfaceRequest {
|
|
10273
10290
|
/**
|
|
10274
|
-
* VPC实例ID。可通过[DescribeVpcs](https://cloud.tencent.com/document/product/
|
|
10291
|
+
* VPC实例ID。可通过[DescribeVpcs](https://cloud.tencent.com/document/product/215/15778)接口获取。
|
|
10292
|
+
|
|
10275
10293
|
*/
|
|
10276
10294
|
VpcId: string;
|
|
10277
10295
|
/**
|
|
@@ -13874,11 +13892,11 @@ export interface VpnGatewayRoute {
|
|
|
13874
13892
|
*/
|
|
13875
13893
|
export interface EnableVpcEndPointConnectRequest {
|
|
13876
13894
|
/**
|
|
13877
|
-
* 终端节点服务ID
|
|
13895
|
+
* 终端节点服务ID。可通过[DescribeVpcEndPointService](https://cloud.tencent.com/document/product/215/54678)接口获取。
|
|
13878
13896
|
*/
|
|
13879
13897
|
EndPointServiceId: string;
|
|
13880
13898
|
/**
|
|
13881
|
-
* 终端节点ID
|
|
13899
|
+
* 终端节点ID。可通过[DescribeVpcEndPoint](https://cloud.tencent.com/document/product/215/54679) 获取。
|
|
13882
13900
|
*/
|
|
13883
13901
|
EndPointId: Array<string>;
|
|
13884
13902
|
/**
|
|
@@ -14465,15 +14483,15 @@ export interface AttachCcnInstancesResponse {
|
|
|
14465
14483
|
*/
|
|
14466
14484
|
export interface ModifyVpcEndPointAttributeRequest {
|
|
14467
14485
|
/**
|
|
14468
|
-
* 终端节点ID
|
|
14486
|
+
* 终端节点ID。可通过[DescribeVpcEndPoint](https://cloud.tencent.com/document/product/215/54679) 获取。
|
|
14469
14487
|
*/
|
|
14470
14488
|
EndPointId: string;
|
|
14471
14489
|
/**
|
|
14472
|
-
*
|
|
14490
|
+
* 终端节点名称。长度限制为60个字符。
|
|
14473
14491
|
*/
|
|
14474
14492
|
EndPointName?: string;
|
|
14475
14493
|
/**
|
|
14476
|
-
* 安全组ID
|
|
14494
|
+
* 安全组ID列表。可通过[DescribeSecurityGroups](https://cloud.tencent.com/document/product/215/15808)接口获取。
|
|
14477
14495
|
*/
|
|
14478
14496
|
SecurityGroupIds?: Array<string>;
|
|
14479
14497
|
/**
|
|
@@ -14589,7 +14607,7 @@ export interface ReturnNormalAddressesResponse {
|
|
|
14589
14607
|
*/
|
|
14590
14608
|
export interface DeleteVpcEndPointRequest {
|
|
14591
14609
|
/**
|
|
14592
|
-
* 终端节点ID
|
|
14610
|
+
* 终端节点ID。可通过[DescribeVpcEndPoint](https://cloud.tencent.com/document/product/215/54679) 获取。
|
|
14593
14611
|
*/
|
|
14594
14612
|
EndPointId: string;
|
|
14595
14613
|
/**
|
|
@@ -15501,8 +15519,9 @@ export interface DescribeVpcEndPointServiceWhiteListRequest {
|
|
|
15501
15519
|
Limit?: number;
|
|
15502
15520
|
/**
|
|
15503
15521
|
* 过滤条件。
|
|
15504
|
-
<li> user-uin String - (过滤条件)用户UIN
|
|
15505
|
-
<li> end-point-service-id String - (过滤条件)终端节点服务ID
|
|
15522
|
+
<li> user-uin String - (过滤条件)用户UIN。登录 腾讯云账号中心控制台 获取。</li>
|
|
15523
|
+
<li> end-point-service-id String - (过滤条件)终端节点服务ID。可通过[DescribeVpcEndPointService](https://cloud.tencent.com/document/product/215/54678)接口获取。
|
|
15524
|
+
</li>
|
|
15506
15525
|
*/
|
|
15507
15526
|
Filters?: Array<Filter>;
|
|
15508
15527
|
}
|
|
@@ -16292,15 +16311,15 @@ export interface ModifyPrivateNatGatewayTranslationNatRuleRequest {
|
|
|
16292
16311
|
*/
|
|
16293
16312
|
export interface CreateVpcEndPointServiceWhiteListRequest {
|
|
16294
16313
|
/**
|
|
16295
|
-
* UIN
|
|
16314
|
+
* UIN。腾讯云账号中心控制台获取。
|
|
16296
16315
|
*/
|
|
16297
16316
|
UserUin: string;
|
|
16298
16317
|
/**
|
|
16299
|
-
* 终端节点服务ID
|
|
16318
|
+
* 终端节点服务ID。可通过[DescribeVpcEndPointService](https://cloud.tencent.com/document/product/215/54678)接口获取。
|
|
16300
16319
|
*/
|
|
16301
16320
|
EndPointServiceId: string;
|
|
16302
16321
|
/**
|
|
16303
|
-
*
|
|
16322
|
+
* 白名单描述。长度不超过60个字符。
|
|
16304
16323
|
*/
|
|
16305
16324
|
Description?: string;
|
|
16306
16325
|
}
|