Class: Ansible::Ruby::Modules::Netscaler_servicegroup

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

Overview

Manage service group configuration in Netscaler. This module is intended to run either on the ansible control node or a bastion (jumpserver) with access to the actual netscaler instance.

Instance Method Summary collapse

Methods inherited from Base

#ansible_name, #to_h

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

#appflowlog:enabled, ...

Returns Enable logging of AppFlow information for the specified service group.

Returns:

  • (:enabled, :disabled, nil)

    Enable logging of AppFlow information for the specified service group.



104
# File 'lib/ansible/ruby/modules/generated/network/netscaler/netscaler_servicegroup.rb', line 104

attribute :appflowlog

#autoscale:DISABLED, ...

Returns Auto scale option for a servicegroup.

Returns:

  • (:DISABLED, :DNS, :POLICY, nil)

    Auto scale option for a servicegroup.



111
# File 'lib/ansible/ruby/modules/generated/network/netscaler/netscaler_servicegroup.rb', line 111

attribute :autoscale

#cacheableSymbol?

Returns Use the transparent cache redirection virtual server to forward the request to the cache server.,Note: Do not set this parameter if you set the Cache Type.

Returns:

  • (Symbol, nil)

    Use the transparent cache redirection virtual server to forward the request to the cache server.,Note: Do not set this parameter if you set the Cache Type.



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

attribute :cacheable

#cachetype:TRANSPARENT, ...

Returns Cache type supported by the cache server.

Returns:

  • (:TRANSPARENT, :REVERSE, :FORWARD, nil)

    Cache type supported by the cache server.



21
# File 'lib/ansible/ruby/modules/generated/network/netscaler/netscaler_servicegroup.rb', line 21

attribute :cachetype

#cip:enabled, ...

Returns Insert the Client IP header in requests forwarded to the service.

Returns:

  • (:enabled, :disabled, nil)

    Insert the Client IP header in requests forwarded to the service.



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

attribute :cip

#cipheaderObject?

Returns Name of the HTTP header whose value must be set to the IP address of the client. Used with the Client IP parameter. If client IP insertion is enabled, and the client IP header is not specified, the value of Client IP Header parameter or the value set by the set ns config command is used as client’s IP header name.,Minimum length = 1.

Returns:

  • (Object, nil)

    Name of the HTTP header whose value must be set to the IP address of the client. Used with the Client IP parameter. If client IP insertion is enabled, and the client IP header is not specified, the value of Client IP Header parameter or the value set by the set ns config command is used as client’s IP header name.,Minimum length = 1



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

attribute :cipheader

#ckaSymbol?

Returns Enable client keep-alive for the service group.

Returns:

  • (Symbol, nil)

    Enable client keep-alive for the service group.



73
# File 'lib/ansible/ruby/modules/generated/network/netscaler/netscaler_servicegroup.rb', line 73

attribute :cka

#clttimeoutObject?

Returns Time, in seconds, after which to terminate an idle client connection.,Minimum value = C(0),Maximum value = C(31536000).

Returns:

  • (Object, nil)

    Time, in seconds, after which to terminate an idle client connection.,Minimum value = C(0),Maximum value = C(31536000)



67
# File 'lib/ansible/ruby/modules/generated/network/netscaler/netscaler_servicegroup.rb', line 67

attribute :clttimeout

#cmpSymbol?

Returns Enable compression for the specified service.

Returns:

  • (Symbol, nil)

    Enable compression for the specified service.



81
# File 'lib/ansible/ruby/modules/generated/network/netscaler/netscaler_servicegroup.rb', line 81

attribute :cmp

#commentObject?

Returns Any information about the service group.

Returns:

  • (Object, nil)

    Any information about the service group.



101
# File 'lib/ansible/ruby/modules/generated/network/netscaler/netscaler_servicegroup.rb', line 101

attribute :comment

#disabledSymbol?

Returns When set to C(yes) the service group state will be set to DISABLED.,When set to C(no) the service group state will be set to ENABLED.,Note that due to limitations of the underlying NITRO API a C(disabled) state change alone does not cause the module result to report a changed status.

Returns:

  • (Symbol, nil)

    When set to C(yes) the service group state will be set to DISABLED.,When set to C(no) the service group state will be set to ENABLED.,Note that due to limitations of the underlying NITRO API a C(disabled) state change alone does not cause the module result to report a changed status.



130
# File 'lib/ansible/ruby/modules/generated/network/netscaler/netscaler_servicegroup.rb', line 130

attribute :disabled

#downstateflush:enabled, ...

Returns Flush all active transactions associated with all the services in the service group whose state transitions from UP to DOWN. Do not enable this option for applications that must complete their transactions.

Returns:

  • (:enabled, :disabled, nil)

    Flush all active transactions associated with all the services in the service group whose state transitions from UP to DOWN. Do not enable this option for applications that must complete their transactions.



91
# File 'lib/ansible/ruby/modules/generated/network/netscaler/netscaler_servicegroup.rb', line 91

attribute :downstateflush

#gracefulSymbol?

Returns Wait for all existing connections to the service to terminate before shutting down the service.

