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.
Implements
IMessageClusterTypesStateInfo, IEquatableClusterTypesStateInfo, IDeepCloneableClusterTypesStateInfo, IBufferMessage, IMessageNamespace
Google.Cloud.Redis.Cluster.V1Assembly
Google.Cloud.Redis.Cluster.V1.dll
Constructors
StateInfo()
public StateInfo()
StateInfo(StateInfo)
public StateInfo(Cluster.Types.StateInfo other)
Parameter | |
---|---|
Name | Description |
other |
ClusterTypesStateInfo |
Properties
InfoCase
public Cluster.Types.StateInfo.InfoOneofCase InfoCase { get; }
Property Value | |
---|---|
Type | Description |
ClusterTypesStateInfoInfoOneofCase |
UpdateInfo
public Cluster.Types.StateInfo.Types.UpdateInfo UpdateInfo { get; set; }
Describes ongoing update on the cluster when cluster state is UPDATING.
Property Value | |
---|---|
Type | Description |
ClusterTypesStateInfoTypesUpdateInfo |