KGRKJGETMRETU895U-589TY5MIGM5JGB5SDFESFREWTGR54TY
Server : Apache/2.4.58 (Win64) OpenSSL/3.1.3 PHP/8.2.12
System : Windows NT SERVER-PC 10.0 build 26200 (Windows 11) AMD64
User : ServerPC ( 0)
PHP Version : 8.2.12
Disable Function : NONE
Directory :  C:/Windows/System32/wbem/AutoRecover/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : C:/Windows/System32/wbem/AutoRecover/512144B1BEEA64550F87A2F546ED796E.mof
��#line 1 "C:\\WINDOWS\\System32\\DriverStore\\FileRepository\\mewmiprov.inf_amd64_d51901c26227fb29\\ME\\wmi_build.mof"

//SPDX-License-Identifier: Apache-2.0

//Copyright (C) 2009-2010 Intel Corporation

//wmi specific

//create namespace

#pragma namespace("\\\\.\\root")



instance of __Namespace {

	name="Intel_ME";

};



#pragma namespace("\\\\.\\root\\Intel_ME")



//delete existing classes

#pragma deleteclass("CIM_ManagedElement", nofail)

#pragma deleteclass("CIM_Dependency", nofail)



///end wmi specific

#line 1 "C:\\WINDOWS\\System32\\DriverStore\\FileRepository\\mewmiprov.inf_amd64_d51901c26227fb29\\ME\\ME_schema.mof"

//SPDX-License-Identifier: Apache-2.0

//Copyright (C) 2009-2012 Intel Corporation



#PRAGMA AUTORECOVER

#line 1 "C:\\WINDOWS\\System32\\DriverStore\\FileRepository\\mewmiprov.inf_amd64_d51901c26227fb29\\ME\\s/Core/CIM_ManagedElement.mof"

// Copyright (c) 2008 DMTF.  All rights reserved.

   [Abstract, Version ( "2.19.0" ), 

    UMLPackagePath ( "CIM::Core::CoreElements" ), 

    Description ( 

       "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." )]

class CIM_ManagedElement {



      [Description ( 

          "InstanceID is an optional property that may be used to "

          "opaquely and uniquely identify an instance of this class "

          "within the scope of the instantiating Namespace. Various "

          "subclasses of this class may override this property to "

          "make it required, or a key. Such subclasses may also "

          "modify the preferred algorithms for ensuring uniqueness "

          "that are defined below.\n"

          "To ensure uniqueness within the NameSpace, the value of "

          "InstanceID should be constructed using the following "

          "\"preferred\" algorithm: \n"

          "<OrgID>:<LocalID> \n"

          "Where <OrgID> and <LocalID> are separated by a colon "

          "(:), and where <OrgID> must include a copyrighted, "

          "trademarked, or otherwise unique name that is owned by "

          "the business entity that is creating or defining the "

          "InstanceID or that is a registered ID assigned to the "

          "business entity by a recognized global authority. (This "

          "requirement is similar to the <Schema Name>_<Class Name> "

          "structure of Schema class names.) In addition, to ensure "

          "uniqueness, <OrgID> must not contain a colon (:). When "

          "using this algorithm, the first colon to appear in "

          "InstanceID must appear between <OrgID> and <LocalID>. \n"

          "<LocalID> is chosen by the business entity and should "

          "not be reused to identify different underlying "

          "(real-world) elements. If not null and the above "

          "\"preferred\" algorithm is not used, the defining entity "

          "must assure that the resulting InstanceID is not reused "

          "across any InstanceIDs produced by this or other "

          "providers for the NameSpace of this instance. \n"

          "If not set to null for DMTF-defined instances, the "

          "\"preferred\" algorithm must be used with the <OrgID> "

          "set to CIM." )]

   string InstanceID;



      [Description ( 

          "The Caption property is a short textual description "

          "(one- line string) of the object." ), 

       MaxLen ( 64 )]

   string Caption;



      [Description ( 

          "The Description property provides a textual description "

          "of the object." )]

   string Description;



      [Description ( 

          "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. \n"

          "Note that the Name property of ManagedSystemElement 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 can be present in "

          "both the Name and ElementName properties." )]

   string ElementName;





};

#line 1 "C:\\WINDOWS\\System32\\DriverStore\\FileRepository\\mewmiprov.inf_amd64_d51901c26227fb29\\ME\\ME_schema.mof"

#line 1 "C:\\WINDOWS\\System32\\DriverStore\\FileRepository\\mewmiprov.inf_amd64_d51901c26227fb29\\ME\\s/System/CIM_RecordForLog.mof"

// Copyright (c) 2005 DMTF.  All rights reserved.

// <change cr="ArchCR00066.004" type="add">Add UmlPackagePath

// qualifier values to CIM Schema.</change>

// ==================================================================

//  CIM_RecordForLog 

// ==================================================================

   [Abstract, Version ( "2.9.0" ), 

    UMLPackagePath ( "CIM::System::Logs" ), 

    Description ( 

       "The RecordForLog class is used to instantiate records to be "

       "aggregated to a Log." )]

class CIM_RecordForLog : CIM_ManagedElement {



      [Description ( 

          "A string describing the data structure of the "

          "information in the property, RecordData. If the "

          "RecordFormat string is <empty>, RecordData should be "

          "interpreted as a free-form string. \n"

          "\n"

          "To describe the data structure of RecordData, the "

          "RecordFormat string should be constructed as follows: \n"

          "- The first character is a delimiter character and is "

          "used to parse the remainder of the string into "

          "sub-strings. \n"

          "- Each sub-string is separated by the delimiter "

          "character and should be in the form of a CIM property "

          "declaration (i.e., datatype and property name). This set "

          "of declarations may be used to interpret the similarly "

          "delimited RecordData property. \n"

          "For example, using a \'*\' delimiter, RecordFormat = "

          "\"*string ThisDay*uint32 ThisYear*datetime SomeTime\" \n"

          "may be used to interpret: RecordData = \"*This is "

          "Friday*2002*20020807141000.000000-300\"." ), 

       ModelCorrespondence { "CIM_RecordForLog.RecordData" }]

   string RecordFormat;



      [Description ( 

          "A string containing LogRecord data. \n"

          "If the corresponding RecordFormat property is <empty>, "

          "or cannot be parsed according to the recommended format, "

          "RecordData should be interpreted as a free-form string. "

          "If the RecordFormat property contains parseable format "

          "information (as recommended in the RecordFormat "

          "Description qualifier), the RecordData string SHOULD be "

          "parsed in accordance with this format. In this case, "

          "RecordData SHOULD begin with the delimiter character and "

          "this character SHOULD be used to separate substrings in "

          "the manner described. The RecordData string can then be "

          "parsed by the data consumer and appropriately typed." ), 

       ModelCorrespondence { "CIM_RecordForLog.RecordFormat" }]

   string RecordData;



      [Description ( 

          "A locale indicates a particular geographical, political, "

          "or cultural region. The Locale specifies the language "

          "used in creating the RecordForLog data. If the Locale "

          "property is empty, it is assumed that the default locale "

          "is en_US (English). \n"

          "The locale string consists of three sub-strings, "

          "separated by underscores: \n"

          "- The first sub-string is the language code, as "

          "specified in ISO639. \n"

          "- The second sub-string is the country code, as "

          "specified in ISO3166. \n"

          "- The third sub-string is a variant, which is vendor "

          "specific. \n"

          "For example, US English appears as: \"en_US_WIN\", where "

          "the \"WIN\" variant would specify a Windows "

          "browser-specific collation (if one exists). Since the "

          "variant is not standardized, it is not commonly used and "

          "generally is limited to easily recognizable values "

          "(\"WIN\", \"UNIX\", \"EURO\", etc.) used in standard "

          "environments. The language and country codes are "

          "required; the variant may be empty." )]

   string Locale;





};

#line 1 "C:\\WINDOWS\\System32\\DriverStore\\FileRepository\\mewmiprov.inf_amd64_d51901c26227fb29\\ME\\ME_schema.mof"

#line 1 "C:\\WINDOWS\\System32\\DriverStore\\FileRepository\\mewmiprov.inf_amd64_d51901c26227fb29\\ME\\s/System/CIM_LogEntry.mof"

// Copyright (c) 2007 DMTF.  All Rights Reserved.

   [Abstract, Version ( "2.19.0" ), 

    UMLPackagePath ( "CIM::System::Logs" ), 

    Description ( 

       "The LogEntry object can describe the definitional format for "

       "entries in a Log, or can be used to instantiate the actual "

       "entries in the Log." )]

class CIM_LogEntry : CIM_RecordForLog {



      [Key, Override ( "InstanceID" ), 

       Description ( 

          "Within the scope of the instantiating Namespace, "

          "InstanceID opaquely and uniquely identifies an instance "

          "of this class. In order to ensure uniqueness within the "

          "NameSpace, the value of InstanceID SHOULD be constructed "

          "using the following \'preferred\' algorithm: \n"

          "<OrgID>:<LocalID> \n"

          "Where <OrgID> and <LocalID> are separated by a colon "

          "\':\', and where <OrgID> MUST include a copyrighted, "

          "trademarked or otherwise unique name that is owned by "

          "the business entity creating/defining the InstanceID, or "

          "is a registered ID that is assigned to the business "

          "entity by a recognized global authority (This is similar "

          "to the <Schema Name>_<Class Name> structure of Schema "

          "class names.) In addition, to ensure uniqueness <OrgID> "

          "MUST NOT contain a colon (\':\'). When using this "

          "algorithm, the first colon to appear in InstanceID MUST "

          "appear between <OrgID> and <LocalID>. \n"

          "<LocalID> is chosen by the business entity and SHOULD "

          "not be re-used to identify different underlying "

          "(real-world) elements. If the above \'preferred\' "

          "algorithm is not used, the defining entity MUST assure "

          "that the resultant InstanceID is not re-used across any "

          "InstanceIDs produced by this or other providers for this "

          "instance\'s NameSpace. \n"

          "For DMTF defined instances, the \'preferred\' algorithm "

          "MUST be used with the <OrgID> set to \'CIM\'." )]

   string InstanceID;



      [Description ( "The containing Log\'s InstanceID." ), 

       MaxLen ( 256 )]

   string LogInstanceID;



      [Description ( 

          "The containing Log\'s Name. This property is available "

          "for backwards continuity with CIM_LogRecord." ), 

       MaxLen ( 256 )]

   string LogName;



      [Description ( 

          "RecordID may be used to provide a representation of log "

          "entry ordering or pointers/handles for log entries." ), 

       MaxLen ( 256 )]

   string RecordID;



      [Description ( 

          "A LogEntry may include a timestamp for the entry." )]

   datetime CreationTimeStamp;





};

#line 1 "C:\\WINDOWS\\System32\\DriverStore\\FileRepository\\mewmiprov.inf_amd64_d51901c26227fb29\\ME\\ME_schema.mof"

#line 1 "C:\\WINDOWS\\System32\\DriverStore\\FileRepository\\mewmiprov.inf_amd64_d51901c26227fb29\\ME\\s/User/CIM_Credential.mof"

// Copyright (c) 2005 DMTF.  All rights reserved.

// <change cr="DMTFCR01514" type = "change"> Fix description of

// timestamp in Credential </change>

// <change cr="ArchCR00066.004" type="add">Add UmlPackagePath

// qualifier values to CIM Schema.</change>

// ==================================================================

//  CIM_Credential

// ==================================================================

   [Abstract, Version ( "2.8.0" ), 

    UMLPackagePath ( "CIM::User::Credential" ), 

    Description ( 

       "Subclasses of CIM_Credential define materials, information or "

       "other data which are used to establish identity. Generally, "

       "there may be some shared information, or credential material "

       "which is used to identify and authenticate an entity in the "

       "process of gaining access to, or permission to use, resources. "

       "Such credential material may be used to authenticate an "

       "entity\'s identity initially, as done by a "

       "CIM_AuthenticationService, and additionally on an ongoing "

       "basis (for example, during the course of a connection or other "

       "security association), as proof that each received message or "

       "communication came from a valid \'user\' of that credential "

       "material." )]

class CIM_Credential : CIM_ManagedElement {



      [Description ( 

          "The date and time when the credential was issued. Use a "

          "value of all \'00000101000000.000000+000\', (midnight, "

          "January 1, 1 BCE at coordinated universal time +0 "

          "minutes), if this information is not applicable. On "

          "CreateInstance, if this property is unspecified, or set "

          "to NULL, then current time is assumed." )]

   datetime Issued;



      [Description ( 

          "The date and time when the credential expires (and is "

          "not appropriate for use for authentication/ "

          "authorization). If this information is not applicable, "

          "Use a value of \'99991231235959.999999+999\', (1 "

          "microsecond before midnight, December 31, 9999 CE, at "

          "coordinated universal time + 999 minutes). \n"

          "On CreateInstance, if this property is unspecified, or "

          "set to NULL, then a value of \'99991231235959.999999+999\' "

          "is assumed. Note that this property does not define how "

          "the expiration is set - but that there IS an expiration. "

          "The property may be set to either a specific date/time "

          "or an interval (calculated from the Issued datetime). "

          "For example, for Certificate Authority-signed public "

          "key, the expiration is determined by the CA. Another "

          "example is a voice mail password that expires 60 days "

          "after it is set/issued." )]

   datetime Expires;





};

#line 1 "C:\\WINDOWS\\System32\\DriverStore\\FileRepository\\mewmiprov.inf_amd64_d51901c26227fb29\\ME\\ME_schema.mof"

