Class ResetStateAction
- java.lang.Object
-
- org.openstack4j.openstack.compute.domain.actions.ResetStateAction
-
- All Implemented Interfaces:
Serializable,ModelEntity,ServerAction
public class ResetStateAction extends Object implements ServerAction
Resets the state of a server to a specified state.- Author:
- Jeremy Unruh
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ResetStateAction(Server.Status state)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ResetStateActioncreate(Server.Status state)Server.StatusgetState()
-
-
-
Constructor Detail
-
ResetStateAction
public ResetStateAction(Server.Status state)
-
-
Method Detail
-
create
public static ResetStateAction create(Server.Status state)
-
getState
public Server.Status getState()
-
-