V2Policy Orchestrator Orchestration State
data class V2PolicyOrchestratorOrchestrationState(val currentIterationStates: List<V2PolicyOrchestratorOrchestrationStateCurrentIterationState>? = null, val previousIterationState: V2PolicyOrchestratorOrchestrationStatePreviousIterationState? = null)
Constructors
Link copied to clipboard
constructor(currentIterationStates: List<V2PolicyOrchestratorOrchestrationStateCurrentIterationState>? = null, previousIterationState: V2PolicyOrchestratorOrchestrationStatePreviousIterationState? = null)
Properties
Link copied to clipboard
val currentIterationStates: List<V2PolicyOrchestratorOrchestrationStateCurrentIterationState>? = null
(Output) Describes the state of a single iteration of the orchestrator. Structure is documented below.
Link copied to clipboard
Describes the state of a single iteration of the orchestrator. Structure is documented below.