Class: Google::Apis::ClouddeployV1::CustomCanaryDeployment
- Inherits:
-
Object
- Object
- Google::Apis::ClouddeployV1::CustomCanaryDeployment
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/clouddeploy_v1/classes.rb,
lib/google/apis/clouddeploy_v1/representations.rb,
lib/google/apis/clouddeploy_v1/representations.rb
Overview
CustomCanaryDeployment represents the custom canary deployment configuration.
Instance Attribute Summary collapse
Instance Method Summary collapse
-
#initialize(**args) ⇒ CustomCanaryDeployment
constructor
A new instance of CustomCanaryDeployment.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ CustomCanaryDeployment
Returns a new instance of CustomCanaryDeployment.
1298 1299 1300 |
# File 'lib/google/apis/clouddeploy_v1/classes.rb', line 1298 def initialize(**args) update!(**args) end |
Instance Attribute Details
#phase_configs ⇒ Array<Google::Apis::ClouddeployV1::PhaseConfig>
Required. Configuration for each phase in the canary deployment in the order
executed.
Corresponds to the JSON property phaseConfigs
1296 1297 1298 |
# File 'lib/google/apis/clouddeploy_v1/classes.rb', line 1296 def phase_configs @phase_configs end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1303 1304 1305 |
# File 'lib/google/apis/clouddeploy_v1/classes.rb', line 1303 def update!(**args) @phase_configs = args[:phase_configs] if args.key?(:phase_configs) end |