#line 1 "C:\\WINDOWS\\System32\\DriverStore\\FileRepository\\mewmiprov.inf_amd64_d51901c26227fb29\\ME\\s/Core/CIM_ManagedSystemElement.mof"

// Copyright (c) 2005 DMTF.  All rights reserved.

// <change cr="SysDevCR00711.001" type ="change">Update of

// descriptions based on Tech Edit review.</change>

// <change cr="SysDevCR00796.002" type ="change">Remove Experimantal

// qualifier from HealthState property.</change>

// <change cr="ArchCR00066.004" type="add">Add UmlPackagePath

// qualifier values to CIM Schema.</change>

// ==================================================================

//  CIM_ManagedSystemElement

// ==================================================================

   [Abstract, Version ( "2.11.0" ), 

    UMLPackagePath ( "CIM::Core::CoreElements" ), 

    Description ( 

       "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: \n"

       "- software components such as application servers, databases, "

       "and applications \n"

       "- operating system components such as files, processes, and "

       "threads \n"

       "- device components such as disk drives, controllers, "

       "processors, and printers \n"

       "- physical components such as chips and cards." )]

class CIM_ManagedSystemElement : CIM_ManagedElement {



      [Description ( 

          "A datetime value that indicates when the object was "

          "installed. Lack of a value does not indicate that the "

          "object is not installed." ), 

       MappingStrings { "MIF.DMTF|ComponentID|001.5" }]

   datetime InstallDate;



      [Description ( 

          "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." ), 

       MaxLen ( 1024 )]

   string Name;



      [Description ( 

          "Indicates the current statuses of the element. Various "

          "operational statuses are defined. Many of the "

          "enumeration\'s values are self-explanatory. However, a "

          "few are not and are described here in more detail. \n"

          "\"Stressed\" indicates that the element is functioning, "

          "but needs attention. Examples of \"Stressed\" states are "

          "overload, overheated, and so on. \n"

          "\"Predictive Failure\" indicates that an element is "

          "functioning nominally but predicting a failure in the "

          "near future. \n"

          "\"In Service\" describes an element being configured, "

          "maintained, cleaned, or otherwise administered. \n"

          "\"No Contact\" indicates that the monitoring system has "

          "knowledge of this element, but has never been able to "

          "establish communications with it. \n"

          "\"Lost Communication\" indicates that the ManagedSystem "

          "Element is known to exist and has been contacted "

          "successfully in the past, but is currently unreachable. \n"

          "\"Stopped\" and \"Aborted\" are similar, although the "

          "former implies a clean and orderly stop, while the "

          "latter implies an abrupt stop where the state and "

          "configuration of the element might need to be updated. \n"

          "\"Dormant\" indicates that the element is inactive or "

          "quiesced. \n"

          "\"Supporting Entity in Error\" indicates that this "

          "element might 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. \n"

          "\"Completed\" indicates that the element has completed "

          "its operation. This value should be combined with either "

          "OK, Error, or Degraded so that a client can tell if the "

          "complete operation Completed with OK (passed), Completed "

          "with Error (failed), or Completed with Degraded (the "

          "operation finished, but it did not complete OK or did "

          "not report an error). \n"

          "\"Power Mode\" indicates that the element has additional "

          "power model information contained in the Associated "

          "PowerManagementService association. \n"

          "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 because it required the deprecated "

          "qualifier. Due to the widespread use of the existing "

          "Status property in management applications, it is "

          "strongly recommended that providers or 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 (because it is "

          "single-valued) should also provide the primary status of "

          "the element." ), 

       ValueMap { "0", "1", "2", "3", "4", "5", "6", "7", "8", "9", 

          "10", "11", "12", "13", "14", "15", "16", "17", "18", 

          "..", "0x8000.." }, 

       Values { "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 Reserved" }, 

       ArrayType ( "Indexed" ), 

       ModelCorrespondence { 

          "CIM_ManagedSystemElement.StatusDescriptions" }]

   uint16 OperationalStatus[];



      [Description ( 

          "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." ), 

       ArrayType ( "Indexed" ), 

       ModelCorrespondence { 

          "CIM_ManagedSystemElement.OperationalStatus" }]

   string StatusDescriptions[];



      [Deprecated { "CIM_ManagedSystemElement.OperationalStatus" }, 

       Description ( 

          "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: \n"

          "1) Status is more correctly defined as an array. This "

          "definition overcomes the limitation of describing status "

          "using a single value, when it is really a multi-valued "

          "property (for example, an element might be OK AND "

          "Stopped. \n"

          "2) A MaxLen of 10 is too restrictive and leads to "

          "unclear enumerated values. \n"

          "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." ), 

       ValueMap { "OK", "Error", "Degraded", "Unknown", "Pred Fail", 

          "Starting", "Stopping", "Service", "Stressed", 

          "NonRecover", "No Contact", "Lost Comm", "Stopped" }, 

       MaxLen ( 10 )]

   string Status;



      [Description ( 

          "Indicates the current health of the element. This "

          "attribute expresses the health of this element but not "

          "necessarily that of its subcomponents. The possible "

          "values are 0 to 30, where 5 means the element is "

          "entirely healthy and 30 means the element is completely "

          "non-functional. The following continuum is defined: \n"

          "\"Non-recoverable Error\" (30) - The element has "

          "completely failed, and recovery is not possible. All "

          "functionality provided by this element has been lost. \n"

          "\"Critical Failure\" (25) - The element is "

          "non-functional and recovery might not be possible. \n"

          "\"Major Failure\" (20) - The element is failing. It is "

          "possible that some or all of the functionality of this "

          "component is degraded or not working. \n"

          "\"Minor Failure\" (15) - All functionality is available "

          "but some might be degraded. \n"

          "\"Degraded/Warning\" (10) - The element is in working "

          "order and all functionality is provided. However, the "

          "element is not working to the best of its abilities. For "

          "example, the element might not be operating at optimal "

          "performance or it might be reporting recoverable errors. \n"

          "\"OK\" (5) - The element is fully functional and is "

          "operating within normal operational parameters and "

          "without error. \n"

          "\"Unknown\" (0) - The implementation cannot report on "

          "HealthState at this time. \n"

          "DMTF has reserved the unused portion of the continuum "

          "for additional HealthStates in the future." ), 

       ValueMap { "0", "5", "10", "15", "20", "25", "30", ".." }, 

       Values { "Unknown", "OK", "Degraded/Warning", 

          "Minor failure", "Major failure", "Critical failure", 

          "Non-recoverable error", "DMTF Reserved" }]

   uint16 HealthState;





};

#line 1 "C:\\WINDOWS\\System32\\DriverStore\\FileRepository\\mewmiprov.inf_amd64_d51901c26227fb29\\ME\\ME_schema.mof"

#line 1 "C:\\WINDOWS\\System32\\DriverStore\\FileRepository\\mewmiprov.inf_amd64_d51901c26227fb29\\ME\\s/Core/CIM_LogicalElement.mof"

// Copyright (c) 2005 DMTF.  All rights reserved.

// <change cr="ArchCR00066.004" type="add">Add UmlPackagePath

// qualifier values to CIM Schema.</change>

// ==================================================================

//  CIM_LogicalElement 

// ==================================================================

   [Abstract, Version ( "2.6.0" ), 

    UMLPackagePath ( "CIM::Core::CoreElements" ), 

    Description ( 

       "CIM_LogicalElement is a base class for all the components of a "

       "System that represent abstract system components, such as "

       "Files, Processes, or LogicalDevices." )]

class CIM_LogicalElement : CIM_ManagedSystemElement {





};

#line 1 "C:\\WINDOWS\\System32\\DriverStore\\FileRepository\\mewmiprov.inf_amd64_d51901c26227fb29\\ME\\ME_schema.mof"

#line 1 "C:\\WINDOWS\\System32\\DriverStore\\FileRepository\\mewmiprov.inf_amd64_d51901c26227fb29\\ME\\s/Core/CIM_Job.mof"

// Copyright (c) 2005 DMTF.  All rights reserved.

// <change cr="SysDevCR00711.001" type ="change">Update of

// descriptions based on Tech Edit review.</

// <change cr="ArchCR00066.004" type="add">Add UmlPackagePath

// qualifier values to CIM Schema.</change>

// <change cr="ArchCR00089.003" type="add">Add PUnit qualifier values

// to Units qualifier values.</change>

// ==================================================================

//  CIM_Job

// ==================================================================

   [Abstract, Version ( "2.10.0" ), 

    UMLPackagePath ( "CIM::Core::CoreElements" ), 

    Description ( 

       "A Job is a LogicalElement that represents an executing unit of "

       "work, such as a script or a print job. A Job is distinct from "

       "a Process in that a Job can be scheduled or queued, and its "

       "execution is not limited to a single system." )]

class CIM_Job : CIM_LogicalElement {



      [Description ( 

          "A free-form string that represents the status of the "

          "job. The primary status is reflected in the inherited "

          "OperationalStatus property. JobStatus provides "

          "additional, implementation-specific details." ), 

       ModelCorrespondence { 

          "CIM_ManagedSystemElement.OperationalStatus" }]

   string JobStatus;



      [Description ( 

          "The time that the Job was submitted to execute. A value "

          "of all zeroes indicates that the owning element is not "

          "capable of reporting a date and time. Therefore, the "

          "ScheduledStartTime and StartTime are reported as "

          "intervals relative to the time their values are "

          "requested." )]

   datetime TimeSubmitted;



      [Deprecated { "CIM_Job.RunMonth", "CIM_Job.RunDay", 

          "CIM_Job.RunDayOfWeek", "CIM_Job.RunStartInterval" }, 

       Write, Description ( 

          "The time that the current Job is scheduled to start. "

          "This time can be represented by the actual date and "

          "time, or an interval relative to the time that this "

          "property is requested. A value of all zeroes indicates "

          "that the Job is already executing. The property is "

          "deprecated in lieu of the more expressive scheduling "

          "properties, RunMonth, RunDay, RunDayOfWeek, and "

          "RunStartInterval." )]

   datetime ScheduledStartTime;



      [Description ( 

          "The time that the Job was actually started. This time "

          "can be represented by an actual date and time, or by an "

          "interval relative to the time that this property is "

          "requested. Note that this property is also present in "

          "the JobProcessingStatistics class. This class is "

          "necessary to capture the processing information for "

          "recurring Jobs, because only the \'last\' run time can "

          "be stored in this single-valued property." )]

   datetime StartTime;



      [Description ( 

          "The time interval that the Job has been executing or the "

          "total execution time if the Job is complete. Note that "

          "this property is also present in the "

          "JobProcessingStatistics class. This class is necessary "

          "to capture the processing information for recurring "

          "Jobs, because only the \'last\' run time can be stored "

          "in this single-valued property." )]

   datetime ElapsedTime;



      [Write, Description ( 

          "The number of times that the Job should be run. A value "

          "of 1 indicates that the Job is not recurring, while any "

          "non-zero value indicates a limit to the number of times "

          "that the Job will recur. Zero indicates that there is no "

          "limit to the number of times that the Job can be "

          "processed, but that it is terminated either after the "

          "UntilTime or by manual intervention. By default, a Job "

          "is processed once." )]

   uint32 JobRunTimes = 1;



      [Write, Description ( 

          "The month during which the Job should be processed. "

          "Specify 0 for January, 1 for February, and so on." ), 

       ValueMap { "0", "1", "2", "3", "4", "5", "6", "7", "8", "9", 

          "10", "11" }, 

       Values { "January", "February", "March", "April", "May", 

          "June", "July", "August", "September", "October", 

          "November", "December" }, 

       ModelCorrespondence { "CIM_Job.RunDay", 

          "CIM_Job.RunDayOfWeek", "CIM_Job.RunStartInterval" }]

   uint8 RunMonth;



      [Write, Description ( 

          "The day in the month on which the Job should be "

          "processed. There are two different interpretations for "

          "this property, depending on the value of DayOfWeek. In "

          "one case, RunDay defines the day-in-month on which the "

          "Job is processed. This interpretation is used when the "

          "DayOfWeek is 0. A positive or negative integer indicates "

          "whether the RunDay should be calculated from the "

          "beginning or end of the month. For example, 5 indicates "

          "the fifth day in the RunMonth and -1 indicates the last "

          "day in the RunMonth. \n"

          "\n"

          "When RunDayOfWeek is not 0, RunDay is the day-in-month "

          "on which the Job is processed, defined in conjunction "

          "with RunDayOfWeek. For example, if RunDay is 15 and "

          "RunDayOfWeek is Saturday, then the Job is processed on "

          "the first Saturday on or after the 15th day in the "

          "RunMonth (for example, the third Saturday in the month). "

          "If RunDay is 20 and RunDayOfWeek is -Saturday, then this "

          "indicates the first Saturday on or before the 20th day "

          "in the RunMonth. If RunDay is -1 and RunDayOfWeek is "

          "-Sunday, then this indicates the last Sunday in the "

          "RunMonth." ), 

       MinValue ( -31 ), 

       MaxValue ( 31 ), 

       ModelCorrespondence { "CIM_Job.RunMonth", 

          "CIM_Job.RunDayOfWeek", "CIM_Job.RunStartInterval" }]

   sint8 RunDay;



