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 found within the `Google.Cloud.Compute.V1.dll` assembly, representing version 2.2.0."],["This class implements multiple interfaces including `IMessage`, `IEquatable\u003cSourceDiskEncryptionKey\u003e`, `IDeepCloneable\u003cSourceDiskEncryptionKey\u003e`, and `IBufferMessage`."],["The class provides properties such as `DiskEncryptionKey` to manage the customer-supplied encryption key for the source disk, and `SourceDisk` to handle the URL of the attached disk, and `HasSourceDisk` to check if the source_disk is set."],["The provided content lists various versions of the Google.Cloud.Compute.V1 package, ranging from version 1.0.0 to the latest version 3.6.0, each with its specific `SourceDiskEncryptionKey` documentation."],["There are two constructors for the `SourceDiskEncryptionKey` class, one parameterless and one accepting another `SourceDiskEncryptionKey` object to copy."]]],[]]