public sealed class RolloutInfo : IMessage<RolloutInfo>, IEquatable<RolloutInfo>, IDeepCloneable<RolloutInfo>, IBufferMessage, IMessageReference documentation and code samples for the Config Delivery v1 API class RolloutInfo.
RolloutInfo represents the state of the FleetPackage at all the
clusters the rollout is targeting.
Implements
IMessageRolloutInfo, IEquatableRolloutInfo, IDeepCloneableRolloutInfo, IBufferMessage, IMessageNamespace
Google.Cloud.ConfigDelivery.V1Assembly
Google.Cloud.ConfigDelivery.V1.dll
Constructors
RolloutInfo()
public RolloutInfo()RolloutInfo(RolloutInfo)
public RolloutInfo(RolloutInfo other)| Parameter | |
|---|---|
| Name | Description |
other |
RolloutInfo |
Properties
EndTime
public Timestamp EndTime { get; set; }Output only. Time when the rollout completed.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
Message
public string Message { get; set; }Output only. Message containing additional information related to the rollout.
| Property Value | |
|---|---|
| Type | Description |
string |
|
RolloutStrategyInfo
public RolloutStrategyInfo RolloutStrategyInfo { get; set; }Output only. Rollout strategy info represents the status of execution of rollout strategy.
| Property Value | |
|---|---|
| Type | Description |
RolloutStrategyInfo |
|
StartTime
public Timestamp StartTime { get; set; }Output only. Time when the rollout started.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
State
public RolloutInfo.Types.State State { get; set; }Output only. state contains the overall status of the Rollout.
| Property Value | |
|---|---|
| Type | Description |
RolloutInfoTypesState |
|