View Source GoogleApi.MigrationCenter.V1.Model.RunningService (google_api_migration_center v0.3.1)

Guest OS running service details.

Attributes

  • cmdline (type: String.t, default: nil) - Service command line.
  • exePath (type: String.t, default: nil) - Service binary path.
  • pid (type: String.t, default: nil) - Service pid.
  • serviceName (type: String.t, default: nil) - Service name.
  • startMode (type: String.t, default: nil) - Service start mode (OS-agnostic).
  • state (type: String.t, default: nil) - Service state (OS-agnostic).

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.MigrationCenter.V1.Model.RunningService{
  cmdline: String.t() | nil,
  exePath: String.t() | nil,
  pid: String.t() | nil,
  serviceName: String.t() | nil,
  startMode: String.t() | nil,
  state: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.