Autoscale Setting Response
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)
Properties
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.