Class StepKey
java.lang.Object
co.elastic.clients.elasticsearch.ilm.move_to_step.StepKey
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<StepKey>Json deserializer forStepKey -
Method Summary
Modifier and TypeMethodDescriptionfinal Stringaction()The optional action to which the index will be moved.final Stringname()The optional step name to which the index will be moved.static StepKeyfinal Stringphase()Required - API name:phasevoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidtoString()
-
Field Details
-
_DESERIALIZER
Json deserializer forStepKey
-
-
Method Details
-
of
-
action
The optional action to which the index will be moved.API name:
action -
name
The optional step name to which the index will be moved.API name:
name -
phase
Required - API name:phase -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupStepKeyDeserializer
-