tencentcloud-sdk-nodejs-intl-en 3.0.1361 → 3.0.1363
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/common/sdk_version.js +1 -1
- package/tencentcloud/cvm/v20170312/cvm_client.js +11 -11
- package/tencentcloud/cvm/v20170312/models.js +23 -14
- package/tencentcloud/emr/v20190103/models.js +1 -1
- package/tencentcloud/hunyuan/v20230901/models.js +23 -0
- package/tencentcloud/mongodb/v20190725/models.js +2210 -706
- package/tencentcloud/mongodb/v20190725/mongodb_client.js +212 -47
- package/tencentcloud/scf/v20180416/models.js +974 -55
- package/tencentcloud/scf/v20180416/scf_client.js +33 -5
- package/tencentcloud/vod/v20180717/models.js +8194 -3635
- package/tencentcloud/vod/v20180717/vod_client.js +644 -253
package/package.json
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
const sdkVersion = "3.0.
|
|
1
|
+
const sdkVersion = "3.0.1363";
|
|
2
2
|
module.exports = sdkVersion
|
|
@@ -427,7 +427,7 @@ This API is used to modify one attribute of the instance per request. The attrib
|
|
|
427
427
|
The instance name is only for user convenience in management. Tencent Cloud does not use this name as the basis for online support or to perform instance management operations.
|
|
428
428
|
This API is used to support batch operations. The maximum of 100 batch instances per request is supported.
|
|
429
429
|
This API is used to modify the security group association. The originally associated security group of the instance will be unbound.
|
|
430
|
-
* You can query the result of the instance operation by calling the API [DescribeInstances](https://
|
|
430
|
+
* 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.
|
|
431
431
|
This API is used to modify the hostname. The instance restarts immediately after hostname modification, and the new hostname takes effect after restart.
|
|
432
432
|
* @param {ModifyInstancesAttributeRequest} req
|
|
433
433
|
* @param {function(string, ModifyInstancesAttributeResponse):void} cb
|
|
@@ -682,7 +682,7 @@ If you currently use a password to log in, you will no longer be able to do so a
|
|
|
682
682
|
* This API is used to modify the VPC attributes of an instance, such as the VPC IP address.
|
|
683
683
|
* This action will shut down the instance, and restart it after the modification is completed.
|
|
684
684
|
* To migrate an instance to another VPC/subnet, specify the new VPC and subnet directly. Make sure that the instance to migrate is not bound to an [ENI](https://intl.cloud.tencent.com/document/product/576?from_cn_redirect=1) or [CLB](https://intl.cloud.tencent.com/document/product/214?from_cn_redirect=1) instances.
|
|
685
|
-
* You can use the API [DescribeInstances](https://
|
|
685
|
+
* You can use the API [DescribeInstances](https://www.tencentcloud.com/document/api/213/33258) to query the operation result. If the `LatestOperationState` in the response is `SUCCESS`, the operation is successful.
|
|
686
686
|
* @param {ModifyInstancesVpcAttributeRequest} req
|
|
687
687
|
* @param {function(string, ModifyInstancesVpcAttributeResponse):void} cb
|
|
688
688
|
* @public
|
|
@@ -724,7 +724,7 @@ If you currently use a password to log in, you will no longer be able to do so a
|
|
|
724
724
|
* To modify the password of the administrator account: the name of the administrator account varies with the operating system. In Windows, it is `Administrator`; in Ubuntu, it is `ubuntu`; in Linux, it is `root`.
|
|
725
725
|
* To reset the password of a running instance, you need to set the parameter `ForceStop` to `True` for a forced shutdown. If not, only passwords of stopped instances can be reset.
|
|
726
726
|
* Batch operations are supported. You can reset the passwords of up to 100 instances to the same value once.
|
|
727
|
-
* You can call the [DescribeInstances](https://
|
|
727
|
+
* You can call the [DescribeInstances](https://www.tencentcloud.com/document/api/213/33258) API and find the result of the operation in the response parameter `LatestOperationState`. If the value is `SUCCESS`, the operation is successful.
|
|
728
728
|
* @param {ResetInstancesPasswordRequest} req
|
|
729
729
|
* @param {function(string, ResetInstancesPasswordResponse):void} cb
|
|
730
730
|
* @public
|
|
@@ -738,7 +738,7 @@ If you currently use a password to log in, you will no longer be able to do so a
|
|
|
738
738
|
* This API is used to modify the renewal flag of monthly subscription instances.
|
|
739
739
|
|
|
740
740
|
* After an instance is marked as auto-renewal, it will be automatically renewed for one month each time it expires.
|
|
741
|
-
* Batch operations are supported. The maximum number of instances for each request is 100.* You can query the result of the instance operation by calling the API [DescribeInstances](https://
|
|
741
|
+
* Batch operations are supported. The maximum number of instances for each request is 100.* 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.
|
|
742
742
|
* @param {ModifyInstancesRenewFlagRequest} req
|
|
743
743
|
* @param {function(string, ModifyInstancesRenewFlagResponse):void} cb
|
|
744
744
|
* @public
|
|
@@ -766,7 +766,7 @@ If you currently use a password to log in, you will no longer be able to do so a
|
|
|
766
766
|
/**
|
|
767
767
|
* This API is used to query the price for adjusting the instance model.
|
|
768
768
|
|
|
769
|
-
* Currently, you can only use this API to query the prices of instances whose [system disk type](https://
|
|
769
|
+
* Currently, you can only use this API to query the prices of instances whose [system disk type](https://www.tencentcloud.com/document/product/213/15753) is `CLOUD_BASIC`, `CLOUD_PREMIUM`, or `CLOUD_SSD`.
|
|
770
770
|
* Currently, you cannot use this API to query the prices of [CDH](https://intl.cloud.tencent.com/document/product/416?from_cn_redirect=1) instances.
|
|
771
771
|
* @param {InquiryPriceResetInstancesTypeRequest} req
|
|
772
772
|
* @param {function(string, InquiryPriceResetInstancesTypeResponse):void} cb
|
|
@@ -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://
|
|
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://intl.cloud.tencent.com/document/api/362/16315?from_cn_redirect=1) 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
|
|
@@ -864,7 +864,7 @@ This API is used to create an instance launch template. After the initial creati
|
|
|
864
864
|
|
|
865
865
|
/**
|
|
866
866
|
* This API is used to change the model of an instance.
|
|
867
|
-
* You can only use this API to change the models of instances whose [system disk type](https://
|
|
867
|
+
* You can only use this API to change the models of instances whose [system disk type](https://www.tencentcloud.com/zh/document/product/213/15753) is `CLOUD_BASIC`, `CLOUD_PREMIUM`, or `CLOUD_SSD`.
|
|
868
868
|
* Currently, you cannot use this API to change the models of [CDH](https://intl.cloud.tencent.com/document/product/416?from_cn_redirect=1) instances.
|
|
869
869
|
* @param {ResetInstancesTypeRequest} req
|
|
870
870
|
* @param {function(string, ResetInstancesTypeResponse):void} cb
|
|
@@ -1024,7 +1024,7 @@ This API is used to create an instance launch template. After the initial creati
|
|
|
1024
1024
|
* The system disk will be formatted and reset. Ensure that there are no important files in the system disk.
|
|
1025
1025
|
* If you do not specify a password, a random password will be sent via Message Center.
|
|
1026
1026
|
* Currently, only instances with a [system disk type](https://intl.cloud.tencent.com/document/api/213/9452?from_cn_redirect=1#SystemDisk) of `CLOUD_BASIC`, `CLOUD_PREMIUM`, `CLOUD_SSD`, or `CLOUD_BSSD` are supported for implementing operating system switching through this API.
|
|
1027
|
-
* You can query the result of the instance operation by calling the API [DescribeInstances](https://
|
|
1027
|
+
* 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.
|
|
1028
1028
|
* @param {ResetInstanceRequest} req
|
|
1029
1029
|
* @param {function(string, ResetInstanceResponse):void} cb
|
|
1030
1030
|
* @public
|
|
@@ -1121,7 +1121,7 @@ This API is used to query the renewal price of monthly subscription instances.
|
|
|
1121
1121
|
* This API is used to switch the billing mode of an instance.
|
|
1122
1122
|
|
|
1123
1123
|
This API is used to perform operations that do not support instances with no charge when shut down, instances of the model families Batch Compute BC1 and Batch Compute BS1, or instances of scheduled termination.
|
|
1124
|
-
* You can query the result of the instance operation by calling the API [DescribeInstances](https://
|
|
1124
|
+
* 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.
|
|
1125
1125
|
* @param {ModifyInstancesChargeTypeRequest} req
|
|
1126
1126
|
* @param {function(string, ModifyInstancesChargeTypeResponse):void} cb
|
|
1127
1127
|
* @public
|
|
@@ -1136,7 +1136,7 @@ This API is used to perform operations that do not support instances with no cha
|
|
|
1136
1136
|
|
|
1137
1137
|
This API is used to operate on monthly subscription instances only.
|
|
1138
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/product/555/20253?from_cn_redirect=1).
|
|
1139
|
-
* You can query the result of the instance operation by calling the API [DescribeInstances](https://
|
|
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
|
|
1142
1142
|
* @public
|
|
@@ -1301,7 +1301,7 @@ This API is used to ensure your account balance is sufficient for renewal. You c
|
|
|
1301
1301
|
* Project is a virtual concept. You can create multiple projects under one account, manage different resources in each project, and assign different instances to different projects. You may use the [DescribeInstances](https://intl.cloud.tencent.com/document/api/213/15728?from_cn_redirect=1) API to query instances and use the project ID to filter the results.
|
|
1302
1302
|
* You cannot modify the project of an instance that is bound to a load balancer. You need to unbind the load balancer from the instance by using the [DeregisterInstancesFromLoadBalancer](https://intl.cloud.tencent.com/document/api/214/1258?from_cn_redirect=1) API before using this API.
|
|
1303
1303
|
* Batch operations are supported. Up to 100 instances per request is allowed.
|
|
1304
|
-
* You can use the API [DescribeInstances](https://
|
|
1304
|
+
* You can use the API [DescribeInstances](https://www.tencentcloud.com/document/api/213/33258) to query the operation result. If the `LatestOperationState` in the response is `SUCCESS`, the operation is successful.
|
|
1305
1305
|
* @param {ModifyInstancesProjectRequest} req
|
|
1306
1306
|
* @param {function(string, ModifyInstancesProjectResponse):void} cb
|
|
1307
1307
|
* @public
|
|
@@ -115,8 +115,7 @@ class RenewInstancesRequest extends AbstractModel {
|
|
|
115
115
|
this.InstanceIds = null;
|
|
116
116
|
|
|
117
117
|
/**
|
|
118
|
-
*
|
|
119
|
-
Annual and monthly subscription instances. this parameter is a required parameter.</dx-alert>.
|
|
118
|
+
* Settings for prepaid (monthly/yearly subscription) instances, including renewal duration and auto-renewal options. This parameter is required for prepaid instances.
|
|
120
119
|
* @type {InstanceChargePrepaid || null}
|
|
121
120
|
*/
|
|
122
121
|
this.InstanceChargePrepaid = null;
|
|
@@ -659,7 +658,7 @@ class ResetInstancesTypeRequest extends AbstractModel {
|
|
|
659
658
|
this.InstanceIds = null;
|
|
660
659
|
|
|
661
660
|
/**
|
|
662
|
-
* Instance model. Different resource specifications are specified for different models. For specific values, call
|
|
661
|
+
* Instance model. Different resource specifications are specified for different models. For specific values, call DescribeInstanceTypeConfigs to get the latest specification list or refer to [Instance Types](https://intl.cloud.tencent.com/document/product/213/11518?from_cn_redirect=1).
|
|
663
662
|
* @type {string || null}
|
|
664
663
|
*/
|
|
665
664
|
this.InstanceType = null;
|
|
@@ -3708,7 +3707,7 @@ class SyncImagesRequest extends AbstractModel {
|
|
|
3708
3707
|
this.ImageIds = null;
|
|
3709
3708
|
|
|
3710
3709
|
/**
|
|
3711
|
-
* List of target synchronization regions, which should meet the following requirements:<br><li>It should be a valid region.</li><li>If it is a custom image, the target synchronization region cannot be the source region.</li><li>If it is a shared image, the target synchronization region only supports the source region, meaning the shared image will be copied as a custom image in the source region.</li><li>Partial region synchronization is not supported currently. For details, see [Copying Images](https://
|
|
3710
|
+
* List of target synchronization regions, which should meet the following requirements:<br><li>It should be a valid region.</li><li>If it is a custom image, the target synchronization region cannot be the source region.</li><li>If it is a shared image, the target synchronization region only supports the source region, meaning the shared image will be copied as a custom image in the source region.</li><li>Partial region synchronization is not supported currently. For details, see [Copying Images](https://www.tencentcloud.com/document/product/213/4943).</li>For specific regional parameters, refer to [Region](https://intl.cloud.tencent.com/document/product/213/6091?from_cn_redirect=1).
|
|
3712
3711
|
* @type {Array.<string> || null}
|
|
3713
3712
|
*/
|
|
3714
3713
|
this.DestinationRegions = null;
|
|
@@ -6401,7 +6400,7 @@ class CreateLaunchTemplateVersionRequest extends AbstractModel {
|
|
|
6401
6400
|
/**
|
|
6402
6401
|
* Instance model. Different instance models specify different resource specifications.
|
|
6403
6402
|
|
|
6404
|
-
<br><li>For instances created with the payment modes PREPAID or POSTPAID_BY_HOUR, the specific values can be obtained by calling the
|
|
6403
|
+
<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 for the latest specification table or referring to [Instance Specifications](https://intl.cloud.tencent.com/document/product/213/11518?from_cn_redirect=1). 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><br><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>
|
|
6405
6404
|
* @type {string || null}
|
|
6406
6405
|
*/
|
|
6407
6406
|
this.InstanceType = null;
|
|
@@ -6549,7 +6548,12 @@ If the dry run succeeds, the RequestId will be returned.
|
|
|
6549
6548
|
this.DisableApiTermination = null;
|
|
6550
6549
|
|
|
6551
6550
|
/**
|
|
6552
|
-
* Whether jumbo frames are enabled for the instance. Valid values:
|
|
6551
|
+
* Whether jumbo frames are enabled for the instance. Valid values:
|
|
6552
|
+
- true: Jumbo frames are enabled. Only instance types that support jumbo frames can be set to true.
|
|
6553
|
+
- false: Jumbo frames are disabled. Only instance types that support jumbo frames can be set to false.
|
|
6554
|
+
|
|
6555
|
+
|
|
6556
|
+
Supported instance types: [Instance Types](https://www.tencentcloud.com/zh/document/api/213/11518)
|
|
6553
6557
|
* @type {boolean || null}
|
|
6554
6558
|
*/
|
|
6555
6559
|
this.EnableJumboFrame = null;
|
|
@@ -7178,7 +7182,7 @@ class CreateLaunchTemplateRequest extends AbstractModel {
|
|
|
7178
7182
|
/**
|
|
7179
7183
|
* Instance model. Different instance models specify different resource specifications.
|
|
7180
7184
|
|
|
7181
|
-
<br><li>For instances created with the payment modes PREPAID or POSTPAID_BY_HOUR, the specific values can be obtained
|
|
7185
|
+
<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://intl.cloud.tencent.com/document/product/213/11518?from_cn_redirect=1) 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>.
|
|
7182
7186
|
* @type {string || null}
|
|
7183
7187
|
*/
|
|
7184
7188
|
this.InstanceType = null;
|
|
@@ -7320,7 +7324,12 @@ false (default): sends a normal request. after passing the check, creates an ins
|
|
|
7320
7324
|
this.DisableApiTermination = null;
|
|
7321
7325
|
|
|
7322
7326
|
/**
|
|
7323
|
-
* Whether jumbo frames are enabled for the instance. Valid values:
|
|
7327
|
+
* Whether jumbo frames are enabled for the instance. Valid values:
|
|
7328
|
+
- true: Jumbo frames are enabled. Only instance types that support jumbo frames can be set to true.
|
|
7329
|
+
- false: Jumbo frames are disabled. Only instance types that support jumbo frames can be set to false.
|
|
7330
|
+
|
|
7331
|
+
|
|
7332
|
+
Supported instance types: [Instance Types](https://www.tencentcloud.com/zh/document/api/213/11518)
|
|
7324
7333
|
* @type {boolean || null}
|
|
7325
7334
|
*/
|
|
7326
7335
|
this.EnableJumboFrame = null;
|
|
@@ -7682,7 +7691,7 @@ class ResetInstancesInternetMaxBandwidthRequest extends AbstractModel {
|
|
|
7682
7691
|
this.StartTime = null;
|
|
7683
7692
|
|
|
7684
7693
|
/**
|
|
7685
|
-
* Date until which the bandwidth takes effect, in the format of `YYYY-MM-DD`, such as `2016-10-30`. The validity period of the new bandwidth covers the end date. The end date should not be later than the expiration date of a monthly subscription instance. You can obtain the expiration date of an instance through the `ExpiredTime` in the return value from the API [DescribeInstances](https://
|
|
7694
|
+
* Date until which the bandwidth takes effect, in the format of `YYYY-MM-DD`, such as `2016-10-30`. The validity period of the new bandwidth covers the end date. The end date should not be later than the expiration date of a monthly subscription instance. You can obtain the expiration date of an instance through the `ExpiredTime` in the return value from the API [DescribeInstances](https://www.tencentcloud.com/document/api/213/33258). This parameter is only valid for monthly subscription bandwidth, and is not supported for bandwidth billed by other modes. Otherwise, the API will return a corresponding error code.
|
|
7686
7695
|
* @type {string || null}
|
|
7687
7696
|
*/
|
|
7688
7697
|
this.EndTime = null;
|
|
@@ -8455,7 +8464,7 @@ class RunInstancesRequest extends AbstractModel {
|
|
|
8455
8464
|
|
|
8456
8465
|
/**
|
|
8457
8466
|
* The instance model.
|
|
8458
|
-
<br><li>To view specific values for `POSTPAID_BY_HOUR` instances, you can call
|
|
8467
|
+
<br><li>To view specific values for `POSTPAID_BY_HOUR` instances, you can call DescribeInstanceTypeConfigs or refer to [Instance Types](https://intl.cloud.tencent.com/document/product/213/11518?from_cn_redirect=1). <br><li>For `CDHPAID` instances, the value of this parameter is in the format of `CDH_XCXG` based on the number of CPU cores and memory capacity. For example, if you want to create a CDH instance with a single-core CPU and 1 GB memory, specify this parameter as `CDH_1C1G`.
|
|
8459
8468
|
* @type {string || null}
|
|
8460
8469
|
*/
|
|
8461
8470
|
this.InstanceType = null;
|
|
@@ -11465,13 +11474,13 @@ class DescribeImagesRequest extends AbstractModel {
|
|
|
11465
11474
|
this.Filters = null;
|
|
11466
11475
|
|
|
11467
11476
|
/**
|
|
11468
|
-
* Offset; default value: 0. For more information on `Offset`, see [API Introduction](https://
|
|
11477
|
+
* Offset; default value: 0. For more information on `Offset`, see [API Introduction](https://www.tencentcloud.com/document/product/213/15689).
|
|
11469
11478
|
* @type {number || null}
|
|
11470
11479
|
*/
|
|
11471
11480
|
this.Offset = null;
|
|
11472
11481
|
|
|
11473
11482
|
/**
|
|
11474
|
-
* Number of results returned; default value: 20; maximum: 100. For more information on `Limit`, see [API Introduction](https://
|
|
11483
|
+
* Number of results returned; default value: 20; maximum: 100. For more information on `Limit`, see [API Introduction](https://www.tencentcloud.com/document/product/213/15689).
|
|
11475
11484
|
* @type {number || null}
|
|
11476
11485
|
*/
|
|
11477
11486
|
this.Limit = null;
|
|
@@ -12553,7 +12562,7 @@ class InternetAccessible extends AbstractModel {
|
|
|
12553
12562
|
this.BandwidthPackageId = null;
|
|
12554
12563
|
|
|
12555
12564
|
/**
|
|
12556
|
-
* Line type. for details on various types of lines and supported regions, refer to [EIP IP address types](https://
|
|
12565
|
+
* Line type. for details on various types of lines and supported regions, refer to [EIP IP address types](https://www.tencentcloud.com/document/product/213/5733). default value: BGP.
|
|
12557
12566
|
<Li>BGP: specifies the general bgp line.</li>.
|
|
12558
12567
|
For a user with static single-line IP allowlist enabled, valid values include:.
|
|
12559
12568
|
<Li>CMCC: china mobile.</li>.
|
|
@@ -12571,7 +12580,7 @@ Note: The static single-line IP is only supported in some regions.
|
|
|
12571
12580
|
|
|
12572
12581
|
<Li>WanIP: specifies the public ip address.</li>.
|
|
12573
12582
|
<Li>HighQualityEIP: specifies a high quality ip. high quality ip is only supported in Singapore and hong kong (china).</li>.
|
|
12574
|
-
<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/
|
|
12583
|
+
<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>.
|
|
12575
12584
|
If needed, assign a public IPv4 address to the resource by specifying the IPv4 address type.
|
|
12576
12585
|
|
|
12577
12586
|
This feature is in beta test in selected regions. submit a ticket for consultation (https://console.cloud.tencent.com/workorder/category) if needed.
|
|
@@ -15199,7 +15199,7 @@ class DeployYarnConfResponse extends AbstractModel {
|
|
|
15199
15199
|
super();
|
|
15200
15200
|
|
|
15201
15201
|
/**
|
|
15202
|
-
* Process ID after the process is started. You can use the [DescribeClusterFlowStatusDetail](https://
|
|
15202
|
+
* Process ID after the process is started. You can use the [DescribeClusterFlowStatusDetail](https://www.tencentcloud.com/document/api/1026/73259) API to obtain the process status.
|
|
15203
15203
|
* @type {number || null}
|
|
15204
15204
|
*/
|
|
15205
15205
|
this.FlowId = null;
|
|
@@ -218,6 +218,14 @@ Example value: RUN
|
|
|
218
218
|
*/
|
|
219
219
|
this.ResultFile3Ds = null;
|
|
220
220
|
|
|
221
|
+
/**
|
|
222
|
+
* Component segmentation data;
|
|
223
|
+
Output format: {"MeshName_part_1": {"face_ids": [1,2,3..], "color": "#FF805C"}}
|
|
224
|
+
Here, face_idsis an integer array representing a set of face IDs for the segment, and colorspecifies the display color.
|
|
225
|
+
* @type {string || null}
|
|
226
|
+
*/
|
|
227
|
+
this.PartSegmentationInfo = null;
|
|
228
|
+
|
|
221
229
|
/**
|
|
222
230
|
* The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
223
231
|
* @type {string || null}
|
|
@@ -245,6 +253,7 @@ Example value: RUN
|
|
|
245
253
|
this.ResultFile3Ds.push(obj);
|
|
246
254
|
}
|
|
247
255
|
}
|
|
256
|
+
this.PartSegmentationInfo = 'PartSegmentationInfo' in params ? params.PartSegmentationInfo : null;
|
|
248
257
|
this.RequestId = 'RequestId' in params ? params.RequestId : null;
|
|
249
258
|
|
|
250
259
|
}
|
|
@@ -1700,6 +1709,18 @@ Only supports FBX format
|
|
|
1700
1709
|
*/
|
|
1701
1710
|
this.File = null;
|
|
1702
1711
|
|
|
1712
|
+
/**
|
|
1713
|
+
* <p>Model component segmentation data;<br>The format is a JSON string, e.g., {"MeshName_part_1":{"face_ids":[1,2,3..],"color":"#FF805C"}}.<br>Here, `face_ids` is an integer array representing the set of face IDs for the segment, and `color` specifies the color.</p>
|
|
1714
|
+
* @type {string || null}
|
|
1715
|
+
*/
|
|
1716
|
+
this.PartSegmentationInfo = null;
|
|
1717
|
+
|
|
1718
|
+
/**
|
|
1719
|
+
* <p>Determines whether component generation is performed in a step-by-step manner.<br>When enabled, providing the original model allows for the generation of a model containing segmentation information, along with the corresponding segmentation data. Users can then edit this information before submitting the segmented model and data to proceed with the component generation process.<br>This parameter is disabled by default.</p>
|
|
1720
|
+
* @type {boolean || null}
|
|
1721
|
+
*/
|
|
1722
|
+
this.EnableStagedGeneration = null;
|
|
1723
|
+
|
|
1703
1724
|
}
|
|
1704
1725
|
|
|
1705
1726
|
/**
|
|
@@ -1715,6 +1736,8 @@ Only supports FBX format
|
|
|
1715
1736
|
obj.deserialize(params.File)
|
|
1716
1737
|
this.File = obj;
|
|
1717
1738
|
}
|
|
1739
|
+
this.PartSegmentationInfo = 'PartSegmentationInfo' in params ? params.PartSegmentationInfo : null;
|
|
1740
|
+
this.EnableStagedGeneration = 'EnableStagedGeneration' in params ? params.EnableStagedGeneration : null;
|
|
1718
1741
|
|
|
1719
1742
|
}
|
|
1720
1743
|
}
|