Google Cloud Deploy v1 API - Class Standard (2.15.0)

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

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

Standard represents the standard deployment strategy.

Inheritance

object > Standard

Namespace

Google.Cloud.Deploy.V1

Assembly

Google.Cloud.Deploy.V1.dll

Constructors

Standard()

public Standard()

Standard(Standard)

public Standard(Standard other)
Parameter
NameDescription
otherStandard

Properties

Postdeploy

public Postdeploy Postdeploy { get; set; }

Optional. Configuration for the postdeploy job. If this is not configured, postdeploy job will not be present.

Property Value
TypeDescription
Postdeploy

Predeploy

public Predeploy Predeploy { get; set; }

Optional. Configuration for the predeploy job. If this is not configured, predeploy job will not be present.

Property Value
TypeDescription
Predeploy

Verify

public bool Verify { get; set; }

Whether to verify a deployment.

Property Value
TypeDescription
bool