Config Delivery v1beta API - Class RolloutInfo (1.0.0-beta01)

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

Reference documentation and code samples for the Config Delivery v1beta API class RolloutInfo.

RolloutInfo represents the state of the FleetPackage at all the clusters the rollout is targeting.

Inheritance

object > RolloutInfo

Namespace

Google.Cloud.ConfigDelivery.V1Beta

Assembly

Google.Cloud.ConfigDelivery.V1Beta.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