Class: Ansible::Ruby::Modules::Netscaler

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/extras/network/citrix/netscaler.rb

Instance Method Summary collapse

Methods inherited from Base

#ansible_name, #to_h

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.

Returns:

  • (:enable, :disable, nil)

    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

#nameString

Returns name of the entity.

Returns:

  • (String)

    name of the entity



30
# File 'lib/ansible/ruby/modules/generated/extras/network/citrix/netscaler.rb', line 30

attribute :name

#nsc_hostObject

Returns hostname or ip of your netscaler.

Returns:

  • (Object)

    hostname or ip of your netscaler



10
# File 'lib/ansible/ruby/modules/generated/extras/network/citrix/netscaler.rb', line 10

attribute :nsc_host

#nsc_protocolString?

Returns protocol used to access netscaler.

Returns:

  • (String, nil)

    protocol used to access netscaler



14
# File 'lib/ansible/ruby/modules/generated/extras/network/citrix/netscaler.rb', line 14

attribute :nsc_protocol

#passwordObject

Returns password.

Returns:

  • (Object)

    password



22
# File 'lib/ansible/ruby/modules/generated/extras/network/citrix/netscaler.rb', line 22

attribute :password

#type:server, ...

Returns type of the entity.

Returns:

  • (:server, :service, nil)

    type of the entity



34
# File 'lib/ansible/ruby/modules/generated/extras/network/citrix/netscaler.rb', line 34

attribute :type

#userObject

Returns username.

Returns:

  • (Object)

    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.

Returns:

  • (:yes, :no, nil)

    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