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.
  1. Click Build.
  2. In the Device Address field, specify the IP address or host alias. The value * matches all IP addresses.
  3. From the Application Domain list, select the name of the domain. Selecting (none) matches all domains.
  4. From the Resource Type list, select the resource type. Selecting (all resources) matches all resource types.
  5. 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 with foo.
  6. From the Configuration Property list, select the name of the property. This property limits the matching statement to resources with the specified property.
  7. 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.
  8. Click Save.

The statement is added to the list of matching statements.