Class UpdateInfo (0.2.0)

UpdateInfo(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Represents information about instance with state UPDATING.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

Name Description
target_shard_count int
Output only. Target number of shards for the instance. This field is a member of oneof_ _target_shard_count.
target_replica_count int
Output only. Target number of replica nodes per shard for the instance. This field is a member of oneof_ _target_replica_count.
target_engine_version str
Output only. Target engine version for the instance. This field is a member of oneof_ _target_engine_version.
target_node_type google.cloud.memorystore_v1.types.Instance.NodeType
Output only. Target node type for the instance. This field is a member of oneof_ _target_node_type.