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 in the `Google.Cloud.Compute.V1` namespace is used for managing disks protected by customer-supplied encryption keys within Google Cloud Compute."],["This class has multiple versions available, with version 3.6.0 being the latest, and older versions going back to version 1.0.0."],["It implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionalities such as message handling, equality checks, deep cloning, and buffered message capabilities."],["The class includes properties like `DiskEncryptionKey`, which allows setting a customer-supplied key for disk encryption, `HasSource`, and `Source`, the latter for specifying a URL of an existing persistent disk."],["It has two constructors, one default, and one allowing you to create a new instance based off an existing instance."]]],[]]