Returns:

  • (Symbol, nil)

    Wait for all existing connections to the service to terminate before shutting down the service.



118
# File 'lib/ansible/ruby/modules/generated/network/netscaler/netscaler_servicegroup.rb', line 118

attribute :graceful

#healthmonitorSymbol?

Returns Monitor the health of this service. Available settings function as follows:,C(yes) - Send probes to check the health of the service.,C(no) - Do not send probes to check the health of the service. With the NO option, the appliance shows the service as UP at all times.

Returns:

  • (Symbol, nil)

    Monitor the health of this service. Available settings function as follows:,C(yes) - Send probes to check the health of the service.,C(no) - Do not send probes to check the health of the service. With the NO option, the appliance shows the service as UP at all times.



55
# File 'lib/ansible/ruby/modules/generated/network/netscaler/netscaler_servicegroup.rb', line 55

attribute :healthmonitor

#httpprofilenameObject?

Returns Name of the HTTP profile that contains HTTP configuration settings for the service group.,Minimum length = 1,Maximum length = 127.

Returns:

  • (Object, nil)

    Name of the HTTP profile that contains HTTP configuration settings for the service group.,Minimum length = 1,Maximum length = 127



98
# File 'lib/ansible/ruby/modules/generated/network/netscaler/netscaler_servicegroup.rb', line 98

attribute :httpprofilename

#maxbandwidthObject?

Returns Maximum bandwidth, in Kbps, allocated for all the services in the service group.,Minimum value = C(0),Maximum value = C(4294967287).

Returns:

  • (Object, nil)

    Maximum bandwidth, in Kbps, allocated for all the services in the service group.,Minimum value = C(0),Maximum value = C(4294967287)



85
# File 'lib/ansible/ruby/modules/generated/network/netscaler/netscaler_servicegroup.rb', line 85

attribute :maxbandwidth

#maxclientObject?

Returns Maximum number of simultaneous open connections for the service group.,Minimum value = C(0),Maximum value = C(4294967294).

Returns:

  • (Object, nil)

    Maximum number of simultaneous open connections for the service group.,Minimum value = C(0),Maximum value = C(4294967294)



25
# File 'lib/ansible/ruby/modules/generated/network/netscaler/netscaler_servicegroup.rb', line 25

attribute :maxclient

#maxreqObject?

Returns Maximum number of requests that can be sent on a persistent connection to the service group.,Note: Connection requests beyond this value are rejected.,Minimum value = C(0),Maximum value = C(65535).

Returns:

  • (Object, nil)

    Maximum number of requests that can be sent on a persistent connection to the service group.,Note: Connection requests beyond this value are rejected.,Minimum value = C(0),Maximum value = C(65535)



28
# File 'lib/ansible/ruby/modules/generated/network/netscaler/netscaler_servicegroup.rb', line 28

attribute :maxreq

#memberportObject?

Returns member port.

Returns:

  • (Object, nil)

    member port.



115
# File 'lib/ansible/ruby/modules/generated/network/netscaler/netscaler_servicegroup.rb', line 115

attribute :memberport

#monitorbindingsArray<Hash>, ...

Returns A list of monitornames to bind to this service,Note that the monitors must have already been setup possibly using the M(netscaler_lb_monitor) module or some other method.

Returns:

  • (Array<Hash>, Hash, nil)

    A list of monitornames to bind to this service,Note that the monitors must have already been setup possibly using the M(netscaler_lb_monitor) module or some other method



126
# File 'lib/ansible/ruby/modules/generated/network/netscaler/netscaler_servicegroup.rb', line 126

attribute :monitorbindings

#monthresholdObject?

Returns Minimum sum of weights of the monitors that are bound to this service. Used to determine whether to mark a service as UP or DOWN.,Minimum value = C(0),Maximum value = C(65535).

Returns:

  • (Object, nil)

    Minimum sum of weights of the monitors that are bound to this service. Used to determine whether to mark a service as UP or DOWN.,Minimum value = C(0),Maximum value = C(65535)



88
# File 'lib/ansible/ruby/modules/generated/network/netscaler/netscaler_servicegroup.rb', line 88

attribute :monthreshold

#netprofileObject?

Returns Network profile for the service group.,Minimum length = 1,Maximum length = 127.

Returns:

  • (Object, nil)

    Network profile for the service group.,Minimum length = 1,Maximum length = 127



108
# File 'lib/ansible/ruby/modules/generated/network/netscaler/netscaler_servicegroup.rb', line 108

attribute :netprofile

#pathmonitorObject?

Returns Path monitoring for clustering.

Returns:

  • (Object, nil)

    Path monitoring for clustering.



45
# File 'lib/ansible/ruby/modules/generated/network/netscaler/netscaler_servicegroup.rb', line 45

attribute :pathmonitor

#pathmonitorindvObject?

Returns Individual Path monitoring decisions.

Returns:

  • (Object, nil)

    Individual Path monitoring decisions.



48
# File 'lib/ansible/ruby/modules/generated/network/netscaler/netscaler_servicegroup.rb', line 48

attribute :pathmonitorindv

#rtspsessionidremapSymbol?

Returns Enable RTSP session ID mapping for the service group.

