public static class ListDataTasksResponseBody.ListDataTasksResponseBodyResultSinkCluster
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
dataSourceType
The type of the target cluster.
|
String |
endpoint
The public network access address of the target cluster.
|
String |
index
The target index.
|
String |
type
The type of the destination index.
|
String |
vpcId
The ID of the VPC to which the cluster belongs.
|
String |
vpcInstanceId
The instance ID or Server Load Balancer (SLB) ID of the current cluster.
|
String |
vpcInstancePort
The access port number of the cluster.
|
构造器和说明 |
---|
ListDataTasksResponseBodyResultSinkCluster() |
@NameInMap(value="dataSourceType") public String dataSourceType
The type of the target cluster. Default value: elasticsearch.
@NameInMap(value="endpoint") public String endpoint
The public network access address of the target cluster.
@NameInMap(value="index") public String index
The target index.
@NameInMap(value="type") public String type
The type of the destination index.
@NameInMap(value="vpcId") public String vpcId
The ID of the VPC to which the cluster belongs.
@NameInMap(value="vpcInstanceId") public String vpcInstanceId
The instance ID or Server Load Balancer (SLB) ID of the current cluster.
@NameInMap(value="vpcInstancePort") public String vpcInstancePort
The access port number of the cluster.
public ListDataTasksResponseBodyResultSinkCluster()
public static ListDataTasksResponseBody.ListDataTasksResponseBodyResultSinkCluster build(Map<String,?> map) throws Exception
Exception
public ListDataTasksResponseBody.ListDataTasksResponseBodyResultSinkCluster setDataSourceType(String dataSourceType)
public String getDataSourceType()
public ListDataTasksResponseBody.ListDataTasksResponseBodyResultSinkCluster setEndpoint(String endpoint)
public String getEndpoint()
public ListDataTasksResponseBody.ListDataTasksResponseBodyResultSinkCluster setIndex(String index)
public String getIndex()
public ListDataTasksResponseBody.ListDataTasksResponseBodyResultSinkCluster setType(String type)
public String getType()
public ListDataTasksResponseBody.ListDataTasksResponseBodyResultSinkCluster setVpcId(String vpcId)
public String getVpcId()
public ListDataTasksResponseBody.ListDataTasksResponseBodyResultSinkCluster setVpcInstanceId(String vpcInstanceId)
public String getVpcInstanceId()
public ListDataTasksResponseBody.ListDataTasksResponseBodyResultSinkCluster setVpcInstancePort(String vpcInstancePort)
public String getVpcInstancePort()
Copyright © 2024. All rights reserved.