Class PerStageSoakDurationOverrides
Configuration for per-stage soak duration overrides.
Implements
Inherited Members
Namespace: Google.Apis.GKEHub.v1.Data
Assembly: Google.Apis.GKEHub.v1.dll
Syntax
public class PerStageSoakDurationOverrides : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
StageOverrides
Required. A mapping of stage numbers to their respective desired soak durations. Key is the stage number, value is the desired soak duration. Stages omitted from the map will receive the standard soak duration configured on the sequence for that stage.
Declaration
[JsonProperty("stageOverrides")]
public virtual IDictionary<string, object> StageOverrides { get; set; }
Property Value
| Type | Description |
|---|---|
| IDictionary<string, object> |