RoutingPolicy - createNetworkRoutingRule
RoutingPolicy- createNetworkRoutingRule
Description :
This command creates a new instance of network routing rule and saves in database. Returns the fully qualified property instance class object.
Return type : Property Set class
Command Input :
Variable Name | Variable Type | Description |
|---|---|---|
ruleName | String | Name of the routing rule |
conditionClassName | String | Name of the system Object class |
conditionPropertyName | String | Name of the condition property |
conditionOperator | String | Condition operator |
conditionPropertyValue | String | Value for the condition |
releaseCommand | Boolean | Argument whether true or false triggers this command |
Example
The following example creates a new instance of Network routing rule and saves in database.
Script