VDS_ISCSI_PORTAL_PROP structure (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 properties of an iSCSI portal.

Syntax

typedef struct _VDS_ISCSI_PORTAL_PROP {
  VDS_OBJECT_ID           id;
  VDS_IPADDRESS           address;
  VDS_ISCSI_PORTAL_STATUS status;
} VDS_ISCSI_PORTAL_PROP, *PVDS_ISCSI_PORTAL_PROP;

Members

id

The VDS_OBJECT_ID of the portal.

address

The IP address and port of the portal.

status

The status of the portal, enumerated by VDS_ISCSI_PORTAL_STATUS.

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::GetProperties

VDS Structures

VDS_IPADDRESS

VDS_ISCSI_PORTAL_STATUS