Class RolloutRolloutEntityOrchestratedEntity
This message is used if the resource type follows the Orchestrated integration model with ProgressiveRollout.
Implements
Inherited Members
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class RolloutRolloutEntityOrchestratedEntity : IDirectResponseSchema
Properties
ConflictBehavior
Required. Specifies the behavior of the Rollout if an out of band update is detected in a project during a Rollout. It can be one of the following values: 1) overwrite : Overwrite the local value with the rollout value. 2) no_overwrite : Do not overwrite the local value with the rollout value.
Declaration
[JsonProperty("conflictBehavior")]
public virtual string ConflictBehavior { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
OrchestrationAction
Required. Orchestration action during the Rollout. It can be one of the following values: 1) "update": Resources will be updated by the rollout. 2) "delete": Resources will be deleted by the rollout.
Declaration
[JsonProperty("orchestrationAction")]
public virtual string OrchestrationAction { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
OrchestrationSource
Required. Fully qualified resource name of the resource which contains the source of truth of the configuration being rolled out across locations/projects. For example, in the case of a global Rollout which is applied across regions, this contains the name of the global resource created by the user which contains a payload for a resource that is orchestrated across regions. This follows the following format: //.googleapis.com/projects//locations/global// e.g. //osconfig.googleapis.com/projects/1/locations/global/policyOrchestrators/po1
Declaration
[JsonProperty("orchestrationSource")]
public virtual string OrchestrationSource { get; set; }
Property Value
| Type | Description |
|---|---|
| string |