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

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

Overview

Manages Citrix NetScaler server and service entities.

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, 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.

Returns:

  • (:enable, :disable, nil)

    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

#nameString

Returns name of the entity.

Returns:

  • (String)

    name of the entity



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

attribute :name

#nsc_hostObject

Returns hostname or ip of your netscaler.

Returns:

  • (Object)

    hostname or ip of your netscaler



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

attribute :nsc_host

#nsc_protocolString?

Returns protocol used to access netscaler.

Returns:

  • (String, nil)

    protocol used to access netscaler



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

attribute :nsc_protocol

#passwordObject

Returns password.

Returns:

  • (Object)

    password



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

attribute :password

#type:server, ...

Returns type of the entity.

Returns:

  • (:server, :service, nil)

    type of the entity



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

attribute :type

#userObject

Returns username.

Returns:

  • (Object)

    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.

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.



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

attribute :validate_certs