pulumi-docker-kotlin
4.4.4.0
pulumi-docker-kotlin
/
com.pulumi.docker.kotlin.outputs
/
RemoteImageBuildUlimit
Remote
Image
Build
Ulimit
data
class
RemoteImageBuildUlimit
(
val
hard
:
Int
,
val
name
:
String
,
val
soft
:
Int
)
Types
Constructors
Properties
Constructors
Remote
Image
Build
Ulimit
Link copied to clipboard
fun
RemoteImageBuildUlimit
(
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, including any tags or SHA256 repo digests.
soft
Link copied to clipboard
val
soft
:
Int