Show / Hide Table of Contents

Class Standard

Standard represents the standard deployment strategy.

Inheritance
object
Standard
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 Standard : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Postdeploy

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

Declaration
[JsonProperty("postdeploy")]
public virtual Postdeploy Postdeploy { get; set; }
Property Value
Type Description
Postdeploy

Predeploy

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

Declaration
[JsonProperty("predeploy")]
public virtual Predeploy Predeploy { get; set; }
Property Value
Type Description
Predeploy

Verify

Optional. Whether to verify a deployment via skaffold verify.

Declaration
[JsonProperty("verify")]
public virtual bool? Verify { get; set; }
Property Value
Type Description
bool?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX