Class CIM_SCSIProtocolEndpoint


CIM_ManagedElement
\_CIM_ManagedSystemElement
  \_CIM_LogicalElement
    \_CIM_EnabledLogicalElement
      \_CIM_ServiceAccessPoint
        \_CIM_ProtocolEndpoint


Description

A SCSIProtocolEndpoint represents the protocol (command) aspects of a logical SCSI port, independent of the connection/transport. SCSIProtocolEndpoint is either directly or indirectly associated to one or more instances of LogicalPort (via PortImplementsEndpoint) depending on the underlying transport. Indirect associations aggregate one or more LogicalPorts using intermediate ProtocolEndpoints (iSCSI, etc). SCSIProtocolEndpoint is also associated to a SCSIProtocolController, representing the SCSI device.

Subclasses

IBMTSDS_SCSIProtocolEndpoint

Referenced By

CIM_StorageConfigurationService

Properties

IdTypeRangeDescription
Key
CreationClassName string
Max Length256
CreationClassName indicates the name of the class or the subclass used in the creation of an instance. When used with the other key properties of this class, this property allows all instances of this class and its subclasses to be uniquely identified.
Name string
Max Length256
The Name property uniquely identifies the ServiceAccessPoint and provides an indication of the functionality that is managed. This functionality is described in more detail in the Description property of the object.
SystemCreationClassName string
Max Length256
The CreationClassName of the scoping System.
SystemName string
Max Length256
The Name of the scoping System.
Read Only
ConnectionType uint16
Other1
Fibre Channel2
Parallel SCSI3
SSA4
IEEE 13945
RDMA6
iSCSI7
SAS8
ADT9
The supported connection type for this endpoint. The connection type may be needed before the port(s) are associated and also is used in some SCSI commands.
OtherConnectionType string
The connection type, if ConnectionType is"Other".
Role uint16
Unknown0
Initiator2
Target3
Both Initiator and Target4
For iSCSI, each SCSIProtocolEndpoint MUST act as either a target or an initiator endpoint. Other transports allow a SCSI PE to act as both an initiator and target endpoint. This property indicates which role this ProtocolEndpoint implements.
TargetRelativePortNumber uint32
For ports on a target device, the port number, relative to the storage system. 0 is reserved by T10, 1 is port A, 2 is port B, etc. These numbers are used in SCSI commands that operate on target port groups.
Read Write
 
Inherited from class CIM_ManagedElement
Caption, Description, ElementName
 
Inherited from class CIM_ManagedSystemElement
HealthState, InstallDate, Name, OperationalStatus, Status, StatusDescriptions
 
Inherited from class CIM_EnabledLogicalElement
EnabledState, OtherEnabledState, RequestedState, TimeOfLastStateChange, EnabledDefault
 
Inherited from class CIM_ProtocolEndpoint
BroadcastResetSupported, Description, EnabledState, NameFormat, OperationalStatus, OtherTypeDescription, ProtocolIFType, ProtocolType, TimeOfLastStateChange
 

Method Summary

NameDescription
 
Inherited from class CIM_EnabledLogicalElement
RequestStateChange
 
Inherited from class CIM_ProtocolEndpoint
BroadcastReset
 

Method Detail