Class DeleteNodeRequest
- java.lang.Object
-
- org.opensearch.client.opensearch._types.RequestBase
-
- org.opensearch.client.opensearch.shutdown.DeleteNodeRequest
-
public class DeleteNodeRequest extends RequestBase
Removes a node from the shutdown list. Designed for indirect use by ECE/ESS and ECK. Direct use is not supported.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDeleteNodeRequest.BuilderBuilder forDeleteNodeRequest.-
Nested classes/interfaces inherited from class org.opensearch.client.opensearch._types.RequestBase
RequestBase.AbstractBuilder<BuilderT extends RequestBase.AbstractBuilder<BuilderT>>
-
-
Field Summary
Fields Modifier and Type Field Description static Endpoint<DeleteNodeRequest,DeleteNodeResponse,ErrorResponse>_ENDPOINTEndpoint "shutdown.delete_node".
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringnodeId()Required - The node id of node to be removed from the shutdown statestatic DeleteNodeRequestof(java.util.function.Function<DeleteNodeRequest.Builder,ObjectBuilder<DeleteNodeRequest>> fn)
-
-
-
Field Detail
-
_ENDPOINT
public static final Endpoint<DeleteNodeRequest,DeleteNodeResponse,ErrorResponse> _ENDPOINT
Endpoint "shutdown.delete_node".
-
-
Method Detail
-
of
public static DeleteNodeRequest of(java.util.function.Function<DeleteNodeRequest.Builder,ObjectBuilder<DeleteNodeRequest>> fn)
-
nodeId
public final java.lang.String nodeId()
Required - The node id of node to be removed from the shutdown stateAPI name:
node_id
-
-