AutoscaleSettingResponse

data class AutoscaleSettingResponse(val enabled: Boolean? = null, val name: String? = null, val notifications: List<AutoscaleNotificationResponse>? = null, val predictiveAutoscalePolicy: PredictiveAutoscalePolicyResponse? = null, val profiles: List<AutoscaleProfileResponse>, val targetResourceLocation: String? = null, val targetResourceUri: String? = null)

A setting that contains all of the configuration for the automatic scaling of a resource.

Constructors

Link copied to clipboard
constructor(enabled: Boolean? = null, name: String? = null, notifications: List<AutoscaleNotificationResponse>? = null, predictiveAutoscalePolicy: PredictiveAutoscalePolicyResponse? = null, profiles: List<AutoscaleProfileResponse>, targetResourceLocation: String? = null, targetResourceUri: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val enabled: Boolean? = null

the enabled flag. Specifies whether automatic scaling is enabled for the resource. The default value is 'false'.

Link copied to clipboard
val name: String? = null

the name of the autoscale setting.

Link copied to clipboard

the collection of notifications.

Link copied to clipboard

the predictive autoscale policy mode.

Link copied to clipboard

the collection of automatic scaling profiles that specify different scaling parameters for different time periods. A maximum of 20 profiles can be specified.

Link copied to clipboard

the location of the resource that the autoscale setting should be added to.

Link copied to clipboard

the resource identifier of the resource that the autoscale setting should be added to.