Kotlin Multiplatform Client for Docker
Toggle table of contents
snapshot
common
Target filter
common
Switch theme
Search in API
Skip to content
Kotlin Multiplatform Client for Docker
Kotlin Multiplatform Client for Docker
/
dev.limebeck.libs.docker.client.model
/
PluginConfigLinux
Plugin
Config
Linux
@
Serializable
data
class
PluginConfigLinux
(
val
capabilities
:
List
<
String
>
,
val
allowAllDevices
:
Boolean
,
val
devices
:
List
<
PluginDevice
>
)
Parameters
capabilities
allow
All
Devices
devices
Members
Constructors
Plugin
Config
Linux
Link copied to clipboard
constructor
(
capabilities
:
List
<
String
>
,
allowAllDevices
:
Boolean
,
devices
:
List
<
PluginDevice
>
)
Properties
allow
All
Devices
Link copied to clipboard
@
SerialName
(
value
=
"AllowAllDevices"
)
@
Required
val
allowAllDevices
:
Boolean
capabilities
Link copied to clipboard
@
SerialName
(
value
=
"Capabilities"
)
@
Required
val
capabilities
:
List
<
String
>
devices
Link copied to clipboard
@
SerialName
(
value
=
"Devices"
)
@
Required
val
devices
:
List
<
PluginDevice
>