(file) Return to CIM_ControlledBy.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           // <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           // ==================================================================
 7           //  CIM_ControlledBy
 8           // ==================================================================
 9              [Association, Version ( "2.10.0" ), 
10               UMLPackagePath ( "CIM::Device::Controller" ), 
11               Description ( 
12                  "The ControlledBy relationship indicates which Devices are "
13                  "controlled by a CIM_Controller." )]
14           class CIM_ControlledBy : CIM_DeviceConnection {
15           
16                 [Override ( "Antecedent" ), 
17                  Description ( "The Controller." )]
18              CIM_Controller REF Antecedent;
19           
20                 [Override ( "Dependent" ), 
21                  Description ( "The controlled Device." )]
22 marek 1.1    CIM_LogicalDevice REF Dependent;
23           
24                 [Description ( 
25                     "The State property indicates whether the Controller is "
26                     "actively commanding or accessing the Device (value=1) or "
27                     "not (value=2). Also, the value, \"Unknown\" (0), can be "
28                     "defined. This information is necessary when a "
29                     "LogicalDevice can be commanded by, or accessed through, "
30                     "multiple Controllers." ), 
31                  ValueMap { "0", "1", "2" }, 
32                  Values { "Unknown", "Active", "Inactive" }]
33              uint16 AccessState;
34           
35                 [Description ( 
36                     "The time that the downstream Device was last reset by "
37                     "the Controller." )]
38              datetime TimeOfDeviceReset;
39           
40                 [Description ( 
41                     "Number of hard resets issued by the Controller. A hard "
42                     "reset returns the Device to its initialization or "
43 marek 1.1           "boot-up state. All internal Device state information and "
44                     "data are lost." ), 
45                  Counter]
46              uint32 NumberOfHardResets;
47           
48                 [Description ( 
49                     "Number of soft resets issued by the Controller. A soft "
50                     "reset does not completely clear current Device state or "
51                     "data. Exact semantics are dependent on the Device and on "
52                     "the protocols and mechanisms used to communicate with "
53                     "the Device." ), 
54                  Counter]
55              uint32 NumberOfSoftResets;
56           
57                 [Description ( 
58                     "Address of associated Device in context of the "
59                     "antecedent Controller." )]
60              string DeviceNumber;
61           
62                 [Description ( 
63                     "This property describes the accessibility of the device "
64 marek 1.1           "through the antecedent controller." ), 
65                  ValueMap { "2", "3", "4" }, 
66                  Values { "ReadWrite", "ReadOnly", "NoAccess" }]
67              uint16 AccessMode;
68           
69                 [Description ( 
70                     "The property describes the priority given to accesses of "
71                     "the device through this controller. The highest priority "
72                     "path will have the lowest value for this parameter." )]
73              uint16 AccessPriority;
74           
75           
76           };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2