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

The type of the preemptible instance.

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

The maximum price of a single instance.