Resource Type: netscaler_rewritepolicy

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

Overview

Manage basic netscaler rewrite policy objects.

Properties

  • action

    Rewrite action to be used by the policy.

  • comments

    Comments associated with this rewrite policy.

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • expression

    Expression to be used by rewrite policy. It has to be a boolean PI rule expression.

  • log_action

    The log action associated with the rewrite policy

  • undefined_result_action

    A rewrite action, to be used by the policy when the rule evaluation turns out to be undefined. The undef action can be NOREWRITE, RESET or DROP

Parameters

  • name (namevar)
  • provider

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