Class RolloutStats (0.2.0)

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

RolloutStats contains information about the progress of a rollout.

Attribute

Name Description
operations_by_state MutableSequence[google.cloud.saasplatform_saasservicemgmt_v1beta1.types.Aggregate]
Output only. A breakdown of the progress of operations triggered by the rollout. Provides a count of Operations by their state. This can be used to determine the number of units which have been updated, or are scheduled to be updated. There will be at most one entry per group. Possible values for operation groups are: - "SCHEDULED" - "PENDING" - "RUNNING" - "SUCCEEDED" - "FAILED" - "CANCELLED".