tencentcloud-sdk-nodejs-intl-en 3.0.572 → 3.0.573
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
|
@@ -1243,7 +1243,7 @@ This is an asynchronous API. You can also use the [DescribeDBInstances](https://
|
|
|
1243
1243
|
}
|
|
1244
1244
|
|
|
1245
1245
|
/**
|
|
1246
|
-
* This API
|
|
1246
|
+
* This API is used to initialize a TencentDB instance, including initial password, default character set, and instance port number. But it is disused and not recommended. You can now set the instance information by using the parameter `Password`, `ParamList`, and `Port` respectively in the `CreateDBInstance` and `CreateDBInstanceHour` APIs.
|
|
1247
1247
|
* @param {InitDBInstancesRequest} req
|
|
1248
1248
|
* @param {function(string, InitDBInstancesResponse):void} cb
|
|
1249
1249
|
* @public
|
|
@@ -5403,6 +5403,12 @@ class ReloadBalanceProxyNodeRequest extends AbstractModel {
|
|
|
5403
5403
|
*/
|
|
5404
5404
|
this.ProxyGroupId = null;
|
|
5405
5405
|
|
|
5406
|
+
/**
|
|
5407
|
+
* Address ID of the proxy group
|
|
5408
|
+
* @type {string || null}
|
|
5409
|
+
*/
|
|
5410
|
+
this.ProxyAddressId = null;
|
|
5411
|
+
|
|
5406
5412
|
}
|
|
5407
5413
|
|
|
5408
5414
|
/**
|
|
@@ -5413,6 +5419,7 @@ class ReloadBalanceProxyNodeRequest extends AbstractModel {
|
|
|
5413
5419
|
return;
|
|
5414
5420
|
}
|
|
5415
5421
|
this.ProxyGroupId = 'ProxyGroupId' in params ? params.ProxyGroupId : null;
|
|
5422
|
+
this.ProxyAddressId = 'ProxyAddressId' in params ? params.ProxyAddressId : null;
|
|
5416
5423
|
|
|
5417
5424
|
}
|
|
5418
5425
|
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
const sdkVersion = "3.0.
|
|
1
|
+
const sdkVersion = "3.0.573";
|
|
2
2
|
module.exports = sdkVersion
|