ApplicationLiveViewResourceRequestsResponse

data class ApplicationLiveViewResourceRequestsResponse(val cpu: String, val instanceCount: Int, val memory: String)

The resource quantity for required CPU and Memory of Application Live View component

Constructors

constructor(cpu: String, instanceCount: Int, memory: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val cpu: String

Cpu quantity allocated to each Application Live View component instance. 1 core can be represented by 1 or 1000m.

Link copied to clipboard

Desired instance count of Application Live View component instance.

Link copied to clipboard

Memory quantity allocated to each Application Live View component instance. 1 GB can be represented by 1Gi or 1024Mi.