Class DeleteVotingConfigExclusionsRequest

java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.cluster.DeleteVotingConfigExclusionsRequest
All Implemented Interfaces:
ElasticsearchCommonRequest

public final class DeleteVotingConfigExclusionsRequest
extends RequestBase
  • Field Details

  • Constructor Details

  • Method Details

    • waitForRemoval

      @Nullable public java.lang.Boolean waitForRemoval()
      Specifies whether to wait for all excluded nodes to be removed from the cluster before clearing the voting configuration exclusions list. Defaults to true, meaning that all excluded nodes must be removed from the cluster before this API takes any action. If set to false then the voting configuration exclusions list is cleared even if some excluded nodes are still in the cluster.

      API name: wait_for_removal