CIM_EnabledLogicalElementCapabilities class
Describes the restrictions on the properties of an associated CIM_EnabledLogicalElement object.
Syntax
[Abstract, Version("2.22.0"), UMLPackagePath("CIM::Core::Capabilities"), AMENDMENT]
class CIM_EnabledLogicalElementCapabilities : CIM_Capabilities
{
boolean ElementNameEditSupported;
uint16 MaxElementNameLen;
uint16 RequestedStatesSupported[];
string ElementNameMask;
};
Members
The CIM_EnabledLogicalElementCapabilities class has these types of members:
Properties
The CIM_EnabledLogicalElementCapabilities class has these properties.
-
ElementNameEditSupported
-
-
Data type: boolean
-
Access type: Read-only
-
Qualifiers: MappingStrings ("FC-SWAPI.INCITS-T11|SWAPI_UNIT_CONFIG_CAPS_T|EditName"), ModelCorrespondence ("CIM_ManagedElement.ElementName")
true if the ElementName property of the enabled logical element can be modified; otherwise, false.
-
-
ElementNameMask
-
-
Data type: string
-
Access type: Read-only
-
Qualifiers: ModelCorrespondence ("CIM_EnabledLogicalElementCapabilities.MaxElementNameLen")
A regular expression that indicates the restrictions on the ElementName property of the enable logical element. See DMTF standard ABNF with the Management Profile Specification Usage Guide, appendix C for the permitted syntax.
Note
If this property and the ElementNameMask property of the enable logical element describe the maximum length of ElementName, the smaller value is used.
-
-
MaxElementNameLen
-
-
Data type: uint16
-
Access type: Read-only
-
Qualifiers: MaxValue (256), MappingStrings ("FC-SWAPI.INCITS-T11|SWAPI_UNIT_CONFIG_CAPS_T|MaxNameChars"), ModelCorrespondence ("CIM_FCSwitchCapabilities.ElementNameEditSupported", "CIM_EnabledLogicalElementCapabilities.ElementNameMask")
The maximum supported length of the ElementName property of the enabled logical element.
-
-
RequestedStatesSupported
-
-
Data type: uint16 array
-
Access type: Read-only
-
Qualifiers: ModelCorrespondence ("CIM_EnabledLogicalElement.RequestStateChange")
The possible states that can be requested on the enabled logical element by the RequestStateChange method.
-
-
Enabled (2)
-
Disabled (3)
-
Shut Down (4)
-
Offline (6)
-
Test (7)
-
Defer (8)
-
Quiesce (9)
-
Reboot (10)
-
Reset (11)
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows 8 |
Minimum supported server |
Windows Server 2012 |
Namespace |
Root\virtualization\v2 |
MOF |
|
DLL |
|