SUMMARY: NESTED | FIELD | | METHOD |
DETAIL: FIELD | METHOD |
CIM_ManagedElementCIM_ManagedSystemElement
CIM_LogicalElement
CIM_EnabledLogicalElement
CIM_Service
AMT_Service
class AMT_Service
General Information:
A class providing access to AMT Features configuration, such as KVM and IDE-Redirect
Qualifiers:
-------------
Version=0.0.1
Supported Fields Summary | |
---|---|
string |
Name
The Name property uniquely identifies the Service and provides an indication of the functionality that is managed . . . |
string |
CreationClassName
CreationClassName indicates the name of the class or the subclass that is used in the creation of an instance . . . |
string |
SystemName
The Name of the scoping System. |
string |
SystemCreationClassName
The CreationClassName of the scoping System. |
Methods Summary | |
---|---|
uint32 |
isWebUIEnabled(enabled)
|
uint32 |
isSOLActive(enabled)
|
uint32 |
isIDERActive(enabled)
|
uint32 |
isKVMActive(enabled)
|
uint32 |
TerminateKVMSession()
|
uint32 |
setSpriteZoom()
|
uint32 |
setSpriteLocale(locale)
allows user to specify Sprite locale |
Field Detail |
---|
public string Name
public string CreationClassName
public string SystemName
public string SystemCreationClassName
Method Detail |
---|
public uint32 isWebUIEnabled([OUT]boolean enabled)
public uint32 isSOLActive([OUT]boolean enabled)
public uint32 isIDERActive([OUT]boolean enabled)
public uint32 isKVMActive([OUT]boolean enabled)
public uint32 TerminateKVMSession()
public uint32 setSpriteZoom()
public uint32 setSpriteLocale([IN]string locale)
SUMMARY: NESTED | FIELD | METHOD |
DETAIL: FIELD | METHOD |