tencentcloud-sdk-nodejs-intl-en 3.0.1374 → 3.0.1376
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/billing/v20180709/models.js +11 -11
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/cvm/v20170312/cvm_client.js +4 -4
- package/tencentcloud/cvm/v20170312/models.js +20 -22
- package/tencentcloud/gme/v20180711/models.js +13 -3
- package/tencentcloud/postgres/v20170312/models.js +9 -9
- package/tencentcloud/tcsas/v20250106/models.js +185 -0
- package/tencentcloud/tcsas/v20250106/tcsas_client.js +1 -0
- package/tencentcloud/trtc/v20190722/models.js +315 -83
- package/tencentcloud/trtc/v20190722/trtc_client.js +5 -1
- package/tencentcloud/vod/v20180717/models.js +1 -1
package/package.json
CHANGED
|
@@ -2255,7 +2255,7 @@ class AllocationSummaryByItem extends AbstractModel {
|
|
|
2255
2255
|
this.PayMode = null;
|
|
2256
2256
|
|
|
2257
2257
|
/**
|
|
2258
|
-
* Billing mode: Resource billing mode, which can be
|
|
2258
|
+
* Billing mode: Resource billing mode, which can be yearly/monthly subscriptionor pay-as-you-go.
|
|
2259
2259
|
* @type {string || null}
|
|
2260
2260
|
*/
|
|
2261
2261
|
this.PayModeName = null;
|
|
@@ -2884,7 +2884,7 @@ class DistributionBillDetail extends AbstractModel {
|
|
|
2884
2884
|
this.ProductCodeName = null;
|
|
2885
2885
|
|
|
2886
2886
|
/**
|
|
2887
|
-
* Billing mode: The billing mode, which can be monthly subscription
|
|
2887
|
+
* Billing mode: The billing mode, which can be yearly/monthly subscriptionor pay-as-you-go.
|
|
2888
2888
|
* @type {string || null}
|
|
2889
2889
|
*/
|
|
2890
2890
|
this.PayModeName = null;
|
|
@@ -2920,13 +2920,13 @@ class DistributionBillDetail extends AbstractModel {
|
|
|
2920
2920
|
this.ResourceName = null;
|
|
2921
2921
|
|
|
2922
2922
|
/**
|
|
2923
|
-
* Transaction type, which can be monthly subscription purchase, monthly subscription renewal, pay-as-you-go deduction, etc.
|
|
2923
|
+
* Transaction type, which can be yearly/monthly subscription purchase, yearly/monthly subscription renewal, pay-as-you-go deduction, etc.
|
|
2924
2924
|
* @type {string || null}
|
|
2925
2925
|
*/
|
|
2926
2926
|
this.ActionTypeName = null;
|
|
2927
2927
|
|
|
2928
2928
|
/**
|
|
2929
|
-
* Order ID: The ID of a monthly subscription order.
|
|
2929
|
+
* Order ID: The ID of a yearly/monthly subscription order.
|
|
2930
2930
|
* @type {string || null}
|
|
2931
2931
|
*/
|
|
2932
2932
|
this.OrderId = null;
|
|
@@ -3306,7 +3306,7 @@ class BillDistributionResourceSummary extends AbstractModel {
|
|
|
3306
3306
|
this.ProductCodeName = null;
|
|
3307
3307
|
|
|
3308
3308
|
/**
|
|
3309
|
-
* Billing mode: The billing mode, which can be monthly subscription or pay-as-you-go.
|
|
3309
|
+
* Billing mode: The billing mode, which can be yearly/monthly subscription or pay-as-you-go.
|
|
3310
3310
|
* @type {string || null}
|
|
3311
3311
|
*/
|
|
3312
3312
|
this.PayModeName = null;
|
|
@@ -3342,13 +3342,13 @@ class BillDistributionResourceSummary extends AbstractModel {
|
|
|
3342
3342
|
this.ResourceName = null;
|
|
3343
3343
|
|
|
3344
3344
|
/**
|
|
3345
|
-
* Transaction type, which can be monthly subscription purchase, monthly subscription renewal, pay-as-you-go deduction, etc.
|
|
3345
|
+
* Transaction type, which can be yearly/monthly subscription purchase, yearly/monthly subscription renewal, pay-as-you-go deduction, etc.
|
|
3346
3346
|
* @type {string || null}
|
|
3347
3347
|
*/
|
|
3348
3348
|
this.ActionTypeName = null;
|
|
3349
3349
|
|
|
3350
3350
|
/**
|
|
3351
|
-
* Order ID: The ID of a monthly subscription order.
|
|
3351
|
+
* Order ID: The ID of a yearly/monthly subscription order.
|
|
3352
3352
|
* @type {string || null}
|
|
3353
3353
|
*/
|
|
3354
3354
|
this.OrderId = null;
|
|
@@ -6510,7 +6510,7 @@ class AllocationSummaryByResource extends AbstractModel {
|
|
|
6510
6510
|
this.PayMode = null;
|
|
6511
6511
|
|
|
6512
6512
|
/**
|
|
6513
|
-
* Billing mode: Resource billing mode, which can be
|
|
6513
|
+
* Billing mode: Resource billing mode, which can be yearly/monthly subscriptionor pay-as-you-go.
|
|
6514
6514
|
* @type {string || null}
|
|
6515
6515
|
*/
|
|
6516
6516
|
this.PayModeName = null;
|
|
@@ -9970,7 +9970,7 @@ class AllocationDetail extends AbstractModel {
|
|
|
9970
9970
|
this.PayMode = null;
|
|
9971
9971
|
|
|
9972
9972
|
/**
|
|
9973
|
-
* Billing mode: Resource billing mode, which can be monthly subscription
|
|
9973
|
+
* Billing mode: Resource billing mode, which can be yearly/monthly subscriptionor pay-as-you-go.
|
|
9974
9974
|
* @type {string || null}
|
|
9975
9975
|
*/
|
|
9976
9976
|
this.PayModeName = null;
|
|
@@ -15718,7 +15718,7 @@ class GatherResourceSummary extends AbstractModel {
|
|
|
15718
15718
|
this.PayMode = null;
|
|
15719
15719
|
|
|
15720
15720
|
/**
|
|
15721
|
-
* Billing mode: Resource billing mode, which can be monthly subscription or pay-as-you-go.
|
|
15721
|
+
* Billing mode: Resource billing mode, which can be yearly/monthly subscription or pay-as-you-go.
|
|
15722
15722
|
* @type {string || null}
|
|
15723
15723
|
*/
|
|
15724
15724
|
this.PayModeName = null;
|
|
@@ -16567,7 +16567,7 @@ class BillPayMode extends AbstractModel {
|
|
|
16567
16567
|
this.PayMode = null;
|
|
16568
16568
|
|
|
16569
16569
|
/**
|
|
16570
|
-
* Billing mode: Resource billing mode, which can be monthly subscription or pay-as-you-go.
|
|
16570
|
+
* Billing mode: Resource billing mode, which can be yearly/monthly subscription or pay-as-you-go.
|
|
16571
16571
|
* @type {string || null}
|
|
16572
16572
|
*/
|
|
16573
16573
|
this.PayModeName = null;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
const sdkVersion = "3.0.
|
|
1
|
+
const sdkVersion = "3.0.1376";
|
|
2
2
|
module.exports = sdkVersion
|
|
@@ -708,7 +708,7 @@ If you currently use a password to log in, you will no longer be able to do so a
|
|
|
708
708
|
}
|
|
709
709
|
|
|
710
710
|
/**
|
|
711
|
-
* This API is used to query the quota of [spread placement groups](https://
|
|
711
|
+
* This API is used to query the quota of [spread placement groups](https://www.tencentcloud.com/document/product/213/15486).
|
|
712
712
|
* @param {DescribeDisasterRecoverGroupQuotaRequest} req
|
|
713
713
|
* @param {function(string, DescribeDisasterRecoverGroupQuotaResponse):void} cb
|
|
714
714
|
* @public
|
|
@@ -780,7 +780,7 @@ If you currently use a password to log in, you will no longer be able to do so a
|
|
|
780
780
|
/**
|
|
781
781
|
* This API (ResizeInstanceDisks) is used to expand the data disks of an instance.
|
|
782
782
|
|
|
783
|
-
* Currently, you can only use the API to expand non-elastic data disks whose [disk type](https://www.tencentcloud.com/document/product/213/15753) is `CLOUD_BASIC`, `CLOUD_PREMIUM`, or `CLOUD_SSD`. You can use [`DescribeDisks`](https://
|
|
783
|
+
* Currently, you can only use the API to expand non-elastic data disks whose [disk type](https://www.tencentcloud.com/document/product/213/15753) is `CLOUD_BASIC`, `CLOUD_PREMIUM`, or `CLOUD_SSD`. You can use [`DescribeDisks`](https://www.tencentcloud.com/document/api/362/16315) to check whether a disk is elastic. If the `Portable` field in the response is `false`, it means that the disk is non-elastic.
|
|
784
784
|
* Currently, this API does not support [CDH](https://intl.cloud.tencent.com/document/product/416?from_cn_redirect=1) instances.
|
|
785
785
|
* Currently, only one data disk can be expanded at a time.
|
|
786
786
|
* @param {ResizeInstanceDisksRequest} req
|
|
@@ -797,7 +797,7 @@ If you currently use a password to log in, you will no longer be able to do so a
|
|
|
797
797
|
|
|
798
798
|
An instance launch template is a configuration data and can be used to create instances. Its content includes configurations required to create instances, such as instance type, types and sizes of data disk and system disk, and security group and other information.
|
|
799
799
|
|
|
800
|
-
This API is used to create an instance launch template. After the initial creation of the instance template, its template version is the default version 1. A new version can be created using CreateLaunchTemplateVersion
|
|
800
|
+
This API is used to create an instance launch template. After the initial creation of the instance template, its template version is the default version 1. A new version can be created using [CreateLaunchTemplateVersion](https://www.tencentcloud.com/document/api/213/45361), and the version number will increment. By default, when specifying an instance launch template in [RunInstances](https://www.tencentcloud.com/document/api/213/33237), if the template version number is not specified, the default version will be used.
|
|
801
801
|
* @param {CreateLaunchTemplateRequest} req
|
|
802
802
|
* @param {function(string, CreateLaunchTemplateResponse):void} cb
|
|
803
803
|
* @public
|
|
@@ -1135,7 +1135,7 @@ This API is used to perform operations that do not support instances with no cha
|
|
|
1135
1135
|
* This API is used to renew annual and monthly subscription instances.
|
|
1136
1136
|
|
|
1137
1137
|
This API is used to operate on monthly subscription instances only.
|
|
1138
|
-
This API is used to ensure your account balance is sufficient for renewal. You can check the balance via the DescribeAccountBalance API
|
|
1138
|
+
This API is used to ensure your account balance is sufficient for renewal. You can check the balance via the [DescribeAccountBalance API](https://www.tencentcloud.com/document/api/555/50284).
|
|
1139
1139
|
* You can query the result of the instance operation by calling the API [DescribeInstances](https://www.tencentcloud.com/document/api/213/33258). If the latest operation status (LatestOperationState) of the instance is **SUCCESS**, the operation is successful.
|
|
1140
1140
|
* @param {RenewInstancesRequest} req
|
|
1141
1141
|
* @param {function(string, RenewInstancesResponse):void} cb
|
|
@@ -3132,7 +3132,7 @@ class ModifyChcAttributeRequest extends AbstractModel {
|
|
|
3132
3132
|
this.BmcUser = null;
|
|
3133
3133
|
|
|
3134
3134
|
/**
|
|
3135
|
-
* The password can contain 8 to 16 characters, including letters, numbers and special symbols (
|
|
3135
|
+
* The password can contain 8 to 16 characters, including letters, numbers and special symbols ()`~!@#$%^&*-+=_|{}[]:;'<>,.?/
|
|
3136
3136
|
* @type {string || null}
|
|
3137
3137
|
*/
|
|
3138
3138
|
this.Password = null;
|
|
@@ -4685,7 +4685,7 @@ class DescribeDisasterRecoverGroupQuotaResponse extends AbstractModel {
|
|
|
4685
4685
|
this.CvmInRackGroupQuota = null;
|
|
4686
4686
|
|
|
4687
4687
|
/**
|
|
4688
|
-
*
|
|
4688
|
+
* Quota for instances in a disaster recovery group of the switch type.
|
|
4689
4689
|
* @type {number || null}
|
|
4690
4690
|
*/
|
|
4691
4691
|
this.CvmInSwitchGroupQuota = null;
|
|
@@ -5014,13 +5014,13 @@ class DataDisk extends AbstractModel {
|
|
|
5014
5014
|
super();
|
|
5015
5015
|
|
|
5016
5016
|
/**
|
|
5017
|
-
* Data disk size, unit: GiB. the minimum adjustment step size is 10 GiB. the value ranges of different data disk types vary. for specific limitations, see the storage overview
|
|
5017
|
+
* Data disk size, unit: GiB. the minimum adjustment step size is 10 GiB. the value ranges of different data disk types vary. for specific limitations, see the [storage overview](https://www.tencentcloud.com/document/product/213/4952). the default value is 0, which means no data disk purchase. for more restrictions, see the product document.
|
|
5018
5018
|
* @type {number || null}
|
|
5019
5019
|
*/
|
|
5020
5020
|
this.DiskSize = null;
|
|
5021
5021
|
|
|
5022
5022
|
/**
|
|
5023
|
-
* Specifies the data disk type. for restrictions on data disk types, refer to [storage overview](https://www.tencentcloud.com/document/product/213/4952
|
|
5023
|
+
* Specifies the data disk type. for restrictions on data disk types, refer to [storage overview](https://www.tencentcloud.com/document/product/213/4952). valid values: <br /><li>LOCAL_BASIC: LOCAL disk</li> <li>LOCAL_SSD: LOCAL SSD</li><li>LOCAL_NVME: LOCAL NVME disk, which is closely related to InstanceType and cannot be specified</li><li>LOCAL_PRO: LOCAL HDD, which is closely related to InstanceType and cannot be specified</li><li>cloud_BASIC: BASIC cloud disk</li><li>cloud_PREMIUM: high-performance cloud block storage</li><li>cloud_SSD: SSD cloud disk</li><li>cloud_HSSD: enhanced SSD cloud disk</li> <li>cloud_TSSD: ultra-fast SSD cbs</li><li>cloud_BSSD: universal SSD cloud disk</li><br />default: LOCAL_BASIC.<br/><br />this parameter is invalid for the `ResizeInstanceDisk` api.
|
|
5024
5024
|
* @type {string || null}
|
|
5025
5025
|
*/
|
|
5026
5026
|
this.DiskType = null;
|
|
@@ -7187,7 +7187,7 @@ class CreateLaunchTemplateRequest extends AbstractModel {
|
|
|
7187
7187
|
this.Placement = null;
|
|
7188
7188
|
|
|
7189
7189
|
/**
|
|
7190
|
-
* Specify an effective [mirror](https://
|
|
7190
|
+
* Specify an effective [mirror](https://www.tencentcloud.com/document/product/213/4940) ID in the format of `img-xxx`. there are four image types: <li>PUBLIC image</li> <li>custom image</li> <li>shared image</li> <li>service market image</li> you can obtain available mirror ids in the following ways: <li>the mirror ids of `PUBLIC image`, `custom image` and `shared image` can be queried by logging in to the [console](https://console.cloud.tencent.com/cvm/image?rid=1&imageType=PUBLIC_image); the mirror ids of `service market image` can be queried through the [cloud market](https://market.cloud.tencent.com/list).</li> <li>call the api [DescribeImages](https://www.tencentcloud.com/document/api/213/33272), input InstanceType to obtain the list of images supported by the current model, and take the `ImageId` field from the return information.</li>.
|
|
7191
7191
|
* @type {string || null}
|
|
7192
7192
|
*/
|
|
7193
7193
|
this.ImageId = null;
|
|
@@ -7201,7 +7201,7 @@ class CreateLaunchTemplateRequest extends AbstractModel {
|
|
|
7201
7201
|
/**
|
|
7202
7202
|
* Instance model. Different instance models specify different resource specifications.
|
|
7203
7203
|
|
|
7204
|
-
<br><li>For instances created with the payment modes PREPAID or POSTPAID_BY_HOUR, the specific values can be obtained by calling the DescribeInstanceTypeConfigs api to get the latest specification table or referring to the [instance specifications](https://
|
|
7204
|
+
<br><li>For instances created with the payment modes PREPAID or POSTPAID_BY_HOUR, the specific values can be obtained by calling the DescribeInstanceTypeConfigs api to get the latest specification table or referring to the [instance specifications](https://www.tencentcloud.com/document/product/213/11518) description. if this parameter is not specified, the system will dynamically assign a default model based on the current resource sales situation in a region.</li><li>for instances created with the payment mode CDHPAID, this parameter has the prefix "CDH_" and is generated based on the CPU and memory configuration. the specific format is: CDH_XCXG. for example, for creating a CDH instance with 1 CPU core and 1 gb memory, this parameter should be CDH_1C1G.</li>.
|
|
7205
7205
|
* @type {string || null}
|
|
7206
7206
|
*/
|
|
7207
7207
|
this.InstanceType = null;
|
|
@@ -7231,7 +7231,7 @@ class CreateLaunchTemplateRequest extends AbstractModel {
|
|
|
7231
7231
|
this.InternetAccessible = null;
|
|
7232
7232
|
|
|
7233
7233
|
/**
|
|
7234
|
-
* Number of instances to purchase. value range for monthly subscription instances: [1, 300]. value range for pay-as-you-go instances: [1, 100]. default value: 1. the number of instances to purchase must not exceed the remaining user quota. for specific quota limitations, see [CVM instance purchase limitations](https://
|
|
7234
|
+
* Number of instances to purchase. value range for monthly subscription instances: [1, 300]. value range for pay-as-you-go instances: [1, 100]. default value: 1. the number of instances to purchase must not exceed the remaining user quota. for specific quota limitations, see [CVM instance purchase limitations](https://www.tencentcloud.com/document/product/213/2664).
|
|
7235
7235
|
* @type {number || null}
|
|
7236
7236
|
*/
|
|
7237
7237
|
this.InstanceCount = null;
|
|
@@ -7249,7 +7249,7 @@ class CreateLaunchTemplateRequest extends AbstractModel {
|
|
|
7249
7249
|
this.LoginSettings = null;
|
|
7250
7250
|
|
|
7251
7251
|
/**
|
|
7252
|
-
* Security group to which an instance belongs. this parameter can be obtained by calling the sgId field in the returned value of [DescribeSecurityGroups](https://
|
|
7252
|
+
* Security group to which an instance belongs. this parameter can be obtained by calling the sgId field in the returned value of [DescribeSecurityGroups](https://www.tencentcloud.com/document/api/215/15808). if not specified, the default security group is bound.
|
|
7253
7253
|
* @type {Array.<string> || null}
|
|
7254
7254
|
*/
|
|
7255
7255
|
this.SecurityGroupIds = null;
|
|
@@ -7297,7 +7297,7 @@ class CreateLaunchTemplateRequest extends AbstractModel {
|
|
|
7297
7297
|
this.InstanceMarketOptions = null;
|
|
7298
7298
|
|
|
7299
7299
|
/**
|
|
7300
|
-
* User data provided for an instance must be encoded in base64. valid values for maximum data size are up to 16 KB. for details on obtaining this parameter, see running commands at startup for Windows
|
|
7300
|
+
* User data provided for an instance must be encoded in base64. valid values for maximum data size are up to 16 KB. for details on obtaining this parameter, see running commands at startup for [Windows](https://www.tencentcloud.com/document/product/213/17526) and [Linux](https://www.tencentcloud.com/document/product/213/17525).
|
|
7301
7301
|
* @type {string || null}
|
|
7302
7302
|
*/
|
|
7303
7303
|
this.UserData = null;
|
|
@@ -7325,7 +7325,7 @@ false (default): sends a normal request. after passing the check, creates an ins
|
|
|
7325
7325
|
this.HpcClusterId = null;
|
|
7326
7326
|
|
|
7327
7327
|
/**
|
|
7328
|
-
* Instance [billing mode](https://
|
|
7328
|
+
* Instance [billing mode](https://www.tencentcloud.com/document/product/213/2180).<br><li>PREPAID: prepaid, that is, monthly subscription.</li><li>POSTPAID_BY_HOUR: pay-as-you-go by hour.</li><li>CDHPAID: CDH instance (created based on CDH; the resources of the host are free of charge).</li><li>SPOTPAID: spot payment.</li>Default value: POSTPAID_BY_HOUR.
|
|
7329
7329
|
* @type {string || null}
|
|
7330
7330
|
*/
|
|
7331
7331
|
this.InstanceChargeType = null;
|
|
@@ -11545,7 +11545,7 @@ class ModifyImageAttributeRequest extends AbstractModel {
|
|
|
11545
11545
|
super();
|
|
11546
11546
|
|
|
11547
11547
|
/**
|
|
11548
|
-
* Image ID, such as `img-gvbnzy6f`. You can obtain the image ID in the following ways:<li>Call the [DescribeImages](https://
|
|
11548
|
+
* Image ID, such as `img-gvbnzy6f`. You can obtain the image ID in the following ways:<li>Call the [DescribeImages](https://www.tencentcloud.com/document/api/213/33272) API and find the value of `ImageId` in the response.</li><li>Obtain it in the [Image console](https://console.cloud.tencent.com/cvm/image).</li>
|
|
11549
11549
|
* @type {string || null}
|
|
11550
11550
|
*/
|
|
11551
11551
|
this.ImageId = null;
|
|
@@ -12258,7 +12258,7 @@ class VirtualPrivateCloud extends AbstractModel {
|
|
|
12258
12258
|
super();
|
|
12259
12259
|
|
|
12260
12260
|
/**
|
|
12261
|
-
* vpc ID, such as `vpc-xxx`.
|
|
12261
|
+
* vpc ID, such as `vpc-xxx`. Valid vpc ids can be queried by logging in to the [console](https://console.tencentcloud.com/vpc/vpc?rid=1) or by calling the API [DescribeVpcs](https://www.tencentcloud.com/document/product/215/15778) and obtaining the `VpcId` field from the API response. if both VpcId and SubnetId are input as `DEFAULT` when creating an instance, the DEFAULT vpc network will be forcibly used.
|
|
12262
12262
|
* @type {string || null}
|
|
12263
12263
|
*/
|
|
12264
12264
|
this.VpcId = null;
|
|
@@ -12343,14 +12343,13 @@ class ResizeInstanceDisksRequest extends AbstractModel {
|
|
|
12343
12343
|
super();
|
|
12344
12344
|
|
|
12345
12345
|
/**
|
|
12346
|
-
* Instance ID to be operated. can be obtained from the `InstanceId` in the return value from the DescribeInstances
|
|
12346
|
+
* Instance ID to be operated. can be obtained from the `InstanceId` in the return value from the [DescribeInstances API](https://www.tencentcloud.com/document/api/213/33258) .
|
|
12347
12347
|
* @type {string || null}
|
|
12348
12348
|
*/
|
|
12349
12349
|
this.InstanceId = null;
|
|
12350
12350
|
|
|
12351
12351
|
/**
|
|
12352
|
-
* Specifies the configuration information of the data disk to be expanded, only supporting specifying the target capacity of the disk to be expanded. only non-elastic data disks (with `Portable` being `false` in the return values of [DescribeDisks](https://www.tencentcloud.com/document/api/362/16315
|
|
12353
|
-
<dx-alert infotype="explain" title="">You should specify either DataDisks or SystemDisk, but you cannot specify both at the same time.</dx-alert>
|
|
12352
|
+
* Specifies the configuration information of the data disk to be expanded, only supporting specifying the target capacity of the disk to be expanded. only non-elastic data disks (with `Portable` being `false` in the return values of [DescribeDisks](https://www.tencentcloud.com/document/api/362/16315)) can be expanded. the unit of data disk capacity is GiB. the minimum expansion step is 10 GiB. for data disk type selection, refer to [disk product introduction](https://www.tencentcloud.com/document/product/362/31636). the available data disk type is restricted by the instance type `InstanceType`. additionally, the maximum allowable capacity for expansion varies by data disk type. You can specify either DataDisks or SystemDisk, but not both at the same time.
|
|
12354
12353
|
* @type {Array.<DataDisk> || null}
|
|
12355
12354
|
*/
|
|
12356
12355
|
this.DataDisks = null;
|
|
@@ -12362,8 +12361,7 @@ class ResizeInstanceDisksRequest extends AbstractModel {
|
|
|
12362
12361
|
this.ForceStop = null;
|
|
12363
12362
|
|
|
12364
12363
|
/**
|
|
12365
|
-
* System disk configuration information to be expanded. only supports specifying the purpose capacity of the disk to be expanded. only supports cloud disk expansion.
|
|
12366
|
-
<dx-alert infotype="explain" title="">You should specify either DataDisks or SystemDisk, but you cannot specify both at the same time.</dx-alert>
|
|
12364
|
+
* System disk configuration information to be expanded. only supports specifying the purpose capacity of the disk to be expanded. only supports cloud disk expansion. You can specify either DataDisks or SystemDisk, but not both at the same time.
|
|
12367
12365
|
* @type {SystemDisk || null}
|
|
12368
12366
|
*/
|
|
12369
12367
|
this.SystemDisk = null;
|
|
@@ -12563,7 +12561,7 @@ class InternetAccessible extends AbstractModel {
|
|
|
12563
12561
|
this.InternetChargeType = null;
|
|
12564
12562
|
|
|
12565
12563
|
/**
|
|
12566
|
-
* The maximum outbound bandwidth of the public network, in Mbps. The default value is 0 Mbps. The upper limit of bandwidth varies for different models. For more information, see [Purchase Network Bandwidth](https://
|
|
12564
|
+
* The maximum outbound bandwidth of the public network, in Mbps. The default value is 0 Mbps. The upper limit of bandwidth varies for different models. For more information, see [Purchase Network Bandwidth](https://www.tencentcloud.com/document/product/213/12523).
|
|
12567
12565
|
* @type {number || null}
|
|
12568
12566
|
*/
|
|
12569
12567
|
this.InternetMaxBandwidthOut = null;
|
|
@@ -12602,7 +12600,7 @@ Note: The static single-line IP is only supported in some regions.
|
|
|
12602
12600
|
<li> AntiDDoSEIP: specifies the anti-ddos eip. only partial regions support anti-ddos eip. details visible in the [elastic IP product overview](https://www.tencentcloud.com/document/product/213/5733).</li>.
|
|
12603
12601
|
If needed, assign a public IPv4 address to the resource by specifying the IPv4 address type.
|
|
12604
12602
|
|
|
12605
|
-
This feature is in beta test in selected regions. submit a ticket for consultation
|
|
12603
|
+
This feature is in beta test in selected regions. [submit a ticket for consultation](https://console.tencentcloud.com/workorder/category) if needed.
|
|
12606
12604
|
* @type {string || null}
|
|
12607
12605
|
*/
|
|
12608
12606
|
this.IPv4AddressType = null;
|
|
@@ -12613,7 +12611,7 @@ This feature is in beta test in selected regions. submit a ticket for consultati
|
|
|
12613
12611
|
<Li>HighQualityEIPv6: specifies the high quality ipv6. highqualityeipv6 is only supported in hong kong (china).</li>.
|
|
12614
12612
|
If needed, assign an elastic IPv6 address for resource allocation.
|
|
12615
12613
|
|
|
12616
|
-
This feature is in beta test in selected regions. submit a ticket for consultation
|
|
12614
|
+
This feature is in beta test in selected regions. [submit a ticket for consultation](https://console.tencentcloud.com/workorder/category) if needed.
|
|
12617
12615
|
* @type {string || null}
|
|
12618
12616
|
*/
|
|
12619
12617
|
this.IPv6AddressType = null;
|
|
@@ -12956,13 +12954,13 @@ class InquiryPriceResetInstancesTypeRequest extends AbstractModel {
|
|
|
12956
12954
|
super();
|
|
12957
12955
|
|
|
12958
12956
|
/**
|
|
12959
|
-
* One or more instance IDs to be operated. You can obtain the instance ID through the `InstanceId` in the return value from the API [DescribeInstances](https://
|
|
12957
|
+
* One or more instance IDs to be operated. You can obtain the instance ID through the `InstanceId` in the return value from the API [DescribeInstances](https://www.tencentcloud.com/document/api/213/33258). The maximum number of instances per request is 1.
|
|
12960
12958
|
* @type {Array.<string> || null}
|
|
12961
12959
|
*/
|
|
12962
12960
|
this.InstanceIds = null;
|
|
12963
12961
|
|
|
12964
12962
|
/**
|
|
12965
|
-
* Instance model. Resources vary with the instance model. Specific values can be found in the tables of [Instance Types]
|
|
12963
|
+
* Instance model. Resources vary with the instance model. Specific values can be found in the tables of [Instance Types](https://www.tencentcloud.com/document/product/213/11518).
|
|
12966
12964
|
* @type {string || null}
|
|
12967
12965
|
*/
|
|
12968
12966
|
this.InstanceType = null;
|
|
@@ -260,6 +260,12 @@ class DeleteRoomMemberRequest extends AbstractModel {
|
|
|
260
260
|
*/
|
|
261
261
|
this.Uids = null;
|
|
262
262
|
|
|
263
|
+
/**
|
|
264
|
+
* List of users to exclude (string type)
|
|
265
|
+
* @type {Array.<string> || null}
|
|
266
|
+
*/
|
|
267
|
+
this.StrUids = null;
|
|
268
|
+
|
|
263
269
|
}
|
|
264
270
|
|
|
265
271
|
/**
|
|
@@ -273,6 +279,7 @@ class DeleteRoomMemberRequest extends AbstractModel {
|
|
|
273
279
|
this.DeleteType = 'DeleteType' in params ? params.DeleteType : null;
|
|
274
280
|
this.BizId = 'BizId' in params ? params.BizId : null;
|
|
275
281
|
this.Uids = 'Uids' in params ? params.Uids : null;
|
|
282
|
+
this.StrUids = 'StrUids' in params ? params.StrUids : null;
|
|
276
283
|
|
|
277
284
|
}
|
|
278
285
|
}
|
|
@@ -1458,19 +1465,22 @@ class SceneInfo extends AbstractModel {
|
|
|
1458
1465
|
super();
|
|
1459
1466
|
|
|
1460
1467
|
/**
|
|
1461
|
-
*
|
|
1468
|
+
* RealTime: Real-time Voice Analysis;
|
|
1469
|
+
VoiceMessage: Voice Message;
|
|
1470
|
+
GMECloudApi: GME Cloud API;
|
|
1462
1471
|
* @type {string || null}
|
|
1463
1472
|
*/
|
|
1464
1473
|
this.SceneId = null;
|
|
1465
1474
|
|
|
1466
1475
|
/**
|
|
1467
|
-
*
|
|
1476
|
+
* Switch state, true for on, false for off.
|
|
1477
|
+
|
|
1468
1478
|
* @type {boolean || null}
|
|
1469
1479
|
*/
|
|
1470
1480
|
this.Status = null;
|
|
1471
1481
|
|
|
1472
1482
|
/**
|
|
1473
|
-
*
|
|
1483
|
+
* callback URL
|
|
1474
1484
|
* @type {string || null}
|
|
1475
1485
|
*/
|
|
1476
1486
|
this.CallbackUrl = null;
|
|
@@ -2798,7 +2798,7 @@ Name specification: consists of letters (a-z, a-z), digits (0-9), and underscore
|
|
|
2798
2798
|
this.DatabaseName = null;
|
|
2799
2799
|
|
|
2800
2800
|
/**
|
|
2801
|
-
* Owner of the database. obtain through the api [DescribeAccounts](https://www.tencentcloud.com/document/
|
|
2801
|
+
* Owner of the database. obtain through the api [DescribeAccounts](https://www.tencentcloud.com/document/product/409/18109).
|
|
2802
2802
|
* @type {string || null}
|
|
2803
2803
|
*/
|
|
2804
2804
|
this.DatabaseOwner = null;
|
|
@@ -11336,7 +11336,7 @@ class DeleteAccountRequest extends AbstractModel {
|
|
|
11336
11336
|
this.DBInstanceId = null;
|
|
11337
11337
|
|
|
11338
11338
|
/**
|
|
11339
|
-
* Account name to be deleted. obtain through the api [DescribeAccounts](https://www.tencentcloud.com/document/
|
|
11339
|
+
* Account name to be deleted. obtain through the api [DescribeAccounts](https://www.tencentcloud.com/document/product/409/18109).
|
|
11340
11340
|
* @type {string || null}
|
|
11341
11341
|
*/
|
|
11342
11342
|
this.UserName = null;
|
|
@@ -11630,7 +11630,7 @@ class ModifyAccountPrivilegesRequest extends AbstractModel {
|
|
|
11630
11630
|
this.DBInstanceId = null;
|
|
11631
11631
|
|
|
11632
11632
|
/**
|
|
11633
|
-
* Modify the permission of this account for a database object. obtain through the [DescribeAccounts](https://www.tencentcloud.com/document/
|
|
11633
|
+
* Modify the permission of this account for a database object. obtain through the [DescribeAccounts](https://www.tencentcloud.com/document/product/409/18109) api.
|
|
11634
11634
|
* @type {string || null}
|
|
11635
11635
|
*/
|
|
11636
11636
|
this.UserName = null;
|
|
@@ -12626,7 +12626,7 @@ class ModifyDatabaseOwnerRequest extends AbstractModel {
|
|
|
12626
12626
|
this.DatabaseName = null;
|
|
12627
12627
|
|
|
12628
12628
|
/**
|
|
12629
|
-
* New owner of the database. obtain through the api [DescribeAccounts](https://www.tencentcloud.com/document/
|
|
12629
|
+
* New owner of the database. obtain through the api [DescribeAccounts](https://www.tencentcloud.com/document/product/409/18109).
|
|
12630
12630
|
* @type {string || null}
|
|
12631
12631
|
*/
|
|
12632
12632
|
this.DatabaseOwner = null;
|
|
@@ -13013,7 +13013,7 @@ class ResetAccountPasswordRequest extends AbstractModel {
|
|
|
13013
13013
|
this.DBInstanceId = null;
|
|
13014
13014
|
|
|
13015
13015
|
/**
|
|
13016
|
-
* Instance account name. obtain through the api [DescribeAccounts](https://www.tencentcloud.com/document/
|
|
13016
|
+
* Instance account name. obtain through the api [DescribeAccounts](https://www.tencentcloud.com/document/product/409/18109).
|
|
13017
13017
|
* @type {string || null}
|
|
13018
13018
|
*/
|
|
13019
13019
|
this.UserName = null;
|
|
@@ -13022,10 +13022,10 @@ class ResetAccountPasswordRequest extends AbstractModel {
|
|
|
13022
13022
|
* Specifies the new password for the UserName account.
|
|
13023
13023
|
Password settings rule specifies the following:.
|
|
13024
13024
|
- valid values: 8 to 32 characters. a password with more than 12 characters is recommended.
|
|
13025
|
-
-Must not start with "/".
|
|
13026
|
-
-Must include the following four items:.
|
|
13027
|
-
Lowercase letters a
|
|
13028
|
-
Uppercase letters: A
|
|
13025
|
+
- Must not start with "/".
|
|
13026
|
+
- Must include the following four items:.
|
|
13027
|
+
Lowercase letters a - z.
|
|
13028
|
+
Uppercase letters: A - Z.
|
|
13029
13029
|
Digits: 0-9.
|
|
13030
13030
|
Special symbols: ()`~!@#$%^&*-+=_|{}[]:<>,.?/.
|
|
13031
13031
|
* @type {string || null}
|