StateManagerDeviceServiceStatus class

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String
The underlying value of this enum member.
final

Methods

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

Operators

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

Static Methods

fromJson(dynamic value) StateManagerDeviceServiceStatus?
listFromJson(dynamic json, {bool growable = false}) List<StateManagerDeviceServiceStatus>?

Constants

DEAD → const StateManagerDeviceServiceStatus
DEAD: the service container has crashed
DELETED → const StateManagerDeviceServiceStatus
  • DELETED: the image has been deleted
  • DOWNLOADED → const StateManagerDeviceServiceStatus
  • DOWNLOADED: the image of the service has been downloaded
  • DOWNLOADING → const StateManagerDeviceServiceStatus
  • DOWNLOADED: the image of the service has been downloaded
  • EXITED → const StateManagerDeviceServiceStatus
  • EXITED: the service container has been shut down
  • HEALTHY → const StateManagerDeviceServiceStatus
  • HEALTHY: the container and the service inside it are working properly. Used only if health endpoint for the service is available.
  • INSTALLED → const StateManagerDeviceServiceStatus
    INSTALLED: the service has been installed
    INSTALLING → const StateManagerDeviceServiceStatus
    INSTALLING: the service is being installed
    PAUSED → const StateManagerDeviceServiceStatus
    PAUSED: the service has been paused
    REMOVED → const StateManagerDeviceServiceStatus
  • REMOVED: the service container has been removed
  • REMOVING → const StateManagerDeviceServiceStatus
  • REMOVING: the service container is being removed
  • RESTARTING → const StateManagerDeviceServiceStatus
  • RESTARTING: the service container is being restarted
  • RUNNING → const StateManagerDeviceServiceStatus
    RUNNING: the container of the service is running correctly
    STOPPED → const StateManagerDeviceServiceStatus
  • STOPPED: the service has been stopped
  • STOPPING → const StateManagerDeviceServiceStatus
  • STOPPING: the service is stopping
  • UNHEALTHY → const StateManagerDeviceServiceStatus
  • UNHEALTHY: the container is running correctly but the service inside is not working properly. Used only if health endpoint for the service is available.
  • values → const List<StateManagerDeviceServiceStatus>
    List of all possible values in this StateManagerDeviceServiceStatus.