tencentcloud-sdk-nodejs-cdb 4.0.207 → 4.0.208
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
|
@@ -206,6 +206,11 @@ export interface CreateDBInstanceRequest {
|
|
|
206
206
|
* 是否自动发起灾备同步功能。该参数仅对购买灾备实例生效。 可选值为:0 - 不自动发起灾备同步;1 - 自动发起灾备同步。
|
|
207
207
|
*/
|
|
208
208
|
AutoSyncFlag?: number
|
|
209
|
+
|
|
210
|
+
/**
|
|
211
|
+
* 金融围拢 ID。
|
|
212
|
+
*/
|
|
213
|
+
CageId?: string
|
|
209
214
|
}
|
|
210
215
|
|
|
211
216
|
/**
|
|
@@ -2510,6 +2515,11 @@ export interface CreateDBInstanceHourRequest {
|
|
|
2510
2515
|
* 是否自动发起灾备同步功能。该参数仅对购买灾备实例生效。 可选值为:0 - 不自动发起灾备同步;1 - 自动发起灾备同步。
|
|
2511
2516
|
*/
|
|
2512
2517
|
AutoSyncFlag?: number
|
|
2518
|
+
|
|
2519
|
+
/**
|
|
2520
|
+
* 金融围拢 ID 。
|
|
2521
|
+
*/
|
|
2522
|
+
CageId?: string
|
|
2513
2523
|
}
|
|
2514
2524
|
|
|
2515
2525
|
/**
|
|
@@ -2903,6 +2913,11 @@ export interface DescribeDBInstancesRequest {
|
|
|
2903
2913
|
* 是否以标签键为过滤条件。
|
|
2904
2914
|
*/
|
|
2905
2915
|
TagKeysForSearch?: Array<string>
|
|
2916
|
+
|
|
2917
|
+
/**
|
|
2918
|
+
* 金融围拢 ID 。
|
|
2919
|
+
*/
|
|
2920
|
+
CageIds?: Array<string>
|
|
2906
2921
|
}
|
|
2907
2922
|
|
|
2908
2923
|
/**
|
|
@@ -155,6 +155,10 @@ export interface CreateDBInstanceRequest {
|
|
|
155
155
|
* 是否自动发起灾备同步功能。该参数仅对购买灾备实例生效。 可选值为:0 - 不自动发起灾备同步;1 - 自动发起灾备同步。
|
|
156
156
|
*/
|
|
157
157
|
AutoSyncFlag?: number;
|
|
158
|
+
/**
|
|
159
|
+
* 金融围拢 ID。
|
|
160
|
+
*/
|
|
161
|
+
CageId?: string;
|
|
158
162
|
}
|
|
159
163
|
/**
|
|
160
164
|
* 实例任务详情
|
|
@@ -2093,6 +2097,10 @@ export interface CreateDBInstanceHourRequest {
|
|
|
2093
2097
|
* 是否自动发起灾备同步功能。该参数仅对购买灾备实例生效。 可选值为:0 - 不自动发起灾备同步;1 - 自动发起灾备同步。
|
|
2094
2098
|
*/
|
|
2095
2099
|
AutoSyncFlag?: number;
|
|
2100
|
+
/**
|
|
2101
|
+
* 金融围拢 ID 。
|
|
2102
|
+
*/
|
|
2103
|
+
CageId?: string;
|
|
2096
2104
|
}
|
|
2097
2105
|
/**
|
|
2098
2106
|
* DescribeDeployGroupList请求参数结构体
|
|
@@ -2415,6 +2423,10 @@ export interface DescribeDBInstancesRequest {
|
|
|
2415
2423
|
* 是否以标签键为过滤条件。
|
|
2416
2424
|
*/
|
|
2417
2425
|
TagKeysForSearch?: Array<string>;
|
|
2426
|
+
/**
|
|
2427
|
+
* 金融围拢 ID 。
|
|
2428
|
+
*/
|
|
2429
|
+
CageIds?: Array<string>;
|
|
2418
2430
|
}
|
|
2419
2431
|
/**
|
|
2420
2432
|
* DescribeDBSecurityGroups请求参数结构体
|