public sealed class SourceDiskEncryptionKey : IMessage<SourceDiskEncryptionKey>, IEquatable<SourceDiskEncryptionKey>, IDeepCloneable<SourceDiskEncryptionKey>, IBufferMessage, IMessage
URL of the disk attached to the source instance. This can be a full or valid partial URL. For example, the following are valid values: - https://www.googleapis.com/compute/v1/projects/project/zones/zone /disks/disk - projects/project/zones/zone/disks/disk - zones/zone/disks/disk
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-08 UTC."],[[["The `SourceDiskEncryptionKey` class is part of the `Google.Cloud.Compute.V1` namespace and is found within the `Google.Cloud.Compute.V1.dll` assembly, offering functionalities related to disk encryption in Google Cloud Compute."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["It provides two constructors, a default constructor `SourceDiskEncryptionKey()` and an overload `SourceDiskEncryptionKey(SourceDiskEncryptionKey other)` for creating a copy of another `SourceDiskEncryptionKey` instance."],["Key properties of this class are `DiskEncryptionKey`, which represents the customer-supplied encryption key of the source disk, and `SourceDisk`, which is the URL of the disk attached to the source instance."],["There is a history of this class, and the latest version is 3.6.0, while the current document context is version 2.16.0, with other versions listed from 1.0.0 up to the latest."]]],[]]