SpringCloudBuildDeploymentQuotaArgs

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

Constructors

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

Functions

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

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.