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
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, #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”.
18 |
# File 'lib/ansible/ruby/modules/generated/extras/windows/win_iis_webapppool.rb', line 18 attribute :attributes |
#name ⇒ String
Returns Names of application pool.
10 |
# File 'lib/ansible/ruby/modules/generated/extras/windows/win_iis_webapppool.rb', line 10 attribute :name |
#state ⇒ :absent, ...
Returns State of the binding.
14 |
# File 'lib/ansible/ruby/modules/generated/extras/windows/win_iis_webapppool.rb', line 14 attribute :state |