GetMetastoreServiceScalingConfigAutoscalingConfig

data class GetMetastoreServiceScalingConfigAutoscalingConfig(val autoscalingEnabled: Boolean, val autoscalingFactor: Double, val limitConfigs: List<GetMetastoreServiceScalingConfigAutoscalingConfigLimitConfig>)

Constructors

constructor(autoscalingEnabled: Boolean, autoscalingFactor: Double, limitConfigs: List<GetMetastoreServiceScalingConfigAutoscalingConfigLimitConfig>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Defines whether autoscaling is enabled. The default value is false.

Link copied to clipboard

Output only. The scaling factor of a service with autoscaling enabled.

Link copied to clipboard

Represents the limit configuration of a metastore service.