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-02 UTC."],[[["The latest version available for `DiskResourceStatus` is 3.6.0, with several earlier versions also accessible, ranging down to version 1.0.0."],["`DiskResourceStatus` is a sealed class within the `Google.Cloud.Compute.V1` namespace, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DiskResourceStatus` class includes properties such as `AsyncPrimaryDisk` and `AsyncSecondaryDisks`, which provide information related to asynchronous disk replication status."],["This class has two constructors, a default constructor with no parameters and one that accepts another `DiskResourceStatus` object."],["The assembly for this class is `Google.Cloud.Compute.V1.dll`, and it inherits from the base `object` class."]]],[]]