X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=openflowplugin-api%2Fsrc%2Fmain%2Fyang%2Fopenflow-provider-config.yang;h=8be0d43b7d3995c042edf65989f31ada759aabe6;hb=6b344b02f99bb57cd962762dd62914c07a288a00;hp=87fe5c2a6e16f9d2569349d2ebcb34d05b1e9d1b;hpb=89da5edcc40ca9f589c708844bd5efe46a330486;p=openflowplugin.git diff --git a/openflowplugin-api/src/main/yang/openflow-provider-config.yang b/openflowplugin-api/src/main/yang/openflow-provider-config.yang index 87fe5c2a6e..8be0d43b7d 100644 --- a/openflowplugin-api/src/main/yang/openflow-provider-config.yang +++ b/openflowplugin-api/src/main/yang/openflow-provider-config.yang @@ -47,6 +47,48 @@ module openflow-provider-config { leaf is-statistics-polling-on { description "If enabled, periodic statistics gathering will be + turned on. If false takes precedence over the per-capability configuration."; + type boolean; + default "true"; + } + + leaf is-table-statistics-polling-on { + description "If enabled, periodic table statistics gathering will be + turned on"; + type boolean; + default "true"; + } + + leaf is-flow-statistics-polling-on { + description "If enabled, periodic flow statistics gathering will be + turned on"; + type boolean; + default "true"; + } + + leaf is-group-statistics-polling-on { + description "If enabled, periodic group statistics gathering will be + turned on"; + type boolean; + default "true"; + } + + leaf is-meter-statistics-polling-on { + description "If enabled, periodic meter statistics gathering will be + turned on"; + type boolean; + default "true"; + } + + leaf is-port-statistics-polling-on { + description "If enabled, periodic port statistics gathering will be + turned on"; + type boolean; + default "true"; + } + + leaf is-queue-statistics-polling-on { + description "If enabled, periodic queue statistics gathering will be turned on"; type boolean; default "true";