CustomerEncryptionKeyProtectedDisk constructor
      
      CustomerEncryptionKeyProtectedDisk({ 
    
    
- CustomerEncryptionKey? diskEncryptionKey,
- String? source,
Implementation
CustomerEncryptionKeyProtectedDisk({
  this.diskEncryptionKey,
  this.source,
});