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
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, #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.
32 |
# File 'lib/ansible/ruby/modules/generated/extras/windows/win_iis_webbinding.rb', line 32 attribute :certificate_hash |
#certificate_store_name ⇒ String?
Returns 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_header ⇒ Object?
Returns 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 |
#ip ⇒ Object?
Returns 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 |
#name ⇒ String
Returns Names of web site.
10 |
# File 'lib/ansible/ruby/modules/generated/extras/windows/win_iis_webbinding.rb', line 10 attribute :name |
#port ⇒ Integer?
Returns 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 |
#protocol ⇒ String?
Returns 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.
14 |
# File 'lib/ansible/ruby/modules/generated/extras/windows/win_iis_webbinding.rb', line 14 attribute :state |