      [Write, Description ( 

          "A positive or negative integer used in conjunction with "

          "RunDay to indicate the day of the week on which the Job "

          "is processed. RunDayOfWeek is set to 0 to indicate an "

          "exact day of the month, such as March 1. A positive "

          "integer (representing Sunday, Monday, ..., Saturday) "

          "means that the day of week is found on or after the "

          "specified RunDay. A negative integer (representing "

          "-Sunday, -Monday, ..., -Saturday) means that the day of "

          "week is found on or BEFORE the RunDay." ), 

       ValueMap { "-7", "-6", "-5", "-4", "-3", "-2", "-1", "0", 

          "1", "2", "3", "4", "5", "6", "7" }, 

       Values { "-Saturday", "-Friday", "-Thursday", "-Wednesday", 

          "-Tuesday", "-Monday", "-Sunday", "ExactDayOfMonth", 

          "Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", 

          "Friday", "Saturday" }, 

       ModelCorrespondence { "CIM_Job.RunMonth", "CIM_Job.RunDay", 

          "CIM_Job.RunStartInterval" }]

   sint8 RunDayOfWeek;



      [Write, Description ( 

          "The time interval after midnight when the Job should be "

          "processed. For example, \n"

          "00000000020000.000000:000 \n"

          "indicates that the Job should be run on or after two "

          "o\'clock, local time or UTC time (distinguished using "

          "the LocalOrUtcTime property." ), 

       ModelCorrespondence { "CIM_Job.RunMonth", "CIM_Job.RunDay", 

          "CIM_Job.RunDayOfWeek", "CIM_Job.RunStartInterval" }]

   datetime RunStartInterval;



      [Write, Description ( 

          "This property indicates whether the times represented in "

          "the RunStartInterval and UntilTime properties represent "

          "local times or UTC times. Time values are synchronized "

          "worldwide by using the enumeration value 2, \"UTC Time\"." ), 

       ValueMap { "1", "2" }, 

       Values { "Local Time", "UTC Time" }]

   uint16 LocalOrUtcTime;



      [Write, Description ( 

          "The time after which the Job is invalid or should be "

          "stopped. This time can be represented by an actual date "

          "and time, or by an interval relative to the time that "

          "this property is requested. A value of all nines "

          "indicates that the Job can run indefinitely." ), 

       ModelCorrespondence { "CIM_Job.LocalOrUtcTime" }]

   datetime UntilTime;



      [Write, Description ( 

          "The User who is to be notified upon the Job completion or failure."

           )]

   string Notify;



      [Description ( 

          "The User that submitted the Job, or the Service or "

          "method name that caused the job to be created." ), 

       ModelCorrespondence { "CIM_OwningJobElement" }]

   string Owner;



      [Write, Description ( 

          "Indicates the urgency or importance of execution of the "

          "Job. The lower the number, the higher the priority. Note "

          "that this property is also present in the "

          "JobProcessingStatistics class. This class is necessary "

          "to capture the setting information that would influence "

          "the results of a job." )]

   uint32 Priority;



      [Description ( 

          "The percentage of the job that has completed at the time "

          "that this value is requested. Note that this property is "

          "also present in the JobProcessingStatistics class. This "

          "class is necessary to capture the processing information "

          "for recurring Jobs, because only the \'last\' run data "

          "can be stored in this single-valued property. \n"

          "Note that the value 101 is undefined and will be not be "

          "allowed in the next major revision of the specification." ), 

       Units ( "Percent" ), 

       MinValue ( 0 ), 

       MaxValue ( 101 ), 

       PUnit ( "percent" )]

   uint16 PercentComplete;



      [Write, Description ( 

          "Indicates whether or not the job should be automatically "

          "deleted upon completion. Note that the \'completion\' of "

          "a recurring job is defined by its JobRunTimes or "

          "UntilTime properties, or when the Job is terminated by "

          "manual intervention. If this property is set to false "

          "and the job completes, then the extrinsic method "

          "DeleteInstance must be used to delete the job instead of "

          "updating this property." )]

   boolean DeleteOnCompletion;



      [Description ( 

          "A vendor-specific error code. The value must be set to "

          "zero if the Job completed without error. Note that this "

          "property is also present in the JobProcessingStatistics "

          "class. This class is necessary to capture the processing "

          "information for recurring Jobs, because only the \'last\' "

          "run error can be stored in this single-valued property." ), 

       ModelCorrespondence { "CIM_Job.ErrorDescription" }]

   uint16 ErrorCode;



      [Description ( 

          "A free-form string that contains the vendor error "

          "description. Note that this property is also present in "

          "the JobProcessingStatistics class. This class is "

          "necessary to capture the processing information for "

          "recurring Jobs, because only the \'last\' run error can "

          "be stored in this single-valued property." ), 

       ModelCorrespondence { "CIM_Job.ErrorCode" }]

   string ErrorDescription;



      [Description ( 

          "Describes the recovery action to be taken for an "

          "unsuccessfully run Job. The possible values are: \n"

          "0 = \"Unknown\", meaning it is unknown as to what "

          "recovery action to take \n"

          "1 = \"Other\", indicating that the recovery action will "

          "be specified in the OtherRecoveryAction property \n"

          "2 = \"Do Not Continue\", meaning stop the execution of "

          "the job and appropriately update its status \n"

          "3 = \"Continue With Next Job\", meaning continue with "

          "the next job in the queue \n"

          "4 = \"Re-run Job\", indicating that the job should be "

          "re-run \n"

          "5 = \"Run Recovery Job\", meaning run the Job associated "

          "using the RecoveryJob relationship. Note that the "

          "recovery Job must already be in the queue from which it "

          "will run." ), 

       ValueMap { "0", "1", "2", "3", "4", "5" }, 

       Values { "Unknown", "Other", "Do Not Continue", 

          "Continue With Next Job", "Re-run Job", "Run Recovery Job" }, 

       ModelCorrespondence { "CIM_Job.OtherRecoveryAction" }]

   uint16 RecoveryAction;



      [Description ( 

          "A string describing the recovery action when the "

          "RecoveryAction property of the instance is 1 (\"Other\")." ), 

       ModelCorrespondence { "CIM_Job.RecoveryAction" }]

   string OtherRecoveryAction;





      [Deprecated { "CIM_ConcreteJob.RequestStateChange()" }, 

       Description ( 

          "KillJob is being deprecated because there is no "

          "distinction made between an orderly shutdown and an "

          "immediate kill. CIM_ConcreteJob.RequestStateChange() "

          "provides \'Terminate\' and \'Kill\' options to allow "

          "this distinction. \n"

          "A method to kill this job and any underlying processes, "

          "and to remove any \'dangling\' associations." ), 

       ValueMap { "0", "1", "2", "3", "4", "6", "7", "..", 

          "32768..65535" }, 

       Values { "Success", "Not Supported", "Unknown", "Timeout", 

          "Failed", "Access Denied", "Not Found", "DMTF Reserved", 

          "Vendor Specific" }]

   uint32 KillJob(

         [IN, Description ( 

             "Indicates whether or not the Job should be "

             "automatically deleted upon termination. This "

             "parameter takes precedence over the property, "

             "DeleteOnCompletion." )]

      boolean DeleteOnKill);



};

#line 1 "C:\\WINDOWS\\System32\\DriverStore\\FileRepository\\mewmiprov.inf_amd64_d51901c26227fb29\\ME\\ME_schema.mof"

#line 1 "C:\\WINDOWS\\System32\\DriverStore\\FileRepository\\mewmiprov.inf_amd64_d51901c26227fb29\\ME\\s/Core/CIM_ConcreteJob.mof"

// Copyright (c) 2008 DMTF.  All rights reserved.

   [Version ( "2.19.0" ), 

    UMLPackagePath ( "CIM::Core::CoreElements" ), 

    Description ( 

       "A concrete version of Job. This class represents a generic and "

       "instantiable unit of work, such as a batch or a print job." )]

class CIM_ConcreteJob : CIM_Job {



      [Key, Override ( "InstanceID" ), 

       Description ( 

          "Within the scope of the instantiating Namespace, "

          "InstanceID opaquely and uniquely identifies an instance "

          "of this class. In order to ensure uniqueness within the "

          "NameSpace, the value of InstanceID SHOULD be constructed "

          "using the following \'preferred\' algorithm: \n"

          "<OrgID>:<LocalID> \n"

          "Where <OrgID> and <LocalID> are separated by a colon "

          "\':\', and where <OrgID> must include a copyrighted, "

          "trademarked or otherwise unique name that is owned by "

          "the business entity that is creating or defining the "

          "InstanceID, or that is a registered ID that is assigned "

          "to the business entity by a recognized global authority. "

          "(This requirement is similar to the <Schema Name>_<Class "

          "Name> structure of Schema class names.) In addition, to "

          "ensure uniqueness <OrgID> must not contain a colon "

          "(\':\'). When using this algorithm, the first colon to "

          "appear in InstanceID must appear between <OrgID> and "

          "<LocalID>. \n"

          "<LocalID> is chosen by the business entity and should "

          "not be re-used to identify different underlying "

          "(real-world) elements. If the above \'preferred\' "

          "algorithm is not used, the defining entity must assure "

          "that the resulting InstanceID is not re-used across any "

          "InstanceIDs produced by this or other providers for the "

          "NameSpace of this instance. \n"

          "For DMTF defined instances, the \'preferred\' algorithm "

          "must be used with the <OrgID> set to \'CIM\'." )]

   string InstanceID;



      [Required, Override ( "Name" ), 

       Description ( 

          "The user-friendly name for this instance of a Job. In "

          "addition, the user-friendly name can be used as a "

          "property for a search or query. (Note: Name does not "

          "have to be unique within a namespace.)" )]

   string Name;



      [Description ( 

          "JobState is an integer enumeration that indicates the "

          "operational state of a Job. It can also indicate "

          "transitions between these states, for example, \'Shutting "

          "Down\' and \'Starting\'. Following is a brief "

          "description of the states: \n"

          "New (2) indicates that the job has never been started. \n"

          "Starting (3) indicates that the job is moving from the "

          "\'New\', \'Suspended\', or \'Service\' states into the "

          "\'Running\' state. \n"

          "Running (4) indicates that the Job is running. \n"

          "Suspended (5) indicates that the Job is stopped, but can "

          "be restarted in a seamless manner. \n"

          "Shutting Down (6) indicates that the job is moving to a "

          "\'Completed\', \'Terminated\', or \'Killed\' state. \n"

          "Completed (7) indicates that the job has completed "

          "normally. \n"

          "Terminated (8) indicates that the job has been stopped "

          "by a \'Terminate\' state change request. The job and all "

          "its underlying processes are ended and can be restarted "

          "(this is job-specific) only as a new job. \n"

          "Killed (9) indicates that the job has been stopped by a "

          "\'Kill\' state change request. Underlying processes "

          "might have been left running, and cleanup might be "

          "required to free up resources. \n"

          "Exception (10) indicates that the Job is in an abnormal "

          "state that might be indicative of an error condition. "

          "Actual status might be displayed though job-specific "

          "objects. \n"

          "Service (11) indicates that the Job is in a "

          "vendor-specific state that supports problem discovery, "

          "or resolution, or both.\n"

          "Query pending (12) waiting for a client to resolve a "

          "query" ), 

       ValueMap { "2", "3", "4", "5", "6", "7", "8", "9", "10", 

          "11", "12", "13..32767", "32768..65535" }, 

       Values { "New", "Starting", "Running", "Suspended", 

          "Shutting Down", "Completed", "Terminated", "Killed", 

          "Exception", "Service", "Query Pending", "DMTF Reserved", 

          "Vendor Reserved" }]

   uint16 JobState;



      [Description ( 

          "The date or time when the state of the Job last changed. "

          "If the state of the Job 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." )]

   datetime TimeOfLastStateChange;



      [Required, Write, Description ( 

          "The amount of time that the Job is retained after it has "

          "finished executing, either succeeding or failing in that "

          "execution. The job must remain in existence for some "

          "period of time regardless of the value of the "

          "DeleteOnCompletion property. \n"

          "The default is five minutes." )]

   datetime TimeBeforeRemoval = "00000000000500.000000:000";





      [Description ( 

          "Requests that the state of the job be changed to the "

          "value specified in the RequestedState parameter. "

          "Invoking the RequestStateChange method multiple times "

          "could result in earlier requests being overwritten or "

          "lost. \n"

          "If 0 is returned, then the task completed successfully. "

          "Any other return code indicates an error condition." ), 

       ValueMap { "0", "1", "2", "3", "4", "5", "6", "..", "4096", 

          "4097", "4098", "4099", "4100..32767", "32768..65535" }, 

       Values { "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 - Transition Started", 

          "Invalid State Transition", 

          "Use of Timeout Parameter Not Supported", "Busy", 

          "Method Reserved", "Vendor Specific" }]

   uint32 RequestStateChange(

         [IN, Description ( 

             "RequestStateChange changes the state of a job. The "

             "possible values are as follows: \n"

             "Start (2) changes the state to \'Running\'. \n"

             "Suspend (3) stops the job temporarily. The "

             "intention is to subsequently restart the job with "

             "\'Start\'. It might be possible to enter the "

             "\'Service\' state while suspended. (This is "

             "job-specific.) \n"

             "Terminate (4) stops the job cleanly, saving data, "

             "preserving the state, and shutting down all "

             "underlying processes in an orderly manner. \n"

             "Kill (5) terminates the job immediately with no "

             "requirement to save data or preserve the state. \n"

             "Service (6) puts the job into a vendor-specific "

             "service state. It might be possible to restart the "

             "job." ), 

          ValueMap { "2", "3", "4", "5", "6", "7..32767", 

             "32768..65535" }, 

          Values { "Start", "Suspend", "Terminate", "Kill", 

             "Service", "DMTF Reserved", "Vendor Reserved" }]

      uint16 RequestedState, 

         [IN, Description ( 

             "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. \n"

             "If this property does not contain 0 or null and "

             "the implementation does not support this "

             "parameter, a return code of \'Use Of Timeout "

             "Parameter Not Supported\' must be returned." )]

      datetime TimeoutPeriod);



};

