We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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).
minSize
maxSize
DiskType.validDiskSize is documented as:
We should understand the format this field can have so that we can split it into two numbers (e.g.
minSizeandmaxSize).