MSISCSITARGET_ElementSettingData class

Represents the association between managed elements and applicable setting data. This association also describes whether this is a default or current setting.

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_ElementSettingData : CIM_ElementSettingData
{
  CIM_ManagedElement REF ManagedElement;
  CIM_SettingData    REF SettingData;
  uint16                 IsDefault;
  uint16                 IsCurrent;
};

Members

The MSISCSITARGET_ElementSettingData class has these types of members:

Properties

The MSISCSITARGET_ElementSettingData class has these properties.

IsCurrent

Data type: uint16

Access type: Read-only

An enumerated integer indicating that the referenced setting is currently being used in the operation of the element, or that this information is unknown.

This property is inherited from CIM_ElementSettingData.

Unknown (0)

Is Current (1)

Is Not Current (2)

IsDefault

Data type: uint16

Access type: Read-only

An enumerated integer indicating that the referenced setting is a default setting for the element, or that this information is unknown.

This property is inherited from CIM_ElementSettingData.

Unknown (0)

Is Default (1)

Is Not Default (2)

ManagedElement

Data type: CIM_ManagedElement

Access type: Read-only

Qualifiers: Key

The managed element.

This property is inherited from CIM_ElementSettingData.

SettingData

Data type: CIM_SettingData

Access type: Read-only

Qualifiers: Key

The SettingData object associated with the element.

This property is inherited from CIM_ElementSettingData.

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_ElementSettingData

iSCSI Target Server Reference

CIM_ElementSettingData

CIM_SettingData