#line 1 "C:\\WINDOWS\\System32\\DriverStore\\FileRepository\\mewmiprov.inf_amd64_d51901c26227fb29\\ME\\ME_schema.mof"

#line 1 "C:\\WINDOWS\\System32\\DriverStore\\FileRepository\\mewmiprov.inf_amd64_d51901c26227fb29\\ME\\s/Core/CIM_EnabledLogicalElement.mof"

// Copyright (c) 2007 DMTF.  All Rights Reserved.

   [Abstract, Version ( "2.17.0" ), 

    UMLPackagePath ( "CIM::Core::CoreElements" ), 

    Description ( 

       "This class extends LogicalElement to abstract the concept of "

       "an element that is enabled and disabled, such as a "

       "LogicalDevice or a ServiceAccessPoint." )]

class CIM_EnabledLogicalElement : CIM_LogicalElement {



      [Description ( 

          "EnabledState is an integer enumeration that indicates "

          "the enabled and 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 and disabled states: \n"

          "Enabled (2) indicates that the element is or could be "

          "executing commands, will process any queued commands, "

          "and queues new requests. \n"

          "Disabled (3) indicates that the element will not execute "

          "commands and will drop any new requests. \n"

          "Shutting Down (4) indicates that the element is in the "

          "process of going to a Disabled state. \n"

          "Not Applicable (5) indicates the element does not "

          "support being enabled or disabled. \n"

          "Enabled but Offline (6) indicates that the element might "

          "be completing commands, and will drop any new requests. \n"

          "Test (7) indicates that the element is in a test state. \n"

          "Deferred (8) indicates that the element might be "

          "completing commands, but will queue any new requests. \n"

          "Quiesce (9) indicates that the element is enabled but in "

          "a restricted mode.\n"

          "Starting (10) indicates that the element is in the "

          "process of going to an Enabled state. New requests are "

          "queued." ), 

       ValueMap { "0", "1", "2", "3", "4", "5", "6", "7", "8", "9", 

          "10", "11..32767", "32768..65535" }, 

       Values { "Unknown", "Other", "Enabled", "Disabled", 

          "Shutting Down", "Not Applicable", "Enabled but Offline", 

          "In Test", "Deferred", "Quiesce", "Starting", 

          "DMTF Reserved", "Vendor Reserved" }, 

       ModelCorrespondence { 

          "CIM_EnabledLogicalElement.OtherEnabledState" }]

   uint16 EnabledState = 5;



      [Description ( 

          "A string that describes the enabled or disabled state of "

          "the element when the EnabledState property is set to 1 "

          "(\"Other\"). This property must be set to null when "

          "EnabledState is any value other than 1." ), 

       ModelCorrespondence { "CIM_EnabledLogicalElement.EnabledState" }]

   string OtherEnabledState;



      [Description ( 

          "RequestedState is an integer enumeration that indicates "

          "the last requested or desired state for the element, "

          "irrespective of the mechanism through which it was "

          "requested. The actual state of the element is "

          "represented by EnabledState. This property is provided "

          "to compare the last requested and current enabled or "

          "disabled states. Note that when EnabledState is set to 5 "

          "(\"Not Applicable\"), then this property has no meaning. "

          "Refer to the EnabledState property description for "

          "explanations of the values in the RequestedState "

          "enumeration. \n"

          "\"Unknown\" (0) indicates the last requested state for "

          "the element is unknown.\n"

          "Note that the value \"No Change\" (5) has been "

          "deprecated in lieu of indicating the last requested "

          "state is \"Unknown\" (0). If the last requested or "

          "desired state is unknown, RequestedState should have the "

          "value \"Unknown\" (0), but may have the value \"No "

          "Change\" (5).Offline (6) indicates that the element has "

          "been requested to transition to the Enabled but Offline "

          "EnabledState. \n"

          "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). Reboot refers to doing a \"Shut Down\" and then "

          "moving to an \"Enabled\" state. Reset indicates that the "

          "element is first \"Disabled\" and then \"Enabled\". The "

          "distinction between requesting \"Shut Down\" and "

          "\"Disabled\" should also be noted. Shut Down requests an "

          "orderly transition to the Disabled state, and might "

          "involve removing power, to completely erase any existing "

          "state. The Disabled state requests an immediate "

          "disabling of the element, such that it will not execute "

          "or accept any commands or processing requests. \n"

          "\n"

          "This property is set as the result of a method "

          "invocation (such as Start or StopService on "

          "CIM_Service), or can be overridden and defined as "

          "WRITEable in a subclass. The method approach is "

          "considered superior to a WRITEable property, because it "

          "allows an explicit invocation of the operation and the "

          "return of a result code. \n"

          "\n"

          "If knowledge of the last RequestedState is not supported "

          "for the EnabledLogicalElement, the property shall be "

          "NULL or have the value 12 \"Not Applicable\"." ), 

       ValueMap { "0", "2", "3", "4", "5", "6", "7", "8", "9", "10", 

          "11", "12", "..", "32768..65535" }, 

       Values { "Unknown", "Enabled", "Disabled", "Shut Down", 

          "No Change", "Offline", "Test", "Deferred", "Quiesce", 

          "Reboot", "Reset", "Not Applicable", "DMTF Reserved", 

          "Vendor Reserved" }, 

       ModelCorrespondence { "CIM_EnabledLogicalElement.EnabledState" }]

   uint16 RequestedState = 12;



      [Write, Description ( 

          "An enumerated value indicating an administrator\'s "

          "default or startup configuration for the Enabled State "

          "of an element. By default, the element is \"Enabled\" "

          "(value=2)." ), 

       ValueMap { "2", "3", "5", "6", "7", "9", "..", "32768..65535" }, 

       Values { "Enabled", "Disabled", "Not Applicable", 

          "Enabled but Offline", "No Default", "Quiesce", 

          "DMTF Reserved", "Vendor Reserved" }]

   uint16 EnabledDefault = 2;



      [Description ( 

          "The date or time when the EnabledState of the element "

          "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." )]

   datetime TimeOfLastStateChange;





      [Description ( 

          "Requests that the state of the element be changed to the "

          "value specified in the RequestedState parameter. When "

          "the requested state change takes place, the EnabledState "

          "and RequestedState of the element will be the same. "

          "Invoking the RequestStateChange method multiple times "

          "could result in earlier requests being overwritten or "

          "lost. \n"

          "A return code of 0 shall indicate the state change was "

          "successfully initiated. \n"

          "A return code of 3 shall indicate that the state "

          "transition cannot complete within the interval specified "

          "by the TimeoutPeriod parameter. \n"

          "A return code of 4096 (0x1000) shall indicate the state "

          "change was successfully initiated, a ConcreteJob has "

          "been created, and its reference returned in the output "

          "parameter Job. Any other return code indicates an error "

          "condition." ), 

       ValueMap { "0", "1", "2", "3", "4", "5", "6", "..", "4096", 

          "4097", "4098", "4099", "4100..32767", "32768..65535" }, 

       Values { "Completed with No Error", "Not Supported", 

          "Unknown or Unspecified Error", 

          "Cannot 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 Specific" }, 

       ModelCorrespondence { 

          "CIM_EnabledLogicalElement.RequestedState" }]

   uint32 RequestStateChange(

         [IN, Description ( 

             "The state requested for the element. This "

             "information will be placed into the RequestedState "

             "property of the instance if the return code of the "

             "RequestStateChange method is 0 (\'Completed with "

             "No Error\'), or 4096 (0x1000) (\'Job Started\'). "

             "Refer to the description of the EnabledState and "

             "RequestedState properties for the detailed "

             "explanations of the RequestedState values." ), 

          ValueMap { "2", "3", "4", "6", "7", "8", "9", "10", 

             "11", "..", "32768..65535" }, 

          Values { "Enabled", "Disabled", "Shut Down", "Offline", 

             "Test", "Defer", "Quiesce", "Reboot", "Reset", 

             "DMTF Reserved", "Vendor Reserved" }, 

          ModelCorrespondence { 

             "CIM_EnabledLogicalElement.RequestedState" }]

      uint16 RequestedState, 

         [IN ( false ), OUT, Description ( 

             "May contain a reference to the ConcreteJob created "

             "to track the state transition initiated by the "

             "method invocation." )]

      CIM_ConcreteJob REF Job, 

         [IN, Description ( 

             "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. \n"

             "If this property does not contain 0 or null and "

             "the implementation does not support this "

             "parameter, a return code of \'Use Of Timeout "

             "Parameter Not Supported\' shall be returned." )]

      datetime TimeoutPeriod);



};

#line 1 "C:\\WINDOWS\\System32\\DriverStore\\FileRepository\\mewmiprov.inf_amd64_d51901c26227fb29\\ME\\ME_schema.mof"

#line 1 "C:\\WINDOWS\\System32\\DriverStore\\FileRepository\\mewmiprov.inf_amd64_d51901c26227fb29\\ME\\s/Core/CIM_System.mof"

// Copyright (c) 2005 DMTF.  All rights reserved.

// <change cr="SysDevCR00711.001" type ="change">Update of

// descriptions based on Tech Edit review.</change>

// <change cr="ArchCR00066.004" type="add">Add UmlPackagePath

// qualifier values to CIM Schema.</change>

// <change cr="CIMCoreCR00902" type="add">Promoted OtherIdentifyingInfo

// and IdentifyingDescription from ComputerSystem to System.</change>

// ==================================================================

//  CIM_System

// ==================================================================

   [Abstract, Version ( "2.15.0" ), 

    UMLPackagePath ( "CIM::Core::CoreElements" ), 

    Description ( 

       "CIM_System represents an entity made up of component parts "

       "(defined by the SystemComponent relationship), that operates "

       "as a \'functional whole\'. Systems are top-level objects in "

       "the CIM hierarchy, requiring no scoping or weak relationships "

       "in order to exist and have context. It should be reasonable to "

       "uniquely name and manage a System at an enterprise level. For "

       "example, a ComputerSystem is a kind of System that can be "

       "uniquely named and independently managed in an enterprise. "

       "However, these qualities are not true for the power supply (or "

       "the power supply sub-\'system\') within the computer. \n"

       "\n"

       "Although a System can be viewed as a Collection, this view is "

       "not the correct model. A Collection is simply a \'bag\' that "

       "\'holds\' its members. A System is a higher-level abstraction, "

       "built out of its individual components. It is more than the "

       "sum of its parts. Note that System is a subclass of "

       "EnabledLogicalElement which allows the entire abstraction to "

       "be functionally enabled or disabled at a higher level than "

       "enabling or disabling its component parts." )]

class CIM_System : CIM_EnabledLogicalElement {



      [Key, Description ( 

          "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." ), 

       MaxLen ( 256 )]

   string CreationClassName;



      [Key, Override ( "Name" ), 

       Description ( 

          "The inherited Name serves as the key of a System "

          "instance in an enterprise environment." ), 

       MaxLen ( 256 )]

   string Name;



      [Description ( 

          "The System object and its derivatives are top-level "

          "objects of CIM. They provide the scope for numerous "

          "components. Having unique System keys is required. A "

          "heuristic can be defined in individual System subclasses "

          "to attempt to always generate the same System Name Key. "

          "The NameFormat property identifies how the System name "

          "was generated, using the heuristic of the subclass." ), 

       MaxLen ( 64 )]

   string NameFormat;



      [Write, Description ( 

          "The name of the primary system owner. The system owner "

          "is the primary user of the system." ), 

       MaxLen ( 64 ), 

       MappingStrings { "MIF.DMTF|General Information|001.3" }]

   string PrimaryOwnerName;



      [Write, Description ( 

          "A string that provides information on how the primary "

          "system owner can be reached (for example, phone number, "

          "e-mail address, and so on)." ), 

       MaxLen ( 256 ), 

       MappingStrings { "MIF.DMTF|General Information|001.4" }]

   string PrimaryOwnerContact;



      [Write, Description ( 

          "An array (bag) of strings that specifies the "

          "administrator -defined roles this System plays in the "

          "managed environment. Examples might be \'Building 8 "

          "print server\' or \'Boise user directories\'. A single "

          "system may perform multiple roles. \n"

          "Note that the instrumentation view of the \'roles\' of a "

          "System is defined by instantiating a specific subclass "

          "of System, or by properties in a subclass, or both. For "

          "example, the purpose of a ComputerSystem is defined "

          "using the Dedicated and OtherDedicatedDescription "

          "properties." )]

   string Roles[];



      [Description ( 

          "OtherIdentifyingInfo captures additional data, beyond "

          "System Name information, that could be used to identify "

          "a ComputerSystem. One example would be to hold the Fibre "

          "Channel World-Wide Name (WWN) of a node. Note that if "

          "only the Fibre Channel name is available and is unique "

          "(able to be used as the System key), then this property "

          "would be NULL and the WWN would become the System key, "

          "its data placed in the Name property." ), 

       ArrayType ( "Indexed" ), 

       MaxLen ( 256 ), 

       ModelCorrespondence { "CIM_System.IdentifyingDescriptions" }]

