Class GoogleCloudOsconfigV2betaPolicyOrchestratorOrchestrationState
Describes the state of the orchestration process.
Implements
Inherited Members
Namespace: Google.Apis.OSConfig.v2beta.Data
Assembly: Google.Apis.OSConfig.v2beta.dll
Syntax
public class GoogleCloudOsconfigV2betaPolicyOrchestratorOrchestrationState : IDirectResponseSchema
Properties
CurrentIterationState
Output only. Current Wave iteration state.
Declaration
[JsonProperty("currentIterationState")]
public virtual GoogleCloudOsconfigV2betaPolicyOrchestratorIterationState CurrentIterationState { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudOsconfigV2betaPolicyOrchestratorIterationState |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
PreviousIterationState
Output only. Previous Wave iteration state.
Declaration
[JsonProperty("previousIterationState")]
public virtual GoogleCloudOsconfigV2betaPolicyOrchestratorIterationState PreviousIterationState { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudOsconfigV2betaPolicyOrchestratorIterationState |