tencentcloud-sdk-nodejs-intl-en 3.0.342 → 3.0.343
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,2 +1,2 @@
|
|
|
1
|
-
const sdkVersion = "3.0.
|
|
1
|
+
const sdkVersion = "3.0.343";
|
|
2
2
|
module.exports = sdkVersion
|
|
@@ -2640,7 +2640,7 @@ Note: this field may return `null`, indicating that no valid values can be obtai
|
|
|
2640
2640
|
this.DBInstanceNetInfo = null;
|
|
2641
2641
|
|
|
2642
2642
|
/**
|
|
2643
|
-
* Network
|
|
2643
|
+
* Network access list of the RO group
|
|
2644
2644
|
Note: this field may return `null`, indicating that no valid values can be obtained.
|
|
2645
2645
|
* @type {Array.<NetworkAccess> || null}
|
|
2646
2646
|
*/
|
|
@@ -4754,7 +4754,7 @@ Note: this field may return `null`, indicating that no valid values can be obtai
|
|
|
4754
4754
|
this.DBKernelVersion = null;
|
|
4755
4755
|
|
|
4756
4756
|
/**
|
|
4757
|
-
* Network
|
|
4757
|
+
* Network access list of the instance
|
|
4758
4758
|
Note: this field may return `null`, indicating that no valid values can be obtained.
|
|
4759
4759
|
* @type {Array.<NetworkAccess> || null}
|
|
4760
4760
|
*/
|