AttachedDiskInitializeParams constructor

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

Implementation

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