Google Cloud Deploy v1 API - Class Strategy (2.15.0)

public sealed class Strategy : IMessage<Strategy>, IEquatable<Strategy>, IDeepCloneable<Strategy>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Deploy v1 API class Strategy.

Strategy contains deployment strategy information.

Inheritance

object > Strategy

Namespace

Google.Cloud.Deploy.V1

Assembly

Google.Cloud.Deploy.V1.dll

Constructors

Strategy()

public Strategy()

Strategy(Strategy)

public Strategy(Strategy other)
Parameter
NameDescription
otherStrategy

Properties

Canary

public Canary Canary { get; set; }

Canary deployment strategy provides progressive percentage based deployments to a Target.

Property Value
TypeDescription
Canary

DeploymentStrategyCase

public Strategy.DeploymentStrategyOneofCase DeploymentStrategyCase { get; }
Property Value
TypeDescription
StrategyDeploymentStrategyOneofCase

Standard

public Standard Standard { get; set; }

Standard deployment strategy executes a single deploy and allows verifying the deployment.

Property Value
TypeDescription
Standard