ContainerGroupDefinitionMemoryLimitsArgs

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

Specifies how much memory is available to the container.

Constructors

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

Properties

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

The hard limit of memory to reserve for the container.

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

The amount of memory that is reserved for the container.

Functions

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