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

 1 marek 1.1 // Copyright (c) 2005 DMTF.  All rights reserved.
 2           // <change cr="ArchCR00066.004" type="add">Add UmlPackagePath
 3           // qualifier values to CIM Schema.</change>
 4           // ==================================================================
 5           //  CIM_FilterListInSystem 
 6           // ==================================================================
 7              [Association, Deprecated { "CIM_HostedFilterList" }, 
 8               Aggregation, Version ( "2.7.0" ), 
 9               UMLPackagePath ( "CIM::Network::Filtering" ), 
10               Description ( 
11                  "FilterLists are defined in the context of a ComputerSystem "
12                  "(e.g., a router, firewall or host). Note that this class is "
13                  "deprecated since its subclassing is not correct. It subclasses "
14                  "from SystemComponent, but a FilterList is NOT a Component of a "
15                  "System. Instead, it is hosted/scoped by the System. In "
16                  "versions up to CIM 2.6, FilterListInSystem was a mandatory, "
17                  "Weak relationship. This is no longer true, beginning with CIM "
18                  "V2.7." )]
19           class CIM_FilterListInSystem : CIM_SystemComponent {
20           
21                 [Deprecated { "CIM_HostedFilterList.Antecedent" }, 
22 marek 1.1        Aggregate, Override ( "GroupComponent" ), 
23                  Max ( 1 ), 
24                  Description ( 
25                     "The ComputerSystem/network device that scopes the "
26                     "FilterList and administers it." )]
27              CIM_ComputerSystem REF GroupComponent;
28           
29                 [Deprecated { "CIM_HostedFilterList.Dependent" }, 
30                  Override ( "PartComponent" ), 
31                  Description ( "The FilterList on the System." )]
32              CIM_FilterList REF PartComponent;
33           
34           
35           };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2