public sealed class Instance.Types.StateInfo.Types.UpdateInfo : IMessage<Instance.Types.StateInfo.Types.UpdateInfo>, IEquatable<Instance.Types.StateInfo.Types.UpdateInfo>, IDeepCloneable<Instance.Types.StateInfo.Types.UpdateInfo>, IBufferMessage, IMessageReference documentation and code samples for the Memorystore v1beta API class Instance.Types.StateInfo.Types.UpdateInfo.
Represents information about instance with state UPDATING.
Implements
IMessageInstanceTypesStateInfoTypesUpdateInfo, IEquatableInstanceTypesStateInfoTypesUpdateInfo, IDeepCloneableInstanceTypesStateInfoTypesUpdateInfo, IBufferMessage, IMessageNamespace
Google.Cloud.Memorystore.V1BetaAssembly
Google.Cloud.Memorystore.V1Beta.dll
Constructors
UpdateInfo()
public UpdateInfo()UpdateInfo(UpdateInfo)
public UpdateInfo(Instance.Types.StateInfo.Types.UpdateInfo other)| Parameter | |
|---|---|
| Name | Description |
other |
InstanceTypesStateInfoTypesUpdateInfo |
Properties
HasTargetReplicaCount
public bool HasTargetReplicaCount { get; }Gets whether the "target_replica_count" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasTargetShardCount
public bool HasTargetShardCount { get; }Gets whether the "target_shard_count" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
TargetReplicaCount
public int TargetReplicaCount { get; set; }Output only. Target number of replica nodes per shard for the instance.
| Property Value | |
|---|---|
| Type | Description |
int |
|
TargetShardCount
public int TargetShardCount { get; set; }Output only. Target number of shards for the instance.
| Property Value | |
|---|---|
| Type | Description |
int |
|