Package | Description |
---|---|
com.tencentcloudapi.trocket.v20230308 | |
com.tencentcloudapi.trocket.v20230308.models |
Modifier and Type | Method and Description |
---|---|
DescribeMigratingTopicListResponse |
TrocketClient.DescribeMigratingTopicList(DescribeMigratingTopicListRequest req)
查询Topic迁移状态列表。
Filters字段为查询过滤器,支持以下条件:
TopicName 主题名称,支持模糊查询
MigrationStatus 迁移状态,可参考[MigratingTopic](https://cloud.tencent.com/document/api/1493/96031#MigratingTopic)数据结构
Namespace 命名空间,仅4.x集群有效
Filters示例:
[{
"Name": "TopicName",
"Values": ["topic-a"]
}]
|
Constructor and Description |
---|
DescribeMigratingTopicListRequest(DescribeMigratingTopicListRequest 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.