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."],[[["This webpage details the `CustomerEncryptionKeyProtectedDisk` class within the `Google.Cloud.Compute.V1` namespace, a component of the Google Cloud .NET library."],["The `CustomerEncryptionKeyProtectedDisk` class, which is sealed, implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` allowing it to manage data that has been encrypted by a customer."],["The most current documented version is 3.6.0, and the page lists many previous versions for this data type, all the way back to version 1.0.0, providing a version history."],["It outlines the class's inheritance hierarchy and inherited members from the base `Object` class, as well as listing the class's properties such as `DiskEncryptionKey`, `HasSource`, and `Source`."],["The class includes two constructors, a default constructor, and one that accepts another `CustomerEncryptionKeyProtectedDisk` instance as a parameter."]]],[]]