public sealed class Cluster.Types.StateInfo : IMessage<Cluster.Types.StateInfo>, IEquatable<Cluster.Types.StateInfo>, IDeepCloneable<Cluster.Types.StateInfo>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Memorystore for Redis (cluster management) v1 API class Cluster.Types.StateInfo.
Represents additional information about the state of the cluster.
[[["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."],[[["This document provides reference information for the `Cluster.Types.StateInfo` class, which is part of the Google Cloud Memorystore for Redis (cluster management) v1 API."],["The `Cluster.Types.StateInfo` class represents additional details about the state of a cluster and inherits from the `object` class, while also implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["There are multiple versions of the class available, with 1.4.0 being the latest version, and this specific documentation is for version 1.1.0 of the class."],["The class has two constructors: a default `StateInfo()` constructor, and a `StateInfo(StateInfo other)` constructor that allows for creating an instance by copying another `StateInfo` object."],["The class has properties such as `InfoCase`, which indicates what data is currently in use, and `UpdateInfo`, which describes the state of an ongoing cluster update."]]],[]]