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

 1 marek 1.1 // Copyright (c) 2005 DMTF.  All rights reserved.
 2           // <change cr="CIMCoreCR00751.003" type ="change">Update of
 3           // descriptions based on Tech Edit review.</
 4           // <change cr="ArchCR00066.004" type="add">Add UmlPackagePath
 5           // qualifier values to CIM Schema.</change>
 6           // ==================================================================
 7           //  CIM_NetworkVirtualAdapter
 8           // ==================================================================
 9              [Association, Deprecated { "CIM_ConcreteIdentity" }, 
10               Version ( "2.10.0" ), 
11               UMLPackagePath ( "CIM::Device::NetworkAdapter" ), 
12               Description ( 
13                  "Note: The use of the CIM_NetworkVirtualAdapter class has been "
14                  "deprecated. A specific association is not needed. Instead use "
15                  "the CIM_ConcreteIdentity class. \n"
16                  "Deprecated description: NetworkVirtual Adapter describes that "
17                  "an instance of NetworkAdapter is actually the result of "
18                  "several Adapters participating in a load-balanced "
19                  "RedundancyGroup." )]
20           class CIM_NetworkVirtualAdapter : CIM_LogicalIdentity {
21           
22 marek 1.1       [Deprecated { "CIM_ConcreteIdentity.SystemElement" }, 
23                  Override ( "SystemElement" ), 
24                  Description ( 
25                     "Note: The use of this method has been deprecated. \n"
26                     "Deprecated description: The \'virtual\' NetworkAdapter." )]
27              CIM_NetworkAdapter REF SystemElement;
28           
29                 [Deprecated { "CIM_ConcreteIdentity.SameElement" }, 
30                  Override ( "SameElement" ), 
31                  Description ( 
32                     "Note: The use of this method has been deprecated. \n"
33                     "Deprecated description: The ExtraCapacity "
34                     "RedundancyGroup that describes the load balancing. The "
35                     "result of the load balancing is the \'virtual\' Adapter." )]
36              CIM_ExtraCapacityGroup REF SameElement;
37           
38           
39           };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2