Resource Type: netscaler_rewritepolicylabel

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

Overview

Manage basic netscaler rewrite policy label objects.

Properties

  • comments

    Any comments to preserve information about this rewrite policy label.

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • transform_name

    Types of transformations allowed by the policies bound to the label. The following types are supported:

    • http_req - HTTP requests

    • http_res - HTTP responses

    • othertcp_req - Non-HTTP TCP requests

    • othertcp_res - Non-HTTP TCP responses

    • url - URLs

    • text - Text strings

    • clientless_vpn_req - NetScaler clientless VPN requests

    • clientless_vpn_res - NetScaler clientless VPN responses

    • sipudp_req - SIP requests

    • sipudp_res - SIP responses

    • diameter_req - DIAMETER requests

    • diameter_res - DIAMETER responses.

Parameters

  • name (namevar)
  • provider

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