ApplicationAcceleratorResourceRequestsResponse

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val cpu: String

Cpu allocated to each application accelerator component. 1 core can be represented by 1 or 1000m

Link copied to clipboard

Instance count of the application accelerator component.

Link copied to clipboard

Memory allocated to each application accelerator component. 1 GB can be represented by 1Gi or 1024Mi.