Class RolloutWaveDetails
Additional metadata about the status of each wave provided by the server.
Implements
Inherited Members
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class RolloutWaveDetails : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
OrchestratedWaveDetails
Output only. Additional details of the wave for products using the Orchestrated Integration model.
Declaration
[JsonProperty("orchestratedWaveDetails")]
public virtual RolloutWaveDetailsOrchestratedWaveDetails OrchestratedWaveDetails { get; set; }
Property Value
| Type | Description |
|---|---|
| RolloutWaveDetailsOrchestratedWaveDetails |
WaveDisplayName
Output only. Wave name. Ex. wave1
Declaration
[JsonProperty("waveDisplayName")]
public virtual string WaveDisplayName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
WaveNumber
Output only. System generated number for the wave.
Declaration
[JsonProperty("waveNumber")]
public virtual long? WaveNumber { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |