ISCSISession Class |
Namespace: SolidFire.Element.Api
public class ISCSISession : RpcBase
The ISCSISession type exposes the following members.
Name | Description | |
---|---|---|
ISCSISession | Initializes a new instance of the ISCSISession class |
Name | Description | |
---|---|---|
AccountID |
The numeric ID of the account object used for authentication (if any).
| |
AccountName |
The name of the account object used for authentication (if any).
| |
Authentication |
Authentication information for this session.
| |
CreateTime |
The time when this session was created.
| |
DriveID |
The numeric drive ID associated with this session.
| |
DriveIDs |
A list of numeric drive IDs associated with this session.
| |
Initiator |
The initiator object (if any) associated with this session.
| |
InitiatorIP |
The initiator's socket IP address and TCP port number.
| |
InitiatorName |
The initiator's iSCSI qualified name (IQN) string.
| |
InitiatorPortName |
The iSCSI initiator port name string.
| |
InitiatorSessionID |
The iSCSI initiator session ID (ISID) for this session.
| |
MsSinceLastIscsiPDU |
Number of milliseconds since this session received an iSCSI PDU.
| |
MsSinceLastScsiCommand |
Number of milliseconds since this session received a SCSI command.
| |
NodeID |
The numeric node ID associated with this session.
| |
ServiceID |
The numeric service ID associated with this session.
| |
SessionID |
The numeric ID associated with this session.
| |
TargetIP |
The target's socket IP address and TCP port number.
| |
TargetName |
The target's iSCSI qualified name (IQN) string.
| |
TargetPortName |
The iSCSI target port name string.
| |
VirtualNetworkID |
The numeric ID of the virtual network (if any) used to create the session.
| |
VolumeID |
The numeric ID of the volume (if any) associated with the target name.
| |
VolumeInstance |
The instance of the volume (if any) associated with this session.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString |
Builds a json-enabled string of all the properties and their values in this class.
(Inherited from RpcBase.) |