Deployment policy builder
The deployment policy builder prevents entry errors when you create a deployment policy.
Deployment policies include a builder to help create matching statements in the following
format.
address/domain/resource[?Name=resource-name&Property=property-name&Value=property-value]To access the builder, click Build, which is associated with the following properties.
- The Accepted Configuration property on the Main tab.
- The Filtered Configuration property on the Main tab.
- The Configuration Match property after you click Add on the Modified Configuration tab.
To use the builder to create a matching statement.
- Click Build.
- In the Device Address field, specify the IP address or host alias. The
value
*matches all IP addresses. - From the Application Domain list, select the name of the domain. Selecting (none) matches all domains.
- From the Resource Type list, select the resource type. Selecting (all resources) matches all resource types.
- In the Name Match (PCRE) field, specify a name match for a resource. This
property limits the matching statement to resources of the specified name. Use a PCRE to select
groups of resources. For example,
foo.*would match all resources with names that start withfoo. - From the Configuration Property list, select the name of the property. This property limits the matching statement to resources with the specified property.
- In the Configuration Value Match (PCRE) field, specify the value for the property. This property limits the matching statement to resources with the specified value. Use a PCRE to select groups of values.
- Click Save.
The statement is added to the list of matching statements.