MSFT_iSCSIConnection class
Represents a connection from an iSCSI initiator to an iSCSI target.
The following syntax is simplified from MOF code and includes all inherited properties.
Syntax
class MSFT_iSCSIConnection
{
string ConnectionIdentifier;
string InitiatorAddress;
string TargetAddress;
uint32 InitiatorPortNumber;
uint32 TargetPortNumber;
};
Members
The MSFT_iSCSIConnection class has these types of members:
Properties
The MSFT_iSCSIConnection class has these properties.
-
ConnectionIdentifier
-
-
Data type: string
-
Access type: Read-only
-
Qualifiers: Key
The connection identifier.
-
-
InitiatorAddress
-
-
Data type: string
-
Access type: Read-only
A string that contains an IP address for each network adapter on the initiator. The default value is "0.0.0.0".
-
-
InitiatorPortNumber
-
-
Data type: uint32
-
Access type: Read-only
The TCP port number for the initiator.
-
-
TargetAddress
-
-
Data type: string
-
Access type: Read-only
The IP address of the target.
-
-
TargetPortNumber
-
-
Data type: uint32
-
Access type: Read-only
The TCP port number for the target. 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 |
|