public static class ListDataTasksResponseBody.ListDataTasksResponseBodyResultSourceCluster
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
dataSourceType
The type of the source cluster.
|
String |
index
The index whose data you want to migrate.
|
String |
mapping
The Mapping configuration of the cluster.
|
String |
routing
The routing field to index the table.
|
String |
settings
The Settings of the cluster.
|
String |
type
The type of the destination index.
|
构造器和说明 |
---|
ListDataTasksResponseBodyResultSourceCluster() |
@NameInMap(value="dataSourceType") public String dataSourceType
The type of the source cluster. Default value: elasticsearch.
@NameInMap(value="index") public String index
The index whose data you want to migrate.
@NameInMap(value="mapping") public String mapping
The Mapping configuration of the cluster.
@NameInMap(value="routing") public String routing
The routing field to index the table. It is set to the primary key by default.
@NameInMap(value="settings") public String settings
The Settings of the cluster.
@NameInMap(value="type") public String type
The type of the destination index.
public ListDataTasksResponseBodyResultSourceCluster()
public static ListDataTasksResponseBody.ListDataTasksResponseBodyResultSourceCluster build(Map<String,?> map) throws Exception
Exception
public ListDataTasksResponseBody.ListDataTasksResponseBodyResultSourceCluster setDataSourceType(String dataSourceType)
public String getDataSourceType()
public ListDataTasksResponseBody.ListDataTasksResponseBodyResultSourceCluster setIndex(String index)
public String getIndex()
public ListDataTasksResponseBody.ListDataTasksResponseBodyResultSourceCluster setMapping(String mapping)
public String getMapping()
public ListDataTasksResponseBody.ListDataTasksResponseBodyResultSourceCluster setRouting(String routing)
public String getRouting()
public ListDataTasksResponseBody.ListDataTasksResponseBodyResultSourceCluster setSettings(String settings)
public String getSettings()
public ListDataTasksResponseBody.ListDataTasksResponseBodyResultSourceCluster setType(String type)
public String getType()
Copyright © 2024. All rights reserved.