IPsecPolicy\CIM_PacketConditionInSARule.mof.mof (HTML version)

Return to index
CIM_PacketConditionInSARule Superclass: CIM_PolicyConditionInPolicyRule
PacketConditionInSARule aggregates an SARule with at least one instance of PacketFilterCondition. This is a specialization of the PolicyConditionInPolicyRule association.
Qualifiers:Version ( "2.8.0" ) Aggregation MappingStrings { "IPSP Policy Model.IETF|SAConditionInRule" } Association
Parameters (local in grey)
Min ( 1 )
Override ( "PartComponent" )
MappingStrings { "IPSP Policy " "Model.IETF|SAConditionInRule.PartComponent" }
CIM_PacketFilterCondition REF PartComponent ;
An SACondition that is required for the SARule.
Override ( "GroupComponent" )
MappingStrings { "IPSP Policy " "Model.IETF|SAConditionInRule.GroupComponent" }
Aggregate
CIM_SARule REF GroupComponent ;
An SARule subclass of PolicyRule.
boolean ConditionNegated ;
Indication of whether the contained PolicyCondition is negated. TRUE indicates that the PolicyCondition IS negated, FALSE indicates that it IS NOT negated.
uint16 GroupNumber ;
Unsigned integer indicating the group to which the contained PolicyCondition belongs. This integer segments the Conditions into the ANDed sets (when the ConditionListType is 'DNF') or, similarly, into the ORed sets (when the ConditionListType is 'CNF').