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

 1 karl  1.1.2.2 // 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_NetworkAdapterRedundancyComponent
 8               // ==================================================================
 9                  [Association, Deprecated { "CIM_OrderedMemberOfCollection" }, 
10                   Aggregation, Version ( "2.10.0" ), 
11                   UMLPackagePath ( "CIM::Device::NetworkAdapter" ), 
12                   Description ( 
13                      "Note: The use of the CIM_NetworkAdapterRedundancyComponent "
14                      "class has been deprecated because a specific association is "
15                      "not needed. Instead use the CIM_ OrderedMemberOf Collection "
16                      "class. \n"
17                      "Deprecated description: CIM_NetworkAdapterRedundancyComponent "
18                      "indicates the role that a NetworkAdapter plays in an "
19                      "ExtraCapacityGroup, providing load balancing." )]
20               class CIM_NetworkAdapterRedundancyComponent : CIM_RedundancyComponent {
21               
22 karl  1.1.2.2       [Deprecated { "CIM_OrderedMemberOfCollection.Collection" }, 
23                      Aggregate, Override ( "GroupComponent" ), 
24                      Description ( 
25                         "Note: The use of this method has been deprecated. \n"
26                         "Deprecated description: The RedundancyGroup that "
27                         "represents a set of load-balanced NetworkAdapters." )]
28                  CIM_ExtraCapacityGroup REF GroupComponent;
29               
30                     [Deprecated { "CIM_OrderedMemberOfCollection.Member" }, 
31                      Override ( "PartComponent" ), 
32                      Description ( 
33                         "Note: The use of this method has been deprecated. \n"
34                         "Deprecated description: The Network Adapters that belong "
35                         "to the RedundancyGroup." )]
36                  CIM_NetworkAdapter REF PartComponent;
37               
38                     [Deprecated { "No value" }, 
39                      Description ( 
40                         "Note: The use of this method has been deprecated. \n"
41                         "Deprecated description: Indicates the scope of load "
42                         "balancing for the NetworkAdapters that is involved in "
43 karl  1.1.2.2           "the RedundancyGroup. Load balancing can be restricted to "
44                         "transmitting data only (value=1), receiving data only "
45                         "(value=2), or used for both transmit and receive "
46                         "(value=3)." ), 
47                      ValueMap { "0", "1", "2", "3" }, 
48                      Values { "Unknown", "Load Balancing - Transmit Only", 
49                         "Load Balancing - Receive Only", "Full Load Balancing" }]
50                  uint16 ScopeOfBalancing;
51               
52                     [Deprecated { "CIM_OrderedMemberOfCollection.AssignedSequence" }, 
53                      Description ( 
54                         "Note: The use of this method has been deprecated. \n"
55                         "Deprecated description: A Boolean that indicates whether "
56                         "the Network Adapter is an original primary adapter "
57                         "(value=1), a preferred primary adapter (value=2), or "
58                         "both (value=3). Values of \"Unknown\" and \"Not "
59                         "Applicable\" can also be specified." ), 
60                      ValueMap { "0", "1", "2", "3", "4" }, 
61                      Values { "Unknown", "Original Primary", "Preferred Primary", 
62                         "Both", "Not Applicable" }]
63                  uint16 PrimaryAdapter;
64 karl  1.1.2.2 
65               
66               };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2