Class: Ansible::Ruby::Modules::Win_iis_webapplication

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

Overview

Creates, Removes and configures a IIS Web applications

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

#application_poolObject?

Returns The application pool in which the new site executes.

Returns:

  • (Object, nil)

    The application pool in which the new site executes.



26
# File 'lib/ansible/ruby/modules/generated/extras/windows/win_iis_webapplication.rb', line 26

attribute :application_pool

#nameObject

Returns Name of the Web applicatio.

Returns:

  • (Object)

    Name of the Web applicatio



11
# File 'lib/ansible/ruby/modules/generated/extras/windows/win_iis_webapplication.rb', line 11

attribute :name

#physical_pathObject?

Returns The physical path on the remote host to use for the new applicatiojn. The specified folder must already exist.

Returns:

  • (Object, nil)

    The physical path on the remote host to use for the new applicatiojn. The specified folder must already exist.



23
# File 'lib/ansible/ruby/modules/generated/extras/windows/win_iis_webapplication.rb', line 23

attribute :physical_path

#siteObject

Returns Name of the site on which the application is created.

Returns:

  • (Object)

    Name of the site on which the application is created.



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

attribute :site

#state:present, ...

Returns State of the web application.

Returns:

  • (:present, :absent, nil)

    State of the web application



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

attribute :state