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 `SourceDiskEncryptionKey` class is part of the `Google.Cloud.Compute.V1` namespace and is found within the `Google.Cloud.Compute.V1.dll` assembly, representing version 1.4.0."],["This class implements multiple interfaces including `IMessage`, `IEquatable\u003cSourceDiskEncryptionKey\u003e`, `IDeepCloneable\u003cSourceDiskEncryptionKey\u003e`, and `IBufferMessage`."],["The class has two constructors: a default constructor `SourceDiskEncryptionKey()` and another `SourceDiskEncryptionKey(SourceDiskEncryptionKey other)` that takes a `SourceDiskEncryptionKey` object as a parameter."],["`SourceDiskEncryptionKey` has properties for managing disk encryption, including `DiskEncryptionKey` of type `CustomerEncryptionKey`, `HasSourceDisk` which is a boolean, and `SourceDisk` which is a string representing the URL of a disk attached to a source instance."],["The webpage lists a history of versions available, ranging from the latest 3.6.0 down to 1.0.0, all related to the `SourceDiskEncryptionKey` class within the `Google.Cloud.Compute.V1` package."]]],[]]