Would like to have validation on the client side to verify whether the value of a type is acceptable or not.
For example: If the only acceptable values for BlockSize during a disk create are 512, 2048 or 4096, we'd like to validate before an API call is made
Would like to have validation on the client side to verify whether the value of a type is acceptable or not.
For example: If the only acceptable values for BlockSize during a disk create are 512, 2048 or 4096, we'd like to validate before an API call is made