tencentcloud-sdk-nodejs-cynosdb 4.1.267 → 4.1.278

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-cynosdb",
3
- "version": "4.1.267",
3
+ "version": "4.1.278",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -7952,11 +7952,11 @@ export interface InquirePriceModifyResponse {
7952
7952
  */
7953
7953
  export interface DeleteAccountsRequest {
7954
7954
  /**
7955
- * 集群ID
7955
+ * <p>集群ID</p>
7956
7956
  */
7957
7957
  ClusterId: string;
7958
7958
  /**
7959
- * 账号数组,包含account和host
7959
+ * <p>账号数组,包含account和host</p>
7960
7960
  */
7961
7961
  Accounts?: Array<InputAccount>;
7962
7962
  }
@@ -8970,31 +8970,31 @@ export interface SalePackageSpec {
8970
8970
  */
8971
8971
  export interface Account {
8972
8972
  /**
8973
- * 数据库账号名
8973
+ * <p>数据库账号名</p>
8974
8974
  */
8975
8975
  AccountName?: string;
8976
8976
  /**
8977
- * 主机
8977
+ * <p>主机</p>
8978
8978
  */
8979
8979
  Host?: string;
8980
8980
  /**
8981
- * 数据库账号描述
8981
+ * <p>数据库账号描述</p>
8982
8982
  */
8983
8983
  Description?: string;
8984
8984
  /**
8985
- * 创建时间
8985
+ * <p>创建时间</p>
8986
8986
  */
8987
8987
  CreateTime?: string;
8988
8988
  /**
8989
- * 更新时间
8989
+ * <p>更新时间</p>
8990
8990
  */
8991
8991
  UpdateTime?: string;
8992
8992
  /**
8993
- * 用户最大连接数
8993
+ * <p>用户最大连接数</p>
8994
8994
  */
8995
8995
  MaxUserConnections?: number;
8996
8996
  /**
8997
- * 是否开启密码轮转(0:关闭;1:开启)
8997
+ * <p>是否开启密码轮转(0:关闭;1:开启)</p>
8998
8998
  */
8999
8999
  PasswordRotation?: number;
9000
9000
  }
@@ -9552,11 +9552,11 @@ export interface DescribeResourcesByDealNameResponse {
9552
9552
  */
9553
9553
  export interface CreateAccountsRequest {
9554
9554
  /**
9555
- * 集群id
9555
+ * <p>集群id</p>
9556
9556
  */
9557
9557
  ClusterId: string;
9558
9558
  /**
9559
- * 新账户列表
9559
+ * <p>新账户列表</p>
9560
9560
  */
9561
9561
  Accounts: Array<NewAccount>;
9562
9562
  }
@@ -9621,51 +9621,51 @@ export interface DescribeLibraDBClusterAutoMapRuleResponse {
9621
9621
  */
9622
9622
  export interface Ability {
9623
9623
  /**
9624
- * 是否支持从可用区
9624
+ * <p>是否支持从可用区</p>
9625
9625
  */
9626
9626
  IsSupportSlaveZone: string;
9627
9627
  /**
9628
- * 不支持从可用区的原因
9628
+ * <p>不支持从可用区的原因</p>
9629
9629
  */
9630
9630
  NonsupportSlaveZoneReason: string;
9631
9631
  /**
9632
- * 是否支持RO实例
9632
+ * <p>是否支持RO实例</p>
9633
9633
  */
9634
9634
  IsSupportRo: string;
9635
9635
  /**
9636
- * 不支持RO实例的原因
9636
+ * <p>不支持RO实例的原因</p>
9637
9637
  */
9638
9638
  NonsupportRoReason: string;
9639
9639
  /**
9640
- * 是否支持手动发起快照备份
9640
+ * <p>是否支持手动发起快照备份</p>
9641
9641
  */
9642
9642
  IsSupportManualSnapshot: string;
9643
9643
  /**
9644
- * 是否支持透明数据加密
9644
+ * <p>是否支持透明数据加密</p>
9645
9645
  */
9646
9646
  IsSupportTransparentDataEncryption?: string;
9647
9647
  /**
9648
- * 不支持透明数据加密原因
9648
+ * <p>不支持透明数据加密原因</p>
9649
9649
  */
9650
9650
  NoSupportTransparentDataEncryptionReason?: string;
9651
9651
  /**
9652
- * 是否支持手动发起逻辑备份
9652
+ * <p>是否支持手动发起逻辑备份</p>
9653
9653
  */
9654
9654
  IsSupportManualLogic?: string;
9655
9655
  /**
9656
- * 是否支持开启全局加密
9656
+ * <p>是否支持开启全局加密</p>
9657
9657
  */
9658
9658
  IsSupportGlobalEncryption?: string;
9659
9659
  /**
9660
- * 不支持全局加密的原因
9660
+ * <p>不支持全局加密的原因</p>
9661
9661
  */
9662
9662
  NoSupportGlobalEncryptionReason?: string;
9663
9663
  /**
9664
- * 不支持透明加密原因状态码
9664
+ * <p>不支持透明加密原因状态码</p>
9665
9665
  */
9666
9666
  NoSupportTransparentDataEncryptionReasonCode?: string;
9667
9667
  /**
9668
- * 不支持全局加密原因状态码
9668
+ * <p>不支持全局加密原因状态码</p>
9669
9669
  */
9670
9670
  NoSupportGlobalEncryptionReasonCode?: string;
9671
9671
  }
@@ -10012,27 +10012,27 @@ export interface QueryParamFilter {
10012
10012
  */
10013
10013
  export interface NewAccount {
10014
10014
  /**
10015
- * 账户名,包含字母数字_,以字母开头,字母或数字结尾,长度1-30
10015
+ * <p>账户名,包含字母数字_,以字母开头,字母或数字结尾,长度1-30</p>
10016
10016
  */
10017
10017
  AccountName: string;
10018
10018
  /**
10019
- * 主机(%或ipv4地址)
10019
+ * <p>主机(%或ipv4地址)</p>
10020
10020
  */
10021
10021
  Host: string;
10022
10022
  /**
10023
- * 密码,密码长度范围为8到64个字符
10023
+ * <p>密码,密码长度范围为8到64个字符</p>
10024
10024
  */
10025
10025
  AccountPassword: string;
10026
10026
  /**
10027
- * 是否开启密码轮转(0:关闭;1:开启)
10027
+ * <p>是否开启密码轮转(0:关闭;1:开启)</p>
10028
10028
  */
10029
10029
  PasswordRotation?: number;
10030
10030
  /**
10031
- * 描述
10031
+ * <p>描述</p>
10032
10032
  */
10033
10033
  Description?: string;
10034
10034
  /**
10035
- * 用户最大连接数,不能大于10240
10035
+ * <p>用户最大连接数,不能大于10240</p>
10036
10036
  */
10037
10037
  MaxUserConnections?: number;
10038
10038
  }