(file) Return to CIM_ProtocolControllerForDevice.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="ArchCR00066.004" type="add">Add UmlPackagePath
 3               // qualifier values to CIM Schema.</change>
 4               // ==================================================================
 5               //  CIM_ProtocolControllerForDevice 
 6               // ==================================================================
 7                  [Association, Abstract, Version ( "2.8.1000" ), 
 8                   UMLPackagePath ( "CIM::Device::ProtocolController" ), 
 9                   Description ( 
10                      "This association indicates a subclass of LogicalDevice (for "
11                      "example a Storage Volume) is connected through a specific "
12                      "ProtocolController. In many situations (for example storage "
13                      "LUN masking), there may be many of these associations used to "
14                      "relate to different objects. Therefore subclasses have been "
15                      "defined to optimize enumeration of the associations." )]
16               class CIM_ProtocolControllerForDevice : CIM_Dependency {
17               
18                     [Override ( "Antecedent" ), 
19                      Description ( "The ProtocolController." )]
20                  CIM_ProtocolController REF Antecedent;
21               
22 karl  1.1.2.2       [Override ( "Dependent" ), 
23                      Description ( "The controlled Device." )]
24                  CIM_LogicalDevice REF Dependent;
25               
26                     [Description ( 
27                         "Address of the associated Device in the context of the "
28                         "Antecedent Controller." )]
29                  string DeviceNumber;
30               
31                     [Description ( 
32                         "This property describes the priority given to accesses "
33                         "of the device through this Controller. The highest "
34                         "priority path will have the lowest value for this "
35                         "parameter." )]
36                  uint16 AccessPriority;
37               
38                     [Description ( 
39                         "The AccessState property describes the accessibility of "
40                         "the LogicalDevice through the ProtocolController. \n"
41                         "Unknown (0) indicates the instrumentation does not know "
42                         "whether access is or is not functioning. \n"
43 karl  1.1.2.2           "Active (2) indicates normal access. \n"
44                         "Inactive (3) indicates the instrumentation knows this "
45                         "path is not active, and one of the other values (below) "
46                         "does not apply. \n"
47                         "Replication in Progress (4) indicates that the path is "
48                         "temporarily inactive due to a replication activity. \n"
49                         "Mapping Inconsistency (5) indicates the instrumentation "
50                         "has detected that this path is inactive due to an "
51                         "inconsistency in the DeviceNumber/DeviceAccess "
52                         "configuration." ), 
53                      ValueMap { "0", "2", "3", "4", "5" }, 
54                      Values { "Unknown", "Active", "Inactive", 
55                         "Replication In Progress", "Mapping Inconsistency" }]
56                  uint16 AccessState;
57               
58               
59               };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2