MSISCSITARGET_HostedService class

Defines an association between a Service and the System on which the functionality is located.The cardinality of this association is one-to-many and is weak with respect to the System. Each System can host many services.

A Service is hosted on the System where the CIM_LogicalDevices or CIM_SoftwareFeatures that implement the CIM_Service are located. This model does not represent services hosted across multiple systems.

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")]
class MSISCSITARGET_HostedService : CIM_HostedService
{
  CIM_System  REF Antecedent;
  CIM_Service REF Dependent;
};

Members

The MSISCSITARGET_HostedService class has these types of members:

Properties

The MSISCSITARGET_HostedService 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_HostedService.

Dependent

Data type: CIM_Service

Access type: Read-only

Qualifiers: Weak

The Service hosted on the System.

This property is inherited from CIM_HostedService.

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_HostedService

iSCSI Target Server Reference

CIM_HostedService

CIM_Service