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.
Implements
IMessageCustomCanaryDeployment, IEquatableCustomCanaryDeployment, IDeepCloneableCustomCanaryDeployment, IBufferMessage, IMessageNamespace
Google.Cloud.Deploy.V1Assembly
Google.Cloud.Deploy.V1.dll
Constructors
CustomCanaryDeployment()
public CustomCanaryDeployment()
CustomCanaryDeployment(CustomCanaryDeployment)
public CustomCanaryDeployment(CustomCanaryDeployment other)
Parameter | |
---|---|
Name | Description |
other | CustomCanaryDeployment |
Properties
PhaseConfigs
public RepeatedField<CustomCanaryDeployment.Types.PhaseConfig> PhaseConfigs { get; }
Required. Configuration for each phase in the canary deployment in the order executed.
Property Value | |
---|---|
Type | Description |
RepeatedFieldCustomCanaryDeploymentTypesPhaseConfig |