Show / Hide Table of Contents

Class Canary

Canary represents the canary deployment strategy.

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

Properties

CanaryDeployment

Optional. Configures the progressive based deployment for a Target.

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

CustomCanaryDeployment

Optional. Configures the progressive based deployment for a Target, but allows customizing at the phase level where a phase represents each of the percentage deployments.

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

ETag

The ETag of the item.

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

RuntimeConfig

Optional. Runtime specific configurations for the deployment strategy. The runtime configuration is used to determine how Cloud Deploy will split traffic to enable a progressive deployment.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX