FleetApi.UnitState

Defines a FleetApi.UnitState struct, representing the current state of a particular unit.

The following fields are public:

Source

Summary

from_map(state_map)

Types

t :: %FleetApi.UnitState{hash: term, machineID: term, name: term, systemdActiveState: term, systemdLoadState: term, systemdSubState: term}

Functions

from_map(state_map)

Specs:

Source