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
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.