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

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

Overview

Creates, removes, and configures 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, fix_inclusion, #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.



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

attribute :application_pool

#nameString

Returns Name of the web application.

Returns:

  • (String)

    Name of the web application.



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

attribute :name

#physical_pathString?

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

Returns:

  • (String, nil)

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



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

attribute :physical_path

#siteString

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

Returns:

  • (String)

    Name of the site on which the application is created.



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

attribute :site

#state:absent, ...

Returns State of the web application.

Returns:

  • (:absent, :present, nil)

    State of the web application.



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

attribute :state