GoogleCloudOsconfigV2_PolicyOrchestrator_OrchestrationState
import type { GoogleCloudOsconfigV2_PolicyOrchestrator_OrchestrationState } from "https://googleapis.deno.dev/v1/osconfig:v2.ts";
Describes the state of the orchestration process.
interface GoogleCloudOsconfigV2_PolicyOrchestrator_OrchestrationState {
readonly currentIterationState?: GoogleCloudOsconfigV2_PolicyOrchestrator_IterationState;
readonly previousIterationState?: GoogleCloudOsconfigV2_PolicyOrchestrator_IterationState;
}§Properties
§
readonly currentIterationState?: GoogleCloudOsconfigV2_PolicyOrchestrator_IterationState
[src]Output only. Current Wave iteration state.
§
readonly previousIterationState?: GoogleCloudOsconfigV2_PolicyOrchestrator_IterationState
[src]Output only. Previous Wave iteration state.