Class: Ansible::Ruby::Modules::Netscaler
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Netscaler
- Defined in:
- lib/ansible/ruby/modules/generated/extras/network/citrix/netscaler.rb
Overview
Manages Citrix NetScaler server and service entities.
Instance Method Summary collapse
-
#action ⇒ :enable, ...
The action you want to perform on the entity.
-
#name ⇒ String
Name of the entity.
-
#nsc_host ⇒ Object
Hostname or ip of your netscaler.
-
#nsc_protocol ⇒ String?
Protocol used to access netscaler.
-
#password ⇒ Object
Password.
-
#type ⇒ :server, ...
Type of the entity.
-
#user ⇒ Object
Username.
-
#validate_certs ⇒ :yes, ...
If C(no), SSL certificates for the target url will not be validated.
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
#action ⇒ :enable, ...
Returns the action you want to perform on the entity.
27 |
# File 'lib/ansible/ruby/modules/generated/extras/network/citrix/netscaler.rb', line 27 attribute :action |
#name ⇒ String
Returns name of the entity.
31 |
# File 'lib/ansible/ruby/modules/generated/extras/network/citrix/netscaler.rb', line 31 attribute :name |
#nsc_host ⇒ Object
Returns hostname or ip of your netscaler.
11 |
# File 'lib/ansible/ruby/modules/generated/extras/network/citrix/netscaler.rb', line 11 attribute :nsc_host |
#nsc_protocol ⇒ String?
Returns protocol used to access netscaler.
15 |
# File 'lib/ansible/ruby/modules/generated/extras/network/citrix/netscaler.rb', line 15 attribute :nsc_protocol |
#password ⇒ Object
Returns password.
23 |
# File 'lib/ansible/ruby/modules/generated/extras/network/citrix/netscaler.rb', line 23 attribute :password |
#type ⇒ :server, ...
Returns type of the entity.
35 |
# File 'lib/ansible/ruby/modules/generated/extras/network/citrix/netscaler.rb', line 35 attribute :type |
#user ⇒ Object
Returns username.
19 |
# File 'lib/ansible/ruby/modules/generated/extras/network/citrix/netscaler.rb', line 19 attribute :user |
#validate_certs ⇒ :yes, ...
Returns If C(no), SSL certificates for the target url will not be validated. This should only be used on personally controlled sites using self-signed certificates.
39 |
# File 'lib/ansible/ruby/modules/generated/extras/network/citrix/netscaler.rb', line 39 attribute :validate_certs |