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, showing it's part of the Google Cloud Compute API and is found in the `Google.Cloud.Compute.V1.dll` assembly."],["The `CustomerEncryptionKeyProtectedDisk` class is a sealed class that implements several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes constructors for creating a new instance and for creating a copy, also it contains the properties `DiskEncryptionKey`, `HasSource` and `Source` that are used to handle customer-supplied encryption keys and disk source details."],["The documentation provided covers versions from 1.0.0 up to the latest 3.6.0, with the current page showing version 2.10.0."],["The `CustomerEncryptionKeyProtectedDisk` class inherits from `object` and has methods inherited from it such as `GetHashCode()`, `GetType()` and `ToString()`."]]],[]]