(file) Return to CIM_SCSIProtocolController.mof CVS log (file) (dir) Up to [Pegasus] / pegasus / Schemas / CIM231 / DMTF / Device

 1 marek 1.1 // Copyright (c) 2005 DMTF.  All rights reserved.
 2              [Version ( "2.8.1000" ), 
 3               UMLPackagePath ( "CIM::Device::ProtocolController" ), 
 4               Description ( 
 5                  "SCSIProtocolController is a type of ProtocolController, "
 6                  "managing a SCSI interface." )]
 7           class CIM_SCSIProtocolController : CIM_ProtocolController {
 8           
 9                 [Description ( 
10                     "The NameFormat property identifies how the Name of the "
11                     "SCSIProtocolController is selected. \n"
12                     "For Fibre Channel, the NameFormat is \'FC Port WWN\'. \n"
13                     "For iSCSI, Name can use any of the 3 iSCSI formats (iqn, "
14                     "eui, naa) which include the iSCSI format as as a prefix "
15                     "in the name, so they are not ambiguous." ), 
16                  ValueMap { "0", "1", "2", "3" }, 
17                  Values { "Unknown", "Other", "FC Port WWN", "iSCSI Name" }, 
18                  ModelCorrespondence { "CIM_SCSIProtocolController.Name", 
19                     "CIM_SCSIProtocolController.OtherNameFormat" }]
20              uint16 NameFormat;
21           
22 marek 1.1       [Description ( 
23                     "A string describing how the ProtocolController is "
24                     "identified when the NameFormat is \"Other\"." ), 
25                  ModelCorrespondence { "CIM_SCSIProtocolController.Name", 
26                     "CIM_SCSIProtocolController.NameFormat" }]
27              string OtherNameFormat;
28           
29           
30           };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2