public sealed class Cluster.Types.StateInfo.Types.UpdateInfo : IMessage<Cluster.Types.StateInfo.Types.UpdateInfo>, IEquatable<Cluster.Types.StateInfo.Types.UpdateInfo>, IDeepCloneable<Cluster.Types.StateInfo.Types.UpdateInfo>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Memorystore for Redis (cluster management) v1 API class Cluster.Types.StateInfo.Types.UpdateInfo.
Represents information about an updating cluster.
Implements
IMessageClusterTypesStateInfoTypesUpdateInfo, IEquatableClusterTypesStateInfoTypesUpdateInfo, IDeepCloneableClusterTypesStateInfoTypesUpdateInfo, IBufferMessage, IMessageNamespace
Google.Cloud.Redis.Cluster.V1Assembly
Google.Cloud.Redis.Cluster.V1.dll
Constructors
UpdateInfo()
public UpdateInfo()
UpdateInfo(UpdateInfo)
public UpdateInfo(Cluster.Types.StateInfo.Types.UpdateInfo other)
Parameter | |
---|---|
Name | Description |
other |
ClusterTypesStateInfoTypesUpdateInfo |
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; }
Target number of replica nodes per shard.
Property Value | |
---|---|
Type | Description |
int |
TargetShardCount
public int TargetShardCount { get; set; }
Target number of shards for redis cluster
Property Value | |
---|---|
Type | Description |
int |