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-21 UTC."],[[["This webpage provides documentation for the `SourceDiskEncryptionKey` class within the `Google.Cloud.Compute.V1` namespace, specifically in version 2.14.0 and various other versions, ranging from 1.0.0 to 3.6.0."],["The `SourceDiskEncryptionKey` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, as part of the Google Cloud Compute .NET library."],["The class includes properties like `DiskEncryptionKey`, `HasSourceDisk`, and `SourceDisk`, allowing for management of customer-supplied encryption keys and source disk URLs."],["The `SourceDiskEncryptionKey` class has two constructors: a default constructor and one to create an instance from an existing `SourceDiskEncryptionKey` object."],["The `SourceDiskEncryptionKey` class inherits members such as `GetHashCode`, `GetType`, and `ToString` from the `object` class, expanding its available functionalities."]]],[]]