Class: Ansible::Ruby::Modules::Win_iis_website
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Win_iis_website
- Defined in:
- lib/ansible/ruby/modules/generated/extras/windows/win_iis_website.rb
Instance Method Summary collapse
-
#application_pool ⇒ String?
The application pool in which the new site executes.
-
#hostname ⇒ String?
The host header to bind to / use for the new site.
-
#ip ⇒ String?
The IP address to bind to / use for the new site.
-
#name ⇒ String
Names of web site.
-
#parameters ⇒ String?
Custom site Parameters from string where properties are seperated by a pipe and property name/values by colon Ex.
-
#physical_path ⇒ String?
The physical path on the remote host to use for the new site.
-
#port ⇒ Integer?
The port to bind to / use for the new site.
-
#site_id ⇒ Object?
Explicitly set the IIS numeric ID for a site.
-
#ssl ⇒ Object?
Enables HTTPS binding on the site..
-
#state ⇒ :started, ...
State of the web site.
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_pool ⇒ String?
Returns The application pool in which the new site executes.
25 |
# File 'lib/ansible/ruby/modules/generated/extras/windows/win_iis_website.rb', line 25 attribute :application_pool |
#hostname ⇒ String?
Returns The host header to bind to / use for the new site.
37 |
# File 'lib/ansible/ruby/modules/generated/extras/windows/win_iis_website.rb', line 37 attribute :hostname |
#ip ⇒ String?
Returns The IP address to bind to / use for the new site.
33 |
# File 'lib/ansible/ruby/modules/generated/extras/windows/win_iis_website.rb', line 33 attribute :ip |
#name ⇒ String
Returns Names of web site.
10 |
# File 'lib/ansible/ruby/modules/generated/extras/windows/win_iis_website.rb', line 10 attribute :name |
#parameters ⇒ String?
Returns Custom site Parameters from string where properties are seperated by a pipe and property name/values by colon Ex. “foo:1|bar:2”.
44 |
# File 'lib/ansible/ruby/modules/generated/extras/windows/win_iis_website.rb', line 44 attribute :parameters |
#physical_path ⇒ String?
Returns The physical path on the remote host to use for the new site. The specified folder must already exist.
21 |
# File 'lib/ansible/ruby/modules/generated/extras/windows/win_iis_website.rb', line 21 attribute :physical_path |
#port ⇒ Integer?
Returns The port to bind to / use for the new site.
29 |
# File 'lib/ansible/ruby/modules/generated/extras/windows/win_iis_website.rb', line 29 attribute :port |
#site_id ⇒ Object?
Returns Explicitly set the IIS numeric ID for a site. Note that this value cannot be changed after the website has been created.
14 |
# File 'lib/ansible/ruby/modules/generated/extras/windows/win_iis_website.rb', line 14 attribute :site_id |
#ssl ⇒ Object?
Returns Enables HTTPS binding on the site..
41 |
# File 'lib/ansible/ruby/modules/generated/extras/windows/win_iis_website.rb', line 41 attribute :ssl |
#state ⇒ :started, ...
Returns State of the web site.
17 |
# File 'lib/ansible/ruby/modules/generated/extras/windows/win_iis_website.rb', line 17 attribute :state |