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-04-09 UTC."],[[["This webpage details the `DiskResourceStatus` class within the `Google.Cloud.Compute.V1` namespace, specifically version 3.3.0, including its inheritance, interfaces, and members."],["The latest version available for this class is 3.6.0, with a range of versions from 1.0.0 to 3.6.0 listed, providing access to different documentation."],["`DiskResourceStatus` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for various functionalities such as message handling and deep cloning."],["The class has two constructors, one default and another that copies an existing `DiskResourceStatus` object, and has two properties, `AsyncPrimaryDisk` and `AsyncSecondaryDisks`, for managing asynchronous disk replication status."],["The `DiskResourceStatus` class has inherited members from `object`, such as `GetHashCode()`, `GetType()`, and `ToString()`, which allow standard object operations."]]],[]]