IVdsIscsiPortal interface (vdshwprv.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 portal.

Inheritance

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

Methods

The IVdsIscsiPortal interface has these methods.

 
IVdsIscsiPortal::GetIpsecSecurity

The IVdsIscsiPortal::GetIpsecSecurity (vdshwprv.h) method is not supported but is reserved for future use.
IVdsIscsiPortal::GetProperties

The IVdsIscsiPortal::GetProperties (vdshwprv.h) method returns the properties of a portal.
IVdsIscsiPortal::GetSubSystem

The IVdsIscsiPortal::GetSubSystem (vdshwprv.h) method returns the subsystem to which the portal belongs.
IVdsIscsiPortal::QueryAssociatedPortalGroups

The IVdsIscsiPortal::QueryAssociatedPortalGroups (vdshwprv.h) method returns an enumeration of the portal groups with which the portal is associated.
IVdsIscsiPortal::SetIpsecSecurity

The IVdsIscsiPortal::SetIpsecSecurity (vdshwprv.h) method is not supported and is reserved for future use.
IVdsIscsiPortal::SetIpsecTunnelAddress

The IVdsIscsiPortal::SetIpsecTunnelAddress (vdshwprv.h) method is not supported and is reserved for future use.
IVdsIscsiPortal::SetStatus

The IVdsIscsiPortal::SetStatus (vdshwprv.h) method sets the status of a portal to the specified value.

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 vdshwprv.h
Redistributable VDS 1.1

See also

VDS Interfaces