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

 1 marek 1.1 // Copyright (c) 2009 DMTF.  All rights reserved.
 2              [Version ( "2.22.0" ), 
 3               UMLPackagePath ( "CIM::Core::Capabilities" ), 
 4               Description ( 
 5                  "EnabledLogicalElementCapabilities describes the capabilities "
 6                  "supported for changing the state of the associated "
 7                  "EnabledLogicalElement." )]
 8           class CIM_EnabledLogicalElementCapabilities : CIM_Capabilities {
 9           
10                 [Description ( 
11                     "Boolean indicating whether the ElementName can be modified."
12                      ), 
13                  MappingStrings { 
14                     "FC-SWAPI.INCITS-T11|SWAPI_UNIT_CONFIG_CAPS_T|EditName" }, 
15                  ModelCorrespondence { "CIM_ManagedElement.ElementName" }]
16              boolean ElementNameEditSupported;
17           
18                 [Description ( "Maximum supported ElementName length." ), 
19                  MaxValue ( 256 ), 
20                  MappingStrings { 
21                     "FC-SWAPI.INCITS-T11|SWAPI_UNIT_CONFIG_CAPS_T|MaxNameChars" }, 
22 marek 1.1        ModelCorrespondence { 
23                     "CIM_FCSwitchCapabilities.ElementNameEditSupported", 
24                     "CIM_EnabledLogicalElementCapabilities.ElementNameMask" }]
25              uint16 MaxElementNameLen;
26           
27                 [Description ( 
28                     "RequestedStatesSupported indicates the possible states "
29                     "that can be requested when using the method "
30                     "RequestStateChange on the EnabledLogicalElement." ), 
31                  ValueMap { "2", "3", "4", "6", "7", "8", "9", "10", "11" }, 
32                  Values { "Enabled", "Disabled", "Shut Down", "Offline", 
33                     "Test", "Defer", "Quiesce", "Reboot", "Reset" }, 
34                  ModelCorrespondence { 
35                     "CIM_EnabledLogicalElement.RequestStateChange" }]
36              uint16 RequestedStatesSupported[];
37           
38                 [Description ( 
39                     "This string expresses the restrictions on "
40                     "ElementName.The mask is expressed as a regular "
41                     "expression.See DMTF standard ABNF with the Management "
42                     "Profile Specification Usage Guide, appendix C for the "
43 marek 1.1           "regular expression syntax permitted. \n"
44                     "Since the ElementNameMask can describe the maximum "
45                     "length of the ElementName,any length defined in the "
46                     "regexp is in addition to the restriction defined in "
47                     "MaxElementNameLen (causing the smaller value to be the "
48                     "maximum length) The ElementName value satisfies the "
49                     "restriction, if and only if it matches the regular "
50                     "expression" ), 
51                  ModelCorrespondence { 
52                     "CIM_EnabledLogicalElementCapabilities.MaxElementNameLen" }]
53              string ElementNameMask;
54           
55           
56           };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2