   string OtherIdentifyingInfo[];



      [Description ( 

          "An array of free-form strings providing explanations and "

          "details behind the entries in the OtherIdentifying Info "

          "array. Note, each entry of this array is related to the "

          "entry in OtherIdentifyingInfo that is located at the "

          "same index." ), 

       ArrayType ( "Indexed" ), 

       ModelCorrespondence { "CIM_System.OtherIdentifyingInfo" }]

   string IdentifyingDescriptions[];





};

#line 1 "C:\\WINDOWS\\System32\\DriverStore\\FileRepository\\mewmiprov.inf_amd64_d51901c26227fb29\\ME\\ME_schema.mof"

#line 1 "C:\\WINDOWS\\System32\\DriverStore\\FileRepository\\mewmiprov.inf_amd64_d51901c26227fb29\\ME\\s/System/CIM_ComputerSystem.mof"

// Copyright (c) 2005 DMTF.  All rights reserved.

// <change cr="DMTFCR01368.003" type ="add">Add values (Storage Virtualizer, Media Library) to ComputerSystem.dedicated.</change>

// <change cr="SMWGCR00009.013" type ="add">Add values ("Management Controller", "Chassis Manager") to ComputerSystem.dedicated.</change>

// <change cr="SMWGCR00014.010" type ="add">Update description.</change>

// <change cr="ArchCR00066.004" type="add">Add UmlPackagePath

// qualifier values to CIM Schema.</change>

// <change cr="SMWGCR00009" type ="change">Corrected DMTF Reserved 

// range to start at 30.</change>

// <change cr="CIMCoreCR00827" type="add">Added enumerations

// "Host-based RAID controller", "Storage Device Enclosure" to Dedicated.</change>

// <change cr="CIMCoreCR00898" type="add">Update description

// for Dedicated property.</change>

// <change cr="CIMCoreCR00902" type="add">Promoted OtherIdentifyingInfo

// and IdentifyingDescription from ComputerSystem to System.</change>

// <change cr="DMWGCR00030" type="add">Add enumerations

// "Desktop" and "Laptop" to Dedicated property.</change>

// <change cr="CIMCoreCR00908" type="add">Added enumeration.</change>

// ==================================================================

//  CIM_ComputerSystem 

// ==================================================================

   [Abstract, Version ( "2.16.0" ), 

    UMLPackagePath ( "CIM::System::SystemElements" ), 

    Description ( 

       "A class derived from System that is a special collection of "

       "ManagedSystemElements. This collection is related to the "

       "providing of compute capabilities and MAY serve as an "

       "aggregation point to associate one or more of the following "

       "elements: FileSystem, OperatingSystem, Processor and Memory "

       "(Volatile and/or NonVolatile Storage)." )]

class CIM_ComputerSystem : CIM_System {



      [Override ( "NameFormat" ), 

       Description ( 

          "The ComputerSystem object and its derivatives are Top "

          "Level Objects of CIM. They provide the scope for "

          "numerous components. Having unique System keys is "

          "required. The NameFormat property identifies how the "

          "ComputerSystem Name is generated. The NameFormat "

          "ValueMap qualifier defines the various mechanisms for "

          "assigning the name. Note that another name can be "

          "assigned and used for the ComputerSystem that better "

          "suit a business, using the inherited ElementName "

          "property." ), 

       ValueMap { "Other", "IP", "Dial", "HID", "NWA", "HWA", "X25", 

          "ISDN", "IPX", "DCC", "ICD", "E.164", "SNA", "OID/OSI", 

          "WWN", "NAA" }]

   string NameFormat;



      [Description ( 

          "Enumeration indicating the purpose(s) to which the "

          "ComputerSystem is dedicated, if any, and what "

          "functionality is provided. For example, one could "

          "specify that the System is dedicated to \"Print\" "

          "(value=11) or acts as a \"Hub\" (value=8). \n"

          "Also, one could indicate that this is a general purpose "

          "system by indicating \'Not Dedicated\' (value=0) but "

          "that it also hosts \'Print\' (value=11) or mobile phone "

          "\'Mobile User Device\' (value=17) services. \n"

          "A clarification is needed with respect to the value 17 "

          "(\"Mobile User Device\"). An example of a dedicated user "

          "device is a mobile phone or a barcode scanner in a store "

          "that communicates via radio frequency. These systems are "

          "quite limited in functionality and programmability, and "

          "are not considered \'general purpose\' computing "

          "platforms. Alternately, an example of a mobile system "

          "that is \'general purpose\' (i.e., is NOT dedicated) is "

          "a hand-held computer. Although limited in its "

          "programmability, new software can be downloaded and its "

          "functionality expanded by the user. \n"

          "A value of \"Management\" indicates this instance is "

          "dedicated to hosting system management software.\n"

          "A value of \"Management Controller\" indicates this "

          "instance represents specialized hardware dedicated to "

          "systems management (i.e., a Baseboard Management "

          "Controller (BMC) or service processor).\n"

          "The management scope of a \"Management Controller\" is "

          "typically a single managed system in which it is contained.\n"

          "A value of \"Chassis Manager\" indicates this instance "

          "represents a system dedicated to management of a blade "

          "chassis and its contained devices. This value would be "

          "used to represent a Shelf Controller. A \"Chassis "

          "Manager\" is an aggregation point for management and may "

          "rely on subordinate management controllers for the "

          "management of constituent parts. A value of \"Host-based "

          "RAID Controller\" indicates this instance represents a "

          "RAID storage controller contained within a host "

          "computer. A value of \"Storage Device Enclosure\" "

          "indicates this instance represents an enclosure that "

          "contains storage devices. A \"Virtual Tape Library\" is "

          "the emulation of a tape library by a Virtual Library "

          "System. A \"Virtual Library System\" uses disk storage "

          "to emulate tape libraries." ), 

       ValueMap { "0", "1", "2", "3", "4", "5", "6", "7", "8", "9", 

          "10", "11", "12", "13", "14", "15", "16", "17", "18", 

          "19", "20", "21", "22", "23", "24", "25", "26", "27", 

          "28", "29", "30", "31", "32", "33", "34", "35", 

          "36..32567", "32568..65535" }, 

       Values { "Not Dedicated", "Unknown", "Other", "Storage", 

          "Router", "Switch", "Layer 3 Switch", 

          "Central Office Switch", "Hub", "Access Server", 

          "Firewall", "Print", "I/O", "Web Caching", "Management", 

          "Block Server", "File Server", "Mobile User Device", 

          "Repeater", "Bridge/Extender", "Gateway", 

          "Storage Virtualizer", "Media Library", "ExtenderNode", 

          "NAS Head", "Self-contained NAS", "UPS", "IP Phone", 

          "Management Controller", "Chassis Manager", 

          "Host-based RAID controller", "Storage Device Enclosure", 

          "Desktop", "Laptop", "Virtual Tape Library", 

          "Virtual Library System", "DMTF Reserved", 

          "Vendor Reserved" }, 

       ArrayType ( "Indexed" ), 

       MappingStrings { "MIB.IETF|MIB-II.sysServices", 

          "FC-GS.INCITS-T11 | Platform | PlatformType" }, 

       ModelCorrespondence { 

          "CIM_ComputerSystem.OtherDedicatedDescriptions" }]

   uint16 Dedicated[];



      [Description ( 

          "A string describing how or why the system is dedicated "

          "when the Dedicated array includes the value 2, \"Other\"." ), 

       ArrayType ( "Indexed" ), 

       ModelCorrespondence { "CIM_ComputerSystem.Dedicated" }]

   string OtherDedicatedDescriptions[];



      [Description ( 

          "If enabled (value = 4), the ComputerSystem can be reset "

          "via hardware (e.g. the power and reset buttons). If "

          "disabled (value = 3), hardware reset is not allowed. In "

          "addition to Enabled and Disabled, other Values for the "

          "property are also defined - \"Not Implemented\" (5), "

          "\"Other\" (1) and \"Unknown\" (2)." ), 

       ValueMap { "1", "2", "3", "4", "5" }, 

       Values { "Other", "Unknown", "Disabled", "Enabled", 

          "Not Implemented" }, 

       MappingStrings { "MIF.DMTF|System Hardware Security|001.4" }]

   uint16 ResetCapability;



      [Deprecated { 

          "CIM_PowerManagementCapabilities.PowerCapabilities" }, 

       Description ( 

          "An enumerated array describing the power management "

          "capabilities of the ComputerSystem. The use of this "

          "property has been deprecated. Instead, the Power "

          "Capabilites property in an associated PowerManagement "

          "Capabilities class should be used." ), 

       ValueMap { "0", "1", "2", "3", "4", "5", "6", "7" }, 

       Values { "Unknown", "Not Supported", "Disabled", "Enabled", 

          "Power Saving Modes Entered Automatically", 

          "Power State Settable", "Power Cycling Supported", 

          "Timed Power On Supported" }, 

       MappingStrings { "MIF.DMTF|System Power Controls|001.2" }]

   uint16 PowerManagementCapabilities[];





      [Deprecated { "CIM_PowerManagementService.SetPowerState" }, 

       Description ( 

          "Sets the power state of the computer. The use of this "

          "method has been deprecated. Instead, use the "

          "SetPowerState method in the associated "

          "PowerManagementService class." )]

   uint32 SetPowerState(

         [IN, Description ( 

             "The Desired state for the COmputerSystem." ), 

          ValueMap { "1", "2", "3", "4", "5", "6", "7", "8" }, 

          Values { "Full Power", "Power Save - Low Power Mode", 

             "Power Save - Standby", "Power Save - Other", 

             "Power Cycle", "Power Off", "Hibernate", "Soft Off" }]

      uint32 PowerState, 

         [IN, Description ( 

             "Time indicates when the power state should be set, "

             "either as a regular date-time value or as an "

             "interval value (where the interval begins when the "

             "method invocation is received." )]

      datetime Time);



};

#line 1 "C:\\WINDOWS\\System32\\DriverStore\\FileRepository\\mewmiprov.inf_amd64_d51901c26227fb29\\ME\\ME_schema.mof"

#line 1 "C:\\WINDOWS\\System32\\DriverStore\\FileRepository\\mewmiprov.inf_amd64_d51901c26227fb29\\ME\\s/Core/CIM_Service.mof"

// Copyright (c) 2005 DMTF.  All rights reserved.

// <change cr="SysDevCR00722.000" type ="change">Update of

// descriptions based on Tech Edit review.</

// <change cr="ArchCR00066.004" type="add">Add UmlPackagePath

// qualifier values to CIM Schema.</change>

// <change cr="CIMCoreCR00867" type="add">Update class

// description.</change>

// ==================================================================

//  CIM_Service

// ==================================================================

   [Abstract, Version ( "2.14.0" ), 

    UMLPackagePath ( "CIM::Core::Service" ), 

    Description ( 

       "A Service is a LogicalElement that represents the availability "

       "of functionality that can be managed. This functionality may "

       "be provided by a seperately modeled entity such as a "

       "LogicalDevice or a SoftwareFeature, or both. The modeled "

       "Service typically provides only functionality required for "

       "management of itself or the elements it affects." )]

class CIM_Service : CIM_EnabledLogicalElement {



      [Key, Description ( 

          "The CreationClassName of the scoping System." ), 

       MaxLen ( 256 ), 

       Propagated ( "CIM_System.CreationClassName" )]

   string SystemCreationClassName;



      [Key, Description ( "The Name of the scoping System." ), 

       MaxLen ( 256 ), 

       Propagated ( "CIM_System.Name" )]

   string SystemName;



      [Key, Description ( 

          "CreationClassName indicates the name of the class or the "

          "subclass that is 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." ), 

       MaxLen ( 256 )]

   string CreationClassName;



      [Key, Override ( "Name" ), 

       Description ( 

          "The Name property uniquely identifies the Service and "

          "provides an indication of the functionality that is "

          "managed. This functionality is described in more detail "

          "in the Description property of the object." ), 

       MaxLen ( 256 )]

   string Name;



      [Write, Description ( 

          "The name of the primary owner for the service, if one is "

          "defined. The primary owner is the initial support "

          "contact for the Service." ), 

       MaxLen ( 64 ), 

       MappingStrings { "MIF.DMTF|General Information|001.3" }]

   string PrimaryOwnerName;



      [Write, Description ( 

          "A string that provides information on how the primary "

          "owner of the Service can be reached (for example, phone "

          "number, e-mail address, and so on)." ), 

       MaxLen ( 256 ), 

       MappingStrings { "MIF.DMTF|General Information|001.4" }]

   string PrimaryOwnerContact;



      [Deprecated { "CIM_Service.EnabledDefault" }, 

       Description ( 

          "Note: The use of this element is deprecated in lieu of "

          "the EnabledDefault property that is inherited from "

          "EnabledLogicalElement. The EnabledLogicalElement "

          "addresses the same semantics. The change to a uint16 "

          "data type was discussed when CIM V2.0 was defined. "

          "However, existing V1.0 implementations used the string "

          "property. To remain compatible with those "

          "implementations, StartMode was grandfathered into the "

          "schema. Use of the deprecated qualifier allows the "

          "maintenance of the existing property but also permits an "

          "improved, clarified definition using EnabledDefault. \n"

          "Deprecated description: StartMode is a string value that "

          "indicates whether the Service is automatically started "

          "by a System, an Operating System, and so on, or is "

          "started only upon request." ), 

       ValueMap { "Automatic", "Manual" }, 

       MaxLen ( 10 )]

