MSFTSM_HostedAccessPoint class

Associates a service access point (SAP) with the system on which it is provided. This is a one-to-many association and is weak with respect to the System. Each System can host many SAPs.

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

Syntax

[Dynamic, Version("1.0.0"), Provider("MSiSCSITargetProv")]
class MSFTSM_HostedAccessPoint : CIM_HostedAccessPoint
{
  CIM_System             REF Antecedent;
  CIM_ServiceAccessPoint REF Dependent;
};

Members

The MSFTSM_HostedAccessPoint class has these types of members:

Properties

The MSFTSM_HostedAccessPoint class has these properties.

Antecedent
Data type: CIM_System
Access type: Read-only
Qualifiers: Min (1), Max (1)

The hosting System.

This property is inherited from CIM_HostedAccessPoint.

Dependent
Data type: CIM_ServiceAccessPoint
Access type: Read-only
Qualifiers: Weak

The SAPs that are hosted on this System.

This property is inherited from CIM_HostedAccessPoint.

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_HostedAccessPoint
iSCSI Target Server Reference

 

 

Show: