public sealed class Strategy : IMessage<Strategy>, IEquatable<Strategy>, IDeepCloneable<Strategy>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Deploy v1 API class Strategy.
Strategy contains deployment strategy information.
Namespace
Google.Cloud.Deploy.V1Assembly
Google.Cloud.Deploy.V1.dll
Constructors
Strategy()
public Strategy()Strategy(Strategy)
public Strategy(Strategy other)| Parameter | |
|---|---|
| Name | Description |
other |
Strategy |
Properties
Canary
public Canary Canary { get; set; }Optional. Canary deployment strategy provides progressive percentage based deployments to a Target.
| Property Value | |
|---|---|
| Type | Description |
Canary |
|
DeploymentStrategyCase
public Strategy.DeploymentStrategyOneofCase DeploymentStrategyCase { get; }| Property Value | |
|---|---|
| Type | Description |
StrategyDeploymentStrategyOneofCase |
|
Standard
public Standard Standard { get; set; }Optional. Standard deployment strategy executes a single deploy and allows verifying the deployment.
| Property Value | |
|---|---|
| Type | Description |
Standard |
|