ContainerGroupDefinitionMemoryLimits

data class ContainerGroupDefinitionMemoryLimits(val hardLimit: Int? = null, val softLimit: Int? = null)

Specifies how much memory is available to the container.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val hardLimit: Int? = null

The hard limit of memory to reserve for the container.

Link copied to clipboard
val softLimit: Int? = null

The amount of memory that is reserved for the container.