pulumi-docker-kotlin
3.6.1.2
pulumi-docker-kotlin
/
com.pulumi.docker.kotlin.outputs
/
ContainerUlimit
Container
Ulimit
data
class
ContainerUlimit
(
val
hard
:
Int
,
val
name
:
String
,
val
soft
:
Int
)
Types
Constructors
Properties
Constructors
Container
Ulimit
Link copied to clipboard
fun
ContainerUlimit
(
hard
:
Int
,
name
:
String
,
soft
:
Int
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
hard
Link copied to clipboard
val
hard
:
Int
The hard limit
name
Link copied to clipboard
val
name
:
String
The name of the ulimit
soft
Link copied to clipboard
val
soft
:
Int
The soft limit