Class: Ansible::Ruby::Modules::Win_iis_webbinding
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Win_iis_webbinding
- 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
-
#certificate_hash ⇒ String?
Certificate hash for the SSL binding.
-
#certificate_store_name ⇒ String?
Name of the certificate store where the certificate for the binding is located.
-
#host_header ⇒ Object?
The host header to bind to / use for the new site.
-
#ip ⇒ Object?
The IP address to bind to / use for the new site.
-
#name ⇒ String
Names of web site.
-
#port ⇒ Integer?
The port to bind to / use for the new site.
-
#protocol ⇒ String?
The protocol to be used for the Web binding (usually HTTP, HTTPS, or FTP).
-
#state ⇒ :present, ...
State of the binding.
Methods inherited from Base
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_hash ⇒ String?
Returns 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_name ⇒ String?
Returns 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_header ⇒ Object?
Returns 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 |
#ip ⇒ Object?
Returns 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 |
#name ⇒ String
Returns Names of web site.
11 |
# File 'lib/ansible/ruby/modules/generated/extras/windows/win_iis_webbinding.rb', line 11 attribute :name |
#port ⇒ Integer?
Returns 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 |
#protocol ⇒ String?
Returns 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.
15 |
# File 'lib/ansible/ruby/modules/generated/extras/windows/win_iis_webbinding.rb', line 15 attribute :state |