Package | Description |
---|---|
com.tencentcloudapi.trocket.v20230308 | |
com.tencentcloudapi.trocket.v20230308.models |
Modifier and Type | Method and Description |
---|---|
DescribeSourceClusterGroupListResponse |
TrocketClient.DescribeSourceClusterGroupList(DescribeSourceClusterGroupListRequest req)
平滑迁移过程获取源集群group列表接口。
Filters字段为查询过滤器,支持以下字段:
GroupName,消费组名称,支持模糊搜索
Imported,是否已导入
ImportStatus,导入状态,参考[SourceClusterGroupConfig](https://cloud.tencent.com/document/api/1493/96031#SourceClusterGroupConfig)的说明
Namespace,命名空间,仅4.x集群有效
Filters示例:
[{
"Name": "GroupName",
"Values": ["group-a"]
}]
|
Constructor and Description |
---|
DescribeSourceClusterGroupListRequest(DescribeSourceClusterGroupListRequest 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.