toggle menu
pulumi-docker-kotlin
4.7.0.0
jvm
switch theme
search in API
pulumi-docker-kotlin
/
com.pulumi.docker.kotlin.inputs
/
ContainerUlimitArgs
Container
Ulimit
Args
data
class
ContainerUlimitArgs
(
val
hard
:
Output
<
Int
>
,
val
name
:
Output
<
String
>
,
val
soft
:
Output
<
Int
>
)
:
ConvertibleToJava
<
ContainerUlimitArgs
>
Members
Constructors
Container
Ulimit
Args
Link copied to clipboard
constructor
(
hard
:
Output
<
Int
>
,
name
:
Output
<
String
>
,
soft
:
Output
<
Int
>
)
Properties
hard
Link copied to clipboard
val
hard
:
Output
<
Int
>
The hard limit
name
Link copied to clipboard
val
name
:
Output
<
String
>
The name of the ulimit
soft
Link copied to clipboard
val
soft
:
Output
<
Int
>
The soft limit
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
ContainerUlimitArgs