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

setInstalledApps(GuestInstalledApplicationList $installedApps)

No description

setLastBootTime($lastBootTime)

No description

string
getLastBootTime()

No description

setMachineName($machineName)

No description

string
getMachineName()

No description

setNetwork(RuntimeNetworkInfo $network)

No description

getNetwork()

No description

setOpenFileList(OpenFileList $openFileList)

No description

getOpenFileList()

No description

setProcesses(RunningProcessList $processes)

No description

getProcesses()

No description

setServices(RunningServiceList $services)

No description

getServices()

No description

Details

setDomain($domain)

No description

Parameters

$domain

string getDomain()

No description

Return Value

string

setInstalledApps(GuestInstalledApplicationList $installedApps)

No description

Parameters

GuestInstalledApplicationList $installedApps

GuestInstalledApplicationList getInstalledApps()

No description

setLastBootTime($lastBootTime)

No description

Parameters

$lastBootTime

string getLastBootTime()

No description

Return Value

string

setMachineName($machineName)

No description

Parameters

$machineName

string getMachineName()

No description

Return Value

string

setNetwork(RuntimeNetworkInfo $network)

No description

Parameters

RuntimeNetworkInfo $network

RuntimeNetworkInfo getNetwork()

No description

Return Value

RuntimeNetworkInfo

setOpenFileList(OpenFileList $openFileList)

No description

Parameters

OpenFileList $openFileList

OpenFileList getOpenFileList()

No description

Return Value

OpenFileList

setProcesses(RunningProcessList $processes)

No description

Parameters

RunningProcessList $processes

RunningProcessList getProcesses()

No description

Return Value

RunningProcessList

setServices(RunningServiceList $services)

No description

Parameters

RunningServiceList $services

RunningServiceList getServices()

No description

Return Value

RunningServiceList