All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.pulumi.gcp.vmwareengine.kotlin.outputs.GetClusterAutoscalingSettingAutoscalingPolicyCpuThreshold.kt Maven / Gradle / Ivy

@file:Suppress("NAME_SHADOWING", "DEPRECATION")

package com.pulumi.gcp.vmwareengine.kotlin.outputs

import kotlin.Int
import kotlin.Suppress

/**
 *
 * @property scaleIn The utilization triggering the scale-in operation in percent.
 * @property scaleOut The utilization triggering the scale-out operation in percent.
 */
public data class GetClusterAutoscalingSettingAutoscalingPolicyCpuThreshold(
    public val scaleIn: Int,
    public val scaleOut: Int,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.gcp.vmwareengine.outputs.GetClusterAutoscalingSettingAutoscalingPolicyCpuThreshold): GetClusterAutoscalingSettingAutoscalingPolicyCpuThreshold =
            GetClusterAutoscalingSettingAutoscalingPolicyCpuThreshold(
                scaleIn = javaType.scaleIn(),
                scaleOut = javaType.scaleOut(),
            )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy