VDS_ISCSI_PORTAL_STATUS enumeration (vds.h)

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

Defines the set of valid status values for an iSCSI portal.

Syntax

typedef enum _VDS_ISCSI_PORTAL_STATUS {
  VDS_IPS_UNKNOWN = 0,
  VDS_IPS_ONLINE = 1,
  VDS_IPS_NOT_READY = 2,
  VDS_IPS_OFFLINE = 4,
  VDS_IPS_FAILED = 5
} VDS_ISCSI_PORTAL_STATUS;

Constants

 
VDS_IPS_UNKNOWN
Value: 0
The status is unknown.
VDS_IPS_ONLINE
Value: 1
The portal is available.
VDS_IPS_NOT_READY
Value: 2
The portal is busy.
VDS_IPS_OFFLINE
Value: 4
The portal is unavailable.
VDS_IPS_FAILED
Value: 5
The portal has failed.

Remarks

Note  Additional constants might be added to the VDS_ISCSI_PORTAL_STATUS enumeration in future Windows versions. For this reason, your application must be designed to gracefully handle an unrecognized VDS_ISCSI_PORTAL_STATUS enumeration constant.
 

Requirements

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

See also

IVdsIscsiPortal::SetStatus

VDS Enumerations

VDS_ISCSI_PORTAL_PROP