Class ReplicaComputeCapacity (3.51.0)

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

ReplicaComputeCapacity describes the amount of server resources that are allocated to each replica identified by the replica selection.

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

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

Attributes

Name Description
replica_selection google.cloud.spanner_admin_instance_v1.types.ReplicaSelection
Required. Identifies replicas by specified properties. All replicas in the selection have the same amount of compute capacity.
node_count int
The number of nodes allocated to each replica. This may be zero in API responses for instances that are not yet in state READY. This field is a member of oneof_ compute_capacity.
processing_units int
The number of processing units allocated to each replica. This may be zero in API responses for instances that are not yet in state READY. This field is a member of oneof_ compute_capacity.