diff options
author | Ram Krishna Verma <ram_krishna.verma@bell.ca> | 2020-08-24 13:27:27 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-08-24 13:27:27 +0000 |
commit | 5a526b7133babf95cb6a67dc5060d3131f0b97d5 (patch) | |
tree | 73e76f405033ad5e1b671cbc6b2fb8a88c892669 /docs/design/design.rst | |
parent | 4eae906a5dd646c429376903cfb27d9476ab90cc (diff) | |
parent | cc6265ef38c277559d5bee6695f0353b15f87b37 (diff) |
Merge "Add guard filter documentation"
Diffstat (limited to 'docs/design/design.rst')
-rw-r--r-- | docs/design/design.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/design/design.rst b/docs/design/design.rst index 44a2e25c..d543e461 100644 --- a/docs/design/design.rst +++ b/docs/design/design.rst @@ -176,6 +176,13 @@ The Blacklist Guard Supports blacklisting control loop actions from being perfor Please see the definition of the `Guard Blacklist Policy Type <https://github.com/onap/policy-models/blob/master/models-examples/src/main/resources/policytypes/onap.policies.controlloop.guard.common.Blacklist.yaml>`_ +3.4 Filter Guard onap.policies.controlloop.guard.common.Filter +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +The Filter Guard Supports filtering control loop actions from being performed on specific entity id's. + +Please see the definition of the `Guard Filter Policy Type <https://github.com/onap/policy-models/blob/master/models-examples/src/main/resources/policytypes/onap.policies.controlloop.guard.common.Filter.yaml>`_ + 4 Optimization onap.policies.Optimization ----------------------------------------- |