Resource Type: netscaler_rewriteglobal

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

Overview

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

Properties

  • connection_type

    Type of invocation when invoking a vserver. Available settings function as follows:

    • Request - Forward the request to the specified request virtual server.

    • Response - Forward the response to the specified response virtual server.

    This property is not applicable for use in conjunction with invoking a Policy Label.

  • 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 rewrite policy.

  • provider

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