mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-1359: added (1GB = 1,073,741,824 bytes)
This commit is contained in:
parent
d14a994689
commit
4c0ed3d85d
|
|
@ -43,7 +43,7 @@ public class CreateDiskOfferingCmd extends BaseCmd {
|
|||
//////////////// API parameters /////////////////////
|
||||
/////////////////////////////////////////////////////
|
||||
|
||||
@Parameter(name = ApiConstants.DISK_SIZE, type = CommandType.LONG, required = false, description = "size of the disk offering in GB")
|
||||
@Parameter(name = ApiConstants.DISK_SIZE, type = CommandType.LONG, required = false, description = "size of the disk offering in GB (1GB = 1,073,741,824 bytes)")
|
||||
private Long diskSize;
|
||||
|
||||
@Parameter(name = ApiConstants.DISPLAY_TEXT, type = CommandType.STRING, required = true, description = "alternate display text of the disk offering", length = 4096)
|
||||
|
|
|
|||
Loading…
Reference in New Issue