NodePoolSpotPriceLimitArgs

data class NodePoolSpotPriceLimitArgs(val instanceType: Output<String>? = null, val priceLimit: Output<String>? = null) : ConvertibleToJava<NodePoolSpotPriceLimitArgs>

Constructors

Link copied to clipboard
fun NodePoolSpotPriceLimitArgs(instanceType: Output<String>? = null, priceLimit: Output<String>? = null)

Functions

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

Properties

Link copied to clipboard
val instanceType: Output<String>? = null

Spot instance type.

Link copied to clipboard
val priceLimit: Output<String>? = null

The maximum hourly price of the spot instance. A maximum of three decimal places are allowed.