ClusterNodePoolAutoscaling

data class ClusterNodePoolAutoscaling(val locationPolicy: String? = null, val maxNodeCount: Int? = null, val minNodeCount: Int? = null, val totalMaxNodeCount: Int? = null, val totalMinNodeCount: Int? = null)

Constructors

Link copied to clipboard
constructor(locationPolicy: String? = null, maxNodeCount: Int? = null, minNodeCount: Int? = null, totalMaxNodeCount: Int? = null, totalMinNodeCount: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val locationPolicy: String? = null
Link copied to clipboard
val maxNodeCount: Int? = null
Link copied to clipboard
val minNodeCount: Int? = null
Link copied to clipboard
val totalMaxNodeCount: Int? = null
Link copied to clipboard
val totalMinNodeCount: Int? = null