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
/
PluginMount
Plugin
Mount
@
Serializable
data
class
PluginMount
(
val
name
:
String
,
val
description
:
String
,
val
settable
:
List
<
String
>
,
val
source
:
String
,
val
destination
:
String
,
val
type
:
String
,
val
options
:
List
<
String
>
)
Parameters
name
description
settable
source
destination
type
options
Members
Constructors
Plugin
Mount
Link copied to clipboard
constructor
(
name
:
String
,
description
:
String
,
settable
:
List
<
String
>
,
source
:
String
,
destination
:
String
,
type
:
String
,
options
:
List
<
String
>
)
Properties
description
Link copied to clipboard
@
SerialName
(
value
=
"Description"
)
@
Required
val
description
:
String
destination
Link copied to clipboard
@
SerialName
(
value
=
"Destination"
)
@
Required
val
destination
:
String
name
Link copied to clipboard
@
SerialName
(
value
=
"Name"
)
@
Required
val
name
:
String
options
Link copied to clipboard
@
SerialName
(
value
=
"Options"
)
@
Required
val
options
:
List
<
String
>
settable
Link copied to clipboard
@
SerialName
(
value
=
"Settable"
)
@
Required
val
settable
:
List
<
String
>
source
Link copied to clipboard
@
SerialName
(
value
=
"Source"
)
@
Required
val
source
:
String
type
Link copied to clipboard
@
SerialName
(
value
=
"Type"
)
@
Required
val
type
:
String