MSIscsiInitiator_TargetAddress class

This MSIscsiInitiator_TargetAddress structure describes the characteristics of the SCSI address mapped to a target by the operation system.

Syntax

class MSIscsiInitiator_TargetAddress
{
  string OSDeviceName;
  uint32 OSBusNumber;
  uint32 OSTargetNumber;
  uint32 OSLunNumber;
};

Members

The MSIscsiInitiator_TargetAddress class has these types of members:

Properties

The MSIscsiInitiator_TargetAddress class has these properties.

OSBusNumber

Data type: uint32

Access type: Read-only

The SCSI bus number mapped to the target by the operating system.

OSDeviceName

Data type: string

Access type: Read-only

The device name assigned to the target by the operating system.

OSLunNumber

Data type: uint32

Access type: Read-only

The logical unit number (LUN) assigned to the target by the operation system.

OSTargetNumber

Data type: uint32

Access type: Read-only

The target device number assigned to the target by the operating system.

Requirements

Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2008 [desktop apps only]
Namespace
Root\WMI
MOF
Iscsidsc.mof