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
/
DeviceMapping
Device
Mapping
@
Serializable
data
class
DeviceMapping
(
val
pathOnHost
:
String
?
=
null
,
val
pathInContainer
:
String
?
=
null
,
val
cgroupPermissions
:
String
?
=
null
)
A device mapping between the host and container
Parameters
path
On
Host
path
In
Container
cgroup
Permissions
Members
Constructors
Device
Mapping
Link copied to clipboard
constructor
(
pathOnHost
:
String
?
=
null
,
pathInContainer
:
String
?
=
null
,
cgroupPermissions
:
String
?
=
null
)
Properties
cgroup
Permissions
Link copied to clipboard
@
SerialName
(
value
=
"CgroupPermissions"
)
val
cgroupPermissions
:
String
?
path
In
Container
Link copied to clipboard
@
SerialName
(
value
=
"PathInContainer"
)
val
pathInContainer
:
String
?
path
On
Host
Link copied to clipboard
@
SerialName
(
value
=
"PathOnHost"
)
val
pathOnHost
:
String
?