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
/
ResourcesUlimitsInner
Resources
Ulimits
Inner
@
Serializable
data
class
ResourcesUlimitsInner
(
val
name
:
String
?
=
null
,
val
soft
:
Int
?
=
null
,
val
hard
:
Int
?
=
null
)
Parameters
name
Name of ulimit
soft
Soft limit
hard
Hard limit
Members
Constructors
Resources
Ulimits
Inner
Link copied to clipboard
constructor
(
name
:
String
?
=
null
,
soft
:
Int
?
=
null
,
hard
:
Int
?
=
null
)
Properties
hard
Link copied to clipboard
@
SerialName
(
value
=
"Hard"
)
val
hard
:
Int
?
name
Link copied to clipboard
@
SerialName
(
value
=
"Name"
)
val
name
:
String
?
soft
Link copied to clipboard
@
SerialName
(
value
=
"Soft"
)
val
soft
:
Int
?