Class: Ansible::Ruby::Modules::Win_iis_virtualdirectory

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

Overview

Creates, Removes and configures a virtual directory in IIS.

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

#applicationObject?

Returns The application under which the virtual directory is created or exists.

Returns:

  • (Object, nil)

    The application under which the virtual directory is created or exists.



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

attribute :application

#nameObject

Returns The name of the virtual directory to create or remove.

Returns:

  • (Object)

    The name of the virtual directory to create or remove



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

attribute :name

#physical_pathObject?

Returns The physical path to the folder in which the new virtual directory is created. The specified folder must already exist.

Returns:

  • (Object, nil)

    The physical path to the folder in which the new virtual directory is created. The specified folder must already exist.



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

attribute :physical_path

#siteObject

Returns The site name under which the virtual directory is created or exists.

Returns:

  • (Object)

    The site name under which the virtual directory is created or exists.



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

attribute :site

#state:absent, ...

Returns Whether to add or remove the specified virtual directory.

Returns:

  • (:absent, :present, nil)

    Whether to add or remove the specified virtual directory



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

attribute :state