public static class ListLogstashResponseBody.ListLogstashResponseBodyResult
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
createdAt
The ID of the instance.
|
String |
description
The time when the instance was last updated.
|
String |
instanceId
The tag value of the cloud disk.
|
ListLogstashResponseBody.ListLogstashResponseBodyResultNetworkConfig |
networkConfig
The network type.
|
Integer |
nodeAmount
The state of the instance.
|
ListLogstashResponseBody.ListLogstashResponseBodyResultNodeSpec |
nodeSpec
Specifies whether to use disk encryption.
|
String |
paymentType
The time when the instance was created.
|
String |
resourceGroupId |
String |
status
The version of the instance.
|
List<ListLogstashResponseBody.ListLogstashResponseBodyResultTags> |
tags
The configuration information of the data node.
|
String |
updatedAt
The tag of the instance.
|
String |
version
The tag key of the cloud disk.
|
构造器和说明 |
---|
ListLogstashResponseBodyResult() |
@NameInMap(value="Tags") public List<ListLogstashResponseBody.ListLogstashResponseBodyResultTags> tags
The configuration information of the data node.
@NameInMap(value="createdAt") public String createdAt
The ID of the instance.
@NameInMap(value="description") public String description
The time when the instance was last updated.
@NameInMap(value="instanceId") public String instanceId
The tag value of the cloud disk.
@NameInMap(value="networkConfig") public ListLogstashResponseBody.ListLogstashResponseBodyResultNetworkConfig networkConfig
The network type. Currently, only Virtual Private Cloud (VPC) is supported.
@NameInMap(value="nodeAmount") public Integer nodeAmount
The state of the instance. Valid values: Normal, Active, Inactive, and Invalid.
@NameInMap(value="nodeSpec") public ListLogstashResponseBody.ListLogstashResponseBodyResultNodeSpec nodeSpec
Specifies whether to use disk encryption. Valid values:
* true: Enables the concurrent query feature for queries other than aggregate queries.
* false: Disables the concurrent query feature for queries other than aggregate queries.
@NameInMap(value="paymentType") public String paymentType
The time when the instance was created.
@NameInMap(value="resourceGroupId") public String resourceGroupId
@NameInMap(value="status") public String status
The version of the instance. Currently, only 6.7.0_with_X-Pack and 7.4.0_with_X-Pack are supported.
@NameInMap(value="updatedAt") public String updatedAt
The tag of the instance. Valid values:
@NameInMap(value="version") public String version
The tag key of the cloud disk.
public static ListLogstashResponseBody.ListLogstashResponseBodyResult build(Map<String,?> map) throws Exception
Exception
public ListLogstashResponseBody.ListLogstashResponseBodyResult setTags(List<ListLogstashResponseBody.ListLogstashResponseBodyResultTags> tags)
public List<ListLogstashResponseBody.ListLogstashResponseBodyResultTags> getTags()
public ListLogstashResponseBody.ListLogstashResponseBodyResult setCreatedAt(String createdAt)
public String getCreatedAt()
public ListLogstashResponseBody.ListLogstashResponseBodyResult setDescription(String description)
public String getDescription()
public ListLogstashResponseBody.ListLogstashResponseBodyResult setInstanceId(String instanceId)
public String getInstanceId()
public ListLogstashResponseBody.ListLogstashResponseBodyResult setNetworkConfig(ListLogstashResponseBody.ListLogstashResponseBodyResultNetworkConfig networkConfig)
public ListLogstashResponseBody.ListLogstashResponseBodyResultNetworkConfig getNetworkConfig()
public ListLogstashResponseBody.ListLogstashResponseBodyResult setNodeAmount(Integer nodeAmount)
public Integer getNodeAmount()
public ListLogstashResponseBody.ListLogstashResponseBodyResult setNodeSpec(ListLogstashResponseBody.ListLogstashResponseBodyResultNodeSpec nodeSpec)
public ListLogstashResponseBody.ListLogstashResponseBodyResultNodeSpec getNodeSpec()
public ListLogstashResponseBody.ListLogstashResponseBodyResult setPaymentType(String paymentType)
public String getPaymentType()
public ListLogstashResponseBody.ListLogstashResponseBodyResult setResourceGroupId(String resourceGroupId)
public String getResourceGroupId()
public ListLogstashResponseBody.ListLogstashResponseBodyResult setStatus(String status)
public String getStatus()
public ListLogstashResponseBody.ListLogstashResponseBodyResult setUpdatedAt(String updatedAt)
public String getUpdatedAt()
public ListLogstashResponseBody.ListLogstashResponseBodyResult setVersion(String version)
public String getVersion()
Copyright © 2024. All rights reserved.