ApiPortalResourceRequestsResponse

data class ApiPortalResourceRequestsResponse(val cpu: String, val memory: String)

Resource requests of the API portal

Constructors

Link copied to clipboard
constructor(cpu: String, memory: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val cpu: String

Cpu allocated to each API portal instance

Link copied to clipboard

Memory allocated to each API portal instance