Class EvacuateAction
- java.lang.Object
-
- org.openstack4j.openstack.compute.domain.actions.EvacuateAction
-
- All Implemented Interfaces:
Serializable,ModelEntity,ServerAction
public class EvacuateAction extends Object implements ServerAction
Evacuate for a server from a failed host to a new host- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EvacuateAction()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EvacuateActioncreate(EvacuateOptions options)StringgetAdminPass()StringgetHost()booleanisOnSharedStorage()StringtoString()
-
-
-
Method Detail
-
create
public static EvacuateAction create(EvacuateOptions options)
-
getHost
public String getHost()
-
getAdminPass
public String getAdminPass()
-
isOnSharedStorage
public boolean isOnSharedStorage()
-
-