tencentcloud-sdk-nodejs-redis 4.1.256 → 4.1.257
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
|
@@ -3023,9 +3023,13 @@ export interface DescribeInstanceMonitorTopNCmdTookResponse {
|
|
|
3023
3023
|
*/
|
|
3024
3024
|
export interface CloseSSLRequest {
|
|
3025
3025
|
/**
|
|
3026
|
-
*
|
|
3026
|
+
* <p>实例 ID。请登录<a href="https://console.cloud.tencent.com/redis">Redis控制台</a>在实例列表复制实例 ID。</p>
|
|
3027
3027
|
*/
|
|
3028
3028
|
InstanceId: string;
|
|
3029
|
+
/**
|
|
3030
|
+
* <p>SSL地址类型。</p><p>枚举值:</p><ul><li>0: 不限。</li><li>1: 内网IPv4。</li><li>2: 内网IPv6。</li><li>3: 外网。</li><li>-1: 未指定。</li></ul><p>默认值:0</p>
|
|
3031
|
+
*/
|
|
3032
|
+
AddressType?: number;
|
|
3029
3033
|
}
|
|
3030
3034
|
/**
|
|
3031
3035
|
* DescribeInstanceMonitorBigKeySizeDist请求参数结构体
|
|
@@ -5259,7 +5263,7 @@ export interface InquiryPriceRenewInstanceRequest {
|
|
|
5259
5263
|
*/
|
|
5260
5264
|
export interface CloseSSLResponse {
|
|
5261
5265
|
/**
|
|
5262
|
-
*
|
|
5266
|
+
* <p>任务ID。</p>
|
|
5263
5267
|
*/
|
|
5264
5268
|
TaskId?: number;
|
|
5265
5269
|
/**
|