ltm rule command PSC policyΒΆ

iRule(1)		      BIG-IP TMSH Manual		      iRule(1)



PSC::policy
       Get/set/remove policies.

SYNOPSIS
       PSC::policy (POLICY_NAME)*

       PSC::policy 'add' POLICY_NAME

       PSC::policy 'remove' (POLICY_NAME)?

DESCRIPTION
       The PSC::policy commands get/set/remove the PSC policies.

       Syntax

       PSC::policy

	    * Retrieve the list of PSC policies.

       PSC::policy [policy1, policy2, ...]

	    * Set a list of PSC policies.

       PSC::policy add 

	    * Add an entry to the PSC policy list.

       PSC::policy remove 

	    * Remove an entry from the PSC policy list.

       PSC::policy remove

	    * Remove all PSC policies.

RETURN VALUE
       Return the list of PSC policies when no argument is given.

VALID DURING
EXAMPLES
HINTS
SEE ALSO
CHANGE LOG
       @BIGIP-11.6.0 --First introduced the command.



BIG-IP				  2017-01-31			      iRule(1)