tencentcloud-sdk-nodejs-vpc 4.0.591 → 4.0.595
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 +1085 -0
- package/SERVICE_CHANGELOG.md +992 -213
- package/package.json +1 -1
- package/products.md +64 -63
- package/src/services/vpc/v20170312/vpc_client.ts +3 -3
- package/src/services/vpc/v20170312/vpc_models.ts +30 -10
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +3 -3
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +3 -3
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +26 -10
|
@@ -1439,7 +1439,7 @@ export interface SecurityGroupPolicySet {
|
|
|
1439
1439
|
*/
|
|
1440
1440
|
export interface ModifyFlowLogAttributeRequest {
|
|
1441
1441
|
/**
|
|
1442
|
-
* 流日志唯一ID
|
|
1442
|
+
* 流日志唯一ID。
|
|
1443
1443
|
*/
|
|
1444
1444
|
FlowLogId: string;
|
|
1445
1445
|
/**
|
|
@@ -1447,11 +1447,11 @@ export interface ModifyFlowLogAttributeRequest {
|
|
|
1447
1447
|
*/
|
|
1448
1448
|
VpcId?: string;
|
|
1449
1449
|
/**
|
|
1450
|
-
*
|
|
1450
|
+
* 流日志实例名字。
|
|
1451
1451
|
*/
|
|
1452
1452
|
FlowLogName?: string;
|
|
1453
1453
|
/**
|
|
1454
|
-
*
|
|
1454
|
+
* 流日志实例描述。
|
|
1455
1455
|
*/
|
|
1456
1456
|
FlowLogDescription?: string;
|
|
1457
1457
|
}
|
|
@@ -2125,7 +2125,7 @@ export interface IpGeolocationInfo {
|
|
|
2125
2125
|
*/
|
|
2126
2126
|
export interface DeleteFlowLogRequest {
|
|
2127
2127
|
/**
|
|
2128
|
-
* 流日志唯一ID
|
|
2128
|
+
* 流日志唯一ID。
|
|
2129
2129
|
*/
|
|
2130
2130
|
FlowLogId: string;
|
|
2131
2131
|
/**
|
|
@@ -2514,11 +2514,11 @@ export interface ModifyVpcEndPointAttributeResponse {
|
|
|
2514
2514
|
*/
|
|
2515
2515
|
export interface DescribeFlowLogRequest {
|
|
2516
2516
|
/**
|
|
2517
|
-
* 私用网络ID或者统一ID,建议使用统一ID
|
|
2517
|
+
* 私用网络ID或者统一ID,建议使用统一ID。
|
|
2518
2518
|
*/
|
|
2519
2519
|
VpcId: string;
|
|
2520
2520
|
/**
|
|
2521
|
-
* 流日志唯一ID
|
|
2521
|
+
* 流日志唯一ID。
|
|
2522
2522
|
*/
|
|
2523
2523
|
FlowLogId: string;
|
|
2524
2524
|
}
|
|
@@ -2601,7 +2601,7 @@ export interface AssignPrivateIpAddressesResponse {
|
|
|
2601
2601
|
/**
|
|
2602
2602
|
* 内网IP详细信息。
|
|
2603
2603
|
*/
|
|
2604
|
-
PrivateIpAddressSet
|
|
2604
|
+
PrivateIpAddressSet?: Array<PrivateIpAddressSpecification>;
|
|
2605
2605
|
/**
|
|
2606
2606
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2607
2607
|
*/
|
|
@@ -3413,7 +3413,7 @@ export interface DescribeNatGatewaysResponse {
|
|
|
3413
3413
|
*/
|
|
3414
3414
|
export interface DescribeFlowLogResponse {
|
|
3415
3415
|
/**
|
|
3416
|
-
*
|
|
3416
|
+
* 流日志信息。
|
|
3417
3417
|
*/
|
|
3418
3418
|
FlowLog?: Array<FlowLog>;
|
|
3419
3419
|
/**
|
|
@@ -5656,7 +5656,7 @@ export interface CreateAddressTemplateResponse {
|
|
|
5656
5656
|
/**
|
|
5657
5657
|
* IP地址模板对象。
|
|
5658
5658
|
*/
|
|
5659
|
-
AddressTemplate
|
|
5659
|
+
AddressTemplate?: AddressTemplate;
|
|
5660
5660
|
/**
|
|
5661
5661
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
5662
5662
|
*/
|
|
@@ -6957,7 +6957,7 @@ export interface Filter {
|
|
|
6957
6957
|
*/
|
|
6958
6958
|
Name: string;
|
|
6959
6959
|
/**
|
|
6960
|
-
* 属性值, 若同一个Filter存在多个Values,同一Filter下Values间的关系为逻辑或(OR
|
|
6960
|
+
* 属性值, 若同一个Filter存在多个Values,同一Filter下Values间的关系为逻辑或(OR)关系。当值类型为布尔类型时,可直接取值为字符串"TRUE"或 "FALSE"。
|
|
6961
6961
|
*/
|
|
6962
6962
|
Values: Array<string>;
|
|
6963
6963
|
}
|
|
@@ -7193,6 +7193,10 @@ export interface CreateNetworkInterfaceRequest {
|
|
|
7193
7193
|
* 新申请的内网IP地址个数,内网IP地址个数总和不能超过配额数。
|
|
7194
7194
|
*/
|
|
7195
7195
|
SecondaryPrivateIpAddressCount?: number;
|
|
7196
|
+
/**
|
|
7197
|
+
* IP服务质量等级,和SecondaryPrivateIpAddressCount配合使用,可选值:PT、AU、AG、DEFAULT,分别代表白金、金、银、默认四个等级。
|
|
7198
|
+
*/
|
|
7199
|
+
QosLevel?: string;
|
|
7196
7200
|
/**
|
|
7197
7201
|
* 指定绑定的安全组,例如:['sg-1dd51d']。
|
|
7198
7202
|
*/
|
|
@@ -7709,6 +7713,10 @@ export interface CreateAndAttachNetworkInterfaceRequest {
|
|
|
7709
7713
|
* 新申请的内网IP地址个数,内网IP地址个数总和不能超过配额数。
|
|
7710
7714
|
*/
|
|
7711
7715
|
SecondaryPrivateIpAddressCount?: number;
|
|
7716
|
+
/**
|
|
7717
|
+
* IP服务质量等级,和SecondaryPrivateIpAddressCount配合使用,可选值:PT、AU、AG、DEFAULT,分别代表白金、金、银、默认四个等级。
|
|
7718
|
+
*/
|
|
7719
|
+
QosLevel?: string;
|
|
7712
7720
|
/**
|
|
7713
7721
|
* 指定绑定的安全组,例如:['sg-1dd51d']。
|
|
7714
7722
|
*/
|
|
@@ -8863,6 +8871,10 @@ export interface PrivateIpAddressSpecification {
|
|
|
8863
8871
|
AVAILABLE:可用的
|
|
8864
8872
|
*/
|
|
8865
8873
|
State?: string;
|
|
8874
|
+
/**
|
|
8875
|
+
* IP服务质量等级,可选值:PT、AU、AG、DEFAULT,分别代表白金、金、银、默认四个等级。
|
|
8876
|
+
*/
|
|
8877
|
+
QosLevel?: string;
|
|
8866
8878
|
}
|
|
8867
8879
|
/**
|
|
8868
8880
|
* ALG协议类型
|
|
@@ -11344,6 +11356,10 @@ export interface AssignPrivateIpAddressesRequest {
|
|
|
11344
11356
|
* 新申请的内网IP地址个数,与PrivateIpAddresses至少提供一个。内网IP地址个数总和不能超过配额数,详见<a href="/document/product/576/18527">弹性网卡使用限制</a>。
|
|
11345
11357
|
*/
|
|
11346
11358
|
SecondaryPrivateIpAddressCount?: number;
|
|
11359
|
+
/**
|
|
11360
|
+
* IP服务质量等级,和SecondaryPrivateIpAddressCount配合使用,可选值:PT、AU、AG、DEFAULT,分别代表白金、金、银、默认四个等级。
|
|
11361
|
+
*/
|
|
11362
|
+
QosLevel?: string;
|
|
11347
11363
|
}
|
|
11348
11364
|
/**
|
|
11349
11365
|
* DescribeSnapshotAttachedInstances返回参数结构体
|