ClusterClusterAutoscalingResourceLimitArgs

data class ClusterClusterAutoscalingResourceLimitArgs(val maximum: Output<Int>? = null, val minimum: Output<Int>? = null, val resourceType: Output<String>) : ConvertibleToJava<ClusterClusterAutoscalingResourceLimitArgs>

Constructors

constructor(maximum: Output<Int>? = null, minimum: Output<Int>? = null, resourceType: Output<String>)

Properties

Link copied to clipboard
val maximum: Output<Int>? = null

Maximum amount of the resource in the cluster.

Link copied to clipboard
val minimum: Output<Int>? = null

Minimum amount of the resource in the cluster.

Link copied to clipboard
val resourceType: Output<String>

The type of the resource. For example, cpu and memory. See the guide to using Node Auto-Provisioning for a list of types.

Functions

Link copied to clipboard
open override fun toJava(): ClusterClusterAutoscalingResourceLimitArgs