GuestRuntimeDetails class

Guest OS runtime information.

Constructors

GuestRuntimeDetails({String? domain, GuestInstalledApplicationList? installedApps, String? lastBootTime, String? machineName, RuntimeNetworkInfo? network, OpenFileList? openFileList, RunningProcessList? processes, RunningServiceList? services})
GuestRuntimeDetails.fromJson(Map json_)

Properties

domain String?
Domain, e.g. c.stratozone-development.internal.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
installedApps GuestInstalledApplicationList?
Installed applications information.
getter/setter pair
lastBootTime String?
Last time the OS was booted.
getter/setter pair
machineName String?
Machine name.
getter/setter pair
network RuntimeNetworkInfo?
Runtime network information (connections, ports).
getter/setter pair
openFileList OpenFileList?
Open files information.
getter/setter pair
processes RunningProcessList?
Running processes.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
services RunningServiceList?
Running background services.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited