tencentcloud-sdk-nodejs-intl-en 3.0.387 → 3.0.388

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.387",
3
+ "version": "3.0.388",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -1,2 +1,2 @@
1
- const sdkVersion = "3.0.387";
1
+ const sdkVersion = "3.0.388";
2
2
  module.exports = sdkVersion
@@ -1272,8 +1272,8 @@ class LoginSettings extends AbstractModel {
1272
1272
  super();
1273
1273
 
1274
1274
  /**
1275
- * Login password of the instance. The password requirements vary among different operating systems: <br><li>For Linux instances, the password must be 8-30 characters long and contain at least two of the following types: [a-z], [A-Z], [0-9] and [( ) \` ~ ! @ # $ % ^ & * - + = | { } [ ] : ; ' , . ? / ]. <br><li>For Windows instances, the password must be 12-30 characters long and contain at least three of the following categories: [a-z], [A-Z], [0-9] and [( ) \` ~ ! @ # $ % ^ & * - + = | { } [ ] : ; ' , . ? /]. <br><br>If this parameter is not specified, a random password will be generated and sent to you via the Message Center.
1276
- Note: this field may return null, indicating that no valid value is obtained.
1275
+ * Login password of the instance. <br><li>For Linux instances, the password must include 8-30 characters, and contain at least two of the following character sets: [a-z], [A-Z], [0-9] and [()\`~!@#$%^&*-+=|{}[]:;',.?/]. <br><li>For Windows instances, the password must include 12-30 characters, and contain at least three of the following character sets: [a-z], [A-Z], [0-9] and [()\`~!@#$%^&*-+=|{}[]:;',.?/]. <br><br>If it's not specified, the user needs to set the login password using the **Reset password** option in the CVM console or calling the API `ResetInstancesPassword` to complete the creation of the CVM instance(s).
1276
+ Note: This field may return `null`, indicating that no valid values can be obtained.
1277
1277
  * @type {string || null}
1278
1278
  */
1279
1279
  this.Password = null;
@@ -2640,7 +2640,7 @@ class ModifyInstancesAttributeRequest extends AbstractModel {
2640
2640
  this.SecurityGroups = null;
2641
2641
 
2642
2642
  /**
2643
- *
2643
+ * Whether the termination protection is enabled. Values: <br><li>`TRUE`: enable instance protection, which means that this instance can not be deleted by an API action.<br><li>`FALSE`: do not enable the instance protection.<br><br>Default Value: `FALSE`.
2644
2644
  * @type {boolean || null}
2645
2645
  */
2646
2646
  this.DisableApiTermination = null;
@@ -6854,7 +6854,7 @@ class RunInstancesRequest extends AbstractModel {
6854
6854
  this.InstanceName = null;
6855
6855
 
6856
6856
  /**
6857
- * Login settings of the instance. You can use this parameter to set the login method, password, and key of the instance or keep the login settings of the original image. By default, a random password will be generated and sent to you via the Message Center.
6857
+ * Instance login settings. You can use this parameter to set the login method, login password and SSH key, or keep the original login settings of the image. If it's not specified, the user needs to set the login password using the "Reset password" option in the CVM console or calling the API `ResetInstancesPassword` to complete the creation of the CVM instance(s).
6858
6858
  * @type {LoginSettings || null}
6859
6859
  */
6860
6860
  this.LoginSettings = null;
@@ -6942,7 +6942,7 @@ false (default value): send a normal request and create instance(s) if all the r
6942
6942
  this.LaunchTemplate = null;
6943
6943
 
6944
6944
  /**
6945
- *
6945
+ * Specify the CHC physical server that used to create the CHC CVM.
6946
6946
  * @type {Array.<string> || null}
6947
6947
  */
6948
6948
  this.ChcIds = null;