public sealed class CustomerEncryptionKeyProtectedDisk : IMessage<CustomerEncryptionKeyProtectedDisk>, IEquatable<CustomerEncryptionKeyProtectedDisk>, IDeepCloneable<CustomerEncryptionKeyProtectedDisk>, IBufferMessage, IMessage
Specifies a valid partial or full URL to an existing Persistent Disk resource. This field is only applicable for persistent disks. For example: "source": "/compute/v1/projects/project_id/zones/zone/disks/ disk_name
[[["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 `CustomerEncryptionKeyProtectedDisk` class within the `Google.Cloud.Compute.V1` namespace in the .NET environment."],["The latest version of the documentation available for this class is version 3.6.0, with historical versions going as far back as 1.0.0."],["The `CustomerEncryptionKeyProtectedDisk` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting from the `object` class."],["Key properties of the `CustomerEncryptionKeyProtectedDisk` class include `DiskEncryptionKey`, which handles data decryption with a customer-supplied encryption key, and `Source`, which specifies the URL of a Persistent Disk resource."],["The class has 2 constructors available, one default and one that accepts another `CustomerEncryptionKeyProtectedDisk` object as a parameter."]]],[]]