Image constructor

Image({
  1. String? architecture,
  2. int? archiveSizeBytes,
  3. String? creationTimestamp,
  4. DeprecationStatus? deprecated,
  5. String? description,
  6. int? diskSizeGb,
  7. bool? enableConfidentialCompute,
  8. String? family,
  9. List<GuestOsFeature> guestOsFeatures = const [],
  10. BigInt? id,
  11. CustomerEncryptionKey? imageEncryptionKey,
  12. String? kind,
  13. String? labelFingerprint,
  14. Map<String, String> labels = const {},
  15. List<int> licenseCodes = const [],
  16. List<String> licenses = const [],
  17. String? name,
  18. ImageParams? params,
  19. RawDisk? rawDisk,
  20. bool? satisfiesPzi,
  21. bool? satisfiesPzs,
  22. String? selfLink,
  23. InitialStateConfig? shieldedInstanceInitialState,
  24. String? sourceDisk,
  25. CustomerEncryptionKey? sourceDiskEncryptionKey,
  26. String? sourceDiskId,
  27. String? sourceImage,
  28. CustomerEncryptionKey? sourceImageEncryptionKey,
  29. String? sourceImageId,
  30. String? sourceSnapshot,
  31. CustomerEncryptionKey? sourceSnapshotEncryptionKey,
  32. String? sourceSnapshotId,
  33. String? sourceType,
  34. String? status,
  35. List<String> storageLocations = const [],
})

Implementation

Image({
  this.architecture,
  this.archiveSizeBytes,
  this.creationTimestamp,
  this.deprecated,
  this.description,
  this.diskSizeGb,
  this.enableConfidentialCompute,
  this.family,
  this.guestOsFeatures = const [],
  this.id,
  this.imageEncryptionKey,
  this.kind,
  this.labelFingerprint,
  this.labels = const {},
  this.licenseCodes = const [],
  this.licenses = const [],
  this.name,
  this.params,
  this.rawDisk,
  this.satisfiesPzi,
  this.satisfiesPzs,
  this.selfLink,
  this.shieldedInstanceInitialState,
  this.sourceDisk,
  this.sourceDiskEncryptionKey,
  this.sourceDiskId,
  this.sourceImage,
  this.sourceImageEncryptionKey,
  this.sourceImageId,
  this.sourceSnapshot,
  this.sourceSnapshotEncryptionKey,
  this.sourceSnapshotId,
  this.sourceType,
  this.status,
  this.storageLocations = const [],
}) : super(fullyQualifiedName);