ServiceRegistryResourceRequestsResponse

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

Resource request payload of Service Registry

Constructors

Link copied to clipboard
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 Service Registry instance

Link copied to clipboard

Instance count of the Service Registry

Link copied to clipboard

Memory allocated to each Service Registry instance