Class ServiceActions
- java.lang.Object
-
- org.openstack4j.openstack.manila.domain.actions.ServiceActions
-
- All Implemented Interfaces:
Serializable,ModelEntity
public class ServiceActions extends Object implements ModelEntity
Actions to force down/force up manila services- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description booleanisForcedDown
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ServiceActionsforceDown(String binary, String host)static ServiceActionsforceUp(String binary, String host)StringgetBinary()StringgetHost()booleanisForcedDown()
-
-
-
Method Detail
-
forceUp
public static ServiceActions forceUp(String binary, String host)
-
forceDown
public static ServiceActions forceDown(String binary, String host)
-
getBinary
public String getBinary()
-
getHost
public String getHost()
-
isForcedDown
public boolean isForcedDown()
-
-