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.2.0, found in the `Google.Cloud.Compute.V1.dll` assembly."],["The `DiskResourceStatus` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["The class offers two constructors: a default constructor and one that takes another `DiskResourceStatus` object as a parameter for copying."],["Key properties of the class include `AsyncPrimaryDisk`, of type `DiskResourceStatusAsyncReplicationStatus`, and `AsyncSecondaryDisks`, a `MapField` that associates disk strings with `DiskResourceStatusAsyncReplicationStatus` objects."],["The page provides a version history of the DiskResourceStatus, starting from version 1.0.0 up until the latest version of 3.6.0, with hyperlinks leading to the associated documentation for each of the versions."]]],[]]