public sealed class DiskResourceStatus : IMessage<DiskResourceStatus>, IEquatable<DiskResourceStatus>, IDeepCloneable<DiskResourceStatus>, IBufferMessage, IMessage
[[["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 webpage provides documentation for the `DiskResourceStatus` class within the `Google.Cloud.Compute.V1` namespace, detailing various versions from 1.0.0 to the latest 3.6.0."],["`DiskResourceStatus` is a class that implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["The documentation covers two constructors for the `DiskResourceStatus` class: a default constructor and one that accepts another `DiskResourceStatus` object as a parameter."],["The `DiskResourceStatus` class includes properties such as `AsyncPrimaryDisk`, of type `DiskResourceStatusAsyncReplicationStatus`, and `AsyncSecondaryDisks`, a map of disk names to `DiskResourceStatusAsyncReplicationStatus` messages."],["The documentation includes inherited members from the `object` base class, such as `GetHashCode`, `GetType`, and `ToString`."]]],[]]