CIM_EndpointOfNetworkPipe class

EndpointOfNetworkPipe describes the endpoints between which a pipe transfers information. Whether an endpoint is a source or sink is indicated by a property of the association, SourceOrSink.

The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.

Syntax

[Association, Abstract, Version("2.7.0"), UMLPackagePath("CIM::Network::Pipes"), MappingStrings("Recommendation.ITU|M3100.Pipe.a-TPInstance", "Recommendation.ITU|M3100.Pipe.z-TPInstance")]
class CIM_EndpointOfNetworkPipe : CIM_Dependency
{
  CIM_ProtocolEndpoint REF Antecedent;
  CIM_NetworkPipe      REF Dependent;
  uint16                   SourceOrSink;
};

Members

The CIM_EndpointOfNetworkPipe class has these types of members:

Properties

The CIM_EndpointOfNetworkPipe class has these properties.

Antecedent

Data type: CIM_ProtocolEndpoint

Access type: Read-only

Qualifiers: Override ("Antecedent"), Min (2), Max (2)

One of the endpoints of the pipe.

Dependent

Data type: CIM_NetworkPipe

Access type: Read-only

Qualifiers: Override ("Dependent")

The pipe which is dependent on the endpoints as the source or sink of the transferred information.

SourceOrSink

Data type: uint16

Access type: Read-only

Indicates whether the endpoint 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.

Unknown (0)

Source (2)

Sink (3)

Not Applicable (4)

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2012 R2
Namespace
Root\CIMv2\Storage\iScsiTarget
MOF
SmIscsiTarget.mof
DLL
SMiSCSITargetProv.dll

See also

CIM_Dependency