HP 3PAR CIM API Programming Reference

iSCSIControllerForUnit
Similar to TPD_SCSIControllerForUnit, except that TPD_iSCSIControllerForUnit
associates TPD_iSCSIController for an iSCSI host with StorageVolumes.
StorageClientSettingData
An array has several fixed instances of this class, each corresponding to a host persona. Each
instance of StorageHardwareID and StorageHardwareIDCollection has an
ElementSettingData association with an instance of StorageClientSettingData that
corresponds to the persona of the host.
To change the StorageClientSettingData of a host, a client should do a ModifyInstance
of the TPD_StorageHardwareIDCollection.Setting property.
StorageHardwareID
StorageHardwareID (subclass of Identity) represents the host HBA WWN/iscsiName.
TPD_StorageHardwareIDCollection
This is sub-classed from SystemSpecificCollection is used to hold a set of
StorageHardwareID objects which can access storage volumes.
Supporting classes
AssociatedPrivilege
AssociatedPrivilege represents an association between a StorageHardwareID instance and a
SCSIProtocolController. TPD_SPCAssociatedPrivilege and TPD_iSPCAssociatedPrivilege are
subclassed from AssociatedPrivilege.
The AssociatedPrivilege also represents the access permission (read-write) that a StorageHardwareID
(host HBA) is allowed on a SCSIProtocolController.
The AssociatedPrivilege association is in addition to and replaces the instances of
AuthorizedPrivilege, PrivilegeForStorageHardwareID (AuthorizedSubject), and AuthorizedTarget.
AuthoizedPrivilege, AuthorizedSubject, and AuthorizedTarget are now deprecated.
Table 80 Property Values for AssociatedPrivilege
ValuesProperties
Opaque unique identifier.string UseKey
True privilege is granted, False not granted.boolean PrivilegeGranted
SMI-S: this array must contain 5 (read) and 6 (write).uint16[] Activities
Reference to TPD_StorageHardwareID.TPD_StorageHardwareID Subject
Reference to TPD_SCSIController (for
TPD_SPCAssociatedPrivilege) or TPD_iSCSIController (for
TPD_iSPCAssociatedPrivilege).
CIM_SCSIProtocolController Target
AuthorizedPrivilege
AuthorizedPrivilege represents access permission (read-write) that a StorageHardwareID
(host HBA) is allowed on a SCSIProtocolController. This permission is associated with
StorageHardwareID via AuthorizedSubject.
Masking and Mapping Subprofile 93