tencentcloud-sdk-nodejs-cynosdb 4.0.659 → 4.0.661
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/CHANGELOG.md +690 -0
- package/SERVICE_CHANGELOG.md +873 -214
- package/package.json +1 -1
- package/products.md +28 -28
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +54 -54
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +54 -54
@@ -2488,7 +2488,7 @@ export interface SwitchClusterVpcResponse {
|
|
2488
2488
|
/**
|
2489
2489
|
* 异步任务id。
|
2490
2490
|
*/
|
2491
|
-
FlowId
|
2491
|
+
FlowId?: number;
|
2492
2492
|
/**
|
2493
2493
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
2494
2494
|
*/
|
@@ -3524,12 +3524,12 @@ export interface CreateClustersRequest {
|
|
3524
3524
|
Cpu?: number;
|
3525
3525
|
/**
|
3526
3526
|
* 当DbMode为NORMAL或不填时必选
|
3527
|
-
普通实例内存,单位
|
3527
|
+
普通实例内存,单位GB
|
3528
3528
|
*/
|
3529
3529
|
Memory?: number;
|
3530
3530
|
/**
|
3531
3531
|
* 该参数无实际意义,已废弃。
|
3532
|
-
存储大小,单位
|
3532
|
+
存储大小,单位GB。
|
3533
3533
|
*/
|
3534
3534
|
Storage?: number;
|
3535
3535
|
/**
|
@@ -3917,13 +3917,13 @@ export interface AddInstancesResponse {
|
|
3917
3917
|
*/
|
3918
3918
|
export interface Addr {
|
3919
3919
|
/**
|
3920
|
-
* IP
|
3920
|
+
* IP地址
|
3921
3921
|
*/
|
3922
|
-
IP
|
3922
|
+
IP?: string;
|
3923
3923
|
/**
|
3924
3924
|
* 端口
|
3925
3925
|
*/
|
3926
|
-
Port
|
3926
|
+
Port?: number;
|
3927
3927
|
}
|
3928
3928
|
/**
|
3929
3929
|
* 资源包明细说明
|
@@ -6336,7 +6336,7 @@ export interface ActivateInstanceResponse {
|
|
6336
6336
|
/**
|
6337
6337
|
* 任务流id
|
6338
6338
|
*/
|
6339
|
-
FlowId
|
6339
|
+
FlowId?: number;
|
6340
6340
|
/**
|
6341
6341
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
6342
6342
|
*/
|
@@ -6868,32 +6868,32 @@ export interface CynosdbClusterDetail {
|
|
6868
6868
|
/**
|
6869
6869
|
* 集群ID
|
6870
6870
|
*/
|
6871
|
-
ClusterId
|
6871
|
+
ClusterId?: string;
|
6872
6872
|
/**
|
6873
6873
|
* 集群名称
|
6874
6874
|
*/
|
6875
|
-
ClusterName
|
6875
|
+
ClusterName?: string;
|
6876
6876
|
/**
|
6877
6877
|
* 地域
|
6878
6878
|
*/
|
6879
|
-
Region
|
6879
|
+
Region?: string;
|
6880
6880
|
/**
|
6881
6881
|
* 可用区
|
6882
6882
|
*/
|
6883
|
-
Zone
|
6883
|
+
Zone?: string;
|
6884
6884
|
/**
|
6885
6885
|
* 物理可用区
|
6886
6886
|
注意:此字段可能返回 null,表示取不到有效值。
|
6887
6887
|
*/
|
6888
|
-
PhysicalZone
|
6888
|
+
PhysicalZone?: string;
|
6889
6889
|
/**
|
6890
6890
|
* 状态
|
6891
6891
|
*/
|
6892
|
-
Status
|
6892
|
+
Status?: string;
|
6893
6893
|
/**
|
6894
6894
|
* 状态描述
|
6895
6895
|
*/
|
6896
|
-
StatusDesc
|
6896
|
+
StatusDesc?: string;
|
6897
6897
|
/**
|
6898
6898
|
* 当Db类型为SERVERLESS时,serverless集群状态,可选值:
|
6899
6899
|
resume
|
@@ -6901,180 +6901,180 @@ export interface CynosdbClusterDetail {
|
|
6901
6901
|
pause
|
6902
6902
|
pausing
|
6903
6903
|
*/
|
6904
|
-
ServerlessStatus
|
6904
|
+
ServerlessStatus?: string;
|
6905
6905
|
/**
|
6906
6906
|
* 存储Id
|
6907
6907
|
注意:此字段可能返回 null,表示取不到有效值。
|
6908
6908
|
*/
|
6909
|
-
StorageId
|
6909
|
+
StorageId?: string;
|
6910
6910
|
/**
|
6911
6911
|
* 存储大小,单位为G
|
6912
6912
|
注意:此字段可能返回 null,表示取不到有效值。
|
6913
6913
|
*/
|
6914
|
-
Storage
|
6914
|
+
Storage?: number;
|
6915
6915
|
/**
|
6916
6916
|
* 最大存储规格,单位为G
|
6917
6917
|
注意:此字段可能返回 null,表示取不到有效值。
|
6918
6918
|
*/
|
6919
|
-
MaxStorageSize
|
6919
|
+
MaxStorageSize?: number;
|
6920
6920
|
/**
|
6921
6921
|
* 最小存储规格,单位为G
|
6922
6922
|
注意:此字段可能返回 null,表示取不到有效值。
|
6923
6923
|
*/
|
6924
|
-
MinStorageSize
|
6924
|
+
MinStorageSize?: number;
|
6925
6925
|
/**
|
6926
6926
|
* 存储付费类型,1为包年包月,0为按量计费
|
6927
6927
|
注意:此字段可能返回 null,表示取不到有效值。
|
6928
6928
|
*/
|
6929
|
-
StoragePayMode
|
6929
|
+
StoragePayMode?: number;
|
6930
6930
|
/**
|
6931
6931
|
* VPC名称
|
6932
6932
|
*/
|
6933
|
-
VpcName
|
6933
|
+
VpcName?: string;
|
6934
6934
|
/**
|
6935
6935
|
* vpc唯一id
|
6936
6936
|
*/
|
6937
|
-
VpcId
|
6937
|
+
VpcId?: string;
|
6938
6938
|
/**
|
6939
6939
|
* 子网名称
|
6940
6940
|
*/
|
6941
|
-
SubnetName
|
6941
|
+
SubnetName?: string;
|
6942
6942
|
/**
|
6943
6943
|
* 子网ID
|
6944
6944
|
*/
|
6945
|
-
SubnetId
|
6945
|
+
SubnetId?: string;
|
6946
6946
|
/**
|
6947
6947
|
* 字符集
|
6948
6948
|
*/
|
6949
|
-
Charset
|
6949
|
+
Charset?: string;
|
6950
6950
|
/**
|
6951
6951
|
* 创建时间
|
6952
6952
|
*/
|
6953
|
-
CreateTime
|
6953
|
+
CreateTime?: string;
|
6954
6954
|
/**
|
6955
6955
|
* 数据库类型
|
6956
6956
|
*/
|
6957
|
-
DbType
|
6957
|
+
DbType?: string;
|
6958
6958
|
/**
|
6959
6959
|
* 数据库类型,normal,serverless
|
6960
6960
|
注意:此字段可能返回 null,表示取不到有效值。
|
6961
6961
|
*/
|
6962
|
-
DbMode
|
6962
|
+
DbMode?: string;
|
6963
6963
|
/**
|
6964
6964
|
* 数据库版本
|
6965
6965
|
*/
|
6966
|
-
DbVersion
|
6966
|
+
DbVersion?: string;
|
6967
6967
|
/**
|
6968
6968
|
* 存储空间上限
|
6969
6969
|
注意:此字段可能返回 null,表示取不到有效值。
|
6970
6970
|
*/
|
6971
|
-
StorageLimit
|
6971
|
+
StorageLimit?: number;
|
6972
6972
|
/**
|
6973
6973
|
* 使用容量
|
6974
6974
|
*/
|
6975
|
-
UsedStorage
|
6975
|
+
UsedStorage?: number;
|
6976
6976
|
/**
|
6977
6977
|
* vip地址
|
6978
6978
|
*/
|
6979
|
-
Vip
|
6979
|
+
Vip?: string;
|
6980
6980
|
/**
|
6981
6981
|
* vport端口
|
6982
6982
|
*/
|
6983
|
-
Vport
|
6983
|
+
Vport?: number;
|
6984
6984
|
/**
|
6985
|
-
*
|
6985
|
+
* 集群只读实例的vip地址和vport端口
|
6986
6986
|
*/
|
6987
|
-
RoAddr
|
6987
|
+
RoAddr?: Array<Addr>;
|
6988
6988
|
/**
|
6989
6989
|
* 集群支持的功能
|
6990
6990
|
注意:此字段可能返回 null,表示取不到有效值。
|
6991
6991
|
*/
|
6992
|
-
Ability
|
6992
|
+
Ability?: Ability;
|
6993
6993
|
/**
|
6994
6994
|
* cynos版本
|
6995
6995
|
注意:此字段可能返回 null,表示取不到有效值。
|
6996
6996
|
*/
|
6997
|
-
CynosVersion
|
6997
|
+
CynosVersion?: string;
|
6998
6998
|
/**
|
6999
6999
|
* 商业类型
|
7000
7000
|
注意:此字段可能返回 null,表示取不到有效值。
|
7001
7001
|
*/
|
7002
|
-
BusinessType
|
7002
|
+
BusinessType?: string;
|
7003
7003
|
/**
|
7004
7004
|
* 是否有从可用区
|
7005
7005
|
注意:此字段可能返回 null,表示取不到有效值。
|
7006
7006
|
*/
|
7007
|
-
HasSlaveZone
|
7007
|
+
HasSlaveZone?: string;
|
7008
7008
|
/**
|
7009
7009
|
* 是否冻结
|
7010
7010
|
注意:此字段可能返回 null,表示取不到有效值。
|
7011
7011
|
*/
|
7012
|
-
IsFreeze
|
7012
|
+
IsFreeze?: string;
|
7013
7013
|
/**
|
7014
7014
|
* 任务列表
|
7015
7015
|
注意:此字段可能返回 null,表示取不到有效值。
|
7016
7016
|
*/
|
7017
|
-
Tasks
|
7017
|
+
Tasks?: Array<ObjectTask>;
|
7018
7018
|
/**
|
7019
7019
|
* 主可用区
|
7020
7020
|
注意:此字段可能返回 null,表示取不到有效值。
|
7021
7021
|
*/
|
7022
|
-
MasterZone
|
7022
|
+
MasterZone?: string;
|
7023
7023
|
/**
|
7024
7024
|
* 从可用区列表
|
7025
7025
|
注意:此字段可能返回 null,表示取不到有效值。
|
7026
7026
|
*/
|
7027
|
-
SlaveZones
|
7027
|
+
SlaveZones?: Array<string>;
|
7028
7028
|
/**
|
7029
7029
|
* 实例信息
|
7030
7030
|
*/
|
7031
|
-
InstanceSet
|
7031
|
+
InstanceSet?: Array<ClusterInstanceDetail>;
|
7032
7032
|
/**
|
7033
7033
|
* 付费模式
|
7034
7034
|
*/
|
7035
|
-
PayMode
|
7035
|
+
PayMode?: number;
|
7036
7036
|
/**
|
7037
7037
|
* 到期时间
|
7038
7038
|
*/
|
7039
|
-
PeriodEndTime
|
7039
|
+
PeriodEndTime?: string;
|
7040
7040
|
/**
|
7041
7041
|
* 项目id
|
7042
7042
|
*/
|
7043
|
-
ProjectID
|
7043
|
+
ProjectID?: number;
|
7044
7044
|
/**
|
7045
7045
|
* 实例绑定的tag数组信息
|
7046
7046
|
*/
|
7047
|
-
ResourceTags
|
7047
|
+
ResourceTags?: Array<Tag>;
|
7048
7048
|
/**
|
7049
7049
|
* Proxy状态
|
7050
7050
|
注意:此字段可能返回 null,表示取不到有效值。
|
7051
7051
|
*/
|
7052
|
-
ProxyStatus
|
7052
|
+
ProxyStatus?: string;
|
7053
7053
|
/**
|
7054
7054
|
* binlog开关,可选值:ON, OFF
|
7055
7055
|
注意:此字段可能返回 null,表示取不到有效值。
|
7056
7056
|
*/
|
7057
|
-
LogBin
|
7057
|
+
LogBin?: string;
|
7058
7058
|
/**
|
7059
7059
|
* 是否跳过交易
|
7060
7060
|
注意:此字段可能返回 null,表示取不到有效值。
|
7061
7061
|
*/
|
7062
|
-
IsSkipTrade
|
7062
|
+
IsSkipTrade?: string;
|
7063
7063
|
/**
|
7064
7064
|
* pitr类型,可选值:normal, redo_pitr
|
7065
7065
|
注意:此字段可能返回 null,表示取不到有效值。
|
7066
7066
|
*/
|
7067
|
-
PitrType
|
7067
|
+
PitrType?: string;
|
7068
7068
|
/**
|
7069
7069
|
* 是否打开密码复杂度
|
7070
7070
|
注意:此字段可能返回 null,表示取不到有效值。
|
7071
7071
|
*/
|
7072
|
-
IsOpenPasswordComplexity
|
7072
|
+
IsOpenPasswordComplexity?: string;
|
7073
7073
|
/**
|
7074
7074
|
* 网络类型
|
7075
7075
|
注意:此字段可能返回 null,表示取不到有效值。
|
7076
7076
|
*/
|
7077
|
-
NetworkStatus
|
7077
|
+
NetworkStatus?: string;
|
7078
7078
|
/**
|
7079
7079
|
* 集群绑定的资源包信息
|
7080
7080
|
注意:此字段可能返回 null,表示取不到有效值。
|