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-04-02 UTC."],[[["The content provides documentation for the `SourceDiskEncryptionKey` class within the `Google.Cloud.Compute.V1` namespace, specifically outlining its structure, inheritance, and implementation of various interfaces."],["This document covers multiple versions of the `Google.Cloud.Compute.V1` package, ranging from version 1.0.0 to the latest version 3.6.0, providing links to each version's documentation for the `SourceDiskEncryptionKey` class."],["The `SourceDiskEncryptionKey` class is designed to represent a customer-supplied encryption key for a source disk, and it implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation details the class's constructor options and properties, such as `DiskEncryptionKey`, `HasSourceDisk`, and `SourceDisk`, which are used to manage encryption keys and disk URLs."],["The `SourceDiskEncryptionKey` class inherits from the base `Object` class and outlines a list of members inherited from it like `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]