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

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

Instance Method Summary collapse

Methods inherited from Base

#to_h

Methods inherited from Ansible::Ruby::Models::Base

attr_option, attr_options, attribute, #initialize, #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.



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

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.



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

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.



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

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.



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

attribute :ip

#nameString

Returns Names of web site.

Returns:

  • (String)

    Names of web site



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

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.



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

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).



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

attribute :protocol

#state:present, ...

Returns State of the binding.

Returns:

  • (:present, :absent, nil)

    State of the binding



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

attribute :state