Returns:

  • (Symbol, nil)

    Enable RTSP session ID mapping for the service group.



63
# File 'lib/ansible/ruby/modules/generated/network/netscaler/netscaler_servicegroup.rb', line 63

attribute :rtspsessionidremap

#servicegroupnameString?

Returns Name of the service group. Must begin with an ASCII alphabetic or underscore C(_) character, and must contain only ASCII alphanumeric, underscore C(_), hash C(#), period C(.), space C( ), colon C(:), at C(@), equals C(=), and hyphen C(-) characters. Can be changed after the name is created.,Minimum length = 1.

Returns:

  • (String, nil)

    Name of the service group. Must begin with an ASCII alphabetic or underscore C(_) character, and must contain only ASCII alphanumeric, underscore C(_), hash C(#), period C(.), space C( ), colon C(:), at C(@), equals C(=), and hyphen C(-) characters. Can be changed after the name is created.,Minimum length = 1



13
# File 'lib/ansible/ruby/modules/generated/network/netscaler/netscaler_servicegroup.rb', line 13

attribute :servicegroupname

#servicemembersArray<Hash>, ...

Returns A list of dictionaries describing each service member of the service group.

Returns:

  • (Array<Hash>, Hash, nil)

    A list of dictionaries describing each service member of the service group.



122
# File 'lib/ansible/ruby/modules/generated/network/netscaler/netscaler_servicegroup.rb', line 122

attribute :servicemembers

#servicetype:HTTP, ...

Returns Protocol used to exchange data with the service.

Returns:

  • (:HTTP, :FTP, :TCP, :UDP, :SSL, :SSL_BRIDGE, :SSL_TCP, :DTLS, :NNTP, :RPCSVR, :DNS, :ADNS, :SNMP, :RTSP, :DHCPRA, :ANY, :SIP_UDP, :SIP_TCP, :SIP_SSL, :DNS_TCP, :ADNS_TCP, :MYSQL, :MSSQL, :ORACLE, :RADIUS, :RADIUSListener, :RDP, :DIAMETER, :SSL_DIAMETER, :TFTP, :SMPP, :PPTP, :GRE, :SYSLOGTCP, :SYSLOGUDP, :FIX, :SSL_FIX, nil)

    Protocol used to exchange data with the service.



17
# File 'lib/ansible/ruby/modules/generated/network/netscaler/netscaler_servicegroup.rb', line 17

attribute :servicetype

#spSymbol?

Returns Enable surge protection for the service group.

Returns:

  • (Symbol, nil)

    Enable surge protection for the service group.



59
# File 'lib/ansible/ruby/modules/generated/network/netscaler/netscaler_servicegroup.rb', line 59

attribute :sp

#svrtimeoutObject?

Returns Time, in seconds, after which to terminate an idle server connection.,Minimum value = C(0),Maximum value = C(31536000).

Returns:

  • (Object, nil)

    Time, in seconds, after which to terminate an idle server connection.,Minimum value = C(0),Maximum value = C(31536000)



70
# File 'lib/ansible/ruby/modules/generated/network/netscaler/netscaler_servicegroup.rb', line 70

attribute :svrtimeout

#tcpbSymbol?

Returns Enable TCP buffering for the service group.

Returns:

  • (Symbol, nil)

    Enable TCP buffering for the service group.



77
# File 'lib/ansible/ruby/modules/generated/network/netscaler/netscaler_servicegroup.rb', line 77

attribute :tcpb

#tcpprofilenameObject?

Returns Name of the TCP profile that contains TCP configuration settings for the service group.,Minimum length = 1,Maximum length = 127.

Returns:

  • (Object, nil)

    Name of the TCP profile that contains TCP configuration settings for the service group.,Minimum length = 1,Maximum length = 127



95
# File 'lib/ansible/ruby/modules/generated/network/netscaler/netscaler_servicegroup.rb', line 95

attribute :tcpprofilename

#useproxyportSymbol?

Returns Use the proxy port as the source port when initiating connections with the server. With the NO setting, the client-side connection port is used as the source port for the server-side connection.,Note: This parameter is available only when the Use Source IP C(usip) parameter is set to C(yes).

Returns:

  • (Symbol, nil)

    Use the proxy port as the source port when initiating connections with the server. With the NO setting, the client-side connection port is used as the source port for the server-side connection.,Note: This parameter is available only when the Use Source IP C(usip) parameter is set to C(yes).



51
# File 'lib/ansible/ruby/modules/generated/network/netscaler/netscaler_servicegroup.rb', line 51

attribute :useproxyport

#usipObject?

Returns Use client’s IP address as the source IP address when initiating connection to the server. With the NO setting, which is the default, a mapped IP (MIP) address or subnet IP (SNIP) address is used as the source IP address to initiate server side connections.

Returns:

  • (Object, nil)

    Use client’s IP address as the source IP address when initiating connection to the server. With the NO setting, which is the default, a mapped IP (MIP) address or subnet IP (SNIP) address is used as the source IP address to initiate server side connections.



42
# File 'lib/ansible/ruby/modules/generated/network/netscaler/netscaler_servicegroup.rb', line 42

attribute :usip