Class Strategy
Strategy contains deployment strategy information.
Implements
Inherited Members
Namespace: Google.Apis.CloudDeploy.v1.Data
Assembly: Google.Apis.CloudDeploy.v1.dll
Syntax
public class Strategy : IDirectResponseSchemaProperties
Canary
Optional. Canary deployment strategy provides progressive percentage based deployments to a Target.
Declaration
[JsonProperty("canary")]
public virtual Canary Canary { get; set; }Property Value
| Type | Description | 
|---|---|
| Canary | 
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
Standard
Optional. Standard deployment strategy executes a single deploy and allows verifying the deployment.
Declaration
[JsonProperty("standard")]
public virtual Standard Standard { get; set; }Property Value
| Type | Description | 
|---|---|
| Standard |