POLICY_PROVISIONED=4;// Rule subscribed to Monitoring
POLICY_ACTIVE=5;// Rule is currently active (alarm is just thrown by Monitoring)
POLICY_PROVISIONED=4;// Rule subscribed to Analyzer
POLICY_ACTIVE=5;// Rule is currently active (alarm is just thrown by Analyzer)
POLICY_ENFORCED=6;// Rule action is successfully enforced
POLICY_INEFFECTIVE=7;// The applied rule action did not work as expected
POLICY_EFFECTIVE=8;// The applied rule action did work as expected
@@ -57,12 +55,10 @@ message PolicyRuleState {
// Basic policy rule attributes
messagePolicyRuleBasic{
PolicyRuleIdpolicyRuleId=1;
PolicyRuleStatepolicyRuleState=2;//policy.proto:58:12: Explicit 'optional' labels are disallowed in the Proto3 syntax. To define 'optional' fields in Proto3, simply remove the 'optional' label, as fields are 'optional' by default.
uint32priority=3;
monitoring.KpiIdkpiId=4;// to be migrated to: "kpi_manager.KpiId"
PolicyRuleStatepolicyRuleState=2;
uint32policyRulePriority=3;
// Event-Condition-Action (ECA) model
repeatedPolicyRuleActionactionList=5;// One or more actions should be applied
repeatedPolicyRuleActionactionList=4;// One or more actions should be applied