tencentcloud-sdk-nodejs-cynosdb 4.1.316 → 4.1.317
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
|
@@ -7754,6 +7754,18 @@ export interface CynosdbInstanceDetail {
|
|
|
7754
7754
|
* <p>集群的读写实例所在可用区</p>
|
|
7755
7755
|
*/
|
|
7756
7756
|
MasterZone?: string;
|
|
7757
|
+
/**
|
|
7758
|
+
* <p>实例的真实可用区</p>
|
|
7759
|
+
*/
|
|
7760
|
+
RealZone?: string;
|
|
7761
|
+
/**
|
|
7762
|
+
* <p>备可用区列表</p>
|
|
7763
|
+
*/
|
|
7764
|
+
SlaveZones?: Array<string>;
|
|
7765
|
+
/**
|
|
7766
|
+
* <p>存储版本</p><p>枚举值:</p><ul><li>1.0: 1.0版本存储</li><li>2.0: 2.0版本存储</li></ul>
|
|
7767
|
+
*/
|
|
7768
|
+
StorageVersion?: string;
|
|
7757
7769
|
}
|
|
7758
7770
|
/**
|
|
7759
7771
|
* DescribeBackupDownloadRestriction请求参数结构体
|