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 : IDirectResponseSchema
Properties
Canary
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
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 |