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"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-24 UTC."],[[["The `SourceDiskEncryptionKey` class is part of the `Google.Cloud.Compute.V1` namespace and is used for handling customer-supplied encryption keys for source disks."],["Version 3.6.0 is the latest version available for `SourceDiskEncryptionKey`, and multiple previous versions are also listed."],["The class implements several interfaces, including `IMessage\u003cSourceDiskEncryptionKey\u003e`, `IEquatable\u003cSourceDiskEncryptionKey\u003e`, `IDeepCloneable\u003cSourceDiskEncryptionKey\u003e`, `IBufferMessage`, and `IMessage`, indicating its capabilities for message handling, equality comparison, deep cloning, and buffering."],["The `SourceDiskEncryptionKey` class has two constructors: one default and another that takes another `SourceDiskEncryptionKey` object, allowing for object creation and copying."],["The class includes properties such as `DiskEncryptionKey` (of type `CustomerEncryptionKey`) for the encryption key, `HasSourceDisk` to check if the source disk is set, and `SourceDisk` (a string) to store the URL of the attached source disk."]]],[]]