Class SetBootableAction
- java.lang.Object
-
- org.openstack4j.openstack.storage.block.domain.SetBootableAction
-
- All Implemented Interfaces:
Serializable,ModelEntity
public class SetBootableAction extends Object implements ModelEntity
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SetBootableAction(Boolean bootable)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SetBootableActioncreate(Boolean bootable)BooleangetBootable()
-
-
-
Constructor Detail
-
SetBootableAction
public SetBootableAction(Boolean bootable)
-
-
Method Detail
-
create
public static SetBootableAction create(Boolean bootable)
-
getBootable
public Boolean getBootable()
-
-