ValidStorageOptions constructor

ValidStorageOptions({
  1. List<DoubleRange>? iopsToStorageRatio,
  2. List<Range>? provisionedIops,
  3. List<Range>? storageSize,
  4. String? storageType,
})

Implementation

ValidStorageOptions({
  this.iopsToStorageRatio,
  this.provisionedIops,
  this.storageSize,
  this.storageType,
});