MSIscsiInitiator_ConnectionInformation class
This MSIscsiIIinitiator_ConnectionInformation MOF class describes the characteristics of an iSCSI connection.
Syntax
class MSIscsiInitiator_ConnectionInformation
{
string ConnectionID;
string InitiatorAddress;
string TargetAddress;
uint16 InitiatorPort;
uint16 TargetPort;
uint8 CID[];
};
Members
The MSIscsiInitiator_ConnectionInformation class has these types of members:
Properties
The MSIscsiInitiator_ConnectionInformation class has these properties.
-
CID
-
-
Data type: uint8 array
-
Access type: Read-only
The iSCSI connection ID (CID) for this connection instance. The iSCSI protocol uses this value to identify the connection.
-
-
ConnectionID
-
-
Data type: string
-
Access type: Read-only
The unique ID associated with the connection. This value is returned by the MSIscsiInitiator_SessionClass::AddConnection method with the UniqueConnectionID parameter.
-
-
InitiatorAddress
-
-
Data type: string
-
Access type: Read-only
The IP address of the local network card that the initiator uses to connect to the network.
-
-
InitiatorPort
-
-
Data type: uint16
-
Access type: Read-only
The port on the initiator that establishes the connection.
-
-
TargetAddress
-
-
Data type: string
-
Access type: Read-only
The IP address of the remote network card that this connection instance uses.
-
-
TargetPort
-
-
Data type: uint16
-
Access type: Read-only
The remote port number that the initiator uses to make a connection with the target.
-
Requirements
Minimum supported client |
Windows Vista [desktop apps only] |
Minimum supported server |
Windows Server 2008 [desktop apps only] |
Namespace |
Root\WMI |
MOF |
|
See also