MSFT_iSCSITargetPortal class
Represents an iSCSI target portal.
The following syntax is simplified from MOF code and includes all inherited properties.
Syntax
class MSFT_iSCSITargetPortal
{
string TargetPortalAddress;
uint16 TargetPortalPortNumber;
string InitiatorInstanceName;
string InitiatorPortalAddress;
boolean IsHeaderDigest;
boolean IsDataDigest;
};
Members
The MSFT_iSCSITargetPortal class has these types of members:
Methods
The MSFT_iSCSITargetPortal class has these methods.
Method | Description |
---|---|
New | Creates and configures a new iSCSI target portal. |
Remove | Removes an iSCSI target portal. |
Update | Updates information about an iSCSI target portal. |
Properties
The MSFT_iSCSITargetPortal class has these properties.
-
InitiatorInstanceName
-
-
Data type: string
-
Access type: Read-only
The name of the initiator instance that the iSCSI initiator service uses to send SendTargets requests to the target portal. If no instance name is specified, the iSCSI initiator service chooses the initiator instance.
-
-
InitiatorPortalAddress
-
-
Data type: string
-
Access type: Read-only
The IP address or DNS name associated with the initiator portal.
-
-
IsDataDigest
-
-
Data type: boolean
-
Access type: Read-only
If true, the initiator should enable the session to use an iSCSI data digest scheme when logging into the target portal. Otherwise, the data digest setting is determined by the initiator kernel mode driver.
-
-
IsHeaderDigest
-
-
Data type: boolean
-
Access type: Read-only
If true, the initiator should enable the session to use a header digest scheme when logging into the target portal. Otherwise, the header digest setting is determined by the initiator kernel mode driver.
-
-
TargetPortalAddress
-
-
Data type: string
-
Access type: Read-only
-
Qualifiers: Key
The IP or DNS address associated with the target portal.
-
-
TargetPortalPortNumber
-
-
Data type: uint16
-
Access type: Read-only
The TCP port number for the target portal. The default value is 3260.
-
Requirements
Minimum supported client |
Windows 8 [desktop apps only] |
Minimum supported server |
Windows Server 2012 [desktop apps only] |
Namespace |
Root\Microsoft\Windows\Storage |
MOF |
|