ClusterNodeGroupSpotBidPriceArgs

data class ClusterNodeGroupSpotBidPriceArgs(val bidPrice: Output<Int>, val instanceType: Output<String>) : ConvertibleToJava<ClusterNodeGroupSpotBidPriceArgs>

Constructors

Link copied to clipboard
constructor(bidPrice: Output<Int>, instanceType: Output<String>)

Properties

Link copied to clipboard
val bidPrice: Output<Int>

The spot bid price of a PayAsYouGo instance.

Link copied to clipboard
val instanceType: Output<String>

Host Ecs instance type.

Functions

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