public sealed class RolloutWaveDetailsOrchestratedWaveDetailsLocationStatus : IMessage<RolloutWaveDetailsOrchestratedWaveDetailsLocationStatus>, IEquatable<RolloutWaveDetailsOrchestratedWaveDetailsLocationStatus>, IDeepCloneable<RolloutWaveDetailsOrchestratedWaveDetailsLocationStatus>, IBufferMessage, IMessageReference documentation and code samples for the Compute Engine v1 API class RolloutWaveDetailsOrchestratedWaveDetailsLocationStatus.
Represents the status of a location in a wave.
Implements
IMessageRolloutWaveDetailsOrchestratedWaveDetailsLocationStatus, IEquatableRolloutWaveDetailsOrchestratedWaveDetailsLocationStatus, IDeepCloneableRolloutWaveDetailsOrchestratedWaveDetailsLocationStatus, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
RolloutWaveDetailsOrchestratedWaveDetailsLocationStatus()
public RolloutWaveDetailsOrchestratedWaveDetailsLocationStatus()RolloutWaveDetailsOrchestratedWaveDetailsLocationStatus(RolloutWaveDetailsOrchestratedWaveDetailsLocationStatus)
public RolloutWaveDetailsOrchestratedWaveDetailsLocationStatus(RolloutWaveDetailsOrchestratedWaveDetailsLocationStatus other)| Parameter | |
|---|---|
| Name | Description |
other |
RolloutWaveDetailsOrchestratedWaveDetailsLocationStatus |
Properties
HasState
public bool HasState { get; }Gets whether the "state" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
State
public string State { get; set; }Output only. Location state of the wave. Check the State enum for the list of possible values.
| Property Value | |
|---|---|
| Type | Description |
string |
|