data class SpringCloudGatewayQuotaArgs(val cpu: Output<String>? = null, val memory: Output<String>? = null) : ConvertibleToJava<SpringCloudGatewayQuotaArgs>
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 2Gi if not specified.