Resource Type: netscaler_responderglobal

Defined in:
lib/puppet/type/netscaler_responderglobal.rb
Providers:
rest

Overview

Activates the specified responder policy for all requests sent to the NetScaler appliance.

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • goto_expression

    Expression specifying the priority of the next policy which will get evaluated if the current policy rule evaluates to TRUE.

  • invoke_policy_label

    Label of policy to invoke if the bound policy evaluates to true.

  • invoke_vserver_label

    Label of lbvserver to invoke if the bound policy evaluates to true.

  • priority

    Specifies the priority of the policy.

    Min = 1 Max = 2147483647

    Supported values:
    • /^\d+$/

Parameters

  • name (namevar)

    Name of the responder policy.

  • provider

    The specific backend to use for this ‘netscaler_responderglobal` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.