BootDisk constructor

BootDisk({
  1. String? diskEncryption,
  2. String? diskSizeGb,
  3. String? diskType,
  4. String? kmsKey,
})

Implementation

BootDisk({
  this.diskEncryption,
  this.diskSizeGb,
  this.diskType,
  this.kmsKey,
});