Class GetLifecycleRequest

java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.ilm.GetLifecycleRequest

public class GetLifecycleRequest
extends RequestBase
Retrieves a lifecycle policy.
See Also:
API specification
  • Field Details

  • Method Details

    • of

      public static GetLifecycleRequest of​(java.util.function.Function<GetLifecycleRequest.Builder,​ObjectBuilder<GetLifecycleRequest>> fn)
    • masterTimeout

      @Nullable public final Time masterTimeout()
      Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error.

      API name: master_timeout

    • name

      @Nullable public final java.lang.String name()
      Identifier for the policy.

      API name: policy

    • timeout

      @Nullable public final Time timeout()
      Period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error.

      API name: timeout