Show / Hide Table of Contents

Class GoogleCloudOsconfigV2betaPolicyOrchestratorOrchestrationState

Describes the state of the orchestration process.

Inheritance
object
GoogleCloudOsconfigV2betaPolicyOrchestratorOrchestrationState
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX