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
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, #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.
26 |
# File 'lib/ansible/ruby/modules/generated/extras/network/citrix/netscaler.rb', line 26 attribute :action |
#name ⇒ String
Returns name of the entity.
30 |
# File 'lib/ansible/ruby/modules/generated/extras/network/citrix/netscaler.rb', line 30 attribute :name |
#nsc_host ⇒ Object
Returns hostname or ip of your netscaler.
10 |
# File 'lib/ansible/ruby/modules/generated/extras/network/citrix/netscaler.rb', line 10 attribute :nsc_host |
#nsc_protocol ⇒ String?
Returns protocol used to access netscaler.
14 |
# File 'lib/ansible/ruby/modules/generated/extras/network/citrix/netscaler.rb', line 14 attribute :nsc_protocol |
#password ⇒ Object
Returns password.
22 |
# File 'lib/ansible/ruby/modules/generated/extras/network/citrix/netscaler.rb', line 22 attribute :password |
#type ⇒ :server, ...
Returns type of the entity.
34 |
# File 'lib/ansible/ruby/modules/generated/extras/network/citrix/netscaler.rb', line 34 attribute :type |
#user ⇒ Object
Returns username.
18 |
# File 'lib/ansible/ruby/modules/generated/extras/network/citrix/netscaler.rb', line 18 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.
38 |
# File 'lib/ansible/ruby/modules/generated/extras/network/citrix/netscaler.rb', line 38 attribute :validate_certs |