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

Inherits:
Base show all
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

Methods inherited from Base

#ansible_name, #to_h

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

#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”



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

attribute :attributes

#nameString

Returns Names of application pool.

Returns:

  • (String)

    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.

Returns:

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

    State of the binding



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

attribute :state