Class MigrateToDataTiersResponse
java.lang.Object
co.elastic.clients.elasticsearch.ilm.MigrateToDataTiersResponse
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable
public class MigrateToDataTiersResponse
extends Object
implements JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<MigrateToDataTiersResponse>Json deserializer forMigrateToDataTiersResponse -
Method Summary
Modifier and TypeMethodDescriptionfinal booleandryRun()Required - API name:dry_runRequired - The component templates that were updated to not contain custom routing settings for the provided data attribute.Required - The composable index templates that were updated to not contain custom routing settings for the provided data attribute.Required - The ILM policies that were updated.Required - The indices that were migrated to tier preference routing.Required - The legacy index templates that were updated to not contain custom routing settings for the provided data attribute.static MigrateToDataTiersResponsefinal StringRequired - The name of the legacy index template that was deleted.voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidsetupMigrateToDataTiersResponseDeserializer(ObjectDeserializer<MigrateToDataTiersResponse.Builder> op) toString()
-
Field Details
-
_DESERIALIZER
Json deserializer forMigrateToDataTiersResponse
-
-
Method Details
-
of
public static MigrateToDataTiersResponse of(Function<MigrateToDataTiersResponse.Builder, ObjectBuilder<MigrateToDataTiersResponse>> fn) -
dryRun
public final boolean dryRun()Required - API name:dry_run -
removedLegacyTemplate
Required - The name of the legacy index template that was deleted. This information is missing if no legacy index templates were deleted.API name:
removed_legacy_template -
migratedIlmPolicies
Required - The ILM policies that were updated.API name:
migrated_ilm_policies -
migratedIndices
Required - The indices that were migrated to tier preference routing.API name:
migrated_indices -
migratedLegacyTemplates
Required - The legacy index templates that were updated to not contain custom routing settings for the provided data attribute.API name:
migrated_legacy_templates -
migratedComposableTemplates
Required - The composable index templates that were updated to not contain custom routing settings for the provided data attribute.API name:
migrated_composable_templates -
migratedComponentTemplates
Required - The component templates that were updated to not contain custom routing settings for the provided data attribute.API name:
migrated_component_templates -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupMigrateToDataTiersResponseDeserializer
protected static void setupMigrateToDataTiersResponseDeserializer(ObjectDeserializer<MigrateToDataTiersResponse.Builder> op)
-