class Google::Apis::DeploymentmanagerV2beta2::TargetConfiguration
Attributes
config[RW]
The configuration to use for this deployment. Corresponds to the JSON property `config` @return [String]
imports[RW]
Specifies any files to import for this configuration. This can be used to import templates or other files. For example, you might import a text file in order to use the file in a template. Corresponds to the JSON property `imports` @return [Array<Google::Apis::DeploymentmanagerV2beta2::ImportFile>]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/deploymentmanager_v2beta2/classes.rb, line 769 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File generated/google/apis/deploymentmanager_v2beta2/classes.rb, line 774 def update!(**args) @config = args[:config] unless args[:config].nil? @imports = args[:imports] unless args[:imports].nil? end