Class AMT_Service

Used in features: Intel(R) ME defined Classes

CIM_ManagedElement
   extended by CIM_ManagedSystemElement
      extended by CIM_LogicalElement
         extended by CIM_EnabledLogicalElement
            extended by CIM_Service
               extended by AMT_Service



class AMT_Service
extends CIM_Service

General Information:
A class providing access to Intel(R) AMT Features configuration, such as KVM and IDE-Redirect

Qualifiers:
-------------
Version=0.0.1
LOCALE=0x409
dynamic
provider=IntelMEProv


Supported Fields Summary
 string Name Key
The Name property uniquely identifies the Service and provides an indication of the functionality that is managed . . .
 string CreationClassName Key
CreationClassName indicates the name of the class or the subclass that is used in the creation of an instance . . .
 string SystemName Key
The Name of the scoping System.
 string SystemCreationClassName Key
The CreationClassName of the scoping System.

Methods Summary
 uint32 isWebUIEnabled(enabled)
Indicates whether the WebUI capability is currently enabled
 uint32 getSOLState(hardEnabled, softEnabled, active)
Indicates whether SOL is currently enabled / active
 uint32 getIDERState(hardEnabled, softEnabled, active)
Indicates whether IDER is currently enabled / active
 uint32 getKVMState(hardEnabled, softEnabled, active)
Indicates whether KVM is currently enabled / active
 uint32 TerminateKVMSession()
Terminates KVM session
 uint32 setSpriteZoom(zoom)
Allows user to specify Sprite zoom level: No zoom: 1 Zoom x2: 2
 uint32 setSpriteLocale(locale)
Allows user to specify Sprite locale
  Get(Instance)
Gets the representation of the instance
  Enumerate()
Enumerates the instances of this class

Field Detail

Name Key

public string Name
General Information:
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.

Qualifiers:
-------------
Key
Override=Name
MaxLen=256


CreationClassName Key

public string CreationClassName
General Information:
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.

Qualifiers:
-------------
Key
MaxLen=256


SystemName Key

public string SystemName
General Information:
The Name of the scoping System.

Qualifiers:
-------------
Key
MaxLen=256
Propagated=CIM_System.Name


SystemCreationClassName Key

public string SystemCreationClassName
General Information:
The CreationClassName of the scoping System.

Qualifiers:
-------------
Key
MaxLen=256
Propagated=CIM_System.CreationClassName


Method Detail

isWebUIEnabled

public uint32 isWebUIEnabled([OUT]boolean enabled)
Permission Information:
No permissions defined

General Information:
Indicates whether the WebUI capability is currently enabled

Qualifiers:
-------------
static
implemented


Parameters:
--------------
enabled
General Information:


Qualifiers:
-------------
OUT



getSOLState

public uint32 getSOLState([OUT]UINT32 hardEnabled, [OUT]UINT32 softEnabled, [OUT]boolean active)
Permission Information:
No permissions defined

General Information:
Indicates whether SOL is currently enabled / active

Qualifiers:
-------------
static
implemented


Parameters:
--------------
hardEnabled
General Information:
Indicates whether SOL is enabled by MEBX

Qualifiers:
-------------
OUT
ValueMap={0, 1, 2}
Values={Enabled, Disabled, UNKNOWN}

softEnabled
General Information:
Indicates whether SOL is enabled by WS-Management interface (using AMT_RedirectionService class)

Qualifiers:
-------------
OUT
ValueMap={0, 1, 2}
Values={Enabled, Disabled, UNKNOWN}

active
General Information:
Indicates whether SOL session is currently open

Qualifiers:
-------------
OUT



getIDERState

public uint32 getIDERState([OUT]UINT32 hardEnabled, [OUT]UINT32 softEnabled, [OUT]boolean active)
Permission Information:
No permissions defined

General Information:
Indicates whether IDER is currently enabled / active

Qualifiers:
-------------
static
implemented


Parameters:
--------------
hardEnabled
General Information:
Indicates whether IDER is enabled by MEBX

Qualifiers:
-------------
OUT
ValueMap={0, 1, 2}
Values={Enabled, Disabled, UNKNOWN}

softEnabled
General Information:
Indicates whether IDER is enabled by WS-Management interface (using AMT_RedirectionService class)

Qualifiers:
-------------
OUT
ValueMap={0, 1, 2}
Values={Enabled, Disabled, UNKNOWN}

active
General Information:
Indicates whether IDER session is currently open

Qualifiers:
-------------
OUT



getKVMState

public uint32 getKVMState([OUT]UINT32 hardEnabled, [OUT]UINT32 softEnabled, [OUT]boolean active)
Permission Information:
No permissions defined

General Information:
Indicates whether KVM is currently enabled / active

Qualifiers:
-------------
static
implemented


Parameters:
--------------
hardEnabled
General Information:
Indicates whether KVM is enabled by MEBX

Qualifiers:
-------------
OUT
ValueMap={0, 1, 2}
Values={Enabled, Disabled, UNKNOWN}

softEnabled
General Information:
Indicates whether KVM is enabled by WS-Management interface (using CIM_KVMRedirectionSAP class)

Qualifiers:
-------------
OUT
ValueMap={0, 1, 2}
Values={Enabled, Disabled, UNKNOWN}

active
General Information:
Indicates whether KVM session is currently open

Qualifiers:
-------------
OUT



TerminateKVMSession

public uint32 TerminateKVMSession()
Permission Information:
No permissions defined

General Information:
Terminates KVM session

Qualifiers:
-------------
static
implemented


setSpriteZoom

public uint32 setSpriteZoom([IN]uint8 zoom)
Permission Information:
No permissions defined

General Information:
Allows user to specify Sprite zoom level: No zoom: 1 Zoom x2: 2

Qualifiers:
-------------
static
implemented


Parameters:
--------------
zoom
General Information:


Qualifiers:
-------------
IN
ValueMap={1, 2}
Values={No zoom, Zoom x2}



setSpriteLocale

public uint32 setSpriteLocale([IN]uint8 locale)
Permission Information:
No permissions defined

General Information:
Allows user to specify Sprite locale

Qualifiers:
-------------
static
implemented


Parameters:
--------------
locale
General Information:


Qualifiers:
-------------
IN
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}



Get

public  Get([OUT]AMT_Service Instance)
Permission Information:
No permissions defined

General Information:
Gets the representation of the instance

Enumerate

public  Enumerate()
Permission Information:
All users permitted to use method

General Information:
Enumerates the instances of this class