IVdsLunIscsi interface (vds.h)

[Beginning with Windows 8 and Windows Server 2012, the Virtual Disk Service COM interface is superseded by the Windows Storage Management API.]

Provides methods for performing query and configuration operations on an iSCSI LUN.

Inheritance

The IVdsLunIscsi interface inherits from the IUnknown interface. IVdsLunIscsi also has these types of members:

Methods

The IVdsLunIscsi interface has these methods.

 
IVdsLunIscsi::AssociateTargets

The IVdsLunIscsi::AssociateTargets method (vds.h) associates LUNs with subsystem iSCSI targets.
IVdsLunIscsi::QueryAssociatedTargets

The IVdsLunIscsi::QueryAssociatedTargets method (vds.h) returns an enumeration of currently associated iSCSI targets, which give access to the LUN.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2003 R2 [desktop apps only]
Target Platform Windows
Header vds.h
Redistributable VDS 1.1

See also

VDS Interfaces