public sealed class DeploymentJobs : IMessage<DeploymentJobs>, IEquatable<DeploymentJobs>, IDeepCloneable<DeploymentJobs>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Deploy v1 API class DeploymentJobs.
Deployment job composition.
Implements
IMessageDeploymentJobs, IEquatableDeploymentJobs, IDeepCloneableDeploymentJobs, IBufferMessage, IMessageNamespace
Google.Cloud.Deploy.V1Assembly
Google.Cloud.Deploy.V1.dll
Constructors
DeploymentJobs()
public DeploymentJobs()
DeploymentJobs(DeploymentJobs)
public DeploymentJobs(DeploymentJobs other)
Parameter | |
---|---|
Name | Description |
other | DeploymentJobs |
Properties
DeployJob
public Job DeployJob { get; set; }
Output only. The deploy Job. This is the deploy job in the phase.
Property Value | |
---|---|
Type | Description |
Job |
PostdeployJob
public Job PostdeployJob { get; set; }
Output only. The postdeploy Job. This is the postdeploy job in the phase. This is the last job of the phase.
Property Value | |
---|---|
Type | Description |
Job |
PredeployJob
public Job PredeployJob { get; set; }
Output only. The predeploy Job. This is the predeploy job in the phase. This is the first job of the phase.
Property Value | |
---|---|
Type | Description |
Job |
VerifyJob
public Job VerifyJob { get; set; }
Output only. The verify Job. Runs after a deploy if the deploy succeeds.
Property Value | |
---|---|
Type | Description |
Job |