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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-08 UTC."],[[["The `CustomerEncryptionKeyProtectedDisk` class in the `Google.Cloud.Compute.V1` namespace is available in multiple versions, ranging from 1.0.0 to 3.6.0 (latest)."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for functionalities such as serialization, equality checking, deep cloning, and buffer operations."],["It provides constructors for creating a new instance and for copying another `CustomerEncryptionKeyProtectedDisk` object, and it has properties including `DiskEncryptionKey`, `HasSource`, and `Source`."],["The `DiskEncryptionKey` property allows for customer-supplied encryption key to decrypt data, and the `Source` property allows to set a URL for an existing Persistent Disk resource."],["The class can be found in the Google.Cloud.Compute.V1.dll assembly."]]],[]]