CustomerEncryptionKeyProtectedDisk constructor

CustomerEncryptionKeyProtectedDisk({
  1. CustomerEncryptionKey? diskEncryptionKey,
  2. String? source,
})

Implementation

CustomerEncryptionKeyProtectedDisk({
  this.diskEncryptionKey,
  this.source,
});