Google Cloud Deploy v1 API - Class CustomCanaryDeployment (2.15.0)

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

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

CustomCanaryDeployment represents the custom canary deployment configuration.

Inheritance

object > CustomCanaryDeployment

Namespace

Google.Cloud.Deploy.V1

Assembly

Google.Cloud.Deploy.V1.dll

Constructors

CustomCanaryDeployment()

public CustomCanaryDeployment()

CustomCanaryDeployment(CustomCanaryDeployment)

public CustomCanaryDeployment(CustomCanaryDeployment other)
Parameter
NameDescription
otherCustomCanaryDeployment

Properties

PhaseConfigs

public RepeatedField<CustomCanaryDeployment.Types.PhaseConfig> PhaseConfigs { get; }

Required. Configuration for each phase in the canary deployment in the order executed.

Property Value
TypeDescription
RepeatedFieldCustomCanaryDeploymentTypesPhaseConfig