Compute Engine v1 API - Class RolloutWaveDetails (3.28.0)

public sealed class RolloutWaveDetails : IMessage<RolloutWaveDetails>, IEquatable<RolloutWaveDetails>, IDeepCloneable<RolloutWaveDetails>, IBufferMessage, IMessage

Reference documentation and code samples for the Compute Engine v1 API class RolloutWaveDetails.

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

Inheritance

object > RolloutWaveDetails

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

RolloutWaveDetails()

public RolloutWaveDetails()

RolloutWaveDetails(RolloutWaveDetails)

public RolloutWaveDetails(RolloutWaveDetails other)
Parameter
Name Description
other RolloutWaveDetails

Properties

HasWaveDisplayName

public bool HasWaveDisplayName { get; }

Gets whether the "wave_display_name" field is set

Property Value
Type Description
bool

HasWaveNumber

public bool HasWaveNumber { get; }

Gets whether the "wave_number" field is set

Property Value
Type Description
bool

OrchestratedWaveDetails

public RolloutWaveDetailsOrchestratedWaveDetails OrchestratedWaveDetails { get; set; }

Output only. Additional details of the wave for products using the Orchestrated Integration model.

Property Value
Type Description
RolloutWaveDetailsOrchestratedWaveDetails

WaveDisplayName

public string WaveDisplayName { get; set; }

Output only. Wave name. Ex. wave1

Property Value
Type Description
string

WaveNumber

public long WaveNumber { get; set; }

Output only. System generated number for the wave.

Property Value
Type Description
long