Network\CIM_EndpointOfNetworkPipe.mof.mof (HTML version)

Return to index
CIM_EndpointOfNetworkPipe Superclass: CIM_Dependency
EndpointOfNetworkPipe describes the access points between which a pipe transfers information. Whether an access point is a source or sink is indicated by a property of the association, SourceOrSink.
Qualifiers:Version ( "2.10.0" ) MappingStrings { "Recommendation.ITU|M3100.Pipe.a-TPInstance" , "Recommendation.ITU|M3100.Pipe.z-TPInstance" } UMLPackagePath ( "CIM::Network::Pipes" ) Association
Parameters (local in grey)
Override ( "Dependent" )
CIM_NetworkPipe REF Dependent ;
The pipe which is dependent on the access points as the source or sink of the transferred information.
ValueMap { "0" , "2" , "3" , "4" }
Values { "Unknown" , "Source" , "Sink" , "Not Applicable" }
uint16 SourceOrSink ;
Indicates whether the access point is a source (value = 2), or sink (value = 3) for the pipe. If this information is not applicable, the property is set to 4. If the information is not known, the property is set to 0.
Max ( 2 )
Min ( 2 )
Override ( "Antecedent" )
CIM_ServiceAccessPoint REF Antecedent ;
One of the acces points of the pipe.