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.



1323
1324
1325
# File 'lib/google/apis/clouddeploy_v1/classes.rb', line 1323

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



1321
1322
1323
# File 'lib/google/apis/clouddeploy_v1/classes.rb', line 1321

def phase_configs
  @phase_configs
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1328
1329
1330
# File 'lib/google/apis/clouddeploy_v1/classes.rb', line 1328

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