Class GetSlmStatusRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.slm.GetSlmStatusRequest
Get the snapshot lifecycle management status.
- See Also:
- 
Nested Class SummaryNested ClassesNested classes/interfaces inherited from class co.elastic.clients.elasticsearch._types.RequestBaseRequestBase.AbstractBuilder<BuilderT extends RequestBase.AbstractBuilder<BuilderT>>
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final Endpoint<GetSlmStatusRequest,GetSlmStatusResponse, ErrorResponse> Endpoint "slm.get_status".
- 
Method SummaryModifier and TypeMethodDescriptionfinal TimeThe period to wait for a connection to the master node.static GetSlmStatusRequestfinal Timetimeout()The period to wait for a response.Methods inherited from class co.elastic.clients.elasticsearch._types.RequestBasetoString
- 
Field Details- 
_ENDPOINTEndpoint "slm.get_status".
 
- 
- 
Method Details- 
ofpublic static GetSlmStatusRequest of(Function<GetSlmStatusRequest.Builder, ObjectBuilder<GetSlmStatusRequest>> fn) 
- 
masterTimeoutThe 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. To indicate that the request should never timeout, set it to-1.API name: master_timeout
- 
timeoutThe period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error. To indicate that the request should never timeout, set it to-1.API name: timeout
 
-