View Source GoogleApi.MigrationCenter.V1.Model.GuestRuntimeDetails (google_api_migration_center v0.5.1)
Guest OS runtime information.
Attributes
-
domain
(type:String.t
, default:nil
) - Domain, e.g. c.stratozone-development.internal. -
installedApps
(type:GoogleApi.MigrationCenter.V1.Model.GuestInstalledApplicationList.t
, default:nil
) - Installed applications information. -
lastBootTime
(type:DateTime.t
, default:nil
) - Last time the OS was booted. -
machineName
(type:String.t
, default:nil
) - Machine name. -
network
(type:GoogleApi.MigrationCenter.V1.Model.RuntimeNetworkInfo.t
, default:nil
) - Runtime network information (connections, ports). -
openFileList
(type:GoogleApi.MigrationCenter.V1.Model.OpenFileList.t
, default:nil
) - Open files information. -
processes
(type:GoogleApi.MigrationCenter.V1.Model.RunningProcessList.t
, default:nil
) - Running processes. -
services
(type:GoogleApi.MigrationCenter.V1.Model.RunningServiceList.t
, default:nil
) - Running background services.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.MigrationCenter.V1.Model.GuestRuntimeDetails{ domain: String.t() | nil, installedApps: GoogleApi.MigrationCenter.V1.Model.GuestInstalledApplicationList.t() | nil, lastBootTime: DateTime.t() | nil, machineName: String.t() | nil, network: GoogleApi.MigrationCenter.V1.Model.RuntimeNetworkInfo.t() | nil, openFileList: GoogleApi.MigrationCenter.V1.Model.OpenFileList.t() | nil, processes: GoogleApi.MigrationCenter.V1.Model.RunningProcessList.t() | nil, services: GoogleApi.MigrationCenter.V1.Model.RunningServiceList.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.