tencentcloud-sdk-nodejs-cynosdb 4.1.139 → 4.1.141
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
|
@@ -2434,7 +2434,9 @@ export interface CreateClustersRequest {
|
|
|
2434
2434
|
*/
|
|
2435
2435
|
Port?: number;
|
|
2436
2436
|
/**
|
|
2437
|
-
*
|
|
2437
|
+
* 计费模式,支持值为0和1,默认值为0。
|
|
2438
|
+
取值为0,表示按量计费。
|
|
2439
|
+
取值为1,表示包年包月。
|
|
2438
2440
|
*/
|
|
2439
2441
|
PayMode?: number;
|
|
2440
2442
|
/**
|
|
@@ -7049,7 +7051,7 @@ export interface OpenClusterReadOnlyInstanceGroupAccessResponse {
|
|
|
7049
7051
|
*/
|
|
7050
7052
|
export interface QueryParamFilter {
|
|
7051
7053
|
/**
|
|
7052
|
-
* 搜索字段,目前支持:
|
|
7054
|
+
* 搜索字段,目前支持:ProxyGroupId
|
|
7053
7055
|
*/
|
|
7054
7056
|
Names: Array<string>;
|
|
7055
7057
|
/**
|