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 is part of the `Google.Cloud.Compute.V1` namespace and is used to manage disks encrypted with customer-supplied keys."],["The latest version of the Google Cloud Compute API referenced is 3.6.0, however version 2.0.0 was the focus of the class documentation provided."],["The class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showing its utility and functionality within the API."],["Key properties of the `CustomerEncryptionKeyProtectedDisk` class include `DiskEncryptionKey` for managing encryption keys, `HasSource` to check if a source is set, and `Source` for specifying a Persistent Disk resource URL."],["The class has two constructors, one default and another to create a copy of another instance of `CustomerEncryptionKeyProtectedDisk`."]]],[]]