public class ElasticsearchHousekeepingSettingsPojo extends Object
Modifier and Type | Field and Description |
---|---|
List<ElasticsearchClusterHousekeepingSettingsPojo> |
clusters_settings
One tenant can rely on several elasticsearch clusters.
|
Constructor and Description |
---|
ElasticsearchHousekeepingSettingsPojo() |
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 List<ElasticsearchClusterHousekeepingSettingsPojo> clusters_settings
public ElasticsearchHousekeepingSettingsPojo()
public void validate()
However make sure at the end you always invoke super.validate()
Copyright © 2014–2023. All rights reserved.