CLOUDSTACK-1359: added (1GB = 1,073,741,824 bytes)

This commit is contained in:
Pierre-Luc Dion 2015-03-07 15:24:04 -05:00
parent d14a994689
commit 4c0ed3d85d
1 changed files with 1 additions and 1 deletions

View File

@ -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)