class Google::Apis::DeploymentmanagerV2::TargetConfiguration

Attributes

config[RW]

Corresponds to the JSON property `config` @return [Google::Apis::DeploymentmanagerV2::ConfigFile]

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::DeploymentmanagerV2::ImportFile>]

Public Class Methods

new(**args) click to toggle source
# File generated/google/apis/deploymentmanager_v2/classes.rb, line 1094
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_v2/classes.rb, line 1099
def update!(**args)
  @config = args[:config] if args.key?(:config)
  @imports = args[:imports] if args.key?(:imports)
end