Class: Ansible::Ruby::Modules::Win_iis_virtualdirectory
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Win_iis_virtualdirectory
- Defined in:
- lib/ansible/ruby/modules/generated/extras/windows/win_iis_virtualdirectory.rb
Instance Method Summary collapse
-
#application ⇒ Object?
The application under which the virtual directory is created or exists.
-
#name ⇒ Object
The name of the virtual directory to create or remove.
-
#physical_path ⇒ Object?
The physical path to the folder in which the new virtual directory is created.
-
#site ⇒ Object
The site name under which the virtual directory is created or exists.
-
#state ⇒ :absent, ...
Whether to add or remove the specified virtual directory.
Methods inherited from Base
Methods inherited from Ansible::Ruby::Models::Base
attr_option, attr_options, attribute, #initialize, #to_h, validates
Constructor Details
This class inherits a constructor from Ansible::Ruby::Models::Base
Instance Method Details
#application ⇒ Object?
Returns The application under which the virtual directory is created or exists.
22 |
# File 'lib/ansible/ruby/modules/generated/extras/windows/win_iis_virtualdirectory.rb', line 22 attribute :application |
#name ⇒ Object
Returns The name of the virtual directory to create or remove.
10 |
# File 'lib/ansible/ruby/modules/generated/extras/windows/win_iis_virtualdirectory.rb', line 10 attribute :name |
#physical_path ⇒ Object?
Returns The physical path to the folder in which the new virtual directory is created. The specified folder must already exist.
25 |
# File 'lib/ansible/ruby/modules/generated/extras/windows/win_iis_virtualdirectory.rb', line 25 attribute :physical_path |
#site ⇒ Object
Returns The site name under which the virtual directory is created or exists.
18 |
# File 'lib/ansible/ruby/modules/generated/extras/windows/win_iis_virtualdirectory.rb', line 18 attribute :site |
#state ⇒ :absent, ...
Returns Whether to add or remove the specified virtual directory.
14 |
# File 'lib/ansible/ruby/modules/generated/extras/windows/win_iis_virtualdirectory.rb', line 14 attribute :state |