tencentcloud-sdk-nodejs-intl-en 3.0.1360 → 3.0.1362

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-intl-en",
3
- "version": "3.0.1360",
3
+ "version": "3.0.1362",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -2861,7 +2861,7 @@ class ModifyDiskAttributesRequest extends AbstractModel {
2861
2861
  this.Portable = null;
2862
2862
 
2863
2863
  /**
2864
- * The new project ID of the cloud disk. Only the project ID of elastic cloud disk can be modified. The available projects and their IDs can be queried via the API [DescribeProject](https://intl.cloud.tencent.com/document/api/378/4400?from_cn_redirect=1).
2864
+ * The new project ID of the cloud disk. Only the project ID of elastic cloud disk can be modified. The available projects and their IDs can be queried via the API [DescribeProject](https://www.tencentcloud.com/document/api/651/54679).
2865
2865
  * @type {number || null}
2866
2866
  */
2867
2867
  this.ProjectId = null;
@@ -5027,7 +5027,7 @@ class CopySnapshotCrossRegionsRequest extends AbstractModel {
5027
5027
  super();
5028
5028
 
5029
5029
  /**
5030
- * Destination regions of the replication task. You can query the value of regions by calling [DescribeRegions](https://intl.cloud.tencent.com/document/product/213/9456?from_cn_redirect=1) API. Note that you can only specify regions that support snapshots.
5030
+ * Destination regions of the replication task. You can query the value of regions by calling [DescribeRegions](https://www.tencentcloud.com/document/product/1271/71925) API. Note that you can only specify regions that support snapshots.
5031
5031
  * @type {Array.<string> || null}
5032
5032
  */
5033
5033
  this.DestinationRegions = null;
@@ -5039,7 +5039,7 @@ class CopySnapshotCrossRegionsRequest extends AbstractModel {
5039
5039
  this.SnapshotId = null;
5040
5040
 
5041
5041
  /**
5042
- * Name of the snapshot replica. If it’s not specified, it defaults to Copied [source snapshot ID from [region name]
5042
+ * Name of the snapshot replica. If it is not specified, it defaults to Copied [source snapshot ID from [region name]
5043
5043
  * @type {string || null}
5044
5044
  */
5045
5045
  this.SnapshotName = null;
@@ -1,2 +1,2 @@
1
- const sdkVersion = "3.0.1360";
1
+ const sdkVersion = "3.0.1362";
2
2
  module.exports = sdkVersion
@@ -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://intl.cloud.tencent.com/document/api/213/9452?from_cn_redirect=1#block_device) is `CLOUD_BASIC`, `CLOUD_PREMIUM`, or `CLOUD_SSD`.
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
@@ -659,7 +659,7 @@ class ResetInstancesTypeRequest extends AbstractModel {
659
659
  this.InstanceIds = null;
660
660
 
661
661
  /**
662
- * Instance model. Different resource specifications are specified for different models. For specific values, call [DescribeInstanceTypeConfigs](https://intl.cloud.tencent.com/document/api/213/15749?from_cn_redirect=1) to get the latest specification list or refer to [Instance Types](https://intl.cloud.tencent.com/document/product/213/11518?from_cn_redirect=1).
662
+ * 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
663
  * @type {string || null}
664
664
  */
665
665
  this.InstanceType = null;
@@ -6401,7 +6401,7 @@ class CreateLaunchTemplateVersionRequest extends AbstractModel {
6401
6401
  /**
6402
6402
  * Instance model. Different instance models specify different resource specifications.
6403
6403
 
6404
- <br><li>For instances created with the payment modes PREPAID or POSTPAID_BY_HOUR, the specific values can be obtained by calling the [DescribeInstanceTypeConfigs](https://intl.cloud.tencent.com/document/api/213/15749?from_cn_redirect=1) 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>
6404
+ <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
6405
  * @type {string || null}
6406
6406
  */
6407
6407
  this.InstanceType = null;
@@ -6549,7 +6549,12 @@ If the dry run succeeds, the RequestId will be returned.
6549
6549
  this.DisableApiTermination = null;
6550
6550
 
6551
6551
  /**
6552
- * Whether jumbo frames are enabled for the instance. Valid values: <br><li/> true: Jumbo frames are enabled. Only instance types that support jumbo frames can be set to true.<br><li/>false: Jumbo frames are disabled. Only instance types that support jumbo frames can be set to false.<br> Supported instance types: [Instance Types](https://cloud.tencent.com/document/product/213/11518)
6552
+ * Whether jumbo frames are enabled for the instance. Valid values:
6553
+ - true: Jumbo frames are enabled. Only instance types that support jumbo frames can be set to true.
6554
+ - false: Jumbo frames are disabled. Only instance types that support jumbo frames can be set to false.
6555
+
6556
+
6557
+ Supported instance types: [Instance Types](https://www.tencentcloud.com/zh/document/api/213/11518)
6553
6558
  * @type {boolean || null}
6554
6559
  */
6555
6560
  this.EnableJumboFrame = null;
@@ -7178,7 +7183,7 @@ class CreateLaunchTemplateRequest extends AbstractModel {
7178
7183
  /**
7179
7184
  * Instance model. Different instance models specify different resource specifications.
7180
7185
 
7181
- <br><li>For instances created with the payment modes PREPAID or POSTPAID_BY_HOUR, the specific values can be obtained BY calling the [DescribeInstanceTypeConfigs](https://intl.cloud.tencent.com/document/api/213/15749?from_cn_redirect=1) 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>.
7186
+ <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
7187
  * @type {string || null}
7183
7188
  */
7184
7189
  this.InstanceType = null;
@@ -7320,7 +7325,12 @@ false (default): sends a normal request. after passing the check, creates an ins
7320
7325
  this.DisableApiTermination = null;
7321
7326
 
7322
7327
  /**
7323
- * Whether jumbo frames are enabled for the instance. Valid values: <br><li/> true: Jumbo frames are enabled. Only instance types that support jumbo frames can be set to true.<br><li/>false: Jumbo frames are disabled. Only instance types that support jumbo frames can be set to false.<br> Supported instance types: [Instance Types](https://cloud.tencent.com/document/product/213/11518)
7328
+ * Whether jumbo frames are enabled for the instance. Valid values:
7329
+ - true: Jumbo frames are enabled. Only instance types that support jumbo frames can be set to true.
7330
+ - false: Jumbo frames are disabled. Only instance types that support jumbo frames can be set to false.
7331
+
7332
+
7333
+ Supported instance types: [Instance Types](https://www.tencentcloud.com/zh/document/api/213/11518)
7324
7334
  * @type {boolean || null}
7325
7335
  */
7326
7336
  this.EnableJumboFrame = null;
@@ -7682,7 +7692,7 @@ class ResetInstancesInternetMaxBandwidthRequest extends AbstractModel {
7682
7692
  this.StartTime = null;
7683
7693
 
7684
7694
  /**
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://intl.cloud.tencent.com/document/api/213/9388?from_cn_redirect=1). 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.
7695
+ * 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/zh/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
7696
  * @type {string || null}
7687
7697
  */
7688
7698
  this.EndTime = null;
@@ -8455,7 +8465,7 @@ class RunInstancesRequest extends AbstractModel {
8455
8465
 
8456
8466
  /**
8457
8467
  * The instance model.
8458
- <br><li>To view specific values for `POSTPAID_BY_HOUR` instances, you can call [DescribeInstanceTypeConfigs](https://intl.cloud.tencent.com/document/api/213/15749?from_cn_redirect=1) 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`.
8468
+ <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
8469
  * @type {string || null}
8460
8470
  */
8461
8471
  this.InstanceType = null;
@@ -12553,7 +12563,7 @@ class InternetAccessible extends AbstractModel {
12553
12563
  this.BandwidthPackageId = null;
12554
12564
 
12555
12565
  /**
12556
- * Line type. for details on various types of lines and supported regions, refer to [EIP IP address types](https://cloud.tencent.com/document/product/1199/41646). default value: BGP.
12566
+ * Line type. for details on various types of lines and supported regions, refer to [EIP IP address types](https://www.tencentcloud.com/zh/document/product/213/5733). default value: BGP.
12557
12567
  <Li>BGP: specifies the general bgp line.</li>.
12558
12568
  For a user with static single-line IP allowlist enabled, valid values include:.
12559
12569
  <Li>CMCC: china mobile.</li>.
@@ -12571,7 +12581,7 @@ Note: The static single-line IP is only supported in some regions.
12571
12581
 
12572
12582
  <Li>WanIP: specifies the public ip address.</li>.
12573
12583
  <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/1199/41646?from_cn_redirect=1).</li>.
12584
+ <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/zh/document/product/213/5733).</li>.
12575
12585
  If needed, assign a public IPv4 address to the resource by specifying the IPv4 address type.
12576
12586
 
12577
12587
  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://intl.cloud.tencent.com/document/product/589/107224?from_cn_redirect=1) API to obtain the process status.
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;