RemoteImageBuildUlimitArgs

data class RemoteImageBuildUlimitArgs(val hard: Output<Int>, val name: Output<String>, val soft: Output<Int>) : ConvertibleToJava<RemoteImageBuildUlimitArgs>

Constructors

Link copied to clipboard
constructor(hard: Output<Int>, name: Output<String>, soft: Output<Int>)

Properties

Link copied to clipboard
val hard: Output<Int>

soft limit

Link copied to clipboard
val name: Output<String>

type of ulimit, e.g. nofile

Link copied to clipboard
val soft: Output<Int>

hard limit

Functions

Link copied to clipboard
open override fun toJava(): RemoteImageBuildUlimitArgs