SpringCloudContainerDeploymentQuotaArgs

data class SpringCloudContainerDeploymentQuotaArgs(val cpu: Output<String>? = null, val memory: Output<String>? = null) : ConvertibleToJava<SpringCloudContainerDeploymentQuotaArgs>

Constructors

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

Properties

Link copied to clipboard
val cpu: Output<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: Output<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.

Functions

Link copied to clipboard
open override fun toJava(): SpringCloudContainerDeploymentQuotaArgs