PersistentDiskDefaults constructor

PersistentDiskDefaults({
  1. Map<String, String>? additionalLabels,
  2. String? diskName,
  3. String? diskType,
  4. Encryption? encryption,
  5. int? sourceDiskNumber,
  6. VmAttachmentDetails? vmAttachmentDetails,
})

Implementation

PersistentDiskDefaults({
  this.additionalLabels,
  this.diskName,
  this.diskType,
  this.encryption,
  this.sourceDiskNumber,
  this.vmAttachmentDetails,
});