AttachedDiskConfig constructor

AttachedDiskConfig({
  1. int? diskSizeGb,
  2. String? diskType,
  3. String? provisionedIops,
  4. String? provisionedThroughput,
})

Implementation

AttachedDiskConfig({
  this.diskSizeGb,
  this.diskType,
  this.provisionedIops,
  this.provisionedThroughput,
});