Class: Google::Apis::ClouddeployV1::CustomCanaryDeployment

Inherits:
Object
  • Object
show all
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

Constructor Details

#initialize(**args) ⇒ CustomCanaryDeployment

Returns a new instance of CustomCanaryDeployment.



1342
1343
1344
# File 'lib/google/apis/clouddeploy_v1/classes.rb', line 1342

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#phase_configsArray<Google::Apis::ClouddeployV1::PhaseConfig>

Required. Configuration for each phase in the canary deployment in the order executed. Corresponds to the JSON property phaseConfigs



1340
1341
1342
# File 'lib/google/apis/clouddeploy_v1/classes.rb', line 1340

def phase_configs
  @phase_configs
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1347
1348
1349
# File 'lib/google/apis/clouddeploy_v1/classes.rb', line 1347

def update!(**args)
  @phase_configs = args[:phase_configs] if args.key?(:phase_configs)
end