   string StartMode;



      [Description ( 

          "Started is a Boolean that indicates whether the Service "

          "has been started (TRUE), or stopped (FALSE)." )]

   boolean Started;





      [Description ( 

          "The StartService method places the Service in the "

          "started state. Note that the function of this method "

          "overlaps with the RequestedState property. "

          "RequestedState was added to the model to maintain a "

          "record (such as a persisted value) of the last state "

          "request. Invoking the StartService method should set the "

          "RequestedState property appropriately. The method "

          "returns an integer value of 0 if the Service was "

          "successfully started, 1 if the request is not supported, "

          "and any other number to indicate an error. In a "

          "subclass, the set of possible return codes could be "

          "specified using a ValueMap qualifier on the method. The "

          "strings to which the ValueMap contents are translated "

          "can also be specified in the subclass as a Values array "

          "qualifier. \n"

          "\n"

          "Note: The semantics of this method overlap with the "

          "RequestStateChange method that is inherited from "

          "EnabledLogicalElement. This method is maintained because "

          "it has been widely implemented, and its simple \"start\" "

          "semantics are convenient to use." )]

   uint32 StartService(

);



      [Description ( 

          "The StopService method places the Service in the stopped "

          "state. Note that the function of this method overlaps "

          "with the RequestedState property. RequestedState was "

          "added to the model to maintain a record (such as a "

          "persisted value) of the last state request. Invoking the "

          "StopService method should set the RequestedState "

          "property appropriately. The method returns an integer "

          "value of 0 if the Service was successfully stopped, 1 if "

          "the request is not supported, and any other number to "

          "indicate an error. In a subclass, the set of possible "

          "return codes could be specified using a ValueMap "

          "qualifier on the method. The strings to which the "

          "ValueMap contents are translated can also be specified "

          "in the subclass as a Values array qualifier. \n"

          "\n"

          "Note: The semantics of this method overlap with the "

          "RequestStateChange method that is inherited from "

          "EnabledLogicalElement. This method is maintained because "

          "it has been widely implemented, and its simple \"stop\" "

          "semantics are convenient to use." )]

   uint32 StopService(

);



};

#line 1 "C:\\WINDOWS\\System32\\DriverStore\\FileRepository\\mewmiprov.inf_amd64_d51901c26227fb29\\ME\\ME_schema.mof"

#line 1 "C:\\WINDOWS\\System32\\DriverStore\\FileRepository\\mewmiprov.inf_amd64_d51901c26227fb29\\ME\\s/Core/CIM_Dependency.mof"

// Copyright (c) 2005 DMTF.  All rights reserved.

// <change cr="SysDevCR00711.001" type ="change">Update of

// descriptions based on Tech Edit review.</change>

// <change cr="ArchCR00066.004" type="add">Add UmlPackagePath

// qualifier values to CIM Schema.</change>

// ==================================================================

//  CIM_Dependency

// ==================================================================

   [Association, Abstract, Version ( "2.10.0" ), 

    UMLPackagePath ( "CIM::Core::CoreElements" ), 

    Description ( 

       "CIM_Dependency is a generic association used to establish "

       "dependency relationships between ManagedElements." )]

class CIM_Dependency {



      [Key, Description ( 

          "Antecedent represents the independent object in this association."

           )]

   CIM_ManagedElement REF Antecedent;



      [Key, Description ( 

          "Dependent represents the object that is dependent on the "

          "Antecedent." )]

   CIM_ManagedElement REF Dependent;





};

#line 1 "C:\\WINDOWS\\System32\\DriverStore\\FileRepository\\mewmiprov.inf_amd64_d51901c26227fb29\\ME\\ME_schema.mof"

#line 1 "C:\\WINDOWS\\System32\\DriverStore\\FileRepository\\mewmiprov.inf_amd64_d51901c26227fb29\\ME\\s/Core/CIM_SettingData.mof"

// Copyright (c) 2008 DMTF.  All rights reserved.

   [Abstract, Version ( "2.19.0" ), 

    UMLPackagePath ( "CIM::Core::Settings" ), 

    Description ( 

       "CIM_SettingData is used to represent configuration and and "

       "operational parameters for CIM_ManagedElement instances. There "

       "are a number of different uses of CIM_SettingData supported in "

       "the model today. Additional uses may be defined in the future.\n"

       "Instances of CIM_SettingData may represent Aspects of a "

       "CIM_ManagedElement instance. This is modeled using the "

       "CIM_SettingsDefineState association. CIM_SettingData may be "

       "used to define capabilities when associated to an instance of "

       "CIM_Capabilities through the CIM_SettingsDefineCapabilities "

       "association. \n"

       "Instances of CIM_SettingData may represent different types of "

       "configurations for a CIM_ManagedElement, including persistent "

       "configurations, in progress configuration changes, or "

       "requested configurations. The CIM_ElementSettingData "

       "association is used to model the relationship between a "

       "CIM_SettingData instance and the CIM_ManagedElement for which "

       "it is a configuration. \n"

       "When an instance of CIM_SettingData represents a "

       "configuration, the current operational values for the "

       "parameters of the element are reflected by properties in the "

       "Element itself or by properties in its associations. These "

       "properties do not have to be the same values that are present "

       "in the SettingData object. For example, a modem might have a "

       "SettingData baud rate of 56Kb/sec but be operating at "

       "19.2Kb/sec. \n"

       "Note: The CIM_SettingData class is very similar to "

       "CIM_Setting, yet both classes are present in the model because "

       "many implementations have successfully used CIM_Setting. "

       "However, issues have arisen that could not be resolved without "

       "defining a new class. Therefore, until a new major release "

       "occurs, both classes will exist in the model. Refer to the "

       "Core White Paper for additional information. SettingData "

       "instances can be aggregated together into higher- level "

       "SettingData objects using ConcreteComponent associations." )]

class CIM_SettingData : CIM_ManagedElement {



      [Key, Override ( "InstanceID" ), 

       Description ( 

          "Within the scope of the instantiating Namespace, "

          "InstanceID opaquely and uniquely identifies an instance "

          "of this class. To ensure uniqueness within the "

          "NameSpace, the value of InstanceID should be constructed "

          "using the following \"preferred\" algorithm: \n"

          "<OrgID>:<LocalID> \n"

          "Where <OrgID> and <LocalID> are separated by a colon "

          "(:), and where <OrgID> must include a copyrighted, "

          "trademarked, or otherwise unique name that is owned by "

          "the business entity that is creating or defining the "

          "InstanceID or that is a registered ID assigned to the "

          "business entity by a recognized global authority. (This "

          "requirement is similar to the <Schema Name>_<Class Name> "

          "structure of Schema class names.) In addition, to ensure "

          "uniqueness, <OrgID> must not contain a colon (:). When "

          "using this algorithm, the first colon to appear in "

          "InstanceID must appear between <OrgID> and <LocalID>. \n"

          "<LocalID> is chosen by the business entity and should "

          "not be reused to identify different underlying "

          "(real-world) elements. If the above \"preferred\" "

          "algorithm is not used, the defining entity must assure "

          "that the resulting InstanceID is not reused across any "

          "InstanceIDs produced by this or other providers for the "

          "NameSpace of this instance. \n"

          "For DMTF-defined instances, the \"preferred\" algorithm "

          "must be used with the <OrgID> set to CIM." )]

   string InstanceID;



      [Required, Override ( "ElementName" ), 

       Description ( 

          "The user-friendly name for this instance of SettingData. "

          "In addition, the user-friendly name can be used as an "

          "index property for a search or query. (Note: The name "

          "does not have to be unique within a namespace.)" )]

   string ElementName;





};

#line 1 "C:\\WINDOWS\\System32\\DriverStore\\FileRepository\\mewmiprov.inf_amd64_d51901c26227fb29\\ME\\ME_schema.mof"

#line 1 "C:\\WINDOWS\\System32\\DriverStore\\FileRepository\\mewmiprov.inf_amd64_d51901c26227fb29\\ME\\s/Core/CIM_Component.mof"

// Copyright (c) 2005 DMTF.  All rights reserved.

// <change cr="ArchCR00066.004" type="add">Add UmlPackagePath

// qualifier values to CIM Schema.</change>

// ==================================================================

//  CIM_Component 

// ==================================================================

   [Association, Abstract, Aggregation, Version ( "2.7.0" ), 

    UMLPackagePath ( "CIM::Core::CoreElements" ), 

    Description ( 

       "CIM_Component is a generic association used to establish \'part "

       "of\' relationships between Managed Elements. For example, it "

       "could be used to define the components or parts of a System." )]

class CIM_Component {



      [Key, Aggregate, Description ( 

          "The parent element in the association." )]

   CIM_ManagedElement REF GroupComponent;



      [Key, Description ( "The child element in the association." )]

   CIM_ManagedElement REF PartComponent;





};

#line 1 "C:\\WINDOWS\\System32\\DriverStore\\FileRepository\\mewmiprov.inf_amd64_d51901c26227fb29\\ME\\ME_schema.mof"



//for implemnetation notes, internal use only

Qualifier InternalOnly : string = null,

    Scope(any),

    Flavor(EnableOverride, ToSubclass, Translatable);

#line 1 "C:\\WINDOWS\\System32\\DriverStore\\FileRepository\\mewmiprov.inf_amd64_d51901c26227fb29\\ME\\MEMofs/AMT_SetupAuditRecord.mof"

 //Copyright 2009 - 2010 Intel Corporation All Rights Reserved.

#pragma namespace("\\\\.\\root")



instance of __Namespace {

	name="Intel_ME";

};



#pragma namespace("\\\\.\\root\\Intel_ME")



   [Version ( "0.0.4" ), 

    Description ( 

       "Provides a record of the last Intel(R) ME Activation Event as recorded by Intel(R) ME" ):Amended, LOCALE(0x409), dynamic: ToInstance, provider("IntelMEProv")]

class AMT_SetupAuditRecord : CIM_LogEntry {



  [Description ("Specifies the TLS algorithm used for provisioning"),	

      ValueMap { "0", "1", "2" }, 

       Values {"NOT READY", "PKI", "PSK" }]

   uint8 ProvisioningTLSMode;



  [Description ("Specifies whether the OOB service was pre-configured with "

  	"DNS suffix information to verify the SSL certificate used for configuration")]

   boolean SecureDNS;



   [Description ("Indicates whether a previous provisioning attempt was initiated by the host")]

   boolean HostInitiated;

	

   [Description ("Specifies the hash algorithm used to generate seed values for HMAC computations performed in the registration operation"),

	  ValueMap { "1", "2" }, 

      Values { "SHA-1", "SHA-256" }]

   uint32 SelectedHashType;



[Description ("The stored Hash value of the root certificate used to validate the provisioning server. "

		"More information on the root CA can be retrieved by querying the AMT_ProvisioningCertificateHash instance")]

   uint8 SelectedHashData[];



[Description ("The serial number of the first intermediate CA in the certification chain")]

   uint8 CACertificateSerial1[];



[Description ("The serial number of the second intermediate CA in the certification chain")]

   uint8 CACertificateSerial2[];



[Description ("The serial number of the third intermediate CA in the certification chain")]

   uint8 CACertificateSerial3[];



[Description ("Indicates whether the certificate chain includes additional CA that were not recorded")]

   boolean AdditionalCaSerialNums;



[Description ("Indicates whether the certificate timestamp verification was successful.")]

   boolean IsTimeValid;



[Description ("The Provisioning Server IP address")]

   string ProvServerIP;



  

[Description ("Common Name specified in the SSL certificate, typically this is the "

		"FQDN of the provisioning server")]

   string ProvServerFQDN;

[Override ( "CreationTimeStamp" ), 

  Description ( "Provides  Time and Date of the Provisioning operation, "

		"based on the  system Real-Time-clock (RTC)")]

   datetime CreationTimeStamp;





};

#line 1 "C:\\WINDOWS\\System32\\DriverStore\\FileRepository\\mewmiprov.inf_amd64_d51901c26227fb29\\ME\\ME_schema.mof"

#line 1 "C:\\WINDOWS\\System32\\DriverStore\\FileRepository\\mewmiprov.inf_amd64_d51901c26227fb29\\ME\\MEMofs/AMT_ProvisioningCertificateHash.mof"

 //Copyright 2009 - 2010 Intel Corporation All Rights Reserved.

#pragma namespace("\\\\.\\root")



instance of __Namespace {

	name="Intel_ME";

};



#pragma namespace("\\\\.\\root\\Intel_ME")



   [Version ( "0.0.3" ), 

    Description ( 

       "A class derived from Credential that describes provisioning "

       "certificate hash entry." ):Amended, dynamic: ToInstance, provider("IntelMEProv"):ToInstance]

class AMT_ProvisioningCertificateHash : CIM_Credential {

      [Override ( "Description" ), 

       Description ( "The Certificate friendly-name." )]

   string Description;



      [Key, Description ( 

          "Within the scope of the instantiating Namespace, "

          "InstanceID opaquely and uniquely identifies an instance "

          "of this class." )]

   string InstanceID;



      [Description ( 

          "Indicates whether this entry is a factory default." )]

   boolean IsDefault;



