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:
  • Field Details

  • Method Details

    • of

    • dryRun

      public final boolean dryRun()
      Required - API name: dry_run
    • removedLegacyTemplate

      public final String 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

      public final List<String> migratedIlmPolicies()
      Required - The ILM policies that were updated.

      API name: migrated_ilm_policies

    • migratedIndices

      public final List<String> migratedIndices()
      Required - The indices that were migrated to tier preference routing.

      API name: migrated_indices

    • migratedLegacyTemplates

      public final List<String> 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

      public final List<String> 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

      public final List<String> 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

      public void serialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
      Serialize this object to JSON.
      Specified by:
      serialize in interface JsonpSerializable
    • serializeInternal

      protected void serializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • setupMigrateToDataTiersResponseDeserializer

      protected static void setupMigrateToDataTiersResponseDeserializer(ObjectDeserializer<MigrateToDataTiersResponse.Builder> op)