IVdsLunPlex 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 a LUN plex.

Inheritance

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

Methods

The IVdsLunPlex interface has these methods.

 
IVdsLunPlex::ApplyHints

The IVdsLunPlex::ApplyHints method (vds.h) applies a new set of hints to the LUN plex. Hints applied to a plex affect neither the LUN nor its other plexes.
IVdsLunPlex::GetLun

The IVdsLunPlex::GetLun method (vds.h) returns the LUN to which the plex belongs.
IVdsLunPlex::GetProperties

The IVdsLunPlex::GetProperties method (vds.h) returns the properties of the LUN plex.
IVdsLunPlex::QueryExtents

The IVdsLunPlex::QueryExtents method (vds.h) returns an array of the drive extents that contribute to the plex.
IVdsLunPlex::QueryHints

The IVdsLunPlex::QueryHints method (vds.h) returns the hints that are currently applied to the LUN plex.

Requirements

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

See also

LUN Plex Object

VDS Interfaces