tencentcloud-sdk-nodejs-intl-en 3.0.1072 → 3.0.1074
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.1074";
|
|
2
2
|
module.exports = sdkVersion
|
|
@@ -7454,7 +7454,7 @@ class ModifyNetworkConfigRequest extends AbstractModel {
|
|
|
7454
7454
|
* Retention duration of the original private IPv4 address.
|
|
7455
7455
|
- Unit: day.
|
|
7456
7456
|
- Valid values: 0, 1, 2, 3, 7, and 15.
|
|
7457
|
-
|
|
7457
|
+
**Note**: If the retention duration is not set or set to 0, the original network address will be released immediately.
|
|
7458
7458
|
* @type {number || null}
|
|
7459
7459
|
*/
|
|
7460
7460
|
this.Recycle = null;
|