Class: Ansible::Ruby::Modules::Win_environment

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/windows/win_environment.rb

Overview

Uses .net Environment to set or remove environment variables and can set at User, Machine or Process level. User level environment variables will be set, but not available until the user has logged off and on again.

Instance Method Summary collapse

Methods inherited from Base

#ansible_name, #to_h

Methods inherited from Ansible::Ruby::Models::Base

attr_option, attr_options, attribute, #initialize, remove_existing_validations, #to_h, validates

Constructor Details

This class inherits a constructor from Ansible::Ruby::Models::Base

Instance Method Details

#level:machine, ...



25
# File 'lib/ansible/ruby/modules/generated/windows/win_environment.rb', line 25

attribute :level

#nameString



17
# File 'lib/ansible/ruby/modules/generated/windows/win_environment.rb', line 17

attribute :name

#state:absent, ...



13
# File 'lib/ansible/ruby/modules/generated/windows/win_environment.rb', line 13

attribute :state

#valueString?



21
# File 'lib/ansible/ruby/modules/generated/windows/win_environment.rb', line 21

attribute :value