DiskConfig constructor

DiskConfig({
  1. List<AttachedDiskConfig>? attachedDiskConfigs,
  2. String? bootDiskProvisionedIops,
  3. String? bootDiskProvisionedThroughput,
  4. int? bootDiskSizeGb,
  5. String? bootDiskType,
  6. String? localSsdInterface,
  7. int? numLocalSsds,
})

Implementation

DiskConfig({
  this.attachedDiskConfigs,
  this.bootDiskProvisionedIops,
  this.bootDiskProvisionedThroughput,
  this.bootDiskSizeGb,
  this.bootDiskType,
  this.localSsdInterface,
  this.numLocalSsds,
});