public static class ListInstanceIndicesResponseBody.ListInstanceIndicesResponseBodyResult
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
createTime
The name of the Elasticsearch index.
|
String |
health |
String |
ilmExplain |
String |
isManaged
The managed status of the index.
|
String |
managedStatus
The current storage lifecycle.
|
String |
name
The full lifecycle status of the current index.
|
String |
phase |
Long |
size
The running status of the index.
|
构造器和说明 |
---|
ListInstanceIndicesResponseBodyResult() |
@NameInMap(value="createTime") public String createTime
The name of the Elasticsearch index.
@NameInMap(value="health") public String health
@NameInMap(value="ilmExplain") public String ilmExplain
@NameInMap(value="isManaged") public String isManaged
The managed status of the index. The following three statuses are supported:
* following: Hosting.
* closing: The instance is being unhosted.
* closed: unmanaged.
@NameInMap(value="managedStatus") public String managedStatus
The current storage lifecycle. Value meaning:
* warm: warm.
* cold: the cold phase.
* hot: hot phase.
* delete: deletes a stage.
> If this parameter is empty, the current index is not managed by the lifecycle.
@NameInMap(value="name") public String name
The full lifecycle status of the current index.
@NameInMap(value="phase") public String phase
@NameInMap(value="size") public Long size
The running status of the index. The following three statuses are supported:
* green: healthy.
* yellow: alerts.
* red: an exception.
public static ListInstanceIndicesResponseBody.ListInstanceIndicesResponseBodyResult build(Map<String,?> map) throws Exception
Exception
public ListInstanceIndicesResponseBody.ListInstanceIndicesResponseBodyResult setCreateTime(String createTime)
public String getCreateTime()
public ListInstanceIndicesResponseBody.ListInstanceIndicesResponseBodyResult setHealth(String health)
public String getHealth()
public ListInstanceIndicesResponseBody.ListInstanceIndicesResponseBodyResult setIlmExplain(String ilmExplain)
public String getIlmExplain()
public ListInstanceIndicesResponseBody.ListInstanceIndicesResponseBodyResult setIsManaged(String isManaged)
public String getIsManaged()
public ListInstanceIndicesResponseBody.ListInstanceIndicesResponseBodyResult setManagedStatus(String managedStatus)
public String getManagedStatus()
public ListInstanceIndicesResponseBody.ListInstanceIndicesResponseBodyResult setName(String name)
public String getName()
public ListInstanceIndicesResponseBody.ListInstanceIndicesResponseBodyResult setPhase(String phase)
public String getPhase()
public ListInstanceIndicesResponseBody.ListInstanceIndicesResponseBodyResult setSize(Long size)
public Long getSize()
Copyright © 2024. All rights reserved.