Get Metastore Service Scaling Config Autoscaling Config
data class GetMetastoreServiceScalingConfigAutoscalingConfig(val autoscalingEnabled: Boolean, val autoscalingFactor: Double, val limitConfigs: List<GetMetastoreServiceScalingConfigAutoscalingConfigLimitConfig>)
Constructors
Link copied to clipboard
constructor(autoscalingEnabled: Boolean, autoscalingFactor: Double, limitConfigs: List<GetMetastoreServiceScalingConfigAutoscalingConfigLimitConfig>)