UlimitResponse

data class UlimitResponse(val hardLimit: Int? = null, val name: String? = null, val softLimit: Int? = null)

Definition of Ulimit

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val hardLimit: Int? = null

The hard limit for the `ulimit` type.

Link copied to clipboard
val name: String? = null

The `type` of the `ulimit`.

Link copied to clipboard
val softLimit: Int? = null

The soft limit for the `ulimit` type.