NodePoolSpotPriceLimitArgs

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

Constructors

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

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.

Functions

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