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
|
@@ -7952,11 +7952,11 @@ export interface InquirePriceModifyResponse {
|
|
|
7952
7952
|
*/
|
|
7953
7953
|
export interface DeleteAccountsRequest {
|
|
7954
7954
|
/**
|
|
7955
|
-
*
|
|
7955
|
+
* <p>集群ID</p>
|
|
7956
7956
|
*/
|
|
7957
7957
|
ClusterId: string;
|
|
7958
7958
|
/**
|
|
7959
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
9632
|
+
* <p>是否支持RO实例</p>
|
|
9633
9633
|
*/
|
|
9634
9634
|
IsSupportRo: string;
|
|
9635
9635
|
/**
|
|
9636
|
-
*
|
|
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
|
-
*
|
|
10015
|
+
* <p>账户名,包含字母数字_,以字母开头,字母或数字结尾,长度1-30</p>
|
|
10016
10016
|
*/
|
|
10017
10017
|
AccountName: string;
|
|
10018
10018
|
/**
|
|
10019
|
-
*
|
|
10019
|
+
* <p>主机(%或ipv4地址)</p>
|
|
10020
10020
|
*/
|
|
10021
10021
|
Host: string;
|
|
10022
10022
|
/**
|
|
10023
|
-
*
|
|
10023
|
+
* <p>密码,密码长度范围为8到64个字符</p>
|
|
10024
10024
|
*/
|
|
10025
10025
|
AccountPassword: string;
|
|
10026
10026
|
/**
|
|
10027
|
-
*
|
|
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
|
-
*
|
|
10035
|
+
* <p>用户最大连接数,不能大于10240</p>
|
|
10036
10036
|
*/
|
|
10037
10037
|
MaxUserConnections?: number;
|
|
10038
10038
|
}
|