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 latest version of the `CustomerEncryptionKeyProtectedDisk` is 3.6.0, which can be found in the provided links, with multiple other versions available."],["`CustomerEncryptionKeyProtectedDisk` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class `CustomerEncryptionKeyProtectedDisk` can be constructed using a default constructor or one that takes another `CustomerEncryptionKeyProtectedDisk` object as a parameter."],["The class contains two properties `DiskEncryptionKey`, which decrypts data with a customer-supplied encryption key and `Source`, which specifies a valid URL to an existing persistent disk."],["The class contains the read-only property `HasSource`, which denotes if the `source` property is set, and inherits some members from the base `Object` class, like `GetHashCode`, and `ToString`."]]],[]]