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 in the `Google.Cloud.Compute.V1` namespace is used for managing disks protected by customer-supplied encryption keys within Google Cloud Compute."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` to support various functionalities like message handling, equality checks, deep cloning, and buffer operations."],["It includes properties like `DiskEncryptionKey` for managing the encryption key, `HasSource` to check if a source is specified, and `Source` to define the URL of an existing Persistent Disk resource, which is a string."],["The content provides access to various versions of this class, from version 1.0.0 to the latest, 3.6.0, offering a range of options for different development needs."],["The `CustomerEncryptionKeyProtectedDisk` class can be instantiated using two constructors, one being the default constructor, and the other a constructor that takes a `CustomerEncryptionKeyProtectedDisk` parameter."]]],[]]