SpringCloudJavaDeploymentQuota

data class SpringCloudJavaDeploymentQuota(val cpu: String? = null, val memory: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val cpu: String? = null

Specifies the required cpu of the Spring Cloud Deployment. Possible Values are 500m, 1, 2, 3 and 4. Defaults to 1 if not specified.

Link copied to clipboard
val memory: String? = null

Specifies the required memory size of the Spring Cloud Deployment. Possible Values are 512Mi, 1Gi, 2Gi, 3Gi, 4Gi, 5Gi, 6Gi, 7Gi, and 8Gi. Defaults to 1Gi if not specified.