SystemInfoIsolationEnum class

Represents the isolation technology to use as a default for containers. The supported values are platform-specific. If no isolation value is specified on daemon start, on Windows client, the default is hyperv, and on Windows server, the default is process. This option is currently not used on other platforms.

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) SystemInfoIsolationEnum?
listFromJson(dynamic json, {bool growable = false}) List<SystemInfoIsolationEnum>

Constants

default_ → const SystemInfoIsolationEnum
hyperv → const SystemInfoIsolationEnum
process → const SystemInfoIsolationEnum
values → const List<SystemInfoIsolationEnum>
List of all possible values in this SystemInfoIsolationEnum.