CustomLayerLoadBasedAutoScaling

data class CustomLayerLoadBasedAutoScaling(val downscaling: CustomLayerLoadBasedAutoScalingDownscaling? = null, val enable: Boolean? = null, val upscaling: CustomLayerLoadBasedAutoScalingUpscaling? = null)

Constructors

Link copied to clipboard
constructor(downscaling: CustomLayerLoadBasedAutoScalingDownscaling? = null, enable: Boolean? = null, upscaling: CustomLayerLoadBasedAutoScalingUpscaling? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The downscaling settings, as defined below, used for load-based autoscaling

Link copied to clipboard
val enable: Boolean? = null

Whether load-based auto scaling is enabled for the layer.

Link copied to clipboard

The upscaling settings, as defined below, used for load-based autoscaling