MSIscsiInitiator_PortalGroup class

This MSIscsiInitiator_PortalGroup structure describes the characteristics of the Initiator portal group.

Syntax

class MSIscsiInitiator_PortalGroup
{
  uint32                  Index;
  MSIscsiInitiator_Portal Portals[];
};

Members

The MSIscsiInitiator_PortalGroup class has these types of members:

Properties

The MSIscsiInitiator_PortalGroup class has these properties.

Index

Data type: uint32

Access type: Read-only

Qualifiers: Key

The index number associated with the portal group.

Portals

Data type: MSIscsiInitiator_Portal array

Access type: Read-only

An array of MSiSCSIInitiator_Portal structures representing portals within the portal group.

Requirements

Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2008 [desktop apps only]
Namespace
Root\WMI
MOF
Iscsidsc.mof

See also

MSIscsiInitiator_Portal