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

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/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, fix_inclusion, #initialize, remove_existing_validations, #to_h, validates

Constructor Details

This class inherits a constructor from Ansible::Ruby::Models::Base

Instance Method Details

#applicationString?

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

Returns:

  • (String, nil)

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



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

attribute :application

#nameString

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

Returns:

  • (String)

    The name of the virtual directory to create or remove.



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

attribute :name

#physical_pathString?

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

Returns:

  • (String, nil)

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



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

attribute :physical_path

#siteString

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

Returns:

  • (String)

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



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

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.



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

attribute :state