Class: Ansible::Ruby::Modules::Win_iis_webapppool

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/extras/windows/win_iis_webapppool.rb

Instance Method Summary collapse

Methods inherited from Base

#to_h

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

#attributesString?

Returns Application Pool attributes from string where attributes are seperated by a pipe and attribute name/values by colon Ex. “foo:1|bar:2”.

Returns:

  • (String, nil)

    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

#nameString

Returns Names of application pool.

Returns:

  • (String)

    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.

Returns:

  • (:absent, :stopped, :started, :restarted, nil)

    State of the binding



14
# File 'lib/ansible/ruby/modules/generated/extras/windows/win_iis_webapppool.rb', line 14

attribute :state