Class ExtendAction
- java.lang.Object
-
- org.openstack4j.openstack.storage.block.domain.ExtendAction
-
- All Implemented Interfaces:
Serializable,ModelEntity
public class ExtendAction extends Object implements ModelEntity
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExtendAction(Integer newSize)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ExtendActioncreate(Integer newSize)IntegergetNewSize()
-
-
-
Constructor Detail
-
ExtendAction
public ExtendAction(Integer newSize)
-
-
Method Detail
-
create
public static ExtendAction create(Integer newSize)
-
getNewSize
public Integer getNewSize()
-
-