Class: Ansible::Ruby::Modules::Netscaler
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Netscaler
- Defined in:
- lib/ansible/ruby/modules/generated/network/citrix/netscaler.rb
Overview
Manages Citrix NetScaler server and service entities.
Instance Method Summary collapse
-
#action ⇒ :disable, ...
The action you want to perform on the entity.
-
#name ⇒ String
Name of the entity.
-
#nsc_host ⇒ String
Hostname or ip of your netscaler.
-
#nsc_protocol ⇒ String?
Protocol used to access netscaler.
-
#password ⇒ String
Password.
-
#type ⇒ :server, ...
Type of the entity.
-
#user ⇒ String
Username.
-
#validate_certs ⇒ :yes, ...
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.
Methods inherited from Base
Methods inherited from Ansible::Ruby::Models::Base
attr_option, attr_options, attribute, fix_inclusion, #initialize, remove_existing_validations, #to_h, validates
Constructor Details
This class inherits a constructor from Ansible::Ruby::Models::Base
Instance Method Details
#action ⇒ :disable, ...
Returns The action you want to perform on the entity.
28 |
# File 'lib/ansible/ruby/modules/generated/network/citrix/netscaler.rb', line 28 attribute :action |
#name ⇒ String
Returns Name of the entity.
32 |
# File 'lib/ansible/ruby/modules/generated/network/citrix/netscaler.rb', line 32 attribute :name |
#nsc_host ⇒ String
Returns Hostname or ip of your netscaler.
12 |
# File 'lib/ansible/ruby/modules/generated/network/citrix/netscaler.rb', line 12 attribute :nsc_host |
#nsc_protocol ⇒ String?
Returns Protocol used to access netscaler.
16 |
# File 'lib/ansible/ruby/modules/generated/network/citrix/netscaler.rb', line 16 attribute :nsc_protocol |
#password ⇒ String
Returns Password.
24 |
# File 'lib/ansible/ruby/modules/generated/network/citrix/netscaler.rb', line 24 attribute :password |
#type ⇒ :server, ...
Returns Type of the entity.
36 |
# File 'lib/ansible/ruby/modules/generated/network/citrix/netscaler.rb', line 36 attribute :type |
#user ⇒ String
Returns Username.
20 |
# File 'lib/ansible/ruby/modules/generated/network/citrix/netscaler.rb', line 20 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.
40 |
# File 'lib/ansible/ruby/modules/generated/network/citrix/netscaler.rb', line 40 attribute :validate_certs |