Show / Hide Table of Contents

Class AdvanceRolloutOperation

Contains the information of an automated advance-rollout operation.

Inheritance
object
AdvanceRolloutOperation
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudDeploy.v1.Data
Assembly: Google.Apis.CloudDeploy.v1.dll
Syntax
public class AdvanceRolloutOperation : IDirectResponseSchema

Properties

DestinationPhase

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

Declaration
[JsonProperty("destinationPhase")]
public virtual string DestinationPhase { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Rollout

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

Declaration
[JsonProperty("rollout")]
public virtual string Rollout { get; set; }
Property Value
Type Description
string

SourcePhase

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

Declaration
[JsonProperty("sourcePhase")]
public virtual string SourcePhase { get; set; }
Property Value
Type Description
string

Wait

Output only. How long the operation will be paused.

Declaration
[JsonProperty("wait")]
public virtual object Wait { get; set; }
Property Value
Type Description
object

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX