AgentOptionsArgs

data class AgentOptionsArgs(val hugepagesCount: Output<Double>, val hugepagesSize: Output<Either<String, HugepagesSize>>? = null) : ConvertibleToJava<AgentOptionsArgs>

Constructors

Link copied to clipboard
constructor(hugepagesCount: Output<Double>, hugepagesSize: Output<Either<String, HugepagesSize>>? = null)

Properties

Link copied to clipboard
val hugepagesCount: Output<Double>

The number of hugepages to allocate.

Link copied to clipboard
val hugepagesSize: Output<Either<String, HugepagesSize>>? = null

The size of the hugepages to allocate.

Functions

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