tencentcloud-sdk-nodejs-cdb 4.1.281 → 4.1.285
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
|
@@ -2934,36 +2934,31 @@ export interface DeleteParamTemplateRequest {
|
|
|
2934
2934
|
*/
|
|
2935
2935
|
export interface DrInfo {
|
|
2936
2936
|
/**
|
|
2937
|
-
*
|
|
2937
|
+
* <p>灾备实例状态</p><p>枚举值:</p><ul><li>0: 创建中</li><li>1: 运行中</li><li>4: 正在进行隔离操作</li><li>5: 已隔离</li></ul>
|
|
2938
2938
|
*/
|
|
2939
2939
|
Status?: number;
|
|
2940
2940
|
/**
|
|
2941
|
-
*
|
|
2941
|
+
* <p>可用区信息</p>
|
|
2942
2942
|
*/
|
|
2943
2943
|
Zone?: string;
|
|
2944
2944
|
/**
|
|
2945
|
-
*
|
|
2945
|
+
* <p>实例ID</p>
|
|
2946
2946
|
*/
|
|
2947
2947
|
InstanceId?: string;
|
|
2948
2948
|
/**
|
|
2949
|
-
*
|
|
2949
|
+
* <p>地域信息</p>
|
|
2950
2950
|
*/
|
|
2951
2951
|
Region?: string;
|
|
2952
2952
|
/**
|
|
2953
|
-
*
|
|
2954
|
-
0 - 灾备未同步;
|
|
2955
|
-
1 - 灾备同步中;
|
|
2956
|
-
2 - 灾备同步成功;
|
|
2957
|
-
3 - 灾备同步失败;
|
|
2958
|
-
4 - 灾备同步修复中。
|
|
2953
|
+
* <p>实例同步状态。可能的返回值为:<br>0 - 灾备未同步;<br>1 - 灾备同步中;<br>2 - 灾备同步成功;<br>3 - 灾备同步失败;<br>4 - 灾备同步修复中。</p>
|
|
2959
2954
|
*/
|
|
2960
2955
|
SyncStatus?: number;
|
|
2961
2956
|
/**
|
|
2962
|
-
*
|
|
2957
|
+
* <p>实例名称</p>
|
|
2963
2958
|
*/
|
|
2964
2959
|
InstanceName?: string;
|
|
2965
2960
|
/**
|
|
2966
|
-
*
|
|
2961
|
+
* <p>实例类型</p>
|
|
2967
2962
|
*/
|
|
2968
2963
|
InstanceType?: number;
|
|
2969
2964
|
}
|