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 latest version available for `Google.Cloud.Compute.V1.DiskResourceStatus` is 3.6.0, and this page provides documentation for this version and prior iterations."],["`DiskResourceStatus` is a sealed class that implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DiskResourceStatus` class inherits from `object` and contains two constructors, a default constructor `DiskResourceStatus()` and a constructor that takes another `DiskResourceStatus` as a parameter, `DiskResourceStatus(DiskResourceStatus other)`."],["`DiskResourceStatus` has properties to manage the status of asynchronous disk replications, such as `AsyncPrimaryDisk` and `AsyncSecondaryDisks`, which are used to define replication status."],["The `AsyncSecondaryDisks` property is a `MapField` that stores key-value pairs, where the key is a disk identifier and the value is its `AsyncReplicationStatus`."]]],[]]