public sealed class Instance.Types.StateInfo : IMessage<Instance.Types.StateInfo>, IEquatable<Instance.Types.StateInfo>, IDeepCloneable<Instance.Types.StateInfo>, IBufferMessage, IMessageReference documentation and code samples for the Memorystore v1beta API class Instance.Types.StateInfo.
Additional information about the state of the instance.
Implements
IMessageInstanceTypesStateInfo, IEquatableInstanceTypesStateInfo, IDeepCloneableInstanceTypesStateInfo, IBufferMessage, IMessageNamespace
Google.Cloud.Memorystore.V1BetaAssembly
Google.Cloud.Memorystore.V1Beta.dll
Constructors
StateInfo()
public StateInfo()StateInfo(StateInfo)
public StateInfo(Instance.Types.StateInfo other)| Parameter | |
|---|---|
| Name | Description |
other |
InstanceTypesStateInfo |
Properties
InfoCase
public Instance.Types.StateInfo.InfoOneofCase InfoCase { get; }| Property Value | |
|---|---|
| Type | Description |
InstanceTypesStateInfoInfoOneofCase |
|
UpdateInfo
public Instance.Types.StateInfo.Types.UpdateInfo UpdateInfo { get; set; }Output only. Describes ongoing update when instance state is UPDATING.
| Property Value | |
|---|---|
| Type | Description |
InstanceTypesStateInfoTypesUpdateInfo |
|