tencentcloud-sdk-nodejs-intl-en 3.0.1306 → 3.0.1308
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 +57 -2
- 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 +2658 -527
- package/tencentcloud/vod/v20180717/vod_client.js +74 -13
package/package.json
CHANGED
|
@@ -1404,7 +1404,7 @@ This is an asynchronous API. You can also use the [DescribeDBInstances](https://
|
|
|
1404
1404
|
|
|
1405
1405
|
/**
|
|
1406
1406
|
* This API is used to query the list of TencentDB for MySQL instances. It supports filtering instances by conditions such as project ID, instance ID, access address, and instance status. It also supports querying the list of information about primary instances, disaster recovery instances, and read-only instances.
|
|
1407
|
-
This API is used to return the availability zone (AZ) status during purchase, which does not change along with the proactive HA switch. If you want to know the AZ status in real time, query through the [DescribeDBInstanceConfig](https://www.tencentcloud.
|
|
1407
|
+
This API is used to return the availability zone (AZ) status during purchase, which does not change along with the proactive HA switch. If you want to know the AZ status in real time, query through the [DescribeDBInstanceConfig](https://www.tencentcloud.com/document/product/236/17491?from_cn_redirect=1) API.
|
|
1408
1408
|
* @param {DescribeDBInstancesRequest} req
|
|
1409
1409
|
* @param {function(string, DescribeDBInstancesResponse):void} cb
|
|
1410
1410
|
* @public
|
|
@@ -210,7 +210,7 @@ class DeleteAclRequest extends AbstractModel {
|
|
|
210
210
|
super();
|
|
211
211
|
|
|
212
212
|
/**
|
|
213
|
-
* The ckafka cluster instance Id, which can be obtained through the [DescribeInstances](https://www.tencentcloud.
|
|
213
|
+
* The ckafka cluster instance Id, which can be obtained through the [DescribeInstances](https://www.tencentcloud.com/document/product/597/40835?from_cn_redirect=1) api.
|
|
214
214
|
* @type {string || null}
|
|
215
215
|
*/
|
|
216
216
|
this.InstanceId = null;
|
|
@@ -383,7 +383,7 @@ class BatchCreateAclRequest extends AbstractModel {
|
|
|
383
383
|
super();
|
|
384
384
|
|
|
385
385
|
/**
|
|
386
|
-
* The ckafka cluster instance Id, which can be obtained through the [DescribeInstances](https://www.tencentcloud.
|
|
386
|
+
* The ckafka cluster instance Id, which can be obtained through the [DescribeInstances](https://www.tencentcloud.com/document/product/597/40835?from_cn_redirect=1) api.
|
|
387
387
|
* @type {string || null}
|
|
388
388
|
*/
|
|
389
389
|
this.InstanceId = null;
|
|
@@ -395,13 +395,13 @@ class BatchCreateAclRequest extends AbstractModel {
|
|
|
395
395
|
this.ResourceType = null;
|
|
396
396
|
|
|
397
397
|
/**
|
|
398
|
-
* Resource list array, obtainable through the DescribeTopic API (https://www.tencentcloud.
|
|
398
|
+
* Resource list array, obtainable through the DescribeTopic API (https://www.tencentcloud.com/document/product/597/40847?from_cn_redirect=1).
|
|
399
399
|
* @type {Array.<string> || null}
|
|
400
400
|
*/
|
|
401
401
|
this.ResourceNames = null;
|
|
402
402
|
|
|
403
403
|
/**
|
|
404
|
-
* Specifies the set ACL rule list, which can be obtained through the DescribeAclRule API (https://www.tencentcloud.
|
|
404
|
+
* Specifies the set ACL rule list, which can be obtained through the DescribeAclRule API (https://www.tencentcloud.com/document/product/597/89217?from_cn_redirect=1).
|
|
405
405
|
* @type {Array.<AclRuleInfo> || null}
|
|
406
406
|
*/
|
|
407
407
|
this.RuleList = null;
|
|
@@ -440,13 +440,13 @@ class DeleteUserRequest extends AbstractModel {
|
|
|
440
440
|
super();
|
|
441
441
|
|
|
442
442
|
/**
|
|
443
|
-
* The ckafka cluster instance Id, which can be obtained through the [DescribeInstances](https://www.tencentcloud.
|
|
443
|
+
* The ckafka cluster instance Id, which can be obtained through the [DescribeInstances](https://www.tencentcloud.com/document/product/597/40835?from_cn_redirect=1) api.
|
|
444
444
|
* @type {string || null}
|
|
445
445
|
*/
|
|
446
446
|
this.InstanceId = null;
|
|
447
447
|
|
|
448
448
|
/**
|
|
449
|
-
* Specifies the username, which can be obtained through the [DescribeUser](https://www.tencentcloud.
|
|
449
|
+
* Specifies the username, which can be obtained through the [DescribeUser](https://www.tencentcloud.com/document/product/597/40855?from_cn_redirect=1) api.
|
|
450
450
|
* @type {string || null}
|
|
451
451
|
*/
|
|
452
452
|
this.Name = null;
|
|
@@ -510,7 +510,7 @@ class DescribeACLRequest extends AbstractModel {
|
|
|
510
510
|
super();
|
|
511
511
|
|
|
512
512
|
/**
|
|
513
|
-
* The ckafka cluster instance Id, which can be obtained through the [DescribeInstances](https://www.tencentcloud.
|
|
513
|
+
* The ckafka cluster instance Id, which can be obtained through the [DescribeInstances](https://www.tencentcloud.com/document/product/597/40835?from_cn_redirect=1) api.
|
|
514
514
|
* @type {string || null}
|
|
515
515
|
*/
|
|
516
516
|
this.InstanceId = null;
|
|
@@ -650,13 +650,13 @@ class DescribeTopicAttributesRequest extends AbstractModel {
|
|
|
650
650
|
super();
|
|
651
651
|
|
|
652
652
|
/**
|
|
653
|
-
* The ckafka cluster instance Id, which can be obtained through the [DescribeInstances](https://www.tencentcloud.
|
|
653
|
+
* The ckafka cluster instance Id, which can be obtained through the [DescribeInstances](https://www.tencentcloud.com/document/product/597/40835?from_cn_redirect=1) api.
|
|
654
654
|
* @type {string || null}
|
|
655
655
|
*/
|
|
656
656
|
this.InstanceId = null;
|
|
657
657
|
|
|
658
658
|
/**
|
|
659
|
-
* Specifies the topic name, which can be obtained through the [DescribeTopic](https://www.tencentcloud.
|
|
659
|
+
* Specifies the topic name, which can be obtained through the [DescribeTopic](https://www.tencentcloud.com/document/product/597/40847?from_cn_redirect=1) api.
|
|
660
660
|
* @type {string || null}
|
|
661
661
|
*/
|
|
662
662
|
this.TopicName = null;
|
|
@@ -685,7 +685,7 @@ class DescribeInstanceAttributesRequest extends AbstractModel {
|
|
|
685
685
|
super();
|
|
686
686
|
|
|
687
687
|
/**
|
|
688
|
-
* ckafka cluster instance Id. obtain through the API [DescribeInstances](https://www.tencentcloud.
|
|
688
|
+
* ckafka cluster instance Id. obtain through the API [DescribeInstances](https://www.tencentcloud.com/document/product/597/40835?from_cn_redirect=1).
|
|
689
689
|
* @type {string || null}
|
|
690
690
|
*/
|
|
691
691
|
this.InstanceId = null;
|
|
@@ -1095,7 +1095,7 @@ class CreateRouteRequest extends AbstractModel {
|
|
|
1095
1095
|
super();
|
|
1096
1096
|
|
|
1097
1097
|
/**
|
|
1098
|
-
* <p>Specifies the ckafka cluster instance id. obtain through the API <a href="https://www.tencentcloud.
|
|
1098
|
+
* <p>Specifies the ckafka cluster instance id. obtain through the API <a href="https://www.tencentcloud.com/document/product/597/40835?from_cn_redirect=1">DescribeInstances</a>.</p>.
|
|
1099
1099
|
* @type {string || null}
|
|
1100
1100
|
*/
|
|
1101
1101
|
this.InstanceId = null;
|
|
@@ -1440,7 +1440,7 @@ class InstanceScalingDownRequest extends AbstractModel {
|
|
|
1440
1440
|
super();
|
|
1441
1441
|
|
|
1442
1442
|
/**
|
|
1443
|
-
* ckafka cluster instance Id. can be obtained through the [DescribeInstances](https://www.tencentcloud.
|
|
1443
|
+
* ckafka cluster instance Id. can be obtained through the [DescribeInstances](https://www.tencentcloud.com/document/product/597/40835?from_cn_redirect=1) api.
|
|
1444
1444
|
* @type {string || null}
|
|
1445
1445
|
*/
|
|
1446
1446
|
this.InstanceId = null;
|
|
@@ -1454,7 +1454,7 @@ class InstanceScalingDownRequest extends AbstractModel {
|
|
|
1454
1454
|
|
|
1455
1455
|
/**
|
|
1456
1456
|
* Specifies the disk capacity in GB. value range: maximum value 500000, step length 100.
|
|
1457
|
-
The specifications and limitations can be viewed through the following link: https://www.tencentcloud.
|
|
1457
|
+
The specifications and limitations can be viewed through the following link: https://www.tencentcloud.com/document/product/597/122562.?from_cn_redirect=1
|
|
1458
1458
|
|
|
1459
1459
|
|
|
1460
1460
|
* @type {number || null}
|
|
@@ -1463,14 +1463,14 @@ The specifications and limitations can be viewed through the following link: htt
|
|
|
1463
1463
|
|
|
1464
1464
|
/**
|
|
1465
1465
|
* Peak bandwidth in MB/s.
|
|
1466
|
-
Specifies the url (https://www.tencentcloud.
|
|
1466
|
+
Specifies the url (https://www.tencentcloud.com/document/product/597/11745?from_cn_redirect=1) to view specification limits and corresponding step length.
|
|
1467
1467
|
* @type {number || null}
|
|
1468
1468
|
*/
|
|
1469
1469
|
this.BandWidth = null;
|
|
1470
1470
|
|
|
1471
1471
|
/**
|
|
1472
1472
|
* Partition upper limit maximum value of 40000, step length 100.
|
|
1473
|
-
Specification limits can be viewed through the following link: https://www.tencentcloud.
|
|
1473
|
+
Specification limits can be viewed through the following link: https://www.tencentcloud.com/document/product/597/122563.?from_cn_redirect=1
|
|
1474
1474
|
|
|
1475
1475
|
* @type {number || null}
|
|
1476
1476
|
*/
|
|
@@ -1655,14 +1655,14 @@ class ModifyInstancePreRequest extends AbstractModel {
|
|
|
1655
1655
|
super();
|
|
1656
1656
|
|
|
1657
1657
|
/**
|
|
1658
|
-
* ckafka cluster instance Id. obtain through the API [DescribeInstances](https://www.tencentcloud.
|
|
1658
|
+
* ckafka cluster instance Id. obtain through the API [DescribeInstances](https://www.tencentcloud.com/document/product/597/40835?from_cn_redirect=1).
|
|
1659
1659
|
* @type {string || null}
|
|
1660
1660
|
*/
|
|
1661
1661
|
this.InstanceId = null;
|
|
1662
1662
|
|
|
1663
1663
|
/**
|
|
1664
1664
|
* Specifies the disk capacity in GB. value range: 100 to 500000 with a step length of 100.
|
|
1665
|
-
Specification limits can be viewed through the following link: https://www.tencentcloud.
|
|
1665
|
+
Specification limits can be viewed through the following link: https://www.tencentcloud.com/document/product/597/122562.?from_cn_redirect=1
|
|
1666
1666
|
|
|
1667
1667
|
* @type {number || null}
|
|
1668
1668
|
*/
|
|
@@ -1670,7 +1670,7 @@ Specification limits can be viewed through the following link: https://www.tence
|
|
|
1670
1670
|
|
|
1671
1671
|
/**
|
|
1672
1672
|
* Peak bandwidth in MB/s.
|
|
1673
|
-
Specifies the specification limits and corresponding step length through the following link: https://www.tencentcloud.
|
|
1673
|
+
Specifies the specification limits and corresponding step length through the following link: https://www.tencentcloud.com/document/product/597/11745.?from_cn_redirect=1
|
|
1674
1674
|
|
|
1675
1675
|
* @type {number || null}
|
|
1676
1676
|
*/
|
|
@@ -1678,7 +1678,7 @@ Specifies the specification limits and corresponding step length through the fol
|
|
|
1678
1678
|
|
|
1679
1679
|
/**
|
|
1680
1680
|
* Partition upper bound. maximum value of 40000. step length of 100.
|
|
1681
|
-
Specifies the specifications and limits that can be viewed through the following link: https://www.tencentcloud.
|
|
1681
|
+
Specifies the specifications and limits that can be viewed through the following link: https://www.tencentcloud.com/document/product/597/122563.?from_cn_redirect=1
|
|
1682
1682
|
* @type {number || null}
|
|
1683
1683
|
*/
|
|
1684
1684
|
this.Partition = null;
|
|
@@ -1709,7 +1709,7 @@ class CreateAclRuleRequest extends AbstractModel {
|
|
|
1709
1709
|
super();
|
|
1710
1710
|
|
|
1711
1711
|
/**
|
|
1712
|
-
* The ckafka cluster instance Id, which can be obtained through the [DescribeInstances](https://www.tencentcloud.
|
|
1712
|
+
* The ckafka cluster instance Id, which can be obtained through the [DescribeInstances](https://www.tencentcloud.com/document/product/597/40835?from_cn_redirect=1) api.
|
|
1713
1713
|
* @type {string || null}
|
|
1714
1714
|
*/
|
|
1715
1715
|
this.InstanceId = null;
|
|
@@ -2045,7 +2045,7 @@ class DescribeAclRuleRequest extends AbstractModel {
|
|
|
2045
2045
|
super();
|
|
2046
2046
|
|
|
2047
2047
|
/**
|
|
2048
|
-
* The ckafka cluster instance Id, which can be obtained through the [DescribeInstances](https://www.tencentcloud.
|
|
2048
|
+
* The ckafka cluster instance Id, which can be obtained through the [DescribeInstances](https://www.tencentcloud.com/document/product/597/40835?from_cn_redirect=1) api.
|
|
2049
2049
|
* @type {string || null}
|
|
2050
2050
|
*/
|
|
2051
2051
|
this.InstanceId = null;
|
|
@@ -2315,7 +2315,7 @@ class InquireCkafkaPriceRequest extends AbstractModel {
|
|
|
2315
2315
|
/**
|
|
2316
2316
|
* Number of partitions for instance purchase, unit: unit (required when purchased; bandwidth information required for pro edition/advanced edition inquiry).
|
|
2317
2317
|
Partition upper limit. maximum value of 40000. step length of 100.
|
|
2318
|
-
Specifies the specifications and limits that can be viewed through the following link: https://www.tencentcloud.
|
|
2318
|
+
Specifies the specifications and limits that can be viewed through the following link: https://www.tencentcloud.com/document/product/597/122563.?from_cn_redirect=1
|
|
2319
2319
|
|
|
2320
2320
|
* @type {number || null}
|
|
2321
2321
|
*/
|
|
@@ -3163,7 +3163,7 @@ class DescribeConsumerGroupRequest extends AbstractModel {
|
|
|
3163
3163
|
super();
|
|
3164
3164
|
|
|
3165
3165
|
/**
|
|
3166
|
-
* ckafka cluster instance Id. obtain through the API [DescribeInstances](https://www.tencentcloud.
|
|
3166
|
+
* ckafka cluster instance Id. obtain through the API [DescribeInstances](https://www.tencentcloud.com/document/product/597/40835?from_cn_redirect=1).
|
|
3167
3167
|
* @type {string || null}
|
|
3168
3168
|
*/
|
|
3169
3169
|
this.InstanceId = null;
|
|
@@ -3219,7 +3219,7 @@ class DescribeCvmInfoRequest extends AbstractModel {
|
|
|
3219
3219
|
super();
|
|
3220
3220
|
|
|
3221
3221
|
/**
|
|
3222
|
-
* ckafka cluster instance Id. obtain through the API [DescribeInstances](https://www.tencentcloud.
|
|
3222
|
+
* ckafka cluster instance Id. obtain through the API [DescribeInstances](https://www.tencentcloud.com/document/product/597/40835?from_cn_redirect=1).
|
|
3223
3223
|
* @type {string || null}
|
|
3224
3224
|
*/
|
|
3225
3225
|
this.InstanceId = null;
|
|
@@ -3287,13 +3287,13 @@ class CreatePostPaidInstanceRequest extends AbstractModel {
|
|
|
3287
3287
|
super();
|
|
3288
3288
|
|
|
3289
3289
|
/**
|
|
3290
|
-
* <p>VPC Id, can be obtained through the <a href="https://www.tencentcloud.
|
|
3290
|
+
* <p>VPC Id, can be obtained through the <a href="https://www.tencentcloud.com/document/product/215/15778?from_cn_redirect=1">DescribeVpcs</a> api.</p>.
|
|
3291
3291
|
* @type {string || null}
|
|
3292
3292
|
*/
|
|
3293
3293
|
this.VpcId = null;
|
|
3294
3294
|
|
|
3295
3295
|
/**
|
|
3296
|
-
* <p>Subnet Id, which can be obtained through the <a href="https://www.tencentcloud.
|
|
3296
|
+
* <p>Subnet Id, which can be obtained through the <a href="https://www.tencentcloud.com/document/product/215/15784?from_cn_redirect=1">DescribeSubnets</a> api.</p>.
|
|
3297
3297
|
* @type {string || null}
|
|
3298
3298
|
*/
|
|
3299
3299
|
this.SubnetId = null;
|
|
@@ -3341,19 +3341,19 @@ class CreatePostPaidInstanceRequest extends AbstractModel {
|
|
|
3341
3341
|
this.DiskType = null;
|
|
3342
3342
|
|
|
3343
3343
|
/**
|
|
3344
|
-
* <p>The peak bandwidth of the instance private network. the default value is 40 MB/s. for standard edition, input the peak bandwidth corresponding to the current instance specifications. note that if the instance created is a pro edition instance, parameter configurations such as peak bandwidth and number of partitions should meet the billing specification of the pro edition. you can view the billing specification through the following link: https://www.tencentcloud.
|
|
3344
|
+
* <p>The peak bandwidth of the instance private network. the default value is 40 MB/s. for standard edition, input the peak bandwidth corresponding to the current instance specifications. note that if the instance created is a pro edition instance, parameter configurations such as peak bandwidth and number of partitions should meet the billing specification of the pro edition. you can view the billing specification through the following link: https://www.tencentcloud.com/document/product/597/11745.?from_cn_redirect=1</p>.
|
|
3345
3345
|
* @type {number || null}
|
|
3346
3346
|
*/
|
|
3347
3347
|
this.BandWidth = null;
|
|
3348
3348
|
|
|
3349
3349
|
/**
|
|
3350
|
-
* <P>Instance disk size. default value is 500. step length is set to 100. should meet the billing specification of the current instance. can be accessed through the following link to view billing specifications: https://www.tencentcloud.
|
|
3350
|
+
* <P>Instance disk size. default value is 500. step length is set to 100. should meet the billing specification of the current instance. can be accessed through the following link to view billing specifications: https://www.tencentcloud.com/document/product/597/122562.?from_cn_redirect=1</p>.
|
|
3351
3351
|
* @type {number || null}
|
|
3352
3352
|
*/
|
|
3353
3353
|
this.DiskSize = null;
|
|
3354
3354
|
|
|
3355
3355
|
/**
|
|
3356
|
-
* <P>Specifies the maximum number of partitions for the instance, which should meet the billing specification of the current instance. default value is 800 with a step length of 100. the billing specification can be viewed through the following link: https://www.tencentcloud.
|
|
3356
|
+
* <P>Specifies the maximum number of partitions for the instance, which should meet the billing specification of the current instance. default value is 800 with a step length of 100. the billing specification can be viewed through the following link: https://www.tencentcloud.com/document/product/597/122563.?from_cn_redirect=1</p>.
|
|
3357
3357
|
* @type {number || null}
|
|
3358
3358
|
*/
|
|
3359
3359
|
this.Partition = null;
|
|
@@ -3365,7 +3365,7 @@ class CreatePostPaidInstanceRequest extends AbstractModel {
|
|
|
3365
3365
|
this.TopicNum = null;
|
|
3366
3366
|
|
|
3367
3367
|
/**
|
|
3368
|
-
* Specifies the availability zone where the instance is located. when creating a multi-az instance, this parameter indicates the availability zone id of the subnet where the default access point is created. ZoneId and ZoneIds cannot be empty at the same time. you can obtain this information through the API <a href="https://www.tencentcloud.
|
|
3368
|
+
* Specifies the availability zone where the instance is located. when creating a multi-az instance, this parameter indicates the availability zone id of the subnet where the default access point is created. ZoneId and ZoneIds cannot be empty at the same time. you can obtain this information through the API <a href="https://www.tencentcloud.com/document/product/597/55246?from_cn_redirect=1">DescribeCkafkaZone</a>.
|
|
3369
3369
|
* @type {number || null}
|
|
3370
3370
|
*/
|
|
3371
3371
|
this.ZoneId = null;
|
|
@@ -3377,7 +3377,7 @@ class CreatePostPaidInstanceRequest extends AbstractModel {
|
|
|
3377
3377
|
this.MultiZoneFlag = null;
|
|
3378
3378
|
|
|
3379
3379
|
/**
|
|
3380
|
-
* <p>Specifies the multi-availability zone id list when the instance is a multi-az instance. note the corresponding multi-availability zone for parameter ZoneId must be included in the parameter array. ZoneId and ZoneIds cannot be empty at the same time. obtain through the API <a href="https://www.tencentcloud.
|
|
3380
|
+
* <p>Specifies the multi-availability zone id list when the instance is a multi-az instance. note the corresponding multi-availability zone for parameter ZoneId must be included in the parameter array. ZoneId and ZoneIds cannot be empty at the same time. obtain through the API <a href="https://www.tencentcloud.com/document/product/597/55246?from_cn_redirect=1">DescribeCkafkaZone</a>.</p>.
|
|
3381
3381
|
* @type {Array.<number> || null}
|
|
3382
3382
|
*/
|
|
3383
3383
|
this.ZoneIds = null;
|
|
@@ -3407,7 +3407,7 @@ class CreatePostPaidInstanceRequest extends AbstractModel {
|
|
|
3407
3407
|
this.ElasticBandwidthSwitch = null;
|
|
3408
3408
|
|
|
3409
3409
|
/**
|
|
3410
|
-
* <p>Specifies the custom certificate Id. this parameter is valid only when SpecificationsType is profession. supports custom certificate capacity.</p><p>can be obtained through the <a href="https://www.tencentcloud.
|
|
3410
|
+
* <p>Specifies the custom certificate Id. this parameter is valid only when SpecificationsType is profession. supports custom certificate capacity.</p><p>can be obtained through the <a href="https://www.tencentcloud.com/document/product/400/41673?from_cn_redirect=1">DescribeCertificateDetail</a> api.</p>.
|
|
3411
3411
|
* @type {string || null}
|
|
3412
3412
|
*/
|
|
3413
3413
|
this.CustomSSLCertId = null;
|
|
@@ -3539,7 +3539,7 @@ class DeleteAclRuleRequest extends AbstractModel {
|
|
|
3539
3539
|
super();
|
|
3540
3540
|
|
|
3541
3541
|
/**
|
|
3542
|
-
* Instance id information. you can obtain it through the [DescribeInstances](https://www.tencentcloud.
|
|
3542
|
+
* Instance id information. you can obtain it through the [DescribeInstances](https://www.tencentcloud.com/document/product/597/40835?from_cn_redirect=1) api.
|
|
3543
3543
|
* @type {string || null}
|
|
3544
3544
|
*/
|
|
3545
3545
|
this.InstanceId = null;
|
|
@@ -4160,13 +4160,13 @@ class DeleteGroupRequest extends AbstractModel {
|
|
|
4160
4160
|
super();
|
|
4161
4161
|
|
|
4162
4162
|
/**
|
|
4163
|
-
* The ckafka cluster instance Id. can be obtained through the [DescribeInstances](https://www.tencentcloud.
|
|
4163
|
+
* The ckafka cluster instance Id. can be obtained through the [DescribeInstances](https://www.tencentcloud.com/document/product/597/40835?from_cn_redirect=1) api.
|
|
4164
4164
|
* @type {string || null}
|
|
4165
4165
|
*/
|
|
4166
4166
|
this.InstanceId = null;
|
|
4167
4167
|
|
|
4168
4168
|
/**
|
|
4169
|
-
* Consumer group name, which can be obtained through the DescribeConsumerGroup API (https://www.tencentcloud.
|
|
4169
|
+
* Consumer group name, which can be obtained through the DescribeConsumerGroup API (https://www.tencentcloud.com/document/product/597/40841?from_cn_redirect=1).
|
|
4170
4170
|
* @type {string || null}
|
|
4171
4171
|
*/
|
|
4172
4172
|
this.Group = null;
|
|
@@ -4195,7 +4195,7 @@ class DeleteInstancePostRequest extends AbstractModel {
|
|
|
4195
4195
|
super();
|
|
4196
4196
|
|
|
4197
4197
|
/**
|
|
4198
|
-
* The ckafka cluster instance Id, which can be obtained through the [DescribeInstances](https://www.tencentcloud.
|
|
4198
|
+
* The ckafka cluster instance Id, which can be obtained through the [DescribeInstances](https://www.tencentcloud.com/document/product/597/40835?from_cn_redirect=1) api.
|
|
4199
4199
|
* @type {string || null}
|
|
4200
4200
|
*/
|
|
4201
4201
|
this.InstanceId = null;
|
|
@@ -4263,13 +4263,13 @@ class DescribeTopicProduceConnectionRequest extends AbstractModel {
|
|
|
4263
4263
|
super();
|
|
4264
4264
|
|
|
4265
4265
|
/**
|
|
4266
|
-
* The ckafka cluster instance Id, which can be obtained through the [DescribeInstances](https://www.tencentcloud.
|
|
4266
|
+
* The ckafka cluster instance Id, which can be obtained through the [DescribeInstances](https://www.tencentcloud.com/document/product/597/40835?from_cn_redirect=1) api.
|
|
4267
4267
|
* @type {string || null}
|
|
4268
4268
|
*/
|
|
4269
4269
|
this.InstanceId = null;
|
|
4270
4270
|
|
|
4271
4271
|
/**
|
|
4272
|
-
* Specifies the topic name, which can be obtained through the [DescribeTopic](https://www.tencentcloud.
|
|
4272
|
+
* Specifies the topic name, which can be obtained through the [DescribeTopic](https://www.tencentcloud.com/document/product/597/40847?from_cn_redirect=1) api.
|
|
4273
4273
|
* @type {string || null}
|
|
4274
4274
|
*/
|
|
4275
4275
|
this.TopicName = null;
|
|
@@ -4298,7 +4298,7 @@ class CreateAclRequest extends AbstractModel {
|
|
|
4298
4298
|
super();
|
|
4299
4299
|
|
|
4300
4300
|
/**
|
|
4301
|
-
* The ckafka cluster instance Id, which can be obtained through the [DescribeInstances](https://www.tencentcloud.
|
|
4301
|
+
* The ckafka cluster instance Id, which can be obtained through the [DescribeInstances](https://www.tencentcloud.com/document/product/597/40835?from_cn_redirect=1) api.
|
|
4302
4302
|
* @type {string || null}
|
|
4303
4303
|
*/
|
|
4304
4304
|
this.InstanceId = null;
|
|
@@ -5173,7 +5173,7 @@ class DeleteRouteTriggerTimeRequest extends AbstractModel {
|
|
|
5173
5173
|
super();
|
|
5174
5174
|
|
|
5175
5175
|
/**
|
|
5176
|
-
* ckafka cluster instance Id. obtain through the API [DescribeInstances](https://www.tencentcloud.
|
|
5176
|
+
* ckafka cluster instance Id. obtain through the API [DescribeInstances](https://www.tencentcloud.com/document/product/597/40835?from_cn_redirect=1).
|
|
5177
5177
|
* @type {string || null}
|
|
5178
5178
|
*/
|
|
5179
5179
|
this.InstanceId = null;
|
|
@@ -5374,13 +5374,13 @@ class FetchMessageByOffsetRequest extends AbstractModel {
|
|
|
5374
5374
|
super();
|
|
5375
5375
|
|
|
5376
5376
|
/**
|
|
5377
|
-
* The ckafka cluster instance Id, which can be obtained through the [DescribeInstances](https://www.tencentcloud.
|
|
5377
|
+
* The ckafka cluster instance Id, which can be obtained through the [DescribeInstances](https://www.tencentcloud.com/document/product/597/40835?from_cn_redirect=1) api.
|
|
5378
5378
|
* @type {string || null}
|
|
5379
5379
|
*/
|
|
5380
5380
|
this.InstanceId = null;
|
|
5381
5381
|
|
|
5382
5382
|
/**
|
|
5383
|
-
* Specifies the topic name, which can be obtained through the [DescribeTopic](https://www.tencentcloud.
|
|
5383
|
+
* Specifies the topic name, which can be obtained through the [DescribeTopic](https://www.tencentcloud.com/document/product/597/40847?from_cn_redirect=1) api.
|
|
5384
5384
|
* @type {string || null}
|
|
5385
5385
|
*/
|
|
5386
5386
|
this.Topic = null;
|
|
@@ -6021,13 +6021,13 @@ class CreatePartitionRequest extends AbstractModel {
|
|
|
6021
6021
|
super();
|
|
6022
6022
|
|
|
6023
6023
|
/**
|
|
6024
|
-
* The ckafka cluster instance Id, which can be obtained through the [DescribeInstances](https://www.tencentcloud.
|
|
6024
|
+
* The ckafka cluster instance Id, which can be obtained through the [DescribeInstances](https://www.tencentcloud.com/document/product/597/40835?from_cn_redirect=1) api.
|
|
6025
6025
|
* @type {string || null}
|
|
6026
6026
|
*/
|
|
6027
6027
|
this.InstanceId = null;
|
|
6028
6028
|
|
|
6029
6029
|
/**
|
|
6030
|
-
* Specifies the topic name, which can be obtained through the [DescribeTopic](https://www.tencentcloud.
|
|
6030
|
+
* Specifies the topic name, which can be obtained through the [DescribeTopic](https://www.tencentcloud.com/document/product/597/40847?from_cn_redirect=1) api.
|
|
6031
6031
|
* @type {string || null}
|
|
6032
6032
|
*/
|
|
6033
6033
|
this.TopicName = null;
|
|
@@ -6452,7 +6452,7 @@ class ModifyRoutineMaintenanceTaskRequest extends AbstractModel {
|
|
|
6452
6452
|
super();
|
|
6453
6453
|
|
|
6454
6454
|
/**
|
|
6455
|
-
* Specifies the ckafka cluster instance id. can be obtained through the [DescribeInstances](https://www.tencentcloud.
|
|
6455
|
+
* Specifies the ckafka cluster instance id. can be obtained through the [DescribeInstances](https://www.tencentcloud.com/document/product/597/40835?from_cn_redirect=1) api.
|
|
6456
6456
|
* @type {string || null}
|
|
6457
6457
|
*/
|
|
6458
6458
|
this.InstanceId = null;
|
|
@@ -6722,7 +6722,7 @@ class DeleteInstancePreRequest extends AbstractModel {
|
|
|
6722
6722
|
super();
|
|
6723
6723
|
|
|
6724
6724
|
/**
|
|
6725
|
-
* The ckafka cluster instance Id, which can be obtained through the [DescribeInstances](https://www.tencentcloud.
|
|
6725
|
+
* The ckafka cluster instance Id, which can be obtained through the [DescribeInstances](https://www.tencentcloud.com/document/product/597/40835?from_cn_redirect=1) api.
|
|
6726
6726
|
* @type {string || null}
|
|
6727
6727
|
*/
|
|
6728
6728
|
this.InstanceId = null;
|
|
@@ -6871,13 +6871,13 @@ class ModifyPasswordRequest extends AbstractModel {
|
|
|
6871
6871
|
super();
|
|
6872
6872
|
|
|
6873
6873
|
/**
|
|
6874
|
-
* Instance Id. you can obtain it by calling the [DescribeInstances](https://www.tencentcloud.
|
|
6874
|
+
* Instance Id. you can obtain it by calling the [DescribeInstances](https://www.tencentcloud.com/document/product/597/40835?from_cn_redirect=1) api.
|
|
6875
6875
|
* @type {string || null}
|
|
6876
6876
|
*/
|
|
6877
6877
|
this.InstanceId = null;
|
|
6878
6878
|
|
|
6879
6879
|
/**
|
|
6880
|
-
* Specifies the username, which can be obtained through the [DescribeUser](https://www.tencentcloud.
|
|
6880
|
+
* Specifies the username, which can be obtained through the [DescribeUser](https://www.tencentcloud.com/document/product/597/40855?from_cn_redirect=1) api.
|
|
6881
6881
|
* @type {string || null}
|
|
6882
6882
|
*/
|
|
6883
6883
|
this.Name = null;
|
|
@@ -6920,7 +6920,7 @@ class ModifyInstanceAttributesRequest extends AbstractModel {
|
|
|
6920
6920
|
super();
|
|
6921
6921
|
|
|
6922
6922
|
/**
|
|
6923
|
-
* ckafka cluster instance Id. obtain through the API [DescribeInstances](https://www.tencentcloud.
|
|
6923
|
+
* ckafka cluster instance Id. obtain through the API [DescribeInstances](https://www.tencentcloud.com/document/product/597/40835?from_cn_redirect=1).
|
|
6924
6924
|
* @type {string || null}
|
|
6925
6925
|
*/
|
|
6926
6926
|
this.InstanceId = null;
|
|
@@ -8406,7 +8406,7 @@ class CreateUserRequest extends AbstractModel {
|
|
|
8406
8406
|
super();
|
|
8407
8407
|
|
|
8408
8408
|
/**
|
|
8409
|
-
* The ckafka cluster instance Id, which can be obtained through the [DescribeInstances](https://www.tencentcloud.
|
|
8409
|
+
* The ckafka cluster instance Id, which can be obtained through the [DescribeInstances](https://www.tencentcloud.com/document/product/597/40835?from_cn_redirect=1) api.
|
|
8410
8410
|
* @type {string || null}
|
|
8411
8411
|
*/
|
|
8412
8412
|
this.InstanceId = null;
|
|
@@ -8491,13 +8491,13 @@ class DeleteRouteRequest extends AbstractModel {
|
|
|
8491
8491
|
super();
|
|
8492
8492
|
|
|
8493
8493
|
/**
|
|
8494
|
-
* ckafka cluster instance Id. obtain through the API [DescribeInstances](https://www.tencentcloud.
|
|
8494
|
+
* ckafka cluster instance Id. obtain through the API [DescribeInstances](https://www.tencentcloud.com/document/product/597/40835?from_cn_redirect=1).
|
|
8495
8495
|
* @type {string || null}
|
|
8496
8496
|
*/
|
|
8497
8497
|
this.InstanceId = null;
|
|
8498
8498
|
|
|
8499
8499
|
/**
|
|
8500
|
-
* Route id, obtain through the API [DescribeRoute](https://www.tencentcloud.
|
|
8500
|
+
* Route id, obtain through the API [DescribeRoute](https://www.tencentcloud.com/document/product/597/45484?from_cn_redirect=1).
|
|
8501
8501
|
* @type {number || null}
|
|
8502
8502
|
*/
|
|
8503
8503
|
this.RouteId = null;
|
|
@@ -8886,7 +8886,7 @@ class CreateConsumerRequest extends AbstractModel {
|
|
|
8886
8886
|
super();
|
|
8887
8887
|
|
|
8888
8888
|
/**
|
|
8889
|
-
* The ckafka cluster instance Id, which can be obtained through the [DescribeInstances](https://www.tencentcloud.
|
|
8889
|
+
* The ckafka cluster instance Id, which can be obtained through the [DescribeInstances](https://www.tencentcloud.com/document/product/597/40835?from_cn_redirect=1) api.
|
|
8890
8890
|
* @type {string || null}
|
|
8891
8891
|
*/
|
|
8892
8892
|
this.InstanceId = null;
|
|
@@ -9695,13 +9695,13 @@ class DescribeGroupInfoRequest extends AbstractModel {
|
|
|
9695
9695
|
super();
|
|
9696
9696
|
|
|
9697
9697
|
/**
|
|
9698
|
-
* ckafka cluster instance Id. obtain through the API [DescribeInstances](https://www.tencentcloud.
|
|
9698
|
+
* ckafka cluster instance Id. obtain through the API [DescribeInstances](https://www.tencentcloud.com/document/product/597/40835?from_cn_redirect=1).
|
|
9699
9699
|
* @type {string || null}
|
|
9700
9700
|
*/
|
|
9701
9701
|
this.InstanceId = null;
|
|
9702
9702
|
|
|
9703
9703
|
/**
|
|
9704
|
-
* Kafka group list. obtain through the API [DescribeConsumerGroup](https://www.tencentcloud.
|
|
9704
|
+
* Kafka group list. obtain through the API [DescribeConsumerGroup](https://www.tencentcloud.com/document/product/597/40841?from_cn_redirect=1).
|
|
9705
9705
|
* @type {Array.<string> || null}
|
|
9706
9706
|
*/
|
|
9707
9707
|
this.GroupList = null;
|
|
@@ -10341,7 +10341,7 @@ class DescribeTopicDetailRequest extends AbstractModel {
|
|
|
10341
10341
|
super();
|
|
10342
10342
|
|
|
10343
10343
|
/**
|
|
10344
|
-
* The ckafka cluster instance Id, which can be obtained through the [DescribeInstances](https://www.tencentcloud.
|
|
10344
|
+
* The ckafka cluster instance Id, which can be obtained through the [DescribeInstances](https://www.tencentcloud.com/document/product/597/40835?from_cn_redirect=1) api.
|
|
10345
10345
|
* @type {string || null}
|
|
10346
10346
|
*/
|
|
10347
10347
|
this.InstanceId = null;
|
|
@@ -10582,13 +10582,13 @@ class ModifyGroupOffsetsRequest extends AbstractModel {
|
|
|
10582
10582
|
super();
|
|
10583
10583
|
|
|
10584
10584
|
/**
|
|
10585
|
-
* ckafka cluster instance Id. obtain through the API [DescribeInstances](https://www.tencentcloud.
|
|
10585
|
+
* ckafka cluster instance Id. obtain through the API [DescribeInstances](https://www.tencentcloud.com/document/product/597/40835?from_cn_redirect=1).
|
|
10586
10586
|
* @type {string || null}
|
|
10587
10587
|
*/
|
|
10588
10588
|
this.InstanceId = null;
|
|
10589
10589
|
|
|
10590
10590
|
/**
|
|
10591
|
-
* Consumer group name. obtain through the API [DescribeConsumerGroup](https://www.tencentcloud.
|
|
10591
|
+
* Consumer group name. obtain through the API [DescribeConsumerGroup](https://www.tencentcloud.com/document/product/597/40841?from_cn_redirect=1).
|
|
10592
10592
|
* @type {string || null}
|
|
10593
10593
|
*/
|
|
10594
10594
|
this.Group = null;
|
|
@@ -10659,13 +10659,13 @@ class BatchModifyTopicAttributesRequest extends AbstractModel {
|
|
|
10659
10659
|
super();
|
|
10660
10660
|
|
|
10661
10661
|
/**
|
|
10662
|
-
* The ckafka cluster instance Id, which can be obtained through the [DescribeInstances](https://www.tencentcloud.
|
|
10662
|
+
* The ckafka cluster instance Id, which can be obtained through the [DescribeInstances](https://www.tencentcloud.com/document/product/597/40835?from_cn_redirect=1) api.
|
|
10663
10663
|
* @type {string || null}
|
|
10664
10664
|
*/
|
|
10665
10665
|
this.InstanceId = null;
|
|
10666
10666
|
|
|
10667
10667
|
/**
|
|
10668
|
-
* Specifies the topic attribute list (a maximum of 10 per batch), which can be obtained through the [DescribeTopic](https://www.tencentcloud.
|
|
10668
|
+
* Specifies the topic attribute list (a maximum of 10 per batch), which can be obtained through the [DescribeTopic](https://www.tencentcloud.com/document/product/597/40847?from_cn_redirect=1) api.
|
|
10669
10669
|
* @type {Array.<BatchModifyTopicInfo> || null}
|
|
10670
10670
|
*/
|
|
10671
10671
|
this.Topic = null;
|
|
@@ -10742,13 +10742,13 @@ class CreateTopicIpWhiteListRequest extends AbstractModel {
|
|
|
10742
10742
|
super();
|
|
10743
10743
|
|
|
10744
10744
|
/**
|
|
10745
|
-
* The ckafka cluster instance Id, which can be obtained through the [DescribeInstances](https://www.tencentcloud.
|
|
10745
|
+
* The ckafka cluster instance Id, which can be obtained through the [DescribeInstances](https://www.tencentcloud.com/document/product/597/40835?from_cn_redirect=1) api.
|
|
10746
10746
|
* @type {string || null}
|
|
10747
10747
|
*/
|
|
10748
10748
|
this.InstanceId = null;
|
|
10749
10749
|
|
|
10750
10750
|
/**
|
|
10751
|
-
* Specifies the topic name, which can be obtained through the [DescribeTopic](https://www.tencentcloud.
|
|
10751
|
+
* Specifies the topic name, which can be obtained through the [DescribeTopic](https://www.tencentcloud.com/document/product/597/40847?from_cn_redirect=1) api.
|
|
10752
10752
|
* @type {string || null}
|
|
10753
10753
|
*/
|
|
10754
10754
|
this.TopicName = null;
|
|
@@ -11328,7 +11328,7 @@ class CreateInstancePreRequest extends AbstractModel {
|
|
|
11328
11328
|
this.InstanceName = null;
|
|
11329
11329
|
|
|
11330
11330
|
/**
|
|
11331
|
-
* <P>Availability zone. when purchasing a multi-availability zone instance, this parameter specifies the primary az. <a href="https://www.tencentcloud.
|
|
11331
|
+
* <P>Availability zone. when purchasing a multi-availability zone instance, this parameter specifies the primary az. <a href="https://www.tencentcloud.com/document/product/597/55246?from_cn_redirect=1">view availability zones</a></p>.
|
|
11332
11332
|
* @type {number || null}
|
|
11333
11333
|
*/
|
|
11334
11334
|
this.ZoneId = null;
|
|
@@ -11388,19 +11388,19 @@ class CreateInstancePreRequest extends AbstractModel {
|
|
|
11388
11388
|
this.SpecificationsType = null;
|
|
11389
11389
|
|
|
11390
11390
|
/**
|
|
11391
|
-
* <P>Disk size. if it does not match the console specification ratio, creation cannot succeed. default value is 500. step length is set to 100. can be accessed through the following link to view billing specifications: https://www.tencentcloud.
|
|
11391
|
+
* <P>Disk size. if it does not match the console specification ratio, creation cannot succeed. default value is 500. step length is set to 100. can be accessed through the following link to view billing specifications: https://www.tencentcloud.com/document/product/597/122562.?from_cn_redirect=1</p>.
|
|
11392
11392
|
* @type {number || null}
|
|
11393
11393
|
*/
|
|
11394
11394
|
this.DiskSize = null;
|
|
11395
11395
|
|
|
11396
11396
|
/**
|
|
11397
|
-
* <p>Instance bandwidth, default value is 40, unit MB/s. minimum value: 20MB/s. advanced edition maximum value: 360MB/s. professional edition maximum value: 100000MB/s. standard version fixed bandwidth specifications: 40MB/s, 100MB/s, 150MB/s. billing specifications can be viewed through the following link: https://www.tencentcloud.
|
|
11397
|
+
* <p>Instance bandwidth, default value is 40, unit MB/s. minimum value: 20MB/s. advanced edition maximum value: 360MB/s. professional edition maximum value: 100000MB/s. standard version fixed bandwidth specifications: 40MB/s, 100MB/s, 150MB/s. billing specifications can be viewed through the following link: https://www.tencentcloud.com/document/product/597/11745.?from_cn_redirect=1</p>.
|
|
11398
11398
|
* @type {number || null}
|
|
11399
11399
|
*/
|
|
11400
11400
|
this.BandWidth = null;
|
|
11401
11401
|
|
|
11402
11402
|
/**
|
|
11403
|
-
* <P>Specifies the partition size. if it does not match the console specification ratio, the creation cannot succeed. default value is 800 with a step length of 100. view billing specifications through the following link: https://www.tencentcloud.
|
|
11403
|
+
* <P>Specifies the partition size. if it does not match the console specification ratio, the creation cannot succeed. default value is 800 with a step length of 100. view billing specifications through the following link: https://www.tencentcloud.com/document/product/597/122563.?from_cn_redirect=1</p>.
|
|
11404
11404
|
* @type {number || null}
|
|
11405
11405
|
*/
|
|
11406
11406
|
this.Partition = null;
|
|
@@ -11454,7 +11454,7 @@ class CreateInstancePreRequest extends AbstractModel {
|
|
|
11454
11454
|
this.ElasticBandwidthSwitch = null;
|
|
11455
11455
|
|
|
11456
11456
|
/**
|
|
11457
|
-
* <p>Specifies the custom certificate Id. this parameter is valid only when SpecificationsType is profession. supports custom certificate capacity.</p><p>can be obtained through the <a href="https://www.tencentcloud.
|
|
11457
|
+
* <p>Specifies the custom certificate Id. this parameter is valid only when SpecificationsType is profession. supports custom certificate capacity.</p><p>can be obtained through the <a href="https://www.tencentcloud.com/document/product/400/41673?from_cn_redirect=1">DescribeCertificateDetail</a> api.</p>.
|
|
11458
11458
|
* @type {string || null}
|
|
11459
11459
|
*/
|
|
11460
11460
|
this.CustomSSLCertId = null;
|
|
@@ -11512,13 +11512,13 @@ class DeleteTopicIpWhiteListRequest extends AbstractModel {
|
|
|
11512
11512
|
super();
|
|
11513
11513
|
|
|
11514
11514
|
/**
|
|
11515
|
-
* The ckafka cluster instance Id, which can be obtained through the [DescribeInstances](https://www.tencentcloud.
|
|
11515
|
+
* The ckafka cluster instance Id, which can be obtained through the [DescribeInstances](https://www.tencentcloud.com/document/product/597/40835?from_cn_redirect=1) api.
|
|
11516
11516
|
* @type {string || null}
|
|
11517
11517
|
*/
|
|
11518
11518
|
this.InstanceId = null;
|
|
11519
11519
|
|
|
11520
11520
|
/**
|
|
11521
|
-
* Specifies the topic name, which can be obtained through the [DescribeTopic](https://www.tencentcloud.
|
|
11521
|
+
* Specifies the topic name, which can be obtained through the [DescribeTopic](https://www.tencentcloud.com/document/product/597/40847?from_cn_redirect=1) api.
|
|
11522
11522
|
* @type {string || null}
|
|
11523
11523
|
*/
|
|
11524
11524
|
this.TopicName = null;
|