tencentcloud-sdk-nodejs-cdb 4.1.247 → 4.1.256

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-cdb",
3
- "version": "4.1.247",
3
+ "version": "4.1.256",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -1063,7 +1063,7 @@ export interface DescribeInstanceUpgradeTypeResponse {
1063
1063
  */
1064
1064
  export interface CreateCdbProxyAddressResponse {
1065
1065
  /**
1066
- * 异步任务ID
1066
+ * <p>异步任务ID</p>
1067
1067
  */
1068
1068
  AsyncRequestId?: string;
1069
1069
  /**
@@ -1213,85 +1213,83 @@ export interface StopRollbackResponse {
1213
1213
  */
1214
1214
  export interface CreateCdbProxyAddressRequest {
1215
1215
  /**
1216
- * 代理组 ID。可通过 [DescribeCdbProxyInfo](https://cloud.tencent.com/document/api/236/90585) 接口获取。
1216
+ * <p>代理组 ID。可通过 <a href="https://cloud.tencent.com/document/api/236/90585">DescribeCdbProxyInfo</a> 接口获取。</p>
1217
1217
  */
1218
1218
  ProxyGroupId: string;
1219
1219
  /**
1220
- * 权重分配模式,
1221
- 系统自动分配:"system", 自定义:"custom"
1220
+ * <p>权重分配模式,<br>系统自动分配:&quot;system&quot;, 自定义:&quot;custom&quot;</p>
1222
1221
  */
1223
1222
  WeightMode: string;
1224
1223
  /**
1225
- * 是否开启延迟剔除,取值:"true" | "false"
1224
+ * <p>是否开启延迟剔除,取值:&quot;true&quot; | &quot;false&quot;</p>
1226
1225
  */
1227
1226
  IsKickOut: boolean;
1228
1227
  /**
1229
- * 最小保留数量,最小取值:0
1228
+ * <p>最小保留数量,最小取值:0</p>
1230
1229
  */
1231
1230
  MinCount: number;
1232
1231
  /**
1233
- * 延迟剔除阈值,最小取值:1,范围:1 - 10000,整数。
1232
+ * <p>延迟剔除阈值,最小取值:1,范围:1 - 10000,整数。</p>
1234
1233
  */
1235
1234
  MaxDelay: number;
1236
1235
  /**
1237
- * 是否开启故障转移,取值:"true" | "false"
1236
+ * <p>是否开启故障转移,取值:&quot;true&quot; | &quot;false&quot;</p>
1238
1237
  */
1239
1238
  FailOver: boolean;
1240
1239
  /**
1241
- * 是否自动添加RO,取值:"true" | "false"
1240
+ * <p>是否自动添加RO,取值:&quot;true&quot; | &quot;false&quot;</p>
1242
1241
  */
1243
1242
  AutoAddRo: boolean;
1244
1243
  /**
1245
- * 是否是只读,取值:"true" | "false"
1244
+ * <p>是否是只读,取值:&quot;true&quot; | &quot;false&quot;</p>
1246
1245
  */
1247
1246
  ReadOnly: boolean;
1248
1247
  /**
1249
- * 是否开启事务分离,取值:"true" | "false"
1248
+ * <p>是否开启事务分离,取值:&quot;true&quot; | &quot;false&quot;</p>
1250
1249
  */
1251
1250
  TransSplit: boolean;
1252
1251
  /**
1253
- * 读写权重分配
1252
+ * <p>读写权重分配</p>
1254
1253
  */
1255
1254
  ProxyAllocation: Array<ProxyAllocation>;
1256
1255
  /**
1257
- * 私有网络 ID。可通过 [DescribeDBInstances](https://cloud.tencent.com/document/product/236/15872) 接口获取。
1256
+ * <p>私有网络 ID。可通过 <a href="https://cloud.tencent.com/document/product/236/15872">DescribeDBInstances</a> 接口获取。</p>
1258
1257
  */
1259
1258
  UniqVpcId: string;
1260
1259
  /**
1261
- * 私有子网 ID。可通过 [DescribeDBInstances](https://cloud.tencent.com/document/product/236/15872) 接口获取。
1260
+ * <p>私有子网 ID。可通过 <a href="https://cloud.tencent.com/document/product/236/15872">DescribeDBInstances</a> 接口获取。</p>
1262
1261
  */
1263
1262
  UniqSubnetId: string;
1264
1263
  /**
1265
- * 是否开启连接池。默认关闭。
1266
- 注意:如需使用数据库代理连接池能力,MySQL 8.0 主实例的内核小版本要大于等于 MySQL 8.0 20230630。
1264
+ * <p>是否开启连接池。默认关闭。<br>注意:如需使用数据库代理连接池能力,MySQL 8.0 主实例的内核小版本要大于等于 MySQL 8.0 20230630。</p>
1267
1265
  */
1268
1266
  ConnectionPool?: boolean;
1269
1267
  /**
1270
- * 描述
1268
+ * <p>描述</p>
1271
1269
  */
1272
1270
  Desc?: string;
1273
1271
  /**
1274
- * IP 地址。不填则默认为所选 VPC 下支持的随机一个 IP
1272
+ * <p>IP 地址。不填则默认为所选 VPC 下支持的随机一个 IP。</p>
1275
1273
  */
1276
1274
  Vip?: string;
1277
1275
  /**
1278
- * 端口。默认值3306
1276
+ * <p>端口。默认值3306。</p>
1279
1277
  */
1280
1278
  VPort?: number;
1281
1279
  /**
1282
- * 安全组
1280
+ * <p>安全组</p>
1283
1281
  */
1284
1282
  SecurityGroup?: Array<string>;
1285
1283
  /**
1286
- * 连接池类型。可选值 transaction(事务级别连接池),connection(会话级别连接池),ConnectionPool 为 true 时生效。默认值:connection
1284
+ * <p>连接池类型。可选值 transaction(事务级别连接池),connection(会话级别连接池),ConnectionPool 为 true 时生效。默认值:connection。</p>
1287
1285
  */
1288
1286
  ConnectionPoolType?: string;
1289
1287
  /**
1290
- * 是否开启自适应负载均衡。默认关闭。
1288
+ * <p>是否开启自适应负载均衡。默认关闭。</p>
1291
1289
  */
1292
1290
  AutoLoadBalance?: boolean;
1293
1291
  /**
1294
- * 接入模式。nearBy - 就近访问,balance - 均衡分配,默认值:nearBy
1292
+ * <p>接入模式。nearBy - 就近访问,balance - 均衡分配,默认值:nearBy。</p>
1295
1293
  */
1296
1294
  AccessMode?: string;
1297
1295
  }
@@ -5367,7 +5365,7 @@ export interface Inbound {
5367
5365
  */
5368
5366
  export interface CreateAccountsResponse {
5369
5367
  /**
5370
- * 异步任务的请求 ID,可使用此 ID 查询异步任务的执行结果。
5368
+ * <p>异步任务的请求 ID,可使用此 ID 查询异步任务的执行结果。</p>
5371
5369
  */
5372
5370
  AsyncRequestId?: string;
5373
5371
  /**
@@ -5506,14 +5504,11 @@ export interface ResetRootAccountResponse {
5506
5504
  */
5507
5505
  export interface Account {
5508
5506
  /**
5509
- * 账号名,可输入1 - 32个字符。
5507
+ * <p>账号名,可输入1 - 32个字符。</p>
5510
5508
  */
5511
5509
  User: string;
5512
5510
  /**
5513
- * 账号的主机。
5514
- 说明:
5515
- 1. IP 形式,支持填入%。
5516
- 2. 多个主机以分隔符分隔,分隔符支持;,|换行符和空格。
5511
+ * <p>账号的主机。</p><p>IP 形式,支持填入%。</p>
5517
5512
  */
5518
5513
  Host: string;
5519
5514
  }
@@ -5982,27 +5977,23 @@ export interface ModifyDBInstanceSecurityGroupsResponse {
5982
5977
  */
5983
5978
  export interface CreateAccountsRequest {
5984
5979
  /**
5985
- * 实例 ID,格式如:cdb-c1nl9rpv,与云数据库控制台页面中显示的实例 ID 相同。
5980
+ * <p>实例 ID,格式如:cdb-c1nl9rpv,与云数据库控制台页面中显示的实例 ID 相同。</p>
5986
5981
  */
5987
5982
  InstanceId: string;
5988
5983
  /**
5989
- * 云数据库账号。
5984
+ * <p>云数据库账号。</p>
5990
5985
  */
5991
5986
  Accounts: Array<Account>;
5992
5987
  /**
5993
- * 新账户的密码。
5994
- 说明:
5995
- 1. 在8 ~ 64位字符数以内(推荐12位以上)。
5996
- 2. 至少包含其中两项:小写字母 a ~ z 或 大写字母 A ~ Z。数字0 ~ 9。_+-,&=!@#$%^*().|。
5997
- 3. 不能包含非法字符。
5988
+ * <p>新账户的密码。<br>说明:</p><ol><li>在8 ~ 64位字符数以内(推荐12位以上)。</li><li>至少包含其中两项:小写字母 a ~ z 或 大写字母 A ~ Z。数字0 ~ 9。_+-,&amp;=!@#$%^*().|。</li><li>不能包含非法字符。</li></ol>
5998
5989
  */
5999
5990
  Password: string;
6000
5991
  /**
6001
- * 备注信息。最多支持输入255个字符。
5992
+ * <p>备注信息。最多支持输入255个字符。</p>
6002
5993
  */
6003
5994
  Description?: string;
6004
5995
  /**
6005
- * 新账户最大可用连接数,默认值为10240,最大可设置值为10240
5996
+ * <p>新账户最大可用连接数,默认值为10240,最大可设置值为10240。</p>
6006
5997
  */
6007
5998
  MaxUserConnections?: number;
6008
5999
  }