ISCSI_TargetPortal WMI Class

The ISCSI_TargetPortal class defines a target portal. This definition includes a socket number and an IP address that is independent of the version of the IP protocol that the initiator and the target use.

This class is defined as follows in Common.mof.

class ISCSI_TargetPortal {
  [WmiDataId(1), Description("Network Address") : amended]
    ISCSI_IP_Address  Address;
  [WmiDataId(2), Description("Socket number") : amended]
    uint16 Socket;
};

When the WMI tool suite compiles the preceding class definition, it produces the ISCSI_TargetPortal data structure.