Class ServiceAction
- java.lang.Object
-
- org.openstack4j.openstack.manila.domain.actions.ServiceAction
-
- All Implemented Interfaces:
Serializable,ModelEntity
public class ServiceAction extends Object implements ModelEntity
Actions to enable/disable manila services- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ServiceActiondisable(String binary, String host)static ServiceActionenable(String binary, String host)StringgetBinary()StringgetHost()
-
-
-
Method Detail
-
enable
public static ServiceAction enable(String binary, String host)
-
disable
public static ServiceAction disable(String binary, String host)
-
getBinary
public String getBinary()
-
getHost
public String getHost()
-
-