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.



1269
1270
1271
# File 'lib/google/apis/clouddeploy_v1/classes.rb', line 1269

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



1267
1268
1269
# File 'lib/google/apis/clouddeploy_v1/classes.rb', line 1267

def phase_configs
  @phase_configs
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1274
1275
1276
# File 'lib/google/apis/clouddeploy_v1/classes.rb', line 1274

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