Class Phase
Phase represents a collection of jobs that are logically grouped together for a Rollout
.
Implements
Inherited Members
Namespace: Google.Apis.CloudDeploy.v1.Data
Assembly: Google.Apis.CloudDeploy.v1.dll
Syntax
public class Phase : IDirectResponseSchema
Properties
ChildRolloutJobs
Output only. ChildRollout job composition.
Declaration
[JsonProperty("childRolloutJobs")]
public virtual ChildRolloutJobs ChildRolloutJobs { get; set; }
Property Value
Type | Description |
---|---|
ChildRolloutJobs |
DeploymentJobs
Output only. Deployment job composition.
Declaration
[JsonProperty("deploymentJobs")]
public virtual DeploymentJobs DeploymentJobs { get; set; }
Property Value
Type | Description |
---|---|
DeploymentJobs |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Id
Output only. The ID of the Phase.
Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
Type | Description |
---|---|
string |
SkipMessage
Output only. Additional information on why the Phase was skipped, if available.
Declaration
[JsonProperty("skipMessage")]
public virtual string SkipMessage { get; set; }
Property Value
Type | Description |
---|---|
string |
State
Output only. Current state of the Phase.
Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Type | Description |
---|---|
string |