Network\CIM_InLogicalNetwork.mof.mof (HTML version)

Return to index
CIM_InLogicalNetwork Superclass: CIM_CollectedMSEs
This association defines a ProtocolEndpoint as a member of a specific LogicalNetwork.

Since the LogicalNetwork class is deprecated in lieu of ConnectivityCollection, this association is no longer necessary. It is deprecated to the MemberOfCollection association, that is inherited by ConnectivityCollection from its superclass, Collection.
Qualifiers:Version ( "2.7.0" ) UMLPackagePath ( "CIM::Network::Collections" ) Aggregation Deprecated { "CIM_MemberOfCollection" } Association
Parameters (local in grey)
Deprecated { "CIM_MemberOfCollection.Member" }
Override ( "Member" )
CIM_ProtocolEndpoint REF Member ;
The child ProtocolEndpoints that are components of the LogicalNetwork.
Aggregate
Deprecated { "CIM_MemberOfCollection.Collection" }
Override ( "Collection" )
CIM_LogicalNetwork REF Collection ;
The LogicalNetwork that groups the ProtocolEndpoint instances.