      [Description ( "The hash type." ), 

       ValueMap { "0", "1", "2", "3" }, 

       Values { "a 16-byte hash created by MD-5",

       "a 20-byte hash created by SHA-1",

       "a 32-byte hash created by SHA-256",

       "a 48-byte hash created by SHA-384 / a 64-byte hash created by SHA-512 (Intel(R) AMT 2.0->5.x)" }]

   uint8 HashType;



      [Description ( "Hash value (length depending on hash type)" ), 

       OctetString]

   uint8 HashData[];



      [Description ( 

          "Indicates whether this certificate hash is in use" )]

   boolean Enabled;





};

#line 1 "C:\\WINDOWS\\System32\\DriverStore\\FileRepository\\mewmiprov.inf_amd64_d51901c26227fb29\\ME\\ME_schema.mof"

#line 1 "C:\\WINDOWS\\System32\\DriverStore\\FileRepository\\mewmiprov.inf_amd64_d51901c26227fb29\\ME\\MEMofs/ME_System.mof"

 //Copyright 2009 - 2022 Intel Corporation All Rights Reserved.

#pragma namespace("\\\\.\\root")



instance of __Namespace {

	name="Intel_ME";

};



#pragma namespace("\\\\.\\root\\Intel_ME")



[Version ( "0.0.5" ),

    Description ( "A class Representing Intel(R) Manageability Engine (Intel(R) ME) information" ):Amended, dynamic: ToInstance, provider("IntelMEProv"):ToInstance]

class ME_System : CIM_ComputerSystem {

   

   [ Description ("Intel(R) ME firmware version in format: Major.Minor.Revision.build")]

   string FWVersion; 



	[Description ("Capabilities represents the supported features on this system"),

      bitValues { "Intel(R) Active Management Technology", "NA", "NA", "Intel(R) Anti-Theft Technology",

		"Intel(R) Upgrade Service", "Intel(R) Virtualization Engine", "NA",

		"Please Contact Intel For More Details", "NA", "Intel(R) Integrated Clock Controler", "Intel(R) Protected Audio Video Path",

		"NA", "NA", "NA", "IPv6", "Keyboard Video Mouse", "Please Contact Intel For More Details", 

		"NA", "Transport Layer Security", "Please Contact Intel For More Details", 

		"Intel(R) Standard Manageability", "Intel(R) Level 3 Manageability Upgrade", 

		"Intel(R) Dynamic Application Loader", "Intel(R) Small Business Technology"}]

   uint32 Capabilities;	





	[Description ("EnabledCapabilities represents the enabled features on this system"),

      bitValues { "Intel(R) Active Management Technology", "NA", "NA", "Intel(R) Anti-Theft Technology",

		"Intel(R) Upgrade Service", "Intel(R) Virtualization Engine", "NA",

		"Please Contact Intel For More Details", "NA", "Intel(R) Integrated Clock Controler", "Intel(R) Protected Audio Video Path",

		"NA", "NA", "NA", "IPv6", "Keyboard Video Mouse", "Please Contact Intel For More Details", 

		"NA", "Transport Layer Security", "Please Contact Intel For More Details", 

		"Intel(R) Standard Manageability", "Intel(R) Level 3 Manageability Upgrade",

		"Intel(R) Dynamic Application Loader", "Intel(R) Small Business Technology" }]



   uint32 EnabledCapabilities;	



	[Description ("PlatformType represents the category the system belongs to"),

      	ValueMap { "0", "1", "2", "3"},

		Values { "Mobile", "Desktop", "Server", "Workstation" }]

   uint32 PlatformType;



	[Description ("UserSegmentType represents the market segment the system belongs to"),

		ValueMap { "0", "1"},

		Values { "Corporate", "Consumer" }]

   uint32 UserSegmentType;



	[Description ("ManageabilityMode represents the manageability mode. Every mode supports a different set of capabilities"),

		ValueMap { "0", "1", "2", "3", "4", "5"},

		Values { "None", "Unknown", "Intel(R) vPro (TM)", "Intel(R) Standard Manageability", "Intel(R) Level 3 Manageability Upgrade", "Intel(R) Small Business Technology" }]

   uint32 ManageabilityMode;



   [Description ( "Represents the status of the chipset CryptoFuse, when disabled, Intel(R) ME will not perform any encryption operations" )]

   boolean CryptoFuseEnabled;



   [Description ( "Represents the support status of Unique Platform ID Feature" ),

      ValueMap {false, true},

      Values {"NotSupported", "Supported"}]

   boolean UniquePlatformIDFeatureSupported;



   [Description ( "Represents the OS Control status of Unique Platform ID Feature" ),

      ValueMap {false, true},

      Values {"Disabled", "Enabled"}]

   boolean UniquePlatformIDFeatureOSControlState;



   [Description ( "Represents the state of Unique Platform ID Feature" ),

      ValueMap {false, true},

      Values {"Disabled", "Enabled"}]

   boolean UniquePlatformIDFeatureState;



   [Description ( "Receives local  FW Update counters (In Intel(R) AMT version 7.0 and later this function is not supported and always returns NOT SUPPORTED error)")  : Amended, static, implemented]

   uint32 getFwUpdateOverrideParams(

   		[OUT, Description ("FW Update override counter. When 255 refer to always"),

		ValueMap {"0", "1...254", "255"}] uint32 Counter, 

   		[OUT, Description ("FW Update override qualifier"),

   		ValueMap { "0", "1", "2" }, 

	        Values { "ALWAYS", "NEVER", "RESTRICTED"}] uint32 OverrideQualifier); 

   

   [Description("Returns the cause for the last Intel(R) ME Reset operation"): Amended, static, implemented]

   uint32 getLastMEResetReason(

	[OUT, Description("A description of the last Intel(R) ME reset reason"), 

	ValueMap { "0", "1", "2", "3" }, 

       Values { "Power-Up", "FW-Reset", "System-Reset", "Unknown" }]

	uint32 ReasonCode);

   

	[Description ("Specifies the list of ACPI states Intel(R) ME is operational in"): Amended, static, implemented]  

   uint32 getCurrentPowerPolicy(

	   [OUT, Description("A description of the power policy")]

	   string PowerPolicy);



 [Description ("Indicates whether the Firmware Update capability is currently enabled"): Amended, static, implemented]

  uint32 IsFirmwareUpdateEnabled(

		[OUT, Description("Indicates whether the Firmware Update capability is currently enabled")]

		boolean enabled);



[Description ("Specifies the list of supported features on this system"): Amended, static, implemented]  

   uint32 getCapabilities(

	   [OUT, Description("An array of strings defining system capabilities. Should match the bitvalues of the system Capabilities")]

	   string Capabilities[],

	   [OUT, Description("An array of strings defining system capabilities. Should match the bitvalues of the system Enabled Capabilities")]

	   string EnabledCapabilities[]);



	[Description ("Get Intel Unique Platform ID feature State"): Amended, static, implemented]  

	uint32 getUniquePlatformIDFeatureState(

		[OUT, Description("Unique Platform ID feature State"),

			ValueMap {false, true},  

			Values { "Disabled", "Enabled"}] 

		boolean state);

		

	[Description ("Set Intel Unique Platform ID feature State"): Amended, static, implemented]  

	uint32 setUniquePlatformIDFeatureState(

		[IN, Description("Unique Platform ID feature State"),

			ValueMap {false, true},  

			Values { "Disabled", "Enabled"}] 

		boolean state);



	[Description ("Get Intel Unique Platform ID"): Amended, static, implemented]  

	uint32 getUniquePlatformID(

		[OUT, Description("Platform ID Type"),

			ValueMap {0, 1, 2},  

			Values { "Not Set", "Binary", "Printable String"}] 

		uint32 OEMPlatformIDType,

		[OUT, Description("OEM Platform ID "), OctetString]

		string OEMPlatformID,

		[OUT, OctetStringDescription("CSME Platform ID"), OctetString]

		string CSMEPlatformID);



	[Description ("Intel Unique Platform ID feature supported on platform"): Amended, static, implemented]

	uint32 getUniquePlatformIDFeatureSupported(

		[OUT, Description("Intel Unique Platform ID feature supported on platform"),

			ValueMap {false, true},

			Values {"NotSupported", "Supported"}]

		boolean supported);



	[Description ("Intel Unique Platform ID feature OS Control State"): Amended, static, implemented]

	uint32 getUniquePlatformIDFeatureOSControlState(

		[OUT, Description("Unique Platform ID OS Control State"),

			ValueMap {false, true},

			Values {"Disabled", "Enabled"}]

		boolean state);

};

#line 1 "C:\\WINDOWS\\System32\\DriverStore\\FileRepository\\mewmiprov.inf_amd64_d51901c26227fb29\\ME\\ME_schema.mof"

#line 1 "C:\\WINDOWS\\System32\\DriverStore\\FileRepository\\mewmiprov.inf_amd64_d51901c26227fb29\\ME\\MEMofs/OOB_Service.mof"

 //Copyright 2009 - 2023 Intel Corporation All Rights Reserved.

#pragma namespace("\\\\.\\root")



instance of __Namespace {

	name="Intel_ME";

};



#pragma namespace("\\\\.\\root\\Intel_ME")



[Version ( "0.0.4" ), 

    Description ( "A class for handling Intel(R) ME's OOB activation(aka Intel(R) AMT provisioning) and for "

    		"reporting the OOB configuration" ):Amended, LOCALE(0x409), dynamic: ToInstance, provider("IntelMEProv")]

class OOB_Service : CIM_Service {





   [Description ("Returns the current provisioning (activation) mode of the device. " 

	"This command is deprecated since Intel(R) AMT 7.0"), 

	InternalOnly("Check Intel(R) AMT 6.0 support"): Amended, static, implemented]

   uint32 GetAMTProvisioningMode(

	[OUT, Description ("Provisioning mode"), 

	 ValueMap { "0", "1", "2", "3" }, 

	 Values { "None", "Enterprise", "Small-Business", 

	 "Remote Connectivity_Service" }]

      	uint8 mode);





   [Description ( 

	"Indicates if Remote Configuration is enabled in the MEBx" ): Amended, static, implemented]

   uint32 isRemoteConfigEnabled(

	[OUT, Description ("Indicates if Remote Configuration is enabled in the MEBx")]

	boolean enabled);



   [Description ("Indicates whether the device is using TLS-PSK or TLS-PKI activation mode"): Amended, static, implemented] 

   uint32 GetActivationTLSMode(

	[OUT, Description ("TLS activation mode"),

	 ValueMap { "0", "1", "2"},  

	 Values { "NOT READY", "PSK", "PKI" }]

	uint8 mode);

	   



   [Description ("When the device is configured in TLS-PSK mode, "

	"this functions returns the PID value of the device, this can be used "

      	"by Provisioning servers to associate a PSK value (deprecated)"): Amended, static, implemented]

   uint32 GetPID(

	[OUT, Description ("PID value")] 

	 string PID);



   [Description ( 

	"Returns the information about the server which Intel(R) AMT will send Hello packets to. "

	"The OOB server (aka Intel(R) AMT) sends 'Hello packet' messages to this address as"

	" a mean to trigger remote configuration"): Amended, static, implemented]

   uint32 GetHelloPacketDestInfo( 

	[OUT, Description ("returns the address information (IPv4, IPv6 or FQDN) of the configuration "

	 "server"),

	 InternalOnly ("if not configured return 'provisionserver'")]

	string Address,

	[OUT, Description ( 

         "TCP Port of the configuration server to send Hello packets to")

	 , InternalOnly ("if not configured return '9971'")]

        uint16 ConfigServerListeningPort);



  

   [Description ( "Intel(R) AMT\'s configured Fully Qualified Domain Name" ): Amended, static, implemented]

   uint32 GetAMTFQDN(

	[OUT, Description ("Intel(R) AMT\'s configured Fully Qualified Domain Name")]

	 string FQDN);



  

   [Description (

	"Activate Intel(R) AMT using Remote Configuration (Deprecated)"

	): Amended, static, implemented] 

   uint32 Activate(

	[IN, Description ("Optional One-Time-Password value the remote configuration service can use to authenticate the device")]

	string OTP, 

        [IN, Description ("Optional DNSSuffix to match")]

	string PKIDNSSuffix,

	[OUT, Description ("Intel(R) AMT\'s TLS activation mode"),

	 ValueMap { "0", "1", "2"},

	 Values {  "NOT READY", "PSK", "PKI" }]

	uint8 provTLSMode);





   [Description ("Stops Intel(R) AMT Activation if it is currently enabled, this will prevent Intel(R) AMT from being present on the Network for Bare-Metal activation (Deprected)"): Amended, static, implemented]

   uint32 CancelActivation ();



   

   [Description ("GetProvisioningState"): Amended, static, implemented]

   uint32 GetProvisioningState(

	[OUT, Description ("Provisioning state"),

	 ValueMap { "0", "1", "2"},

	 Values { "PRE-Provisioning", "IN-Provisioning", 

	 "POST-Provisioning" }]

	uint8 state);



     

   [Description ("GetProvisioningInfo returns the FQDN of configuration server and the PKI FQDN suffix"): Amended, static, implemented]

   uint32 GetProvisioningInfo(

	[OUT, Description ("PKIDNSSuffix Specified")]

	string PKIDNSSuffix, 

	[OUT, Description ("The ConfigurationServerFQDN, set to null if not specified")]

	string ConfigServerFQDN);



 

   [Description ("Specifies whether Intel(R) AMT TLS port is enabled"),

	InternalOnly("consider modifying the API to specify all open ports"): Amended, static, implemented]

