Php App Layer Load Based Auto Scaling Args
data class PhpAppLayerLoadBasedAutoScalingArgs(val downscaling: Output<PhpAppLayerLoadBasedAutoScalingDownscalingArgs>? = null, val enable: Output<Boolean>? = null, val upscaling: Output<PhpAppLayerLoadBasedAutoScalingUpscalingArgs>? = null) : ConvertibleToJava<PhpAppLayerLoadBasedAutoScalingArgs>
Constructors
Link copied to clipboard
constructor(downscaling: Output<PhpAppLayerLoadBasedAutoScalingDownscalingArgs>? = null, enable: Output<Boolean>? = null, upscaling: Output<PhpAppLayerLoadBasedAutoScalingUpscalingArgs>? = null)