struct Elasticsearch::ILM::Phases
- Elasticsearch::ILM::Phases
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
ilm.crConstructors
- .new(pull : JSON::PullParser)
- .new(*, hot : Elasticsearch::ILM::Phase | Nil = nil, warm : Elasticsearch::ILM::Phase | Nil = nil, cold : Elasticsearch::ILM::Phase | Nil = nil, delete : Elasticsearch::ILM::Phase | Nil = nil)
Instance Method Summary
Constructor Detail
def self.new(*, hot : Elasticsearch::ILM::Phase | Nil = nil, warm : Elasticsearch::ILM::Phase | Nil = nil, cold : Elasticsearch::ILM::Phase | Nil = nil, delete : Elasticsearch::ILM::Phase | Nil = nil)
#