pulumi-docker-kotlin
4.4.4.0
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
>
Constructors
Functions
Properties
Constructors
Container
Ulimit
Args
Link copied to clipboard
fun
ContainerUlimitArgs
(
hard
:
Output
<
Int
>
,
name
:
Output
<
String
>
,
soft
:
Output
<
Int
>
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
ContainerUlimitArgs
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