Class: Ansible::Ruby::Modules::Win_iis_webbinding

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

Overview

Creates, Removes and configures a binding to an existing IIS Web site

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

#certificate_hashString?

Returns Certificate hash for the SSL binding. The certificate hash is the unique identifier for the certificate.

Returns:

  • (String, nil)

    Certificate hash for the SSL binding. The certificate hash is the unique identifier for the certificate.



33
# File 'lib/ansible/ruby/modules/generated/extras/windows/win_iis_webbinding.rb', line 33

attribute :certificate_hash

#certificate_store_nameString?

Returns Name of the certificate store where the certificate for the binding is located.

Returns:

  • (String, nil)

    Name of the certificate store where the certificate for the binding is located.



37
# File 'lib/ansible/ruby/modules/generated/extras/windows/win_iis_webbinding.rb', line 37

attribute :certificate_store_name

#host_headerObject?

Returns The host header to bind to / use for the new site.

Returns:

  • (Object, nil)

    The host header to bind to / use for the new site.



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

attribute :host_header

#ipObject?

Returns The IP address to bind to / use for the new site.

Returns:

  • (Object, nil)

    The IP address to bind to / use for the new site.



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

attribute :ip

#nameString

Returns Names of web site.

Returns:

  • (String)

    Names of web site



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

attribute :name

#portInteger?

Returns The port to bind to / use for the new site.

Returns:

  • (Integer, nil)

    The port to bind to / use for the new site.



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

attribute :port

#protocolString?

Returns The protocol to be used for the Web binding (usually HTTP, HTTPS, or FTP).

Returns:

  • (String, nil)

    The protocol to be used for the Web binding (usually HTTP, HTTPS, or FTP).



29
# File 'lib/ansible/ruby/modules/generated/extras/windows/win_iis_webbinding.rb', line 29

attribute :protocol

#state:present, ...

Returns State of the binding.

Returns:

  • (:present, :absent, nil)

    State of the binding



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

attribute :state