GetJobDefinitionNodePropertyNodeRangePropertyContainerUlimit

data class GetJobDefinitionNodePropertyNodeRangePropertyContainerUlimit(val hardLimit: Int, val name: String, val softLimit: Int)

Constructors

constructor(hardLimit: Int, name: String, softLimit: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The hard limit for the ulimit type.

Link copied to clipboard

The name of the job definition to register. It can be up to 128 letters long. It can contain uppercase and lowercase letters, numbers, hyphens (-), and underscores (_).

Link copied to clipboard

The soft limit for the ulimit type.