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-31 UTC."],[[["This webpage details the `DiskResourceStatus` class within the `Google.Cloud.Compute.V1` namespace, specifically version 3.1.0, including its inheritance, interfaces, and members."],["The latest version available is 3.6.0, with various prior versions listed, ranging down to 1.0.0, for the `DiskResourceStatus` resource."],["The `DiskResourceStatus` class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["The class has two constructors, `DiskResourceStatus()` and `DiskResourceStatus(DiskResourceStatus other)`, and exposes two properties: `AsyncPrimaryDisk` and `AsyncSecondaryDisks`."],["The property `AsyncSecondaryDisks` uses a `MapField` with a string key and `DiskResourceStatusAsyncReplicationStatus` value to represent secondary disks."]]],[]]