Note: this is an abstract component that cannot be instantiated.
Note: this component stores cluster-wide configuration data and is mirrored across all servers in the topology within the the same cluster.
Note: changes to cluster-wide configuration objects are immediately and automatically mirrored across all servers within the same cluster, so offline changes are not supported.
Specifies advice associated with a policy rule.
↓Direct Subcomponents
↓Relations to This Component
↓Properties
↓dsconfig Usage
The following Policy Advice are available in the server :
These Policy Advice inherit from the properties described below.
The following components have a direct composition relation to Policy Advice:
The properties supported by this managed object are as follows:
Basic Properties: | Advanced Properties: |
---|---|
↓ advice-id | None |
↓ evaluation-order-index |
Description | A unique identifier for the advice sub-type. |
Default Value | If no advice-id is specified, the system will generate an Id based on the managed object name of the advice sub-type. |
Allowed Values | A string |
Multi-Valued | No |
Required | No |
Admin Action Required | None. Modification requires no further action |
evaluation-order-index (Read-Only)
Description | If multiple Policy Advice are returned from a single policy request, then this property governs the order in which the Policy Advice will be processed by the Policy Enforcement Point. Policy Advice with a smaller value will be evaluated first. If multiple Policy Advice have the same evaluation-order-index, then their order of evaluation is indeterminate. |
Default Value | 10 |
Allowed Values | An integer value. Lower limit is 0. |
Multi-Valued | No |
Required | No |
Admin Action Required | None. Modification requires no further action |
To list the configured Policy Advice:
dsconfig list-policy-advice [--property {propertyName}] ...
To view the configuration for an existing Policy Advice:
dsconfig get-policy-advice-prop --advice-name {name} --rule-name {name} --policy-name {name} [--tab-delimited] [--script-friendly] [--property {propertyName}] ...
To update the configuration for an existing Policy Advice:
dsconfig set-policy-advice-prop --advice-name {name} --rule-name {name} --policy-name {name} (--set|--add|--remove) {propertyName}:{propertyValue} [(--set|--add|--remove) {propertyName}:{propertyValue}] ...
To delete an existing Policy Advice:
dsconfig delete-policy-advice --advice-name {name} --rule-name {name} --policy-name {name}