Module org.elasticsearch.xcore
Class ExecuteSnapshotLifecycleAction
java.lang.Object
org.elasticsearch.action.ActionType<ExecuteSnapshotLifecycleAction.Response>
org.elasticsearch.xpack.core.slm.action.ExecuteSnapshotLifecycleAction
public class ExecuteSnapshotLifecycleAction
extends ActionType<ExecuteSnapshotLifecycleAction.Response>
Action used to manually invoke a create snapshot request for a given
snapshot lifecycle policy regardless of schedule.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
INSTANCE
-
NAME
- See Also:
-
-
Constructor Details
-
ExecuteSnapshotLifecycleAction
protected ExecuteSnapshotLifecycleAction()
-