Reference documentation and code samples for the App Lifecycle Manager V1BETA1 API class Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::RolloutStats.
RolloutStats contains information about the progress of a rollout.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#estimated_total_unit_count
def estimated_total_unit_count() -> ::Integer- (::Integer) — Optional. Output only. Estimated number of units based. The estimation is computed upon creation of the rollout.
#operations_by_state
def operations_by_state() -> ::Array<::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::Aggregate>-
(::Array<::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::Aggregate>) —
Optional. Output only. Unordered list. 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"