Google Cloud Memorystore for Redis (cluster management) v1 API - Class Cluster.Types.StateInfo.Types.UpdateInfo (1.0.0)

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.

Inheritance

object > Cluster.Types.StateInfo.Types.UpdateInfo

Namespace

Google.Cloud.Redis.Cluster.V1

Assembly

Google.Cloud.Redis.Cluster.V1.dll

Constructors

UpdateInfo()

public UpdateInfo()

UpdateInfo(UpdateInfo)

public UpdateInfo(Cluster.Types.StateInfo.Types.UpdateInfo other)
Parameter
NameDescription
otherClusterTypesStateInfoTypesUpdateInfo

Properties

HasTargetReplicaCount

public bool HasTargetReplicaCount { get; }

Gets whether the "target_replica_count" field is set

Property Value
TypeDescription
bool

HasTargetShardCount

public bool HasTargetShardCount { get; }

Gets whether the "target_shard_count" field is set

Property Value
TypeDescription
bool

TargetReplicaCount

public int TargetReplicaCount { get; set; }

Target number of replica nodes per shard.

Property Value
TypeDescription
int

TargetShardCount

public int TargetShardCount { get; set; }

Target number of shards for redis cluster

Property Value
TypeDescription
int