Show / Hide Table of Contents

Class GoogleCloudOsconfigV2PolicyOrchestratorOrchestrationState

Describes the state of the orchestration process.

Inheritance
object
GoogleCloudOsconfigV2PolicyOrchestratorOrchestrationState
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.OSConfig.v2.Data
Assembly: Google.Apis.OSConfig.v2.dll
Syntax
public class GoogleCloudOsconfigV2PolicyOrchestratorOrchestrationState : IDirectResponseSchema

Properties

CurrentIterationState

Output only. Current Wave iteration state.

Declaration
[JsonProperty("currentIterationState")]
public virtual GoogleCloudOsconfigV2PolicyOrchestratorIterationState CurrentIterationState { get; set; }
Property Value
Type Description
GoogleCloudOsconfigV2PolicyOrchestratorIterationState

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 GoogleCloudOsconfigV2PolicyOrchestratorIterationState PreviousIterationState { get; set; }
Property Value
Type Description
GoogleCloudOsconfigV2PolicyOrchestratorIterationState

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX