public interface Win32_OSRecoveryConfiguration
extends xyz.cofe.win.wmi.WmiObj
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAutoReboot() |
String |
getCaption() |
String |
getDebugFilePath() |
int |
getDebugInfoType() |
String |
getDescription() |
String |
getExpandedDebugFilePath() |
String |
getExpandedMiniDumpDirectory() |
boolean |
getKernelDumpOnly() |
String |
getMiniDumpDirectory() |
String |
getName() |
boolean |
getOverwriteExistingDebugFile() |
boolean |
getSendAdminAlert() |
String |
getSettingID() |
boolean |
getWriteDebugInfo() |
boolean |
getWriteToSystemLog() |
static List<Win32_OSRecoveryConfiguration> |
query(CIMV2Wmi wmi) |
static void |
query(CIMV2Wmi wmi,
Consumer<Win32_OSRecoveryConfiguration> client) |
boolean getAutoReboot()
String getCaption()
String getDebugFilePath()
int getDebugInfoType()
String getDescription()
String getExpandedDebugFilePath()
String getExpandedMiniDumpDirectory()
boolean getKernelDumpOnly()
String getMiniDumpDirectory()
String getName()
boolean getOverwriteExistingDebugFile()
boolean getSendAdminAlert()
String getSettingID()
boolean getWriteDebugInfo()
boolean getWriteToSystemLog()
static void query(CIMV2Wmi wmi, Consumer<Win32_OSRecoveryConfiguration> client)
static List<Win32_OSRecoveryConfiguration> query(CIMV2Wmi wmi)
Copyright © 2020. All rights reserved.