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
Overview
Creates, Removes and configures a virtual directory in IIS.
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, remove_existing_validations, #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.
23 |
# File 'lib/ansible/ruby/modules/generated/extras/windows/win_iis_virtualdirectory.rb', line 23 attribute :application |
#name ⇒ Object
Returns The name of the virtual directory to create or remove.
11 |
# File 'lib/ansible/ruby/modules/generated/extras/windows/win_iis_virtualdirectory.rb', line 11 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.
26 |
# File 'lib/ansible/ruby/modules/generated/extras/windows/win_iis_virtualdirectory.rb', line 26 attribute :physical_path |
#site ⇒ Object
Returns The site name under which the virtual directory is created or exists.
19 |
# File 'lib/ansible/ruby/modules/generated/extras/windows/win_iis_virtualdirectory.rb', line 19 attribute :site |
#state ⇒ :absent, ...
Returns Whether to add or remove the specified virtual directory.
15 |
# File 'lib/ansible/ruby/modules/generated/extras/windows/win_iis_virtualdirectory.rb', line 15 attribute :state |