Show / Hide Table of Contents

Class CloudRunConfig

CloudRunConfig contains the Cloud Run runtime configuration.

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

Properties

AutomaticTrafficControl

Optional. Whether Cloud Deploy should update the traffic stanza in a Cloud Run Service on the user's behalf to facilitate traffic splitting. This is required to be true for CanaryDeployments, but optional for CustomCanaryDeployments.

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

CanaryRevisionTags

Optional. A list of tags that are added to the canary revision while the canary phase is in progress.

Declaration
[JsonProperty("canaryRevisionTags")]
public virtual IList<string> CanaryRevisionTags { get; set; }
Property Value
Type Description
IList<string>

ETag

The ETag of the item.

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

PriorRevisionTags

Optional. A list of tags that are added to the prior revision while the canary phase is in progress.

Declaration
[JsonProperty("priorRevisionTags")]
public virtual IList<string> PriorRevisionTags { get; set; }
Property Value
Type Description
IList<string>

StableRevisionTags

Optional. A list of tags that are added to the final stable revision when the stable phase is applied.

Declaration
[JsonProperty("stableRevisionTags")]
public virtual IList<string> StableRevisionTags { get; set; }
Property Value
Type Description
IList<string>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX