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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-08 UTC."],[[["This webpage provides documentation for the `SourceDiskEncryptionKey` class within the `Google.Cloud.Compute.V1` namespace, detailing its structure and usage across various versions."],["The `SourceDiskEncryptionKey` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The `SourceDiskEncryptionKey` class has two constructors: a parameterless constructor and a constructor that accepts another `SourceDiskEncryptionKey` object."],["Key properties include `DiskEncryptionKey`, which is of type `CustomerEncryptionKey`, `HasSourceDisk` which is a boolean indicating if the \"source_disk\" field is set, and `SourceDisk` which is a string containing the URL of the attached disk."],["The documentation lists the available versions of `SourceDiskEncryptionKey`, ranging from version 1.0.0 to the latest version 3.6.0, allowing users to navigate to specific version details."]]],[]]