RolloutStats
import type { RolloutStats } from "https://googleapis.deno.dev/v1/saasservicemgmt:v1beta1.ts";
RolloutStats contains information about the progress of a rollout.
interface RolloutStats {
readonly operationsByState?: Aggregate[];
}§Properties
§
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"