Class AdvanceRolloutOperation
Contains the information of an automated advance-rollout operation.
Implements
Inherited Members
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 |