Device\CIM_NetworkAdapterRedundancyComponent.mof.mof (HTML version)

Return to index
CIM_NetworkAdapterRedundancyComponent Superclass: CIM_RedundancyComponent
Note: The use of the CIM_NetworkAdapterRedundancyComponent class has been deprecated because a specific association is not needed. Instead use the CIM_ OrderedMemberOf Collection class.
Deprecated description: CIM_NetworkAdapterRedundancyComponent indicates the role that a NetworkAdapter plays in an ExtraCapacityGroup, providing load balancing.
Qualifiers:Version ( "2.10.0" ) UMLPackagePath ( "CIM::Device::NetworkAdapter" ) Aggregation Deprecated { "CIM_OrderedMemberOfCollection" } Association
Parameters (local in grey)
ValueMap { "0" , "1" , "2" , "3" }
Values { "Unknown" , "Load Balancing - Transmit Only" , "Load Balancing - Receive Only" , "Full Load Balancing" }
Deprecated { "No value" }
uint16 ScopeOfBalancing ;
Note: The use of this method has been deprecated.
Deprecated description: Indicates the scope of load balancing for the NetworkAdapters that is involved in the RedundancyGroup. Load balancing can be restricted to transmitting data only (value=1), receiving data only (value=2), or used for both transmit and receive (value=3).
Aggregate
Override ( "GroupComponent" )
Deprecated { "CIM_OrderedMemberOfCollection.Collection" }
CIM_ExtraCapacityGroup REF GroupComponent ;
Note: The use of this method has been deprecated.
Deprecated description: The RedundancyGroup that represents a set of load-balanced NetworkAdapters.
ValueMap { "0" , "1" , "2" , "3" , "4" }
Values { "Unknown" , "Original Primary" , "Preferred Primary" , "Both" , "Not Applicable" }
Deprecated { "CIM_OrderedMemberOfCollection.AssignedSequence" }
uint16 PrimaryAdapter ;
Note: The use of this method has been deprecated.
Deprecated description: A Boolean that indicates whether the Network Adapter is an original primary adapter (value=1), a preferred primary adapter (value=2), or both (value=3). Values of 'Unknown' and 'Not Applicable' can also be specified.
Override ( "PartComponent" )
Deprecated { "CIM_OrderedMemberOfCollection.Member" }
CIM_NetworkAdapter REF PartComponent ;
Note: The use of this method has been deprecated.
Deprecated description: The Network Adapters that belong to the RedundancyGroup.