PersistentDiskDefaults constructor
      
      PersistentDiskDefaults({ 
    
    
- Map<String, String> ? additionalLabels,
- String? diskName,
- String? diskType,
- Encryption? encryption,
- int? sourceDiskNumber,
- VmAttachmentDetails? vmAttachmentDetails,
Implementation
PersistentDiskDefaults({
  this.additionalLabels,
  this.diskName,
  this.diskType,
  this.encryption,
  this.sourceDiskNumber,
  this.vmAttachmentDetails,
});