Class: Ansible::Ruby::Modules::Win_iis_webapppool
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Win_iis_webapppool
- Defined in:
- lib/ansible/ruby/modules/generated/extras/windows/win_iis_webapppool.rb
Overview
Creates, Removes and configures a IIS Web Application Pool
Instance Method Summary collapse
-
#attributes ⇒ String?
Application Pool attributes from string where attributes are seperated by a pipe and attribute name/values by colon Ex.
-
#name ⇒ String
Names of application pool.
-
#state ⇒ :absent, ...
State of the binding.
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
#attributes ⇒ String?
Returns Application Pool attributes from string where attributes are seperated by a pipe and attribute name/values by colon Ex. “foo:1|bar:2”.
19 |
# File 'lib/ansible/ruby/modules/generated/extras/windows/win_iis_webapppool.rb', line 19 attribute :attributes |
#name ⇒ String
Returns Names of application pool.
11 |
# File 'lib/ansible/ruby/modules/generated/extras/windows/win_iis_webapppool.rb', line 11 attribute :name |
#state ⇒ :absent, ...
Returns State of the binding.
15 |
# File 'lib/ansible/ruby/modules/generated/extras/windows/win_iis_webapppool.rb', line 15 attribute :state |