public sealed class DiskResourceStatusAsyncReplicationStatus : IMessage<DiskResourceStatusAsyncReplicationStatus>, IEquatable<DiskResourceStatusAsyncReplicationStatus>, IDeepCloneable<DiskResourceStatusAsyncReplicationStatus>, 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."],[[["The content focuses on the `DiskResourceStatusAsyncReplicationStatus` class within the `Google.Cloud.Compute.V1` namespace, detailing its implementation and available versions."],["Version 3.6.0 is the latest version, with a range of versions from 1.0.0 to 3.6.0 being listed, all related to this class."],["The `DiskResourceStatusAsyncReplicationStatus` class implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, and inherits from `object`."],["The class has two constructors, one default and one that takes another `DiskResourceStatusAsyncReplicationStatus` instance as a parameter."],["Key properties of this class include `HasState` (a boolean indicating if the state field is set) and `State` (a string representing the state, with an enum available for possible values)."]]],[]]