tencentcloud-sdk-nodejs-intl-en 3.0.1305 → 3.0.1307
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 +1 -1
- package/tencentcloud/cdb/v20170320/cdb_client.js +1 -1
- package/tencentcloud/ckafka/v20190819/models.js +69 -69
- package/tencentcloud/clb/v20180317/clb_client.js +20 -20
- package/tencentcloud/clb/v20180317/models.js +74 -74
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/cvm/v20170312/cvm_client.js +1 -1
- package/tencentcloud/cvm/v20170312/models.js +3 -3
- package/tencentcloud/dbbrain/index.js +1 -1
- package/tencentcloud/emr/v20190103/models.js +6 -6
- package/tencentcloud/faceid/v20180301/models.js +103 -22
- package/tencentcloud/lighthouse/v20200324/lighthouse_client.js +1 -1
- package/tencentcloud/lighthouse/v20200324/models.js +9 -9
- package/tencentcloud/mongodb/v20190725/models.js +40 -40
- package/tencentcloud/mongodb/v20190725/mongodb_client.js +2 -2
- package/tencentcloud/monitor/v20180724/models.js +1 -1
- package/tencentcloud/mps/v20190612/models.js +16 -16
- package/tencentcloud/mqtt/v20240516/models.js +41 -41
- package/tencentcloud/mqtt/v20240516/mqtt_client.js +1 -1
- package/tencentcloud/redis/v20180412/models.js +12 -12
- package/tencentcloud/sms/index.js +1 -1
- package/tencentcloud/tdmq/v20200217/models.js +4 -4
- package/tencentcloud/teo/v20220901/models.js +9 -9
- package/tencentcloud/teo/v20220901/teo_client.js +3 -3
- package/tencentcloud/trocket/v20230308/models.js +89 -89
- package/tencentcloud/trocket/v20230308/trocket_client.js +11 -11
- package/tencentcloud/vm/index.js +1 -1
- package/tencentcloud/vod/index.js +1 -1
- package/tencentcloud/vod/v20180717/models.js +847 -161
- package/tencentcloud/vod/v20180717/vod_client.js +16 -6
- package/tencentcloud/vpc/v20170312/models.js +109 -0
- package/tencentcloud/vpc/v20170312/vpc_client.js +14 -0
|
@@ -25,7 +25,7 @@ class DescribeSpecInfoRequest extends AbstractModel {
|
|
|
25
25
|
super();
|
|
26
26
|
|
|
27
27
|
/**
|
|
28
|
-
* AZ to be queried. For currently supported AZs, see [Regions and AZs](https://www.tencentcloud.
|
|
28
|
+
* AZ to be queried. For currently supported AZs, see [Regions and AZs](https://www.tencentcloud.com/document/product/240/3637?from_cn_redirect=1).
|
|
29
29
|
* @type {string || null}
|
|
30
30
|
*/
|
|
31
31
|
this.Zone = null;
|
|
@@ -72,7 +72,7 @@ class CreateDBInstanceRequest extends AbstractModel {
|
|
|
72
72
|
this.Volume = null;
|
|
73
73
|
|
|
74
74
|
/**
|
|
75
|
-
* Refers to version information. The [DescribeSpecInfo](https://www.tencentcloud.
|
|
75
|
+
* Refers to version information. The [DescribeSpecInfo](https://www.tencentcloud.com/document/product/240/38567?from_cn_redirect=1) API can be called to obtain detailed information about the supported versions.
|
|
76
76
|
- MONGO_40_WT: version of the MongoDB 4.0 WiredTiger storage engine.
|
|
77
77
|
- MONGO_42_WT: version of the MongoDB 4.2 WiredTiger storage engine.
|
|
78
78
|
- MONGO_44_WT: version of the MongoDB 4.4 WiredTiger storage engine.
|
|
@@ -136,7 +136,7 @@ class CreateDBInstanceRequest extends AbstractModel {
|
|
|
136
136
|
/**
|
|
137
137
|
* VPC ID.
|
|
138
138
|
- Only VPC configuration is supported, and a VPC in the same region as the instance should be selected. Log in to the [VPC console](https://console.cloud.tencent.com/vpc) to obtain the available VPC ID.
|
|
139
|
-
- After successful instance creation, VPCs can be changed. For detailed operations, see [Changing the Network](https://www.tencentcloud.
|
|
139
|
+
- After successful instance creation, VPCs can be changed. For detailed operations, see [Changing the Network](https://www.tencentcloud.com/document/product/239/30910?from_cn_redirect=1).
|
|
140
140
|
* @type {string || null}
|
|
141
141
|
*/
|
|
142
142
|
this.VpcId = null;
|
|
@@ -144,7 +144,7 @@ class CreateDBInstanceRequest extends AbstractModel {
|
|
|
144
144
|
/**
|
|
145
145
|
* Subnet ID of the VPC.
|
|
146
146
|
- A subnet should be specified within the selected VPC. Log in to the [VPC console](https://console.cloud.tencent.com/vpc) to obtain the available subnet ID.
|
|
147
|
-
- After successful instance creation, VPCs and subnets can be changed. For detailed operations, see [Changing the Network](https://www.tencentcloud.
|
|
147
|
+
- After successful instance creation, VPCs and subnets can be changed. For detailed operations, see [Changing the Network](https://www.tencentcloud.com/document/product/239/30910?from_cn_redirect=1).
|
|
148
148
|
* @type {string || null}
|
|
149
149
|
*/
|
|
150
150
|
this.SubnetId = null;
|
|
@@ -272,7 +272,7 @@ class CreateDBInstanceRequest extends AbstractModel {
|
|
|
272
272
|
/**
|
|
273
273
|
* Parameter template ID.
|
|
274
274
|
- A parameter template is a collection of predefined parameter values that can be used to quickly configure new MongoDB instances. Proper use of parameter templates can significantly enhance the deployment efficiency and operational performance of the database.
|
|
275
|
-
- The [DescribeDBInstanceParamTpl](https://www.tencentcloud.
|
|
275
|
+
- The [DescribeDBInstanceParamTpl](https://www.tencentcloud.com/document/product/240/109155?from_cn_redirect=1) API can be called to obtain the parameter template ID. Select the parameter template ID corresponding to the instance version and architecture.
|
|
276
276
|
* @type {string || null}
|
|
277
277
|
*/
|
|
278
278
|
this.ParamTemplateId = null;
|
|
@@ -1458,7 +1458,7 @@ class AddNodeList extends AbstractModel {
|
|
|
1458
1458
|
this.Role = null;
|
|
1459
1459
|
|
|
1460
1460
|
/**
|
|
1461
|
-
* AZ corresponding to the node. For the currently supported AZs, see [Regions and AZs](https://www.tencentcloud.
|
|
1461
|
+
* AZ corresponding to the node. For the currently supported AZs, see [Regions and AZs](https://www.tencentcloud.com/document/product/240/3637?from_cn_redirect=1).
|
|
1462
1462
|
- Single AZ: All nodes are in the same AZ.
|
|
1463
1463
|
- Multiple AZs: The current standard specification involves three AZs. The primary and secondary nodes are not in the same AZ. Note: AZs corresponding to the nodes to be added should be specified. After addition, the number of nodes in any 2 AZs should be greater than that in the third AZ.
|
|
1464
1464
|
* @type {string || null}
|
|
@@ -1603,13 +1603,13 @@ class ModifyDBInstanceNetworkAddressRequest extends AbstractModel {
|
|
|
1603
1603
|
this.OldIpExpiredTime = null;
|
|
1604
1604
|
|
|
1605
1605
|
/**
|
|
1606
|
-
* VPC ID after the switch. If the instance is using a basic network, this field is not required. The [DescribeDBInstances](https://www.tencentcloud.
|
|
1606
|
+
* VPC ID after the switch. If the instance is using a basic network, this field is not required. The [DescribeDBInstances](https://www.tencentcloud.com/document/product/240/38568?from_cn_redirect=1) API can be called to obtain the VPC ID.
|
|
1607
1607
|
* @type {string || null}
|
|
1608
1608
|
*/
|
|
1609
1609
|
this.NewUniqVpcId = null;
|
|
1610
1610
|
|
|
1611
1611
|
/**
|
|
1612
|
-
* VPC subnet ID after the switch. If the instance is using a basic network, this field is not required. The [DescribeDBInstances](https://www.tencentcloud.
|
|
1612
|
+
* VPC subnet ID after the switch. If the instance is using a basic network, this field is not required. The [DescribeDBInstances](https://www.tencentcloud.com/document/product/240/38568?from_cn_redirect=1) API can be called to obtain the subnet ID of the VPC.
|
|
1613
1613
|
* @type {string || null}
|
|
1614
1614
|
*/
|
|
1615
1615
|
this.NewUniqSubnetId = null;
|
|
@@ -1775,7 +1775,7 @@ class EnableTransparentDataEncryptionRequest extends AbstractModel {
|
|
|
1775
1775
|
this.InstanceId = null;
|
|
1776
1776
|
|
|
1777
1777
|
/**
|
|
1778
|
-
* Region where the [Key Management Service (KMS)](https://www.tencentcloud.
|
|
1778
|
+
* Region where the [Key Management Service (KMS)](https://www.tencentcloud.com/document/product/573/18809?from_cn_redirect=1) instance is located. For example, ap-shanghai.
|
|
1779
1779
|
* @type {string || null}
|
|
1780
1780
|
*/
|
|
1781
1781
|
this.KmsRegion = null;
|
|
@@ -2144,7 +2144,7 @@ class DescribeDetailedSlowLogsRequest extends AbstractModel {
|
|
|
2144
2144
|
this.Texts = null;
|
|
2145
2145
|
|
|
2146
2146
|
/**
|
|
2147
|
-
* Specifies the node name for querying slow logs. The [DescribeDBInstanceNodeProperty](https://www.tencentcloud.
|
|
2147
|
+
* Specifies the node name for querying slow logs. The [DescribeDBInstanceNodeProperty](https://www.tencentcloud.com/document/product/240/82022?from_cn_redirect=1) API can be called to query the node name.
|
|
2148
2148
|
* @type {Array.<string> || null}
|
|
2149
2149
|
*/
|
|
2150
2150
|
this.NodeNames = null;
|
|
@@ -2468,19 +2468,19 @@ class InquirePriceModifyDBInstanceSpecRequest extends AbstractModel {
|
|
|
2468
2468
|
this.InstanceId = null;
|
|
2469
2469
|
|
|
2470
2470
|
/**
|
|
2471
|
-
* Instance memory size after configuration changes, in GB. The [DescribeSpecInfo](https://www.tencentcloud.
|
|
2471
|
+
* Instance memory size after configuration changes, in GB. The [DescribeSpecInfo](https://www.tencentcloud.com/document/product/240/38567?from_cn_redirect=1) API can be called to obtain the specific sales specifications for memory.
|
|
2472
2472
|
* @type {number || null}
|
|
2473
2473
|
*/
|
|
2474
2474
|
this.Memory = null;
|
|
2475
2475
|
|
|
2476
2476
|
/**
|
|
2477
|
-
* Instance disk size after configuration changes, in GB. The [DescribeSpecInfo](https://www.tencentcloud.
|
|
2477
|
+
* Instance disk size after configuration changes, in GB. The [DescribeSpecInfo](https://www.tencentcloud.com/document/product/240/38567?from_cn_redirect=1) API can be called to obtain the maximum and minimum disk sizes corresponding to each CPU specification.
|
|
2478
2478
|
* @type {number || null}
|
|
2479
2479
|
*/
|
|
2480
2480
|
this.Volume = null;
|
|
2481
2481
|
|
|
2482
2482
|
/**
|
|
2483
|
-
* Number of instance nodes. The [DescribeSpecInfo](https://www.tencentcloud.
|
|
2483
|
+
* Number of instance nodes. The [DescribeSpecInfo](https://www.tencentcloud.com/document/product/240/38567?from_cn_redirect=1) API can be called to obtain the number of instance nodes.
|
|
2484
2484
|
- Replica set instance, which refers to the number of primary and secondary nodes for the instance after configuration changes.
|
|
2485
2485
|
- Sharded cluster instance, which refers to the number of primary and secondary nodes per shard for the instance after configuration changes.
|
|
2486
2486
|
**Note**: Do not initiate tasks of adjusting the number of nodes and shards and the node specifications simultaneously.
|
|
@@ -2958,14 +2958,14 @@ class ModifyDBInstanceSpecRequest extends AbstractModel {
|
|
|
2958
2958
|
this.InstanceId = null;
|
|
2959
2959
|
|
|
2960
2960
|
/**
|
|
2961
|
-
* Memory size after instance configuration changes, in GB. If this parameter is left blank, the default value is the current memory size of the instance. For the currently supported memory specifications, see [Product Specifications](https://www.tencentcloud.
|
|
2961
|
+
* Memory size after instance configuration changes, in GB. If this parameter is left blank, the default value is the current memory size of the instance. For the currently supported memory specifications, see [Product Specifications](https://www.tencentcloud.com/document/product/240/64125?from_cn_redirect=1).
|
|
2962
2962
|
**Note**: Memory and disk configurations should be upgraded or downgraded simultaneously, meaning that Memory and Volume should be modified at the same time.
|
|
2963
2963
|
* @type {number || null}
|
|
2964
2964
|
*/
|
|
2965
2965
|
this.Memory = null;
|
|
2966
2966
|
|
|
2967
2967
|
/**
|
|
2968
|
-
* Hard disk size after instance configuration changes, in GB. If this parameter is left blank, the default value is the current disk size of the instance. For the currently supported disk capacity, see [Product Specifications](https://www.tencentcloud.
|
|
2968
|
+
* Hard disk size after instance configuration changes, in GB. If this parameter is left blank, the default value is the current disk size of the instance. For the currently supported disk capacity, see [Product Specifications](https://www.tencentcloud.com/document/product/240/64125?from_cn_redirect=1).
|
|
2969
2969
|
- Memory and disk configurations should be upgraded or downgraded at the same time, meaning that Memory and Volume should be modified at the same time.
|
|
2970
2970
|
- During configuration downgrade, the disk capacity after changes should be greater than 1.2 times the used disk capacity.
|
|
2971
2971
|
* @type {number || null}
|
|
@@ -2984,8 +2984,8 @@ Oplog size after instance configuration modification.
|
|
|
2984
2984
|
|
|
2985
2985
|
/**
|
|
2986
2986
|
* Number of Mongod nodes after instance changes (excluding read-only nodes).
|
|
2987
|
-
- Number of replica set nodes. The value range of the number of nodes can be obtained through the response parameters MinNodeNum and MaxNodeNum of the [DescribeSpecInfo ](https://www.tencentcloud.
|
|
2988
|
-
- Number of nodes per shard in a sharded cluster. The value range of the number of nodes can be obtained through the response parameters MinReplicateSetNodeNum and MaxReplicateSetNodeNum of the [DescribeSpecInfo ](https://www.tencentcloud.
|
|
2987
|
+
- Number of replica set nodes. The value range of the number of nodes can be obtained through the response parameters MinNodeNum and MaxNodeNum of the [DescribeSpecInfo ](https://www.tencentcloud.com/document/product/240/38567?from_cn_redirect=1) API.
|
|
2988
|
+
- Number of nodes per shard in a sharded cluster. The value range of the number of nodes can be obtained through the response parameters MinReplicateSetNodeNum and MaxReplicateSetNodeNum of the [DescribeSpecInfo ](https://www.tencentcloud.com/document/product/240/38567?from_cn_redirect=1) API.
|
|
2989
2989
|
**Note**: When the CPU and memory specifications of Mongod or Mongos nodes are changed, this parameter is not required, or enter the current number of Mongod or Mongos nodes (excluding read-only nodes).
|
|
2990
2990
|
* @type {number || null}
|
|
2991
2991
|
*/
|
|
@@ -2993,7 +2993,7 @@ Oplog size after instance configuration modification.
|
|
|
2993
2993
|
|
|
2994
2994
|
/**
|
|
2995
2995
|
* Number of shards after instance changes.
|
|
2996
|
-
- The value range for the number of instance shards can be obtained through the response parameters **MinReplicateSetNum** and **MaxReplicateSetNum** of the [DescribeSpecInfo](https://www.tencentcloud.
|
|
2996
|
+
- The value range for the number of instance shards can be obtained through the response parameters **MinReplicateSetNum** and **MaxReplicateSetNum** of the [DescribeSpecInfo](https://www.tencentcloud.com/document/product/240/38567?from_cn_redirect=1) API.
|
|
2997
2997
|
- The number of instance shards can only be increased and cannot be decreased.
|
|
2998
2998
|
* @type {number || null}
|
|
2999
2999
|
*/
|
|
@@ -3009,7 +3009,7 @@ Oplog size after instance configuration modification.
|
|
|
3009
3009
|
this.InMaintenance = null;
|
|
3010
3010
|
|
|
3011
3011
|
/**
|
|
3012
|
-
* Memory size of the Mongos node after sharded cluster instance configuration changes, in GB. For the specifications supported by the instance, see [Product Specifications](https://www.tencentcloud.
|
|
3012
|
+
* Memory size of the Mongos node after sharded cluster instance configuration changes, in GB. For the specifications supported by the instance, see [Product Specifications](https://www.tencentcloud.com/document/product/240/64125?from_cn_redirect=1).
|
|
3013
3013
|
* @type {string || null}
|
|
3014
3014
|
*/
|
|
3015
3015
|
this.MongosMemory = null;
|
|
@@ -3179,7 +3179,7 @@ class ResetDBInstancePasswordRequest extends AbstractModel {
|
|
|
3179
3179
|
this.InstanceId = null;
|
|
3180
3180
|
|
|
3181
3181
|
/**
|
|
3182
|
-
* Specifies the account name for which the password needs to be changed. The [DescribeAccountUsers](https://www.tencentcloud.
|
|
3182
|
+
* Specifies the account name for which the password needs to be changed. The [DescribeAccountUsers](https://www.tencentcloud.com/document/product/240/80800?from_cn_redirect=1) API can be called to obtain the account list and copy the account name for which the password needs to be changed.
|
|
3183
3183
|
* @type {string || null}
|
|
3184
3184
|
*/
|
|
3185
3185
|
this.UserName = null;
|
|
@@ -3758,7 +3758,7 @@ class DescribeBackupDownloadTaskRequest extends AbstractModel {
|
|
|
3758
3758
|
this.InstanceId = null;
|
|
3759
3759
|
|
|
3760
3760
|
/**
|
|
3761
|
-
* Specifies the backup file name for filtering download tasks of the specified file. The [DescribeDBBackups](https://www.tencentcloud.
|
|
3761
|
+
* Specifies the backup file name for filtering download tasks of the specified file. The [DescribeDBBackups](https://www.tencentcloud.com/document/product/240/38574?from_cn_redirect=1) API can be called to obtain the backup file name.
|
|
3762
3762
|
* @type {string || null}
|
|
3763
3763
|
*/
|
|
3764
3764
|
this.BackupName = null;
|
|
@@ -3845,19 +3845,19 @@ class Operation extends AbstractModel {
|
|
|
3845
3845
|
super();
|
|
3846
3846
|
|
|
3847
3847
|
/**
|
|
3848
|
-
* Name of the shard where the operation is performed. The [DescribeCurrentOp](https://www.tencentcloud.
|
|
3848
|
+
* Name of the shard where the operation is performed. The [DescribeCurrentOp](https://www.tencentcloud.com/document/product/240/48120?from_cn_redirect=1) API can be called to query the shard name.
|
|
3849
3849
|
* @type {string || null}
|
|
3850
3850
|
*/
|
|
3851
3851
|
this.ReplicaSetName = null;
|
|
3852
3852
|
|
|
3853
3853
|
/**
|
|
3854
|
-
* Name of the node where the operation is performed. The [DescribeCurrentOp](https://www.tencentcloud.
|
|
3854
|
+
* Name of the node where the operation is performed. The [DescribeCurrentOp](https://www.tencentcloud.com/document/product/240/48120?from_cn_redirect=1) API can be called to query the node name.
|
|
3855
3855
|
* @type {string || null}
|
|
3856
3856
|
*/
|
|
3857
3857
|
this.NodeName = null;
|
|
3858
3858
|
|
|
3859
3859
|
/**
|
|
3860
|
-
* Operation number. The [DescribeCurrentOp](https://www.tencentcloud.
|
|
3860
|
+
* Operation number. The [DescribeCurrentOp](https://www.tencentcloud.com/document/product/240/48120?from_cn_redirect=1) API can be called to query the operation number.
|
|
3861
3861
|
* @type {number || null}
|
|
3862
3862
|
*/
|
|
3863
3863
|
this.OpId = null;
|
|
@@ -4417,8 +4417,8 @@ class DescribeDBInstanceDealRequest extends AbstractModel {
|
|
|
4417
4417
|
|
|
4418
4418
|
/**
|
|
4419
4419
|
* Order ID.
|
|
4420
|
-
- Pay-as-you-go instance. It can be obtained through the output parameter **DealId** of the [CreateDBInstanceHour](https://www.tencentcloud.
|
|
4421
|
-
- Yearly/monthly subscription instance. It can be obtained through the output parameter **DealId** of the [CreateDBInstance](https://www.tencentcloud.
|
|
4420
|
+
- Pay-as-you-go instance. It can be obtained through the output parameter **DealId** of the [CreateDBInstanceHour](https://www.tencentcloud.com/document/product/240/38570?from_cn_redirect=1) API.
|
|
4421
|
+
- Yearly/monthly subscription instance. It can be obtained through the output parameter **DealId** of the [CreateDBInstance](https://www.tencentcloud.com/document/product/240/38571?from_cn_redirect=1) API.
|
|
4422
4422
|
* @type {string || null}
|
|
4423
4423
|
*/
|
|
4424
4424
|
this.DealId = null;
|
|
@@ -4481,7 +4481,7 @@ class DescribeAsyncRequestInfoRequest extends AbstractModel {
|
|
|
4481
4481
|
super();
|
|
4482
4482
|
|
|
4483
4483
|
/**
|
|
4484
|
-
* Specifies the ID of the asynchronous request to be queried. When an asynchronous process is involved in the API operation (such as [CreateBackupDBInstance](https://www.tencentcloud.
|
|
4484
|
+
* Specifies the ID of the asynchronous request to be queried. When an asynchronous process is involved in the API operation (such as [CreateBackupDBInstance](https://www.tencentcloud.com/document/product/240/46599?from_cn_redirect=1)), the response value of AsyncRequestId is the ID to be filled in for this parameter.
|
|
4485
4485
|
* @type {string || null}
|
|
4486
4486
|
*/
|
|
4487
4487
|
this.AsyncRequestId = null;
|
|
@@ -4515,7 +4515,7 @@ class CreateBackupDownloadTaskRequest extends AbstractModel {
|
|
|
4515
4515
|
this.InstanceId = null;
|
|
4516
4516
|
|
|
4517
4517
|
/**
|
|
4518
|
-
* Name of the backup file to be downloaded. The [DescribeDBBackups](https://www.tencentcloud.
|
|
4518
|
+
* Name of the backup file to be downloaded. The [DescribeDBBackups](https://www.tencentcloud.com/document/product/240/38574?from_cn_redirect=1) API can be called to obtain it.
|
|
4519
4519
|
* @type {string || null}
|
|
4520
4520
|
*/
|
|
4521
4521
|
this.BackupName = null;
|
|
@@ -5908,7 +5908,7 @@ class CreateDBInstanceHourRequest extends AbstractModel {
|
|
|
5908
5908
|
this.NodeNum = null;
|
|
5909
5909
|
|
|
5910
5910
|
/**
|
|
5911
|
-
* Refers to version information. The [DescribeSpecInfo](https://www.tencentcloud.
|
|
5911
|
+
* Refers to version information. The [DescribeSpecInfo](https://www.tencentcloud.com/document/product/240/38567?from_cn_redirect=1) API can be called to obtain detailed information about the supported versions.
|
|
5912
5912
|
- MONGO_40_WT: version of the MongoDB 4.0 WiredTiger storage engine.
|
|
5913
5913
|
- MONGO_42_WT: version of the MongoDB 4.2 WiredTiger storage engine.
|
|
5914
5914
|
- MONGO_44_WT: version of the MongoDB 4.4 WiredTiger storage engine.
|
|
@@ -5952,7 +5952,7 @@ class CreateDBInstanceHourRequest extends AbstractModel {
|
|
|
5952
5952
|
/**
|
|
5953
5953
|
* VPC ID.
|
|
5954
5954
|
- Only VPC configuration is supported, and a VPC in the same region as the instance should be selected. Log in to the [VPC console](https://console.cloud.tencent.com/vpc) to obtain the available VPC ID.
|
|
5955
|
-
- After successful instance creation, VPCs can be changed. For detailed operations, see [Changing the Network](https://www.tencentcloud.
|
|
5955
|
+
- After successful instance creation, VPCs can be changed. For detailed operations, see [Changing the Network](https://www.tencentcloud.com/document/product/239/30910?from_cn_redirect=1).
|
|
5956
5956
|
* @type {string || null}
|
|
5957
5957
|
*/
|
|
5958
5958
|
this.VpcId = null;
|
|
@@ -5960,7 +5960,7 @@ class CreateDBInstanceHourRequest extends AbstractModel {
|
|
|
5960
5960
|
/**
|
|
5961
5961
|
* Subnet ID of the VPC.
|
|
5962
5962
|
- A subnet should be specified within the selected VPC. Log in to the [VPC console](https://console.cloud.tencent.com/vpc) to obtain the available subnet ID.
|
|
5963
|
-
- After successful instance creation, VPCs and subnets can be changed. For detailed operations, see [Changing the Network](https://www.tencentcloud.
|
|
5963
|
+
- After successful instance creation, VPCs and subnets can be changed. For detailed operations, see [Changing the Network](https://www.tencentcloud.com/document/product/239/30910?from_cn_redirect=1).
|
|
5964
5964
|
* @type {string || null}
|
|
5965
5965
|
*/
|
|
5966
5966
|
this.SubnetId = null;
|
|
@@ -6032,7 +6032,7 @@ class CreateDBInstanceHourRequest extends AbstractModel {
|
|
|
6032
6032
|
/**
|
|
6033
6033
|
* Specifies the list of AZs during multi-AZ deployment of TencentDB for MongoDB instances.
|
|
6034
6034
|
- For instances in multi-AZ deployment mode, the **Zone** parameter specifies the primary AZ, and **AvailabilityZoneList** specifies all AZs, including the primary AZ. Format: [ap-guangzhou-2,ap-guangzhou-3,ap-guangzhou-4].
|
|
6035
|
-
- The [DescribeSpecInfo](https://www.tencentcloud.
|
|
6035
|
+
- The [DescribeSpecInfo](https://www.tencentcloud.com/document/product/240/38567?from_cn_redirect=1) API can be called to obtain AZs planned for TencentDB for MongoDB instances in different regions, helping you specify valid AZs.
|
|
6036
6036
|
- Nodes in multi-AZ deployment mode can only be deployed in 3 different AZs. Deploying most nodes of a cluster in the same AZ is not supported. For example, a 3-node cluster does not support deploying 2 nodes in the same AZ.
|
|
6037
6037
|
* @type {Array.<string> || null}
|
|
6038
6038
|
*/
|
|
@@ -6081,7 +6081,7 @@ class CreateDBInstanceHourRequest extends AbstractModel {
|
|
|
6081
6081
|
/**
|
|
6082
6082
|
* Parameter template ID.
|
|
6083
6083
|
- A parameter template is a collection of predefined parameter values that can be used to quickly configure new MongoDB instances. Proper use of parameter templates can significantly enhance the deployment efficiency and operational performance of the database.
|
|
6084
|
-
- The [DescribeDBInstanceParamTpl](https://www.tencentcloud.
|
|
6084
|
+
- The [DescribeDBInstanceParamTpl](https://www.tencentcloud.com/document/product/240/109155?from_cn_redirect=1) API can be called to obtain the parameter template ID. Select the parameter template ID corresponding to the instance version and architecture.
|
|
6085
6085
|
* @type {string || null}
|
|
6086
6086
|
*/
|
|
6087
6087
|
this.ParamTemplateId = null;
|
|
@@ -6404,7 +6404,7 @@ class ModifyInstanceParamsRequest extends AbstractModel {
|
|
|
6404
6404
|
this.InstanceId = null;
|
|
6405
6405
|
|
|
6406
6406
|
/**
|
|
6407
|
-
* Specifies the parameter name and value to be modified. For details about the currently supported parameter names and the corresponding valid values, see [DescribeInstanceParams](https://www.tencentcloud.
|
|
6407
|
+
* Specifies the parameter name and value to be modified. For details about the currently supported parameter names and the corresponding valid values, see [DescribeInstanceParams](https://www.tencentcloud.com/document/product/240/65903?from_cn_redirect=1).
|
|
6408
6408
|
* @type {Array.<ModifyMongoDBParamType> || null}
|
|
6409
6409
|
*/
|
|
6410
6410
|
this.InstanceParams = null;
|
|
@@ -6849,14 +6849,14 @@ class InquirePriceCreateDBInstancesRequest extends AbstractModel {
|
|
|
6849
6849
|
super();
|
|
6850
6850
|
|
|
6851
6851
|
/**
|
|
6852
|
-
* Region and AZ information of the instance. For details, see [Regions and AZs](https://www.tencentcloud.
|
|
6852
|
+
* Region and AZ information of the instance. For details, see [Regions and AZs](https://www.tencentcloud.com/document/product/240/3637?from_cn_redirect=1).
|
|
6853
6853
|
* @type {string || null}
|
|
6854
6854
|
*/
|
|
6855
6855
|
this.Zone = null;
|
|
6856
6856
|
|
|
6857
6857
|
/**
|
|
6858
|
-
* -Specifies the number of primary and secondary nodes for each replica set during replica set instance creation. call the [DescribeSpecInfo](https://www.tencentcloud.
|
|
6859
|
-
- Specifies the number of primary and secondary nodes for each shard during sharded cluster instance creation. Call the [DescribeSpecInfo](https://www.tencentcloud.
|
|
6858
|
+
* -Specifies the number of primary and secondary nodes for each replica set during replica set instance creation. call the [DescribeSpecInfo](https://www.tencentcloud.com/document/product/240/38567?from_cn_redirect=1) API to obtain the maximum and minimum number of nodes supported for each replica set.
|
|
6859
|
+
- Specifies the number of primary and secondary nodes for each shard during sharded cluster instance creation. Call the [DescribeSpecInfo](https://www.tencentcloud.com/document/product/240/38567?from_cn_redirect=1) API to obtain the maximum and minimum number of nodes supported for each shard.
|
|
6860
6860
|
* @type {number || null}
|
|
6861
6861
|
*/
|
|
6862
6862
|
this.NodeNum = null;
|
|
@@ -6879,7 +6879,7 @@ class InquirePriceCreateDBInstancesRequest extends AbstractModel {
|
|
|
6879
6879
|
this.Volume = null;
|
|
6880
6880
|
|
|
6881
6881
|
/**
|
|
6882
|
-
* Instance version information. The [DescribeSpecInfo](https://www.tencentcloud.
|
|
6882
|
+
* Instance version information. The [DescribeSpecInfo](https://www.tencentcloud.com/document/product/240/38567?from_cn_redirect=1) API can be called to obtain specific supported versions. The MongoVersionCode parameter in the returned data structure SpecItems indicates the information on versions supported by instances. The corresponding relationship between version information and version number is as follows:
|
|
6883
6883
|
- MONGO_40_WT: version of the MongoDB 4.0 WiredTiger storage engine.
|
|
6884
6884
|
- MONGO_42_WT: version of the MongoDB 4.2 WiredTiger storage engine.
|
|
6885
6885
|
- MONGO_44_WT: version of the MongoDB 4.4 WiredTiger storage engine.
|
|
@@ -7122,7 +7122,7 @@ class RemoveNodeList extends AbstractModel {
|
|
|
7122
7122
|
this.NodeName = null;
|
|
7123
7123
|
|
|
7124
7124
|
/**
|
|
7125
|
-
* AZ corresponding to the node. For the currently supported AZs, see [Regions and AZs](https://www.tencentcloud.
|
|
7125
|
+
* AZ corresponding to the node. For the currently supported AZs, see [Regions and AZs](https://www.tencentcloud.com/document/product/240/3637?from_cn_redirect=1).
|
|
7126
7126
|
- Single AZ: all nodes are in the same AZ.
|
|
7127
7127
|
- Multiple AZs: The current standard specification involves three AZs. The primary and secondary nodes are not in the same AZ. Note: AZs corresponding to the nodes to be deleted should be specified. After deletion, the number of nodes in any 2 AZs should be larger than that in the third AZ.
|
|
7128
7128
|
* @type {string || null}
|
|
@@ -7780,7 +7780,7 @@ class RenewDBInstancesRequest extends AbstractModel {
|
|
|
7780
7780
|
|
|
7781
7781
|
/**
|
|
7782
7782
|
* Specifies the ID or IDs of one or multiple instances to be renewed.
|
|
7783
|
-
- It can be obtained through the response parameter **InstanceId** of the [DescribeDBInstances](https://www.tencentcloud.
|
|
7783
|
+
- It can be obtained through the response parameter **InstanceId** of the [DescribeDBInstances](https://www.tencentcloud.com/document/product/240/38568?from_cn_redirect=1) API.
|
|
7784
7784
|
- The maximum number of instances for each renewal request is 100.
|
|
7785
7785
|
* @type {Array.<string> || null}
|
|
7786
7786
|
*/
|
|
@@ -503,7 +503,7 @@ class MongodbClient extends AbstractClient {
|
|
|
503
503
|
}
|
|
504
504
|
|
|
505
505
|
/**
|
|
506
|
-
* This API is used to create a yearly/monthly subscription TencentDB for MongoDB instance. The [DescribeSpecInfo](https://www.tencentcloud.
|
|
506
|
+
* This API is used to create a yearly/monthly subscription TencentDB for MongoDB instance. The [DescribeSpecInfo](https://www.tencentcloud.com/document/product/240/35767?from_cn_redirect=1) API can be called to query and obtain the supported sales specifications.
|
|
507
507
|
* @param {CreateDBInstanceRequest} req
|
|
508
508
|
* @param {function(string, CreateDBInstanceResponse):void} cb
|
|
509
509
|
* @public
|
|
@@ -514,7 +514,7 @@ class MongodbClient extends AbstractClient {
|
|
|
514
514
|
}
|
|
515
515
|
|
|
516
516
|
/**
|
|
517
|
-
* This API is used to adjust the TencentDB for MongoDB instance configuration. The [DescribeSpecInfo](https://www.tencentcloud.
|
|
517
|
+
* This API is used to adjust the TencentDB for MongoDB instance configuration. The [DescribeSpecInfo](https://www.tencentcloud.com/document/product/240/38567?from_cn_redirect=1) API can be called to query and obtain the supported sales specifications.
|
|
518
518
|
* @param {ModifyDBInstanceSpecRequest} req
|
|
519
519
|
* @param {function(string, ModifyDBInstanceSpecResponse):void} cb
|
|
520
520
|
* @public
|
|
@@ -8180,7 +8180,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
8180
8180
|
this.Duration = null;
|
|
8181
8181
|
|
|
8182
8182
|
/**
|
|
8183
|
-
* Alert expression. see <a href="https://www.tencentcloud.
|
|
8183
|
+
* Alert expression. see <a href="https://www.tencentcloud.com/document/product/1416/56008?from_cn_redirect=1">alert rule description</a>.
|
|
8184
8184
|
Note: This field may return null, indicating that no valid values can be obtained.
|
|
8185
8185
|
* @type {string || null}
|
|
8186
8186
|
*/
|
|
@@ -4807,7 +4807,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
4807
4807
|
|
|
4808
4808
|
/**
|
|
4809
4809
|
* Sampling rate of the audio stream. Different encoding standards support different sampling rate options. The value of 0 indicates using the sampling rate value of the source audio.
|
|
4810
|
-
For details, see [Supported Range of Audio Sampling Rate](https://www.tencentcloud.
|
|
4810
|
+
For details, see [Supported Range of Audio Sampling Rate](https://www.tencentcloud.com/document/product/862/77166?from_cn_redirect=1#f3b039f1-d817-4a96-b4e4-90132d31cd53).
|
|
4811
4811
|
Unit: Hz.
|
|
4812
4812
|
Note: Make sure that the sampling rate of the source audio stream is among the above options. Otherwise, transcoding may fail.
|
|
4813
4813
|
Note: This field may return null, indicating that no valid values can be obtained.
|
|
@@ -5141,7 +5141,7 @@ class SmartEraseTaskResult extends AbstractModel {
|
|
|
5141
5141
|
this.Status = null;
|
|
5142
5142
|
|
|
5143
5143
|
/**
|
|
5144
|
-
* Error code. An empty string indicates that the task is successful, and other values indicate that the task has failed. For specific values, see [Error Codes] (https://www.tencentcloud.
|
|
5144
|
+
* Error code. An empty string indicates that the task is successful, and other values indicate that the task has failed. For specific values, see [Error Codes] (https://www.tencentcloud.com/document/product/862/50369?from_cn_redirect=1#.E8.A7.86.E9.A2.91.E5.A4.84.E7.90.86.E7.B1.BB.E9.94.99.E8.AF.AF.E7.A0.81).
|
|
5145
5145
|
* @type {string || null}
|
|
5146
5146
|
*/
|
|
5147
5147
|
this.ErrCodeExt = null;
|
|
@@ -5436,7 +5436,7 @@ Cannot be set to 0.
|
|
|
5436
5436
|
|
|
5437
5437
|
/**
|
|
5438
5438
|
* Sampling rate of the audio stream. Different encoding standards support different sampling rate options. The value of 0 indicates using the sampling rate value of the source audio.
|
|
5439
|
-
For details, see [Supported Range of Audio Sampling Rate](https://www.tencentcloud.
|
|
5439
|
+
For details, see [Supported Range of Audio Sampling Rate](https://www.tencentcloud.com/document/product/862/77166?from_cn_redirect=1#f3b039f1-d817-4a96-b4e4-90132d31cd53).
|
|
5440
5440
|
Unit: Hz.
|
|
5441
5441
|
Note: Make sure that the sampling rate of the source audio stream is among the above options. Otherwise, transcoding may fail.
|
|
5442
5442
|
* @type {number || null}
|
|
@@ -12680,7 +12680,7 @@ class LiveStreamTaskNotifyConfig extends AbstractModel {
|
|
|
12680
12680
|
/**
|
|
12681
12681
|
* Notification type:
|
|
12682
12682
|
TDMQ-CMQ: message queue.
|
|
12683
|
-
"URL": When a URL is specified, HTTP callbacks are pushed to the address specified by NotifyUrl. The callback protocol is HTTP+JSON. The content of the packet body is the same as the output parameters of [ParseLiveStreamProcessNotification](https://www.tencentcloud.
|
|
12683
|
+
"URL": When a URL is specified, HTTP callbacks are pushed to the address specified by NotifyUrl. The callback protocol is HTTP+JSON. The content of the packet body is the same as the output parameters of [ParseLiveStreamProcessNotification](https://www.tencentcloud.com/document/product/862/39229?from_cn_redirect=1).
|
|
12684
12684
|
<Font color="red"> Note: if it is unspecified or left blank, no callback will be sent. To send a callback, fill in the corresponding type value. </font>
|
|
12685
12685
|
* @type {string || null}
|
|
12686
12686
|
*/
|
|
@@ -19785,13 +19785,13 @@ class BlindWatermarkTemplate extends AbstractModel {
|
|
|
19785
19785
|
this.Comment = null;
|
|
19786
19786
|
|
|
19787
19787
|
/**
|
|
19788
|
-
* Creation time of the digital watermark template in [ISO date and time format](https://www.tencentcloud.
|
|
19788
|
+
* Creation time of the digital watermark template in [ISO date and time format](https://www.tencentcloud.com/document/product/862/37710?from_cn_redirect=1#52).
|
|
19789
19789
|
* @type {string || null}
|
|
19790
19790
|
*/
|
|
19791
19791
|
this.CreateTime = null;
|
|
19792
19792
|
|
|
19793
19793
|
/**
|
|
19794
|
-
* Last modification time of the digital watermark template in [ISO date and time format](https://www.tencentcloud.
|
|
19794
|
+
* Last modification time of the digital watermark template in [ISO date and time format](https://www.tencentcloud.com/document/product/862/37710?from_cn_redirect=1#52).
|
|
19795
19795
|
* @type {string || null}
|
|
19796
19796
|
*/
|
|
19797
19797
|
this.UpdateTime = null;
|
|
@@ -20983,7 +20983,7 @@ class ScheduleExecRuleTaskResult extends AbstractModel {
|
|
|
20983
20983
|
this.Status = null;
|
|
20984
20984
|
|
|
20985
20985
|
/**
|
|
20986
|
-
* Error code. An empty string indicates success, while other values indicate failure. For specific values, see the list of MPS error codes at https://www.tencentcloud.
|
|
20986
|
+
* Error code. An empty string indicates success, while other values indicate failure. For specific values, see the list of MPS error codes at https://www.tencentcloud.com/document/product/862/50369?from_cn_redirect=1#.E8.A7.86.E9.A2.91.E5.A4.84.E7.90.86.E7.B1.BB.E9.94.99.E8.AF.AF.E7.A0.81.
|
|
20987
20987
|
* @type {string || null}
|
|
20988
20988
|
*/
|
|
20989
20989
|
this.ErrCodeExt = null;
|
|
@@ -23660,7 +23660,7 @@ class TaskStatDataItem extends AbstractModel {
|
|
|
23660
23660
|
super();
|
|
23661
23661
|
|
|
23662
23662
|
/**
|
|
23663
|
-
* Start time of the time interval where the data resides. Use the [ISO date and time format](https://www.tencentcloud.
|
|
23663
|
+
* Start time of the time interval where the data resides. Use the [ISO date and time format](https://www.tencentcloud.com/document/product/266/11732?from_cn_redirect=1#iso-.E6.97.A5.E6.9C.9F.E6.A0.BC.E5.BC.8F). For example, when the time granularity is day, 2018-12-01T00:00:00+08:00 indicates the interval from December 1, 2018 (inclusive) to December 2, 2018 (exclusive).
|
|
23664
23664
|
* @type {string || null}
|
|
23665
23665
|
*/
|
|
23666
23666
|
this.Time = null;
|
|
@@ -25791,7 +25791,7 @@ Note: This field may return null, indicating that no valid value can be obtained
|
|
|
25791
25791
|
this.Status = null;
|
|
25792
25792
|
|
|
25793
25793
|
/**
|
|
25794
|
-
* Error code. A null string indicates that the task is successful, while other values indicate that the task has failed. For valid values, see the list of [MPS error codes](https://www.tencentcloud.
|
|
25794
|
+
* Error code. A null string indicates that the task is successful, while other values indicate that the task has failed. For valid values, see the list of [MPS error codes](https://www.tencentcloud.com/document/product/862/50369?from_cn_redirect=1#.E8.A7.86.E9.A2.91.E5.A4.84.E7.90.86.E7.B1.BB.E9.94.99.E8.AF.AF.E7.A0.81).
|
|
25795
25795
|
* @type {string || null}
|
|
25796
25796
|
*/
|
|
25797
25797
|
this.ErrMsg = null;
|
|
@@ -26170,7 +26170,7 @@ class SmartSubtitleTaskFullTextResult extends AbstractModel {
|
|
|
26170
26170
|
this.Status = null;
|
|
26171
26171
|
|
|
26172
26172
|
/**
|
|
26173
|
-
* Error code. A null string indicates that the task is successful, while other values indicate that the task has failed. For valid values, see the list of [MPS error codes](https://www.tencentcloud.
|
|
26173
|
+
* Error code. A null string indicates that the task is successful, while other values indicate that the task has failed. For valid values, see the list of [MPS error codes](https://www.tencentcloud.com/document/product/862/50369?from_cn_redirect=1#.E8.A7.86.E9.A2.91.E5.A4.84.E7.90.86.E7.B1.BB.E9.94.99.E8.AF.AF.E7.A0.81).
|
|
26174
26174
|
* @type {string || null}
|
|
26175
26175
|
*/
|
|
26176
26176
|
this.ErrCodeExt = null;
|
|
@@ -35898,13 +35898,13 @@ class DescribeUsageDataRequest extends AbstractModel {
|
|
|
35898
35898
|
super();
|
|
35899
35899
|
|
|
35900
35900
|
/**
|
|
35901
|
-
* Start date. Use the [ISO date and time format](https://www.tencentcloud.
|
|
35901
|
+
* Start date. Use the [ISO date and time format](https://www.tencentcloud.com/document/product/266/11732?from_cn_redirect=1#iso-.E6.97.A5.E6.9C.9F.E6.A0.BC.E5.BC.8F).
|
|
35902
35902
|
* @type {string || null}
|
|
35903
35903
|
*/
|
|
35904
35904
|
this.StartTime = null;
|
|
35905
35905
|
|
|
35906
35906
|
/**
|
|
35907
|
-
* End date, which should be greater than or equal to the start date. Use the [ISO date and time format](https://www.tencentcloud.
|
|
35907
|
+
* End date, which should be greater than or equal to the start date. Use the [ISO date and time format](https://www.tencentcloud.com/document/product/266/11732?from_cn_redirect=1#iso-.E6.97.A5.E6.9C.9F.E6.A0.BC.E5.BC.8F).
|
|
35908
35908
|
* @type {string || null}
|
|
35909
35909
|
*/
|
|
35910
35910
|
this.EndTime = null;
|
|
@@ -36763,7 +36763,7 @@ Note: This field may return null, indicating that no valid value can be obtained
|
|
|
36763
36763
|
this.ErrCode = null;
|
|
36764
36764
|
|
|
36765
36765
|
/**
|
|
36766
|
-
* Error code. A null string indicates that the task is successful, while other values indicate that the task has failed. For valid values, see the list of [MPS error codes](https://www.tencentcloud.
|
|
36766
|
+
* Error code. A null string indicates that the task is successful, while other values indicate that the task has failed. For valid values, see the list of [MPS error codes](https://www.tencentcloud.com/document/product/862/50369?from_cn_redirect=1#.E8.A7.86.E9.A2.91.E5.A4.84.E7.90.86.E7.B1.BB.E9.94.99.E8.AF.AF.E7.A0.81).
|
|
36767
36767
|
* @type {string || null}
|
|
36768
36768
|
*/
|
|
36769
36769
|
this.ErrMsg = null;
|
|
@@ -40217,7 +40217,7 @@ Note: This field may return null, indicating that no valid value can be obtained
|
|
|
40217
40217
|
|
|
40218
40218
|
/**
|
|
40219
40219
|
* Output path of the generated subtitle file, which can be a relative or absolute path.
|
|
40220
|
-
To define the output path, end the path with .{format}. For variable names, see the description of file name variables at https://www.tencentcloud.
|
|
40220
|
+
To define the output path, end the path with .{format}. For variable names, see the description of file name variables at https://www.tencentcloud.com/document/product/862/37039.?from_cn_redirect=1
|
|
40221
40221
|
|
|
40222
40222
|
Relative path example:
|
|
40223
40223
|
- File name_{variable name}.{format}.
|
|
@@ -41283,13 +41283,13 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
41283
41283
|
this.ErasePrivacyConfig = null;
|
|
41284
41284
|
|
|
41285
41285
|
/**
|
|
41286
|
-
* Template creation time in [ISO datetime format](https://www.tencentcloud.
|
|
41286
|
+
* Template creation time in [ISO datetime format](https://www.tencentcloud.com/document/product/862/37710?from_cn_redirect=1#52).
|
|
41287
41287
|
* @type {string || null}
|
|
41288
41288
|
*/
|
|
41289
41289
|
this.CreateTime = null;
|
|
41290
41290
|
|
|
41291
41291
|
/**
|
|
41292
|
-
* Last modification time of the template in [ISO datetime format](https://www.tencentcloud.
|
|
41292
|
+
* Last modification time of the template in [ISO datetime format](https://www.tencentcloud.com/document/product/862/37710?from_cn_redirect=1#52).
|
|
41293
41293
|
* @type {string || null}
|
|
41294
41294
|
*/
|
|
41295
41295
|
this.UpdateTime = null;
|