UlimitArgs

data class UlimitArgs(val hardLimit: Output<Int>? = null, val name: Output<String>? = null, val softLimit: Output<Int>? = null) : ConvertibleToJava<UlimitArgs>

Definition of Ulimit

Constructors

Link copied to clipboard
constructor(hardLimit: Output<Int>? = null, name: Output<String>? = null, softLimit: Output<Int>? = null)

Properties

Link copied to clipboard
val hardLimit: Output<Int>? = null

The hard limit for the `ulimit` type.

Link copied to clipboard
val name: Output<String>? = null

The `type` of the `ulimit`.

Link copied to clipboard
val softLimit: Output<Int>? = null

The soft limit for the `ulimit` type.

Functions

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