AttachedDisk constructor

AttachedDisk({
  1. String? architecture,
  2. bool? autoDelete,
  3. bool? boot,
  4. String? deviceName,
  5. CustomerEncryptionKey? diskEncryptionKey,
  6. String? diskSizeGb,
  7. bool? forceAttach,
  8. List<GuestOsFeature>? guestOsFeatures,
  9. int? index,
  10. AttachedDiskInitializeParams? initializeParams,
  11. String? interface,
  12. String? kind,
  13. List<String>? licenses,
  14. String? mode,
  15. String? savedState,
  16. InitialStateConfig? shieldedInstanceInitialState,
  17. String? source,
  18. String? type,
})

Implementation

AttachedDisk({
  this.architecture,
  this.autoDelete,
  this.boot,
  this.deviceName,
  this.diskEncryptionKey,
  this.diskSizeGb,
  this.forceAttach,
  this.guestOsFeatures,
  this.index,
  this.initializeParams,
  this.interface,
  this.kind,
  this.licenses,
  this.mode,
  this.savedState,
  this.shieldedInstanceInitialState,
  this.source,
  this.type,
});