Resource Type: netscaler_cspolicy
- Defined in:
- lib/puppet/type/netscaler_cspolicy.rb
- Providers:
-
rest
Overview
Manage basic netscaler cs policy objects.
Properties
-
action
Name of the cs action to perform if the request matches this cs policy.
-
domain
The domain name. The string value can range to 63 characters.
-
ensure
(defaults to: present)
The basic property that the resource should be in.
Supported values:- present
- absent
-
expression
Expression, or name of a named expression, against which traffic is evaluated. Written in the classic or default syntax.
-
log_action
Name of the messagelog action to use for requests that match this policy.
-
url
URL string that is matched with the URL of a request. Can contain a wildcard character. Specify the string value in the following format: [[prefix] [*]] [.suffix].
Parameters
- name (namevar)
-
provider
The specific backend to use for this ‘netscaler_cspolicy` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.