tencentcloud-sdk-nodejs-cynosdb 4.1.285 → 4.1.292
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
|
@@ -1191,7 +1191,7 @@ export interface SearchClusterTablesResponse {
|
|
|
1191
1191
|
*/
|
|
1192
1192
|
export interface DescribeClusterDetailRequest {
|
|
1193
1193
|
/**
|
|
1194
|
-
*
|
|
1194
|
+
* <p>集群Id</p>
|
|
1195
1195
|
*/
|
|
1196
1196
|
ClusterId: string;
|
|
1197
1197
|
}
|
|
@@ -1523,7 +1523,7 @@ export interface CynosdbInstance {
|
|
|
1523
1523
|
*/
|
|
1524
1524
|
Region?: string;
|
|
1525
1525
|
/**
|
|
1526
|
-
* <p
|
|
1526
|
+
* <p>集群主可用区</p>
|
|
1527
1527
|
*/
|
|
1528
1528
|
Zone?: string;
|
|
1529
1529
|
/**
|
|
@@ -1684,7 +1684,7 @@ export interface CynosdbInstance {
|
|
|
1684
1684
|
*/
|
|
1685
1685
|
ResourceTags?: Array<Tag>;
|
|
1686
1686
|
/**
|
|
1687
|
-
* <p
|
|
1687
|
+
* <p>读写实例当前所在可用区</p>
|
|
1688
1688
|
*/
|
|
1689
1689
|
MasterZone?: string;
|
|
1690
1690
|
/**
|
|
@@ -1729,6 +1729,10 @@ export interface CynosdbInstance {
|
|
|
1729
1729
|
* <p>全球数据库唯一标识</p>
|
|
1730
1730
|
*/
|
|
1731
1731
|
GdnId?: string;
|
|
1732
|
+
/**
|
|
1733
|
+
* <p>实例当前所在可用区</p>
|
|
1734
|
+
*/
|
|
1735
|
+
RealZone?: string;
|
|
1732
1736
|
}
|
|
1733
1737
|
/**
|
|
1734
1738
|
* DescribeClusterPasswordComplexity返回参数结构体
|
|
@@ -11954,7 +11958,7 @@ export interface CynosdbClusterDetail {
|
|
|
11954
11958
|
*/
|
|
11955
11959
|
Region?: string;
|
|
11956
11960
|
/**
|
|
11957
|
-
* <p
|
|
11961
|
+
* <p>集群主可用区</p>
|
|
11958
11962
|
*/
|
|
11959
11963
|
Zone?: string;
|
|
11960
11964
|
/**
|
|
@@ -12074,7 +12078,7 @@ export interface CynosdbClusterDetail {
|
|
|
12074
12078
|
*/
|
|
12075
12079
|
Tasks?: Array<ObjectTask>;
|
|
12076
12080
|
/**
|
|
12077
|
-
* <p
|
|
12081
|
+
* <p>读写实例当前所在可用区</p>
|
|
12078
12082
|
*/
|
|
12079
12083
|
MasterZone?: string;
|
|
12080
12084
|
/**
|
|
@@ -12173,6 +12177,10 @@ export interface CynosdbClusterDetail {
|
|
|
12173
12177
|
* <p>是否开启透明加密</p>
|
|
12174
12178
|
*/
|
|
12175
12179
|
IsOpenTDE?: boolean;
|
|
12180
|
+
/**
|
|
12181
|
+
* <p>实例当前所在可用区</p>
|
|
12182
|
+
*/
|
|
12183
|
+
RealZone?: string;
|
|
12176
12184
|
}
|
|
12177
12185
|
/**
|
|
12178
12186
|
* ActivateLibraDBInstance返回参数结构体
|
|
@@ -12457,7 +12465,7 @@ export interface ModifyAuditServiceResponse {
|
|
|
12457
12465
|
*/
|
|
12458
12466
|
export interface DescribeClusterDetailResponse {
|
|
12459
12467
|
/**
|
|
12460
|
-
*
|
|
12468
|
+
* <p>集群详细信息</p>
|
|
12461
12469
|
*/
|
|
12462
12470
|
Detail?: CynosdbClusterDetail;
|
|
12463
12471
|
/**
|