(file) Return to CIM_SwitchServiceVLAN.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_SwitchServiceVLAN 
 6           // ==================================================================
 7              [Association, Deprecated { "No Value" }, 
 8               Aggregation, Version ( "2.8.0" ), 
 9               UMLPackagePath ( "CIM::Network::VLAN" ), 
10               Description ( 
11                  "This class is deprecated as a fall out of the previous "
12                  "deprecations within the existing model An association linking "
13                  "SwitchService to a component VLANService." )]
14           class CIM_SwitchServiceVLAN : CIM_ServiceComponent {
15           
16                 [Deprecated { "No Value" }, 
17                  Aggregate, Override ( "GroupComponent" ), 
18                  Min ( 1 ), 
19                  Max ( 1 ), 
20                  Description ( "The SwitchService containing the VLANService." )]
21              CIM_SwitchService REF GroupComponent;
22 marek 1.1 
23                 [Deprecated { "No Value" }, 
24                  Override ( "PartComponent" ), 
25                  Description ( 
26                     "The VLANService that is a component of the SwitchService." )]
27              CIM_VLANService REF PartComponent;
28           
29           
30           };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2