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 latest version available for `CustomerEncryptionKeyProtectedDisk` is 3.6.0, and the content provides access to this version alongside historical versions dating back to 1.0.0."],["`CustomerEncryptionKeyProtectedDisk` is a sealed class within the `Google.Cloud.Compute.V1` namespace and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `Object` and includes methods like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`, it also has two constructors, a default one and one that takes a `CustomerEncryptionKeyProtectedDisk` object."],["Key properties of the `CustomerEncryptionKeyProtectedDisk` class include `DiskEncryptionKey`, which handles customer-supplied encryption keys, and `Source`, which specifies a URL to a Persistent Disk resource."]]],[]]