View Source GoogleApi.MigrationCenter.V1.Model.RunningProcess (google_api_migration_center v0.2.0)

Guest OS running process details.

Attributes

  • attributes (type: map(), default: nil) - Process extended attributes.
  • cmdline (type: String.t, default: nil) - Process full command line.
  • exePath (type: String.t, default: nil) - Process binary path.
  • pid (type: String.t, default: nil) - Process ID.
  • user (type: String.t, default: nil) - User running the process.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.MigrationCenter.V1.Model.RunningProcess{
  attributes: map() | nil,
  cmdline: String.t() | nil,
  exePath: String.t() | nil,
  pid: String.t() | nil,
  user: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.