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

 1 marek 1.1 // Copyright (c) 2005 DMTF.  All rights reserved.
 2              [Association, Version ( "2.8.0" ), 
 3               UMLPackagePath ( "CIM::Policy" ), 
 4               Description ( 
 5                  "FilterOfPacketCondition associates a network traffic "
 6                  "specification (i.e., a FilterList) with a PolicyRule\'s "
 7                  "PacketFilterCondition." ), 
 8               MappingStrings { "IPSP Policy Model.IETF|FilterOfSACondition" }]
 9           class CIM_FilterOfPacketCondition : CIM_Dependency {
10           
11                 [Override ( "Antecedent" ), 
12                  Min ( 1 ), 
13                  Max ( 1 ), 
14                  Description ( 
15                     "A FilterList describes the traffic selected by the "
16                     "PacketFilterCondition. A PacketFilterCondition is "
17                     "associated with one and only one FilterList, but that "
18                     "filter list may aggregate many filter entries." ), 
19                  MappingStrings { 
20                     "IPSP Policy Model.IETF|FilterOfSACondition.Antecedent" }]
21              CIM_FilterList REF Antecedent;
22 marek 1.1 
23                 [Override ( "Dependent" ), 
24                  Description ( 
25                     "The PacketFilterCondition that uses the FilterList as "
26                     "part of a PolicyRule." ), 
27                  MappingStrings { 
28                     "IPSP Policy Model.IETF|FilterOfSACondition.Dependent" }]
29              CIM_PacketFilterCondition REF Dependent;
30           
31           
32           };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2