Class Hierarchy
Class Attributes
Class Qualifiers
Properties
Methods
Associations in which the class can participate
Sub Profiling Summary
CIM_NFS --> CIM_RemoteFileSystem --> CIM_FileSystem --> CIM_EnabledLogicalElement --> CIM_LogicalElement --> CIM_ManagedSystemElement --> CIM_ManagedElement --> [top]
Class Declaration Attributes Name Value SUPERCLASS CIM_RemoteFileSystem NAME CIM_NFS
Class CIM_NFS Qualifiers Name Type Value From Class Version string 2.6.0 CIM_NFS Description string A class derived from RemoteFileSystem representing that the FileSystem is mounted, using the NFS protocol, from a ComputerSystem. The properties of the NFS object deal with the operational aspects of the mount and represent the client-side configuration for NFS access. The FileSystemType (inherited from FileSystem) should be set to indicate the type of this FileSystem as it appears to the client. CIM_NFS Description string A class derived from FileSystem that represents access of the FileSystem via a network-related service. In this case, the file store is hosted by a computer, acting as a file server. For example, the file store for an NFS FileSystem is typically NOT on a ComputerSystem ’ s locally controlled media, nor is it directly accessed through a device driver. Subclasses of RemoteFileSystem contain client-side configuration information related to the access of the FileSystem. CIM_RemoteFileSystem Description string A file or dataset store local to a System (such as a ComputerSystem or an ApplicationSystem) or remotely mounted from a file server. CIM_FileSystem Description string This class extends LogicalElement to abstract the concept of an element that is enabled and disabled, such as a LogicalDevice or a ServiceAccessPoint. CIM_EnabledLogicalElement Description string CIM_LogicalElement is a base class for all the components of a System that represent abstract system components, such as Files, Processes, or LogicalDevices. CIM_LogicalElement Description string CIM_ManagedSystemElement is the base class for the System Element hierarchy. Any distinguishable component of a System is a candidate for inclusion in this class. Examples of system components include: - software components such as application servers, databases, and applications - operating system components such as files, processes, and threads - device components such as disk drives, controllers, processors, and printers - physical components such as chips and cards. CIM_ManagedSystemElement Description string ManagedElement is an abstract class that provides a common superclass (or top of the inheritance tree) for the non-association classes in the CIM Schema. CIM_ManagedElement
Property Qualifiers
Property HardMount Qualifiers Name Type Value From Class Description string If set to true: Once the FileSystem is mounted, NFS requests are retried until the hosting System responds. If set to false: Once the FileSystem is mounted, an error is returned if the hosting System does not respond. CIM_NFS
Property ForegroundMount Qualifiers Name Type Value From Class Description string If set to true: Retries are performed in the foreground. If set to false: If the first mount attempt fails, retries are performed in the background. CIM_NFS
Property Interrupt Qualifiers Name Type Value From Class Description string If set to true: Interrupts are permitted for hard mounts. If set to false : Interrupts are ignored for hard mounts. CIM_NFS
Property MountFailureRetries Qualifiers Name Type Value From Class Description string Maximum number of mount failure retries allowed. CIM_NFS
Property RetransmissionAttempts Qualifiers Name Type Value From Class Description string Maximum number of NFS retransmissions allowed. CIM_NFS
Property RetransmissionTimeout Qualifiers Name Type Value From Class Description string NFS timeout in tenths of a second. CIM_NFS Units string Tenths of Seconds CIM_NFS
Property ReadBufferSize Qualifiers Name Type Value From Class Description string Read buffer size in bytes. CIM_NFS Units string Bytes CIM_NFS
Property WriteBufferSize Qualifiers Name Type Value From Class Description string Write buffer size in bytes. CIM_NFS Units string Bytes CIM_NFS
Property ServerCommunicationPort Qualifiers Name Type Value From Class Description string The remote ComputerSystem ’ s (ie, the NFS File ’ Server ’ s) UDP port number. CIM_NFS
Property AttributeCaching Qualifiers Name Type Value From Class Description string If set to true: Control attribute caching is enabled. If set to false: Control attribute caching is disabled. CIM_NFS
Property AttributeCachingForRegularFilesMin Qualifiers Name Type Value From Class Description string Minimum number of seconds that cached attributes are held after file modification. CIM_NFS Units string Seconds CIM_NFS
Property AttributeCachingForRegularFilesMax Qualifiers Name Type Value From Class Description string Maximum number of seconds that cached attributes are held after file modification. CIM_NFS Units string Seconds CIM_NFS
Property AttributeCachingForDirectoriesMin Qualifiers Name Type Value From Class Description string Minimum number of seconds that cached attributes are held after directory update. CIM_NFS Units string Seconds CIM_NFS
Property AttributeCachingForDirectoriesMax Qualifiers Name Type Value From Class Description string Maximum number of seconds that cached attributes are held after directory update. CIM_NFS Units string Seconds CIM_NFS
Property CSCreationClassName Qualifiers Name Type Value From Class Key boolean true CIM_FileSystem Propagated string CIM_System.CreationClassName CIM_FileSystem Description string The scoping System ’ s CreationClassName. Note that this class was originally defined in the scope of a ComputerSystem, and was later allowed to be scoped by any System (for example, a computer or application system). Unfortunately, the property name, CSCreationClassName, could not be changed (for example, to SystemCreationClass Name) without deprecating the class. This change was not deemed critical to the semantics and therefore did not merit deprecation. So, the property name remains. CIM_FileSystem MaxLen uint32 256 CIM_FileSystem
Property CSName Qualifiers Name Type Value From Class Key boolean true CIM_FileSystem Propagated string CIM_System.Name CIM_FileSystem Description string The scoping System ’ s Name. Note that this class was originally defined in the scope of a ComputerSystem, and was later allowed to be scoped by any System (for example, a computer or application system). Unfortunately, the property name, CSName, could not be changed (for example, to SystemName) without deprecating the class. This change was not deemed critical to the semantics and therefore did not merit deprecation. So, the property name remains. CIM_FileSystem MaxLen uint32 256 CIM_FileSystem
Property CreationClassName Qualifiers Name Type Value From Class Key boolean true CIM_FileSystem Description string CreationClassName indicates the name of the class or the subclass used in the creation of an instance. When used with the other key properties of this class, this property allows all instances of this class and its subclasses to be uniquely identified. CIM_FileSystem MaxLen uint32 256 CIM_FileSystem
Property Name Qualifiers Name Type Value From Class Key boolean true CIM_FileSystem Override string Name CIM_FileSystem Description string The inherited Name serves as key of a FileSystem instance within a ComputerSystem. CIM_FileSystem MaxLen uint32 256 CIM_FileSystem
Property Root Qualifiers Name Type Value From Class Description string Path name or other information defining the root of the FileSystem. CIM_FileSystem MappingStrings string MIB.IETF|HOST-RESOURCES-MIB.hrFSMountPoint
MIF.DMTF|Host File System|001.2CIM_FileSystem
Property BlockSize Qualifiers Name Type Value From Class Description string FileSystems can read/write data in blocks which are defined independently of the underlying StorageExtents. This property captures the FileSystem ’ s block size for data storage and retrieval. CIM_FileSystem Units string Bytes CIM_FileSystem
Property FileSystemSize Qualifiers Name Type Value From Class Description string The FileSystemSize property stores the total size of the File System in bytes. If unknown, enter 0. CIM_FileSystem Units string Bytes CIM_FileSystem MappingStrings string MIF.DMTF|Host File System|001.13 CIM_FileSystem
Property AvailableSpace Qualifiers Name Type Value From Class Description string AvailableSpace indicates the total amount of free space for the FileSystem, in bytes. If unknown, enter 0. CIM_FileSystem Units string Bytes CIM_FileSystem Gauge boolean true CIM_FileSystem MappingStrings string MIF.DMTF|Host File System|001.14
MIF.DMTF|Partition|002.4CIM_FileSystem
Property ReadOnly Qualifiers Name Type Value From Class Description string Indicates that the FileSystem is designated as read only. CIM_FileSystem MappingStrings string MIB.IETF|HOST-RESOURCES-MIB.hrFSAccess
MIF.DMTF|Host File System|001.5CIM_FileSystem
Property EncryptionMethod Qualifiers Name Type Value From Class Description string A free form string indicating the algorithm or tool used to encrypt the FileSystem. If it is not possible or not desired to describe the encryption scheme (perhaps for security reasons), recommend using the following words: " Unknown " to represent that it is not known whether the FileSystem is encrypted or not, " Encrypted " to represent that the File System is encrypted but either its encryption scheme is not known or not disclosed, and " Not Encrypted " to represent that the FileSystem is not encrypted. CIM_FileSystem MappingStrings string MIF.DMTF|Partition|002.8 CIM_FileSystem
Property CompressionMethod Qualifiers Name Type Value From Class Description string A free form string indicating the algorithm or tool used to compress the FileSystem. If it is not possible or not desired to describe the compression scheme (perhaps because it is not known), recommend using the following words: " Unknown " to represent that it is not known whether the FileSystem is compressed or not, " Compressed " to represent that the File System is compressed but either its compression scheme is not known or not disclosed, and " Not Compressed " to represent that the FileSystem is not compressed. CIM_FileSystem MappingStrings string MIF.DMTF|Partition|002.7 CIM_FileSystem
Property CaseSensitive Qualifiers Name Type Value From Class Description string Indicates that case sensitive file names are supported. CIM_FileSystem
Property CasePreserved Qualifiers Name Type Value From Class Description string Indicates that the case of file names are preserved. CIM_FileSystem
Property CodeSet Qualifiers Name Type Value From Class Description string Array defining the character sets or encoding supported by the FileSystem. For example, the values, " ASCII " (2) or " ISO2022 " (4), may be specified. CIM_FileSystem ValueMap string [See below.] CIM_FileSystem Values string Unknown
Other
ASCII
Unicode
ISO2022
ISO8859
Extended UNIX Code
UTF-8
UCS-2CIM_FileSystem
Name Value 0 Unknown 1 Other 2 ASCII 3 Unicode 4 ISO2022 5 ISO8859 6 Extended UNIX Code 7 UTF-8 8 UCS-2
Property MaxFileNameLength Qualifiers Name Type Value From Class Description string Integer indicating the maximum length of a file name within the FileSystem. 0 indicates that there is no limit on file name length. CIM_FileSystem
Property ClusterSize Qualifiers Name Type Value From Class Description string The minimum file allocation size (an integral number of blocks), imposed by the FileSystem. (The size of a block is specified in the BlockSize property for the FileSystem.) Minimum allocation size is the smallest amount of storage allocated to a LogicalFile by the FileSystem. This is not a mandatory minimum allocation for all FileSystems. Under stress conditions, some FileSystems may allocate storage in amounts smaller than the ClusterSize. CIM_FileSystem
Property FileSystemType Qualifiers Name Type Value From Class Description string String describing the type of FileSystem and therefore, its conventions. For example, " NTFS " or " S5 " may be listed as well as any additional information on the FileSystem ’ s implementation. Since various flavors of FileSystems (like S5) exist, this property is defined as a string. CIM_FileSystem MappingStrings string MIF.DMTF|Partition|002.6
MIF.DMTF|Host File System|001.4CIM_FileSystem
Property PersistenceType Qualifiers Name Type Value From Class Description string An enumerated value representing the FileSystem ’ s perception of its own persistence characteristics. This property would typically be set at the time the FileSystem is instantiated and would not be changed by external actions. A value of " Persistent " indicates that the FileSystem is persistent, will be preserved through an orderly shutdown and should be protected. A value of " Temporary " indicates that the FileSystem is non-persistent, should not be protected and may not survive a shutdown. A value of " External " indicates that the FileSystem is controlled outside of the scope of the operating environment and may need to be protected by specialized means. A value of " Other " is provided to allow for additional persistence types, to be described in the OtherPersistenceType attribute, and is expected to be rarely, if ever, used. A value of " Unknown " indicates that the persistence of the FileSystem can not be determined. CIM_FileSystem ValueMap string [See below.] CIM_FileSystem Values string Unknown
Other
Persistent
Temporary
ExternalCIM_FileSystem ModelCorrespondence string CIM_FileSystem.OtherPersistenceType CIM_FileSystem
Name Value 0 Unknown 1 Other 2 Persistent 3 Temporary 4 External
Property OtherPersistenceType Qualifiers Name Type Value From Class Description string A string describing the persistence characteristics when PersistenceType is " Other " . CIM_FileSystem ModelCorrespondence string CIM_FileSystem.PersistenceType CIM_FileSystem
Property NumberOfFiles Qualifiers Name Type Value From Class Description string The number of files contained in the FileSystem. CIM_FileSystem
Property EnabledState Qualifiers Name Type Value From Class Description string EnabledState is an integer enumeration that indicates the enabled/disabled states of an element. It can also indicate the transitions between these requested states. For example, shutting down (value = 4) and starting (value=10) are transient states between enabled and disabled. The following text briefly summarizes the various enabled/disabled states: Enabled (2) indicates that the element is/could be executing commands, will process any queued commands, and queues new requests. Disabled (3) indicates that the element will not execute commands and will drop any new requests. Shutting Down (4) indicates that the element is in the process of going to a Disabled state. Not Applicable (5) indicates the element doesn ’ t support being enabled/disabled. Enabled but Offline (6) indicates that the element may be completing commands, and will drop any new requests. Test (7) indicates that the element is in a test state. Deferred (8) indicates that the element may be completing commands, but will queue any new requests. Quiesce (9) indicates that the element is enabled but in a restricted mode. The element ’ s behavior is similar to the Enabled state, but it only processes a restricted set of commands. All other requests are queued. Starting (10) indicates that the element is in the process of going to an Enabled state. New requests are queued. CIM_EnabledLogicalElement ValueMap string [See below.] CIM_EnabledLogicalElement Values string Unknown
Other
Enabled
Disabled
Shutting Down
Not Applicable
Enabled but Offline
In Test
Deferred
Quiesce
Starting
DMTF Reserved
Vendor ReservedCIM_EnabledLogicalElement ModelCorrespondence string CIM_EnabledLogicalElement.OtherEnabledState CIM_EnabledLogicalElement
Name Value 0 Unknown 1 Other 2 Enabled 3 Disabled 4 Shutting Down 5 Not Applicable 6 Enabled but Offline 7 In Test 8 Deferred 9 Quiesce 10 Starting 11..32767 DMTF Reserved 32768..65535 Vendor Reserved
Property OtherEnabledState Qualifiers Name Type Value From Class Description string A string describing the element ’ s enabled/disabled state when the EnabledState property is set to 1 ( " Other " ). This property MUST be set to NULL when EnabledState is any value other than 1. CIM_EnabledLogicalElement ModelCorrespondence string CIM_EnabledLogicalElement.EnabledState CIM_EnabledLogicalElement
Property RequestedState Qualifiers Name Type Value From Class Description string RequestedState is an integer enumeration indicating the last requested or desired state for the element. The actual state of the element is represented by EnabledState. This property is provided to compare the last requested and current enabled/disabled states. Note that when EnabledState is set to 5 ( " Not Applicable " ), then this property has no meaning. By default, the element ’ s RequestedState is 5 ( " No Change " ). Refer to the EnabledState ’ s property Description for explanations of the values in the RequestedState enumeration. It should be noted that there are two new values in RequestedState that build on the statuses of EnabledState. These are " Reboot " (10) and " Reset " (11). The former, Reboot, refers to doing a " Shut Down " and then moving to an " Enabled " state. The latter, Reset, indicates that the element is first " Disabled " and then " Enabled " . The distinction between requesting " Shut Down " and " Disabled " should also be noted. The former, Shut Down, requests an orderly transition to the Disabled state, and MAY involve removing power, to completely erase any existing state. The latter, the Disabled state, requests an immediate disabling of the element, such that it will not execute or accept any commands or processing requests. This property is set as the result of a method invocation (such as Start or StopService on CIM_Service), or may be overridden and defined as WRITEable in a subclass. The method approach is considered superior to a WRITEable property, since it allows an explicit invocation of the operation and the return of a result code. CIM_EnabledLogicalElement ValueMap string [See below.] CIM_EnabledLogicalElement Values string Enabled
Disabled
Shut Down
No Change
Offline
Test
Deferred
Quiesce
Reboot
Reset
DMTF Reserved
Vendor ReservedCIM_EnabledLogicalElement ModelCorrespondence string CIM_EnabledLogicalElement.EnabledState CIM_EnabledLogicalElement
Name Value 2 Enabled 3 Disabled 4 Shut Down 5 No Change 6 Offline 7 Test 8 Deferred 9 Quiesce 10 Reboot 11 Reset .. DMTF Reserved 32768..65535 Vendor Reserved
Property EnabledDefault Qualifiers Name Type Value From Class Write boolean true CIM_EnabledLogicalElement Description string An enumerated value indicating an administrator ’ s default/startup configuration for an element ’ s Enabled State. By default, the element is " Enabled " (value=2). CIM_EnabledLogicalElement ValueMap string [See below.] CIM_EnabledLogicalElement Values string Enabled
Disabled
Not Applicable
Enabled but Offline
No Default
DMTF Reserved
Vendor ReservedCIM_EnabledLogicalElement
Name Value 2 Enabled 3 Disabled 5 Not Applicable 6 Enabled but Offline 7 No Default 8..32767 DMTF Reserved 32768..65535 Vendor Reserved
Property TimeOfLastStateChange Qualifiers Name Type Value From Class Description string The date/time when the element ’ s EnabledState last changed. If the state of the element has not changed and this property is populated, then it MUST be set to a 0 interval value. If a state change was requested, but rejected or not yet processed, the property MUST NOT be updated. CIM_EnabledLogicalElement
Property InstallDate Qualifiers Name Type Value From Class Description string A datetime value indicating when the object was installed. A lack of a value does not indicate that the object is not installed. CIM_ManagedSystemElement MappingStrings string MIF.DMTF|ComponentID|001.5 CIM_ManagedSystemElement
Property Name Qualifiers Name Type Value From Class Description string The Name property defines the label by which the object is known. When subclassed, the Name property can be overridden to be a Key property. CIM_ManagedSystemElement MaxLen uint32 1024 CIM_ManagedSystemElement
Property OperationalStatus Qualifiers Name Type Value From Class Description string Indicates the current status(es) of the element. Various health and operational statuses are defined. Many of the enumeration ’ s values are self- explanatory. However, a few are not and are described in more detail. " Stressed " indicates that the element is functioning, but needs attention. Examples of " Stressed " states are overload, overheated, etc. " Predictive Failure " indicates that an element is functioning nominally but predicting a failure in the near future. " In Service " describes an element being configured, maintained, cleaned, or otherwise administered. " No Contact " indicates that the monitoring system has knowledge of this element, but has never been able to establish communications with it. " Lost Communication " indicates that the ManagedSystem Element is known to exist and has been contacted successfully in the past, but is currently unreachable. " Stopped " and " Aborted " are similar, although the former implies a clean and orderly stop, while the latter implies an abrupt stop where the element ’ s state and configuration may need to be updated. " Dormant " indicates that the element is inactive or quiesced. " Supporting Entity in Error " describes that this element may be " OK " but that another element, on which it is dependent, is in error. An example is a network service or endpoint that cannot function due to lower layer networking problems. " Completed " indicates the element has completed its operation. This value should be combined with either OK, Error, or Degraded so that a client can till if the complete operation passed (Completed with OK), and failure (Completed with Error). Completed with Degraded would imply the operation finished, but did not complete OK or report an error. " Power Mode " indicates the element has additional power model information contained in the Associated PowerManagementService association. OperationalStatus replaces the Status property on ManagedSystemElement to provide a consistent approach to enumerations, to address implementation needs for an array property, and to provide a migration path from today ’ s environment to the future. This change was not made earlier since it required the DEPRECATED qualifier. Due to the widespread use of the existing Status property in management applications, it is strongly RECOMMENDED that providers/instrumentation provide BOTH the Status and OperationalStatus properties. Further, the first value of OperationalStatus SHOULD contain the primary status for the element. When instrumented, Status (since it is single-valued) SHOULD also provide the primary status of the element. CIM_ManagedSystemElement ValueMap string [See below.] CIM_ManagedSystemElement Values string Unknown
Other
OK
Degraded
Stressed
Predictive Failure
Error
Non-Recoverable Error
Starting
Stopping
Stopped
In Service
No Contact
Lost Communication
Aborted
Dormant
Supporting Entity in Error
Completed
Power Mode
DMTF Reserved
Vendor ReservedCIM_ManagedSystemElement ArrayType string Indexed CIM_ManagedSystemElement ModelCorrespondence string CIM_ManagedSystemElement.StatusDescriptions CIM_ManagedSystemElement
Name Value 0 Unknown 1 Other 2 OK 3 Degraded 4 Stressed 5 Predictive Failure 6 Error 7 Non-Recoverable Error 8 Starting 9 Stopping 10 Stopped 11 In Service 12 No Contact 13 Lost Communication 14 Aborted 15 Dormant 16 Supporting Entity in Error 17 Completed 18 Power Mode .. DMTF Reserved 0x8000.. Vendor Reserved
Property StatusDescriptions Qualifiers Name Type Value From Class Description string Strings describing the various OperationalStatus array values. For example, if " Stopping " is the value assigned to OperationalStatus, then this property may contain an explanation as to why an object is being stopped. Note that entries in this array are correlated with those at the same array index in OperationalStatus. CIM_ManagedSystemElement ArrayType string Indexed CIM_ManagedSystemElement ModelCorrespondence string CIM_ManagedSystemElement.OperationalStatus CIM_ManagedSystemElement
Property Status Qualifiers Name Type Value From Class Description string A string indicating the current status of the object. Various operational and non-operational statuses are defined. This property is deprecated in lieu of OperationalStatus, which includes the same semantics in its enumeration. This change is made for 3 reasons: 1) Status is more correctly defined as an array. This overcomes the limitation of describing status via a single value, when it is really a multi-valued property (for example, an element may be OK AND Stopped. 2) A MaxLen of 10 is too restrictive and leads to unclear enumerated values. And, 3) The change to a uint16 data type was discussed when CIM V2.0 was defined. However, existing V1.0 implementations used the string property and did not want to modify their code. Therefore, Status was grandfathered into the Schema. Use of the Deprecated qualifier allows the maintenance of the existing property, but also permits an improved definition using OperationalStatus. CIM_ManagedSystemElement ValueMap string [See below.] CIM_ManagedSystemElement MaxLen uint32 10 CIM_ManagedSystemElement
Name Value OK [none] Error [none] Degraded [none] Unknown [none] Pred Fail [none] Starting [none] Stopping [none] Service [none] Stressed [none] NonRecover [none] No Contact [none] Lost Comm [none] Stopped [none]
Property Caption Qualifiers Name Type Value From Class Description string The Caption property is a short textual description (one- line string) of the object. CIM_ManagedElement MaxLen uint32 64 CIM_ManagedElement
Property Description Qualifiers Name Type Value From Class Description string The Description property provides a textual description of the object. CIM_ManagedElement
Property ElementName Qualifiers Name Type Value From Class Description string A user-friendly name for the object. This property allows each instance to define a user-friendly name IN ADDITION TO its key properties/identity data, and description information. Note that ManagedSystemElement ’ s Name property is also defined as a user-friendly name. But, it is often subclassed to be a Key. It is not reasonable that the same property can convey both identity and a user friendly name, without inconsistencies. Where Name exists and is not a Key (such as for instances of LogicalDevice), the same information MAY be present in both the Name and ElementName properties. CIM_ManagedElement
Name Type Value Qualifiers Parameters ClassOrigin RequestStateChange uint32 Description
ValueMap
Values
ModelCorrespondenceRequestedState
TimeoutPeriodCIM_EnabledLogicalElement Method Qualifiers
Method RequestStateChange Qualifiers Name Type Value From Class Description string Requests that the element ’ s state be changed to the value specified in the RequestedState parameter. When the requested state change takes place, the element ’ s EnabledState and RequestedState will be the same. Invoking the RequestStateChange method multiple times could result in earlier requests being overwritten/lost. If 0 is returned, then the task completed successfully and the use of ConcreteJob was not required. If 4096 (0x1000) is returned, then the task will take some time to complete, ConcreteJob will be created, and its reference returned in the output parameter Job. Any other return code indicates an error condition. CIM_EnabledLogicalElement ValueMap string [See below.] CIM_EnabledLogicalElement Values string Completed with No Error
Not Supported
Unknown/Unspecified Error
Can NOT complete within Timeout Period
Failed
Invalid Parameter
In Use
DMTF Reserved
Method Parameters Checked - Job Started
Invalid State Transition
Use of Timeout Parameter Not Supported
Busy
Method Reserved
Vendor SpecificCIM_EnabledLogicalElement ModelCorrespondence string CIM_EnabledLogicalElement.RequestedState CIM_EnabledLogicalElement Parameters
Method RequestStateChange Parameters Name Type Qualifiers RequestedState uint16 IN
Description
ValueMap
Values
ModelCorrespondenceTimeoutPeriod datetime IN
DescriptionParameter Qualifiers
Parameter RequestedState Qualifiers Name Type Value From Class IN boolean true CIM_EnabledLogicalElement Description string The state requested for the element. This information will be placed into the instance ’ s RequestedState property if the RequestStateChange method ’ s return code is 0, 3, or 4096 (0x1000) - ’ Completed with No Error ’ , ’ Timeout ’ , or ’ Job Started ’ respectively. Refer to the description of the EnabledState and RequestedState properties for the detailed meanings of the RequestedState values. CIM_EnabledLogicalElement ValueMap string [See below.] CIM_EnabledLogicalElement Values string Enabled
Disabled
Shut Down
Offline
Test
Defer
Quiesce
Reboot
Reset
DMTF Reserved
Vendor ReservedCIM_EnabledLogicalElement ModelCorrespondence string CIM_EnabledLogicalElement.RequestedState CIM_EnabledLogicalElement
Parameter TimeoutPeriod Qualifiers Name Type Value From Class IN boolean true CIM_EnabledLogicalElement Description string A timeout period that specifies the maximum amount of time that the client expects the transition to the new state to take. The interval format MUST be used to specify the TimeoutPeriod. A value of 0 or a null parameter indicates that the client has no time requirements for the transition. If this property does not contain 0 or null and the implementation doesn ’ t support this parameter. A return code of ’ Use Of Timeout Parameter Not Supported ’ MUST be returned. CIM_EnabledLogicalElement