MSISCSITARGET_EndpointOfNetworkPipe class

Describes the endpoints between which a pipe transfers information.

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

Syntax

[Dynamic, Provider("MSiSCSITargetProv"), Association, Version("1.0.0"), MappingStrings("Recommendation.ITU|M3100.Pipe.a-TPInstance", "Recommendation.ITU|M3100.Pipe.z-TPInstance")]
class MSISCSITARGET_EndpointOfNetworkPipe : CIM_EndpointOfNetworkPipe
{
  CIM_ProtocolEndpoint REF Antecedent;
  CIM_NetworkPipe      REF Dependent;
  uint16                   SourceOrSink;
};

Members

The MSISCSITARGET_EndpointOfNetworkPipe class has these types of members:

Properties

The MSISCSITARGET_EndpointOfNetworkPipe class has these properties.

Antecedent

Data type: CIM_ProtocolEndpoint

Access type: Read-only

Qualifiers: Min (2), Max (2)

One of the endpoints of the pipe.

This property is inherited from CIM_EndpointOfNetworkPipe.

Dependent

Data type: CIM_NetworkPipe

Access type: Read-only

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

This property is inherited from CIM_EndpointOfNetworkPipe.

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.

This property is inherited from CIM_EndpointOfNetworkPipe.

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_EndpointOfNetworkPipe

iSCSI Target Server Reference