pulumi-docker-kotlin
3.6.1.2
pulumi-docker-kotlin
/
com.pulumi.docker.kotlin.inputs
/
RegistryImageBuildUlimitArgs
Registry
Image
Build
Ulimit
Args
data
class
RegistryImageBuildUlimitArgs
(
val
hard
:
Output
<
Int
>
,
val
name
:
Output
<
String
>
,
val
soft
:
Output
<
Int
>
)
:
ConvertibleToJava
<
RegistryImageBuildUlimitArgs
>
Constructors
Functions
Properties
Constructors
Registry
Image
Build
Ulimit
Args
Link copied to clipboard
fun
RegistryImageBuildUlimitArgs
(
hard
:
Output
<
Int
>
,
name
:
Output
<
String
>
,
soft
:
Output
<
Int
>
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
RegistryImageBuildUlimitArgs
Properties
hard
Link copied to clipboard
val
hard
:
Output
<
Int
>
name
Link copied to clipboard
val
name
:
Output
<
String
>
The name of the Docker image.
soft
Link copied to clipboard
val
soft
:
Output
<
Int
>