GuestRuntimeDetails
class GuestRuntimeDetails extends Model (View source)
Properties
string | $domain | ||
protected | $installedAppsType | ||
protected | $installedAppsDataType | ||
string | $lastBootTime | ||
string | $machineName | ||
protected | $networkType | ||
protected | $networkDataType | ||
protected | $openFileListType | ||
protected | $openFileListDataType | ||
protected | $processesType | ||
protected | $processesDataType | ||
protected | $servicesType | ||
protected | $servicesDataType |
Methods
setDomain($domain)
No description
string
getDomain()
No description
getInstalledApps()
No description
setLastBootTime($lastBootTime)
No description
string
getLastBootTime()
No description
setMachineName($machineName)
No description
string
getMachineName()
No description
getNetwork()
No description
getOpenFileList()
No description
getProcesses()
No description
getServices()
No description
Details
setDomain($domain)
No description
string
getDomain()
No description
setInstalledApps(GuestInstalledApplicationList $installedApps)
No description
GuestInstalledApplicationList
getInstalledApps()
No description
setLastBootTime($lastBootTime)
No description
string
getLastBootTime()
No description
setMachineName($machineName)
No description
string
getMachineName()
No description
setNetwork(RuntimeNetworkInfo $network)
No description
RuntimeNetworkInfo
getNetwork()
No description
setOpenFileList(OpenFileList $openFileList)
No description
OpenFileList
getOpenFileList()
No description
setProcesses(RunningProcessList $processes)
No description
RunningProcessList
getProcesses()
No description
setServices(RunningServiceList $services)
No description
RunningServiceList
getServices()
No description