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"]],[["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."],[[["The `CustomerEncryptionKeyProtectedDisk` class, part of the `Google.Cloud.Compute.V1` namespace, is used to manage disks encrypted with customer-supplied keys."],["This class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` to support various functionalities, including message handling, equality checks, deep cloning, and buffer operations."],["The `CustomerEncryptionKeyProtectedDisk` class has properties for `DiskEncryptionKey`, which is of type `CustomerEncryptionKey`, and `Source`, which is a string representing a URL to a persistent disk."],["The latest version available for `CustomerEncryptionKeyProtectedDisk` is version 3.6.0, and there are numerous prior versions, going as far back as version 1.0.0, all accessible for reference."],["The class provides two constructors, one parameterless and another that takes another `CustomerEncryptionKeyProtectedDisk` object for duplication, and it inherits functionalities from the base `Object` class."]]],[]]