tencentcloud-sdk-nodejs-keewidb 4.1.44 → 4.1.48

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-keewidb",
3
- "version": "4.1.44",
3
+ "version": "4.1.48",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -130,11 +130,11 @@ export interface CreateInstancesRequest {
130
130
  */
131
131
  MachineMemory: number;
132
132
  /**
133
- * 实例所属的可用区ID。<ul><li>具体取值,请参见[地域和可用区](https://cloud.tencent.com/document/product/239/4106)获取。</li><li>参数<b>ZoneId</b>和<b>ZoneName</b>至少配置其中一个。</li></u>
133
+ * 实例所属的可用区ID。<ul><li>具体取值,请参见[地域和可用区](https://cloud.tencent.com/document/product/239/4106)获取。</li><li>参数<b>ZoneId</b>和<b>ZoneName</b>至少配置其中一个。</li></ul>
134
134
  */
135
135
  ZoneId?: number;
136
136
  /**
137
- * 实例所属的可用区名称。<ul><li>具体取值,请参见[地域和可用区](https://cloud.tencent.com/document/product/239/4106)获取。</li><li>参数<b>ZoneId</b>和<b>ZoneName</b>至少配置其中一个。</li></u>
137
+ * 实例所属的可用区名称。<ul><li>具体取值,请参见[地域和可用区](https://cloud.tencent.com/document/product/239/4106)获取。</li><li>参数<b>ZoneId</b>和<b>ZoneName</b>至少配置其中一个。</li></ul>
138
138
  */
139
139
  ZoneName?: string;
140
140
  /**
@@ -156,7 +156,7 @@ export interface CreateInstancesRequest {
156
156
  */
157
157
  VPort?: number;
158
158
  /**
159
- * 包年包月计费的续费模式。<ul><li>0:默认状态,指手动续费。</li><li>1:自动续费。</li><li>2:到期不再续费。</ul>
159
+ * 包年包月计费的续费模式。<ul><li>0:默认状态,指手动续费。</li><li>1:自动续费。</li><li>2:到期不再续费。</li></ul>
160
160
  */
161
161
  AutoRenew?: number;
162
162
  /**
@@ -186,7 +186,7 @@ export interface CreateInstancesRequest {
186
186
  */
187
187
  ProjectId?: number;
188
188
  /**
189
- * 数据压缩开关。<ul><li>ON:开启,默认开启压缩。</li><li>OFF:关闭。</li>
189
+ * 数据压缩开关。<ul><li>ON:开启,默认开启压缩。</li><li>OFF:关闭。</li></ul>
190
190
  */
191
191
  Compression?: string;
192
192
  }