Class: Ansible::Ruby::Modules::Win_iis_webapplication
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Win_iis_webapplication
- Defined in:
- lib/ansible/ruby/modules/generated/extras/windows/win_iis_webapplication.rb
Overview
Creates, Removes and configures a IIS Web applications
Instance Method Summary collapse
-
#application_pool ⇒ Object?
The application pool in which the new site executes.
-
#name ⇒ Object
Name of the Web applicatio.
-
#physical_path ⇒ Object?
The physical path on the remote host to use for the new applicatiojn.
-
#site ⇒ Object
Name of the site on which the application is created.
-
#state ⇒ :present, ...
State of the web application.
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_pool ⇒ Object?
Returns The application pool in which the new site executes.
26 |
# File 'lib/ansible/ruby/modules/generated/extras/windows/win_iis_webapplication.rb', line 26 attribute :application_pool |
#name ⇒ Object
Returns Name of the Web applicatio.
11 |
# File 'lib/ansible/ruby/modules/generated/extras/windows/win_iis_webapplication.rb', line 11 attribute :name |
#physical_path ⇒ Object?
Returns The physical path on the remote host to use for the new applicatiojn. The specified folder must already exist.
23 |
# File 'lib/ansible/ruby/modules/generated/extras/windows/win_iis_webapplication.rb', line 23 attribute :physical_path |
#site ⇒ Object
Returns Name of the site on which the application is created.
15 |
# File 'lib/ansible/ruby/modules/generated/extras/windows/win_iis_webapplication.rb', line 15 attribute :site |
#state ⇒ :present, ...
Returns State of the web application.
19 |
# File 'lib/ansible/ruby/modules/generated/extras/windows/win_iis_webapplication.rb', line 19 attribute :state |