(file) Return to CIM_PacketConditionInSARule.mof CVS log (file) (dir) Up to [Pegasus] / pegasus / Schemas / CIM231 / DMTF / IPsecPolicy

 1 marek 1.1 // Copyright (c) 2005 DMTF.  All rights reserved.
 2              [Association, Aggregation, Version ( "2.8.0" ), 
 3               UMLPackagePath ( "CIM::IPsecPolicy" ), 
 4               Description ( 
 5                  "PacketConditionInSARule aggregates an SARule with at least one "
 6                  "instance of PacketFilterCondition. This is a specialization of "
 7                  "the PolicyConditionInPolicyRule association." ), 
 8               MappingStrings { "IPSP Policy Model.IETF|SAConditionInRule" }]
 9           class CIM_PacketConditionInSARule : CIM_PolicyConditionInPolicyRule {
10           
11                 [Aggregate, Override ( "GroupComponent" ), 
12                  Description ( "An SARule subclass of PolicyRule." ), 
13                  MappingStrings { 
14                     "IPSP Policy Model.IETF|SAConditionInRule.GroupComponent" }]
15              CIM_SARule REF GroupComponent;
16           
17                 [Override ( "PartComponent" ), 
18                  Min ( 1 ), 
19                  Description ( 
20                     "An SACondition that is required for the SARule." ), 
21                  MappingStrings { 
22 marek 1.1           "IPSP Policy Model.IETF|SAConditionInRule.PartComponent" }]
23              CIM_PacketFilterCondition REF PartComponent;
24           
25           
26           };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2