tencentcloud-sdk-nodejs-tcb 4.1.11 → 4.1.19
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
|
@@ -276,7 +276,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
276
276
|
/**
|
|
277
277
|
* DescribeCloudBaseRunVersionRsByCondition 获取云托管详情
|
|
278
278
|
*/
|
|
279
|
-
DescribeCloudBaseRunVersionRsByCondition(req
|
|
279
|
+
DescribeCloudBaseRunVersionRsByCondition(req: DescribeCloudBaseRunVersionRsByConditionRequest, cb?: (error: string, rep: DescribeCloudBaseRunVersionRsByConditionResponse) => void): Promise<DescribeCloudBaseRunVersionRsByConditionResponse>;
|
|
280
280
|
/**
|
|
281
281
|
* 查询后付费资源免费量
|
|
282
282
|
*/
|
|
@@ -5324,7 +5324,20 @@ export declare type CheckTcbServiceRequest = null;
|
|
|
5324
5324
|
/**
|
|
5325
5325
|
* DescribeCloudBaseRunVersionRsByCondition请求参数结构体
|
|
5326
5326
|
*/
|
|
5327
|
-
export
|
|
5327
|
+
export interface DescribeCloudBaseRunVersionRsByConditionRequest {
|
|
5328
|
+
/**
|
|
5329
|
+
* 环境ID;EnvId和ClusterId不能同时为空
|
|
5330
|
+
*/
|
|
5331
|
+
EnvId?: string;
|
|
5332
|
+
/**
|
|
5333
|
+
* 集群ID;EnvId和ClusterId不能同时为空
|
|
5334
|
+
*/
|
|
5335
|
+
ClusterId?: string;
|
|
5336
|
+
/**
|
|
5337
|
+
* 过滤网关服务开关
|
|
5338
|
+
*/
|
|
5339
|
+
FilterGwSwitch?: boolean;
|
|
5340
|
+
}
|
|
5328
5341
|
/**
|
|
5329
5342
|
* DescribeCloudBaseRunServer返回参数结构体
|
|
5330
5343
|
*/
|