Package | Description |
---|---|
com.tencentcloudapi.trocket.v20230308 | |
com.tencentcloudapi.trocket.v20230308.models |
Modifier and Type | Method and Description |
---|---|
DescribeFusionInstanceListResponse |
TrocketClient.DescribeFusionInstanceList(DescribeFusionInstanceListRequest req)
查询集群列表,支持 4.x 和 5.x 集群,其中 Filters 参数使用说明如下:
- InstanceName 集群名称,支持模糊查询,从本接口返回值或控制台获得
- InstanceId 集群ID,精确查询,从当前接口或控制台获得
- InstanceType 集群类型,可参考 [InstanceItem](https://cloud.tencent.com/document/api/1493/96031#InstanceItem) 数据结构,支持多选
- Version 集群版本,枚举值如下:
- 4 RocketMQ 4.x 集群
- 5 RocketMQ 5.x 集群
Filters示例:
[{ "Name": "InstanceId", "Values": ["rmq-72mo3a9o"] }]
|
Constructor and Description |
---|
DescribeFusionInstanceListRequest(DescribeFusionInstanceListRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Copyright © 2025. All rights reserved.