GoogleCloudOsconfigV2_PolicyOrchestrator_IterationState
import type { GoogleCloudOsconfigV2_PolicyOrchestrator_IterationState } from "https://googleapis.deno.dev/v1/osconfig:v2.ts";
Describes the state of a single iteration of the orchestrator.
interface GoogleCloudOsconfigV2_PolicyOrchestrator_IterationState {
readonly error?: Status;
readonly failedActions?: bigint;
readonly finishTime?: Date;
readonly iterationId?: string;
readonly performedActions?: bigint;
readonly progress?: number;
readonly startTime?: Date;
readonly state?:
} | "STATE_UNSPECIFIED"
| "PROCESSING"
| "COMPLETED"
| "FAILED"
| "CANCELLED"
| "UNKNOWN";
§Properties
§
readonly failedActions?: bigint
[src]Output only. Number of orchestration actions which failed so far. For more details, query the Cloud Logs.
§
readonly performedActions?: bigint
[src]Output only. Overall number of actions done by the orchestrator so far.