AttachedDiskInitializeParams constructor

AttachedDiskInitializeParams({
  1. String? architecture,
  2. String? description,
  3. String? diskName,
  4. String? diskSizeGb,
  5. String? diskType,
  6. bool? enableConfidentialCompute,
  7. Map<String, String>? labels,
  8. List<String>? licenses,
  9. String? onUpdateAction,
  10. String? provisionedIops,
  11. String? provisionedThroughput,
  12. List<String>? replicaZones,
  13. Map<String, String>? resourceManagerTags,
  14. List<String>? resourcePolicies,
  15. String? sourceImage,
  16. CustomerEncryptionKey? sourceImageEncryptionKey,
  17. String? sourceSnapshot,
  18. CustomerEncryptionKey? sourceSnapshotEncryptionKey,
  19. String? storagePool,
})

Implementation

AttachedDiskInitializeParams({
  this.architecture,
  this.description,
  this.diskName,
  this.diskSizeGb,
  this.diskType,
  this.enableConfidentialCompute,
  this.labels,
  this.licenses,
  this.onUpdateAction,
  this.provisionedIops,
  this.provisionedThroughput,
  this.replicaZones,
  this.resourceManagerTags,
  this.resourcePolicies,
  this.sourceImage,
  this.sourceImageEncryptionKey,
  this.sourceSnapshot,
  this.sourceSnapshotEncryptionKey,
  this.storagePool,
});