ServiceTaskSpecResourcesLimitsArgs

data class ServiceTaskSpecResourcesLimitsArgs(val memoryBytes: Output<Int>? = null, val nanoCpus: Output<Int>? = null) : ConvertibleToJava<ServiceTaskSpecResourcesLimitsArgs>

Constructors

Link copied to clipboard
constructor(memoryBytes: Output<Int>? = null, nanoCpus: Output<Int>? = null)

Properties

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

The amounf of memory in bytes the container allocates

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

CPU shares in units of 1/1e9 (or 10^-9) of the CPU. Should be at least 1000000

Functions

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