public class ElasticsearchClusterHousekeepingSettingsPojo extends Object
Modifier and Type | Field and Description |
---|---|
List<ElasticsearchHousekeepingActionSettingPojo> |
actions
A list of actions to be conducted on indices within this Elasticsearch cluster
|
String |
cluster_id
The Elasticsearch cluster id key (matching one of the Elasticsearch clusters key in the
punchplatform properties.
|
Constructor and Description |
---|
ElasticsearchClusterHousekeepingSettingsPojo() |
Modifier and Type | Method and Description |
---|---|
void |
validate()
The validate method is in charge of checking for mandatory properties,
and possibly computing defaults value.
|
public String cluster_id
public List<ElasticsearchHousekeepingActionSettingPojo> actions
public ElasticsearchClusterHousekeepingSettingsPojo()
public void validate()
However make sure at the end you always invoke super.validate()
Copyright © 2014–2023. All rights reserved.