DiskConfig constructor

DiskConfig({
  1. int? bootDiskSizeGb,
  2. String? bootDiskType,
  3. String? localSsdInterface,
  4. int? numLocalSsds,
})

Implementation

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