Closed
Description
DiskType.validDiskSize is documented as:
An optional textual description of the valid disk size, such as "10GB-10TB".
We should understand the format this field can have so that we can split it into two numbers (e.g. minSize
and maxSize
).