tencentcloud-sdk-nodejs-cynosdb 4.0.1042 → 4.0.1047
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
@@ -2997,7 +2997,7 @@ export interface CreateClustersData {
|
|
2997
2997
|
*/
|
2998
2998
|
export interface DescribeProxiesRequest {
|
2999
2999
|
/**
|
3000
|
-
* 集群ID(该参数必传,例如cynosdbmysql-
|
3000
|
+
* 集群 ID(该参数必传,例如 cynosdbmysql-2u2mh111)。
|
3001
3001
|
*/
|
3002
3002
|
ClusterId?: string
|
3003
3003
|
/**
|
@@ -8287,6 +8287,10 @@ pausing
|
|
8287
8287
|
注意:此字段可能返回 null,表示取不到有效值。
|
8288
8288
|
*/
|
8289
8289
|
SlaveZoneAttr?: Array<SlaveZoneAttrItem>
|
8290
|
+
/**
|
8291
|
+
* 版本标签
|
8292
|
+
*/
|
8293
|
+
CynosVersionTag?: string
|
8290
8294
|
}
|
8291
8295
|
|
8292
8296
|
/**
|
@@ -2878,7 +2878,7 @@ export interface CreateClustersData {
|
|
2878
2878
|
*/
|
2879
2879
|
export interface DescribeProxiesRequest {
|
2880
2880
|
/**
|
2881
|
-
* 集群ID(该参数必传,例如cynosdbmysql-
|
2881
|
+
* 集群 ID(该参数必传,例如 cynosdbmysql-2u2mh111)。
|
2882
2882
|
*/
|
2883
2883
|
ClusterId?: string;
|
2884
2884
|
/**
|
@@ -7966,6 +7966,10 @@ export interface CynosdbClusterDetail {
|
|
7966
7966
|
注意:此字段可能返回 null,表示取不到有效值。
|
7967
7967
|
*/
|
7968
7968
|
SlaveZoneAttr?: Array<SlaveZoneAttrItem>;
|
7969
|
+
/**
|
7970
|
+
* 版本标签
|
7971
|
+
*/
|
7972
|
+
CynosVersionTag?: string;
|
7969
7973
|
}
|
7970
7974
|
/**
|
7971
7975
|
* RestartInstance请求参数结构体
|