ContainerStateChange class
An object representing a change in state for a container.
Constructors
-
ContainerStateChange({String? containerName, int? exitCode, String? imageDigest, List<
NetworkBinding> ? networkBindings, String? reason, String? runtimeId, String? status})
Properties
- containerName → String?
-
The name of the container.
final
- exitCode → int?
-
The exit code for the container, if the state change is a result of the
container exiting.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- imageDigest → String?
-
The container image SHA 256 digest.
final
-
networkBindings
→ List<
NetworkBinding> ? -
Any network bindings associated with the container.
final
- reason → String?
-
The reason for the state change.
final
- runtimeId → String?
-
The ID of the Docker container.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → String?
-
The status of the container.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited