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

 1 karl  1.1.2.2 // Copyright (c) 2005 DMTF.  All rights reserved.
 2               // <change cr="CIMCoreCR00735.001" type ="change">Update of
 3               // descriptions based on Tech Edit review.</
 4               // <change cr="ArchCR00066.004" type="add">Add UmlPackagePath
 5               // qualifier values to CIM Schema.</change>
 6               // <change cr="ArchCR00089.003" type="add">Add PUnit qualifier values
 7               // to Units qualifier values.</change>
 8               // ==================================================================
 9               //  CIM_SCSIController
10               // ==================================================================
11                  [Deprecated { "CIM_SCSIProtocolController" }, 
12                   Version ( "2.10.0" ), 
13                   UMLPackagePath ( "CIM::Device::Controller" ), 
14                   Description ( 
15                      "Note: The use of this class is deprecated in lieu of "
16                      "SCSIProtocolController. The latter reflects the protocol- "
17                      "related issues of SCSI interfaces, because these are not bus "
18                      "master-type Controllers.\" Deprecated description: "
19                      "Capabilities and management of the SCSIController." )]
20               class CIM_SCSIController : CIM_Controller {
21               
22 karl  1.1.2.2       [Deprecated { "No Value" }, 
23                      Description ( 
24                         "Note: The use of this method is deprecated. \n"
25                         "Deprecated description: An integer enumeration that "
26                         "indicates whether or not the SCSIController provides "
27                         "redundancy or protection against device failures." ), 
28                      ValueMap { "1", "2", "3", "4", "5", "6" }, 
29                      Values { "Other", "Unknown", "Unprotected", "Protected", 
30                         "Protected through SCC (SCSI-3 Controller Command)", 
31                         "Protected through SCC-2 (SCSI-3 Controller Command)" }, 
32                      MappingStrings { "MIF.DMTF|Storage Controller|001.3" }]
33                  uint16 ProtectionManagement;
34               
35                     [Deprecated { "No Value" }, 
36                      Description ( 
37                         "Note: The use of this method is deprecated. \n"
38                         "Deprecated description: Maximum data width (in bits) "
39                         "supported by the SCSIController." ), 
40                      Units ( "Bits" ), 
41                      MappingStrings { "MIF.DMTF|Bus Port|004.7" }, 
42                      PUnit ( "bit" )]
43 karl  1.1.2.2    uint32 MaxDataWidth;
44               
45                     [Deprecated { "No Value" }, 
46                      Description ( 
47                         "Note: The use of this method is deprecated. \n"
48                         "Deprecated description: Maximum transfer rate (in Bits "
49                         "per Second) supported by the SCSIController." ), 
50                      Units ( "Bits per Second" ), 
51                      MappingStrings { "MIF.DMTF|Bus Port|004.8" }, 
52                      PUnit ( "bit / second" )]
53                  uint64 MaxTransferRate;
54               
55                     [Deprecated { "No Value" }, 
56                      Description ( 
57                         "Note: The use of this method is deprecated. \n"
58                         "Deprecated description: Number of SCSIController "
59                         "timeouts that have occurred since the TimeOfLastReset." ), 
60                      Counter]
61                  uint32 ControllerTimeouts;
62               
63                     [Deprecated { "No Value" }, 
64 karl  1.1.2.2        Description ( 
65                         "Note: The use of this method is deprecated. \n"
66                         "Deprecated description: Signal capabilities that can be "
67                         "supported by the SCSIController. For example, the "
68                         "Controller can support \"Single Ended\" and "
69                         "\"Differential\". In this case, the values 3 and 4 would "
70                         "be written to the Signal Capabilities array." ), 
71                      ValueMap { "1", "2", "3", "4", "5", "6" }, 
72                      Values { "Other", "Unknown", "Single Ended", "Differential", 
73                         "Low Voltage Differential", "Optical" }, 
74                      ModelCorrespondence { "CIM_SCSIInterface.SCSISignal" }]
75                  uint16 SignalCapabilities[];
76               
77               
78               };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2