   uint32 isTLSEnabled(

	[OUT, Description ("Specifies whether Intel(R) AMT TLS port is enabled")]

	boolean enabled);





   [Description ("CIRA: User request to initiate a CIRA connection"): Amended, static, implemented]

   uint32 OpenUserInitiatedConnection();





   [Description ("CIRA: Request Intel(R) ME to close an existing CIRA connection"): Amended, static, implemented]

   uint32 CloseUserInitiatedConnection();





   [Description ("CIRA: Retrieves information of an active CIRA connection"): Amended, static, implemented]

   uint32 GetRemoteAccessConnectionStatus(

	[OUT, Description("Indicates the network connection status from Intel(R) AMT standpoint. Starting in v7.0, if the network cable is unplugged, an Unknown value appears."),

	 ValueMap{"0","1","2","3"},

	 Values {"Direct","VPN","Outside Enterprise","Unknown"}] 

	uint32 NetworkConStatus,

	[OUT, Description("Indicates the trigger for the remote access establishment in case a connection status is connected/connecting"),

	 ValueMap{"0","1","2","3"},

	 Values {"User Initiated","Alert","Periodic","Provisioning"}] 

	uint32 ConnectionTrigger,

        [OUT, Description ("The MPS hostname that Intel(R) AMT is connected or trying to connect to")]

	string MPshostName,

        [OUT, ValueMap{"0","1","2"}, Values {"not connected", "connecting", "connected"}, Description ("The status of the CIRA connection (not connected, connecting, connected). Starting in v7.0, this value indicates the CIRA connection.")]

	uint32 RemoteAccessConStatus);

   [Description("Un-configure the AMT system"), static, implemented] 

   uint32 Unconfigure();



	

   [Description("Get the AMT local Administrator credentials. A local application or a service running as a Windows local administrator, can use this method to retrieve credentials from AMT. This application can use these credentials to authenticate to AMT during WSMAN commands. "), Static, Implemented] 

   uint32 GetLocalAdminCredentials(

	[OUT, Description ("Local administrator username")]

	string Username, 

	[OUT, Description ("Local administrator password")]

	string Password);

		

};

#line 1 "C:\\WINDOWS\\System32\\DriverStore\\FileRepository\\mewmiprov.inf_amd64_d51901c26227fb29\\ME\\ME_schema.mof"

#line 1 "C:\\WINDOWS\\System32\\DriverStore\\FileRepository\\mewmiprov.inf_amd64_d51901c26227fb29\\ME\\MEMofs/AMT_Service.mof"

 //Copyright 2009 - 2010 Intel Corporation All Rights Reserved.

 #pragma namespace("\\\\.\\root")



instance of __Namespace {

	name="Intel_ME";

};



#pragma namespace("\\\\.\\root\\Intel_ME")

  [Version ( "0.0.1" ), 

    Description ( "A class providing access to Intel(R) AMT Features configuration, such as KVM and IDE-Redirect" )

:Amended, LOCALE(0x409), dynamic: ToInstance, provider("IntelMEProv")]

class AMT_Service : CIM_Service {

	[Description ("Indicates whether the WebUI capability is currently enabled"): Amended, static, implemented]

	uint32 isWebUIEnabled(

		[OUT, Description("Indicates whether the WebUI capability is currently enabled")]

		 boolean enabled);

	[Description ("Indicates whether SOL is currently enabled / active"): Amended, static, implemented]

	uint32 getSOLState(

		[OUT, Description("Indicates whether SOL is enabled by MEBX"), 

		ValueMap { "0", "1", "2"},  

		Values { "Enabled", "Disabled", "UNKNOWN" }] 

		UINT32 hardEnabled, 

		[OUT, Description("Indicates whether SOL is enabled by WS-Management interface (using AMT_RedirectionService class)"), 

		ValueMap { "0", "1", "2"},  

		Values { "Enabled", "Disabled", "UNKNOWN" }] 

		UINT32 softEnabled, 

		[OUT, Description("Indicates whether SOL session is currently open")] 

		boolean active);

	[Description ("Indicates whether IDER is currently enabled / active"): Amended, static, implemented]

	uint32 getIDERState(

		[OUT, Description("Indicates whether IDER is enabled by MEBX"), 

		ValueMap { "0", "1", "2"},  

		Values { "Enabled", "Disabled", "UNKNOWN" }] 

		UINT32 hardEnabled, 

		[OUT, Description("Indicates whether IDER is enabled by WS-Management interface (using AMT_RedirectionService class)"), 

		ValueMap { "0", "1", "2"},  

		Values { "Enabled", "Disabled", "UNKNOWN" }] 

		UINT32 softEnabled, 

		[OUT, Description("Indicates whether IDER session is currently open")] 

		boolean active);

	[Description ("Indicates whether KVM is currently enabled / active"): Amended, static, implemented]

	uint32 getKVMState(

		[OUT, Description("Indicates whether KVM is enabled by MEBX"), 

		ValueMap { "0", "1", "2"},  

		Values { "Enabled", "Disabled", "UNKNOWN" }] 

		UINT32 hardEnabled, 

		[OUT, Description("Indicates whether KVM is enabled by WS-Management interface (using CIM_KVMRedirectionSAP class)"),

		ValueMap { "0", "1", "2"},  

		Values { "Enabled", "Disabled", "UNKNOWN" }] 	

		UINT32 softEnabled, 

		[OUT, Description("Indicates whether KVM session is currently open")] 

		boolean active);

	[Description ("Terminates KVM session"): Amended, static, implemented]

	uint32 TerminateKVMSession();

	[Description("Allows user to specify Sprite zoom level"): Amended, static, implemented]

	uint32 setSpriteZoom(

		[IN, Description("Zoom level"), 

		ValueMap { "1", "2"}, 

		Values { "No zoom", "Zoom x2"} ] 

		uint8 zoom);

	[Description("Allows user to specify Sprite locale"): Amended, static, implemented]

	uint32 setSpriteLocale(

		[IN, Description("Sprite locale"), 

		ValueMap {"0","1","2","3","4","5","6","7","8","9","10"}, 

		Values { "English", "French", "German", "Chinese Traditional", "Japanese", "Russian","Italian", "Spanish", "Portuguese Brazil", "Korean", "Chinese Simplified"}] 

		uint8 locale);

};

#line 1 "C:\\WINDOWS\\System32\\DriverStore\\FileRepository\\mewmiprov.inf_amd64_d51901c26227fb29\\ME\\ME_schema.mof"

#line 1 "C:\\WINDOWS\\System32\\DriverStore\\FileRepository\\mewmiprov.inf_amd64_d51901c26227fb29\\ME\\MEmofs/AMT_EthernetPortSettings.mof"

 //Copyright 2009 - 2010 Intel Corporation All Rights Reserved.

#pragma namespace("\\\\.\\root")



instance of __Namespace {

	name="Intel_ME";

};



#pragma namespace("\\\\.\\root\\Intel_ME")



[Version ( "0.0.3" ), Description("This class contains all Intel(R) AMT specific settings (IP, DHCP) for one network interface in the system."):Amended,

 LOCALE(0x409), dynamic: ToInstance, provider("IntelMEProv"),

InternalOnly("This class is taken from the ME CIM schema ")]



class AMT_EthernetPortSettings : CIM_SettingData { 

   

    

   [Description("The MAC address used by Intel(R) AMT in a string format. "

   	"For Example: 01-02-3f-b0-99-99. (This property can only be read and can't be changed.)")]

   string   MACAddress;

   

   [Description("Indicates whether the network link is up")]

   boolean     LinkIsUp;

     

   [Description("Indicates whether DHCP is in use. When this parameter is set to true these parameters will be ignored: SubnetMask, DefaultGAteway, IPAddress, PrimaryDNS, SecondaryDNS.")]

   boolean     DHCPEnabled;

   

   [Description("String representation of IP address. "

                "Get operation - reports the acquired IP address (whether in static or DHCP mode). "

                "Put operation - sets the IP address (in static mode only).")]

   string   IPAddress;

   

   [Description("Subnet mask in a string format. For example: 255.255.0.0")]

   string   SubnetMask;

   

   [Description("Default Gateway in a string format. For example: 10.12.232.1")]

   string   DefaultGateway;

   

   [Description("Primary DNS in a string format. For example: 10.12.232.1")]

   string   PrimaryDNS;

   

   [Description("Secondary DNS in a string format. For example: 10.12.232.1")]   

   string   SecondaryDNS;



};



#line 1 "C:\\WINDOWS\\System32\\DriverStore\\FileRepository\\mewmiprov.inf_amd64_d51901c26227fb29\\ME\\ME_schema.mof"

#line 1 "C:\\WINDOWS\\System32\\DriverStore\\FileRepository\\mewmiprov.inf_amd64_d51901c26227fb29\\ME\\MEmofs/ME_Event.mof"

 //Copyright 2009 - 2010 Intel Corporation All Rights Reserved.

  [Version ( "0.0.4" ), 

    Description ( "A class Representing Events generated by Intel(R) ME" )]

    class ME_Event : __ExtrinsicEvent {

	   [Description ("Category of the event"),

	   ValueMap { "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "13"},

       Values { "General", "System Defense", "EAC", "Remote Diagnostic","WLAN","SecIO","KVM","RCS","Services","IP Sync","User Consent"}]

	    uint8 Category;

		

		[Description ("Unique identifier of the event")]

	    uint32 ID;

		

		[Description ("Event description")]

	    string Message;

		

		[Description ("Event creation time")]

	    datetime CreationTime;

    };#line 1 "C:\\WINDOWS\\System32\\DriverStore\\FileRepository\\mewmiprov.inf_amd64_d51901c26227fb29\\ME\\ME_schema.mof"

#line 1 "C:\\WINDOWS\\System32\\DriverStore\\FileRepository\\mewmiprov.inf_amd64_d51901c26227fb29\\ME\\MEmofs/AMT_ConcreteComponent.mof"

 //Copyright 2009 - 2010 Intel Corporation All Rights Reserved.

#pragma namespace("\\\\.\\root")



instance of __Namespace {

	name="Intel_ME";

};



#pragma namespace("\\\\.\\root\\Intel_ME")



// Copyright (c) 2005 DMTF.  All rights reserved.

// <change cr="SysDevCR00711.001" type ="change">Update of

// descriptions based on Tech Edit review.</change>

// <change cr="ArchCR00066.004" type="add">Add UmlPackagePath

// qualifier values to CIM Schema.</change>

// ==================================================================

//  CIM_ConcreteComponent

// ==================================================================

   [Association, Aggregation, Version ( "2.10.0" ), 

    UMLPackagePath ( "CIM::Core::CoreElements" ), 

    Description ( 

       "CIM_ConcreteComponent is a generic association used to "

       "establish \'part of\' relationships between ManagedElements. "

       "It is defined as a concrete subclass of the abstract "

       "CIM_Component class, to be used in place of many specific "

       "subclasses of Component that add no semantics, that is "

       "subclasses that do not clarify the type of composition, update "

       "cardinalities, or add or remove qualifiers. Note that when you "

       "define additional semantics for Component, this class must not "

       "be subclassed. Specific semantics continue to be defined as "

       "subclasses of the abstract CIM_Component. ConcreteComponent is "

       "limited in its use as a concrete form of a general "

       "composition. \n"

       "\n"

       "It was deemed more prudent to create this concrete subclass "

       "than to change Component from an abstract to a concrete class. "

       "Industry usage and impact could not be anticipated." ):Amended, LOCALE(0x409), dynamic: ToInstance, provider("IntelMEProv")]

class CIM_ConcreteComponent : CIM_Component {



      [Aggregate, Override ( "GroupComponent" ), 

       Description ( "The parent element in the association." )]

   CIM_ManagedElement REF GroupComponent;



      [Override ( "PartComponent" ), 

       Description ( "The child element in the association." )]

   CIM_ManagedElement REF PartComponent;





};

#line 1 "C:\\WINDOWS\\System32\\DriverStore\\FileRepository\\mewmiprov.inf_amd64_d51901c26227fb29\\ME\\ME_schema.mof"

#line 1 "C:\\WINDOWS\\System32\\DriverStore\\FileRepository\\mewmiprov.inf_amd64_d51901c26227fb29\\ME\\MEmofs/AMT_HostedService.mof"

 //Copyright 2009 - 2010 Intel Corporation All Rights Reserved.

#pragma namespace("\\\\.\\root")



instance of __Namespace {

	name="Intel_ME";

};



#pragma namespace("\\\\.\\root\\Intel_ME")



//**************************************************************************

//* Class: CIM_HostedService

//* Derived from: CIM_Dependency

//**************************************************************************

[Association, Locale(1033): ToInstance, dynamic: ToInstance, provider("IntelMEProv")]

class CIM_HostedService : CIM_Dependency

{

	[read: ToSubClass, Max(1): ToSubClass, Min(1): ToSubClass, Override("Antecedent")] CIM_System ref Antecedent = NULL;

	[read: ToSubClass, Override("Dependent"), Weak: ToSubClass] CIM_Service ref Dependent = NULL;

};



//* EOF CIM_Dependency.mof

#line 1 "C:\\WINDOWS\\System32\\DriverStore\\FileRepository\\mewmiprov.inf_amd64_d51901c26227fb29\\ME\\ME_schema.mof"

#line 1 "C:\\WINDOWS\\System32\\DriverStore\\FileRepository\\mewmiprov.inf_amd64_d51901c26227fb29\\ME\\wmi_build.mof"


Anon7 - 2021