Google Cloud Deploy v1 API - Class AdvanceRolloutOperation (2.15.0)

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

Reference documentation and code samples for the Google Cloud Deploy v1 API class AdvanceRolloutOperation.

Contains the information of an automated advance-rollout operation.

Inheritance

object > AdvanceRolloutOperation

Namespace

Google.Cloud.Deploy.V1

Assembly

Google.Cloud.Deploy.V1.dll

Constructors

AdvanceRolloutOperation()

public AdvanceRolloutOperation()

AdvanceRolloutOperation(AdvanceRolloutOperation)

public AdvanceRolloutOperation(AdvanceRolloutOperation other)
Parameter
NameDescription
otherAdvanceRolloutOperation

Properties

DestinationPhase

public string DestinationPhase { get; set; }

Output only. The phase the rollout will be advanced to.

Property Value
TypeDescription
string

Rollout

public string Rollout { get; set; }

Output only. The name of the rollout that initiates the AutomationRun.

Property Value
TypeDescription
string

SourcePhase

public string SourcePhase { get; set; }

Output only. The phase of a deployment that initiated the operation.

Property Value
TypeDescription
string

Wait

public Duration Wait { get; set; }

Output only. How long the operation will be paused.

Property Value
TypeDescription
Duration