toggle menu
pulumi-docker-kotlin
3.6.1.3
jvm
switch theme
search in API
pulumi-docker-kotlin
/
com.pulumi.docker.kotlin.outputs
/
RegistryImageBuildUlimit
Registry
Image
Build
Ulimit
data
class
RegistryImageBuildUlimit
(
val
hard
:
Int
,
val
name
:
String
,
val
soft
:
Int
)
Members
Constructors
Registry
Image
Build
Ulimit
Link copied to clipboard
constructor
(
hard
:
Int
,
name
:
String
,
soft
:
Int
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
hard
Link copied to clipboard
val
hard
:
Int
name
Link copied to clipboard
val
name
:
String
The name of the Docker image.
soft
Link copied to clipboard
val
soft
:
Int