Show / Hide Table of Contents

Class RolloutWaveDetails

Additional metadata about the status of each wave provided by the server.

Inheritance
object
RolloutWaveDetails
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.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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX