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."],[[["This webpage details the `SourceDiskEncryptionKey` class within the `Google.Cloud.Compute.V1` namespace, specifically version 2.12.0 and its history with other versions."],["The `SourceDiskEncryptionKey` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its integration within the Google Protobuf framework."],["This class offers two constructors, one default and one that accepts another `SourceDiskEncryptionKey` instance for copying, alongside inherited methods from the `object` class."],["The class has properties for `DiskEncryptionKey`, `HasSourceDisk`, and `SourceDisk`, enabling management of disk encryption keys and source disk information."],["The page provides a comprehensive list of available versions of the `SourceDiskEncryptionKey`, ranging from 1.0.0 to the latest version of 3.6.0, each with a direct link to their respective documentation."]]],[]]