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-04-09 UTC."],[[["This webpage details the `CustomerEncryptionKeyProtectedDisk` class within the `Google.Cloud.Compute.V1` namespace, highlighting its role in managing disks encrypted with customer-supplied keys."],["The latest version documented is 3.6.0, and the page specifically refers to version 3.2.0 of `CustomerEncryptionKeyProtectedDisk`, with documentation links for various other versions dating back to 1.0.0."],["`CustomerEncryptionKeyProtectedDisk` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is derived from the base `object` class."],["The class includes properties like `DiskEncryptionKey`, `HasSource`, and `Source`, which are crucial for handling disk encryption and referencing persistent disk resources."],["The class features two constructors, a parameterless one and one that accepts another instance of `CustomerEncryptionKeyProtectedDisk` for cloning purposes."]]],[]]