Memorystore v1beta API - Class Instance.Types.StateInfo.Types.UpdateInfo (1.0.0-beta05)

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, IMessage

Reference documentation and code samples for the Memorystore v1beta API class Instance.Types.StateInfo.Types.UpdateInfo.

Represents information about instance with state UPDATING.

Inheritance

object > Instance.Types.StateInfo.Types.UpdateInfo

Namespace

Google.Cloud.Memorystore.V1Beta

Assembly

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