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/windows/win_iis_virtualdirectory.rb
Overview
Creates, Removes and configures a virtual directory in IIS.
Instance Method Summary collapse
-
#application ⇒ String?
The application under which the virtual directory is created or exists.
-
#name ⇒ String
The name of the virtual directory to create or remove.
-
#physical_path ⇒ String?
The physical path to the folder in which the new virtual directory is created.,The specified folder must already exist.
-
#site ⇒ String
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, fix_inclusion, #initialize, remove_existing_validations, #to_h, validates
Constructor Details
This class inherits a constructor from Ansible::Ruby::Models::Base
Instance Method Details
#application ⇒ String?
Returns The application under which the virtual directory is created or exists.
24 |
# File 'lib/ansible/ruby/modules/generated/windows/win_iis_virtualdirectory.rb', line 24 attribute :application |
#name ⇒ String
Returns The name of the virtual directory to create or remove.
12 |
# File 'lib/ansible/ruby/modules/generated/windows/win_iis_virtualdirectory.rb', line 12 attribute :name |
#physical_path ⇒ String?
Returns The physical path to the folder in which the new virtual directory is created.,The specified folder must already exist.
28 |
# File 'lib/ansible/ruby/modules/generated/windows/win_iis_virtualdirectory.rb', line 28 attribute :physical_path |
#site ⇒ String
Returns The site name under which the virtual directory is created or exists.
20 |
# File 'lib/ansible/ruby/modules/generated/windows/win_iis_virtualdirectory.rb', line 20 attribute :site |
#state ⇒ :absent, ...
Returns Whether to add or remove the specified virtual directory.
16 |
# File 'lib/ansible/ruby/modules/generated/windows/win_iis_virtualdirectory.rb', line 16 attribute :state |