toggle menu
pulumi-alicloud-kotlin
3.79.0.0
jvm
switch theme
search in API
pulumi-alicloud-kotlin
/
com.pulumi.alicloud.cs.kotlin.inputs
/
NodePoolSpotPriceLimitArgs
Node
Pool
Spot
Price
Limit
Args
data
class
NodePoolSpotPriceLimitArgs
(
val
instanceType
:
Output
<
String
>
?
=
null
,
val
priceLimit
:
Output
<
String
>
?
=
null
)
:
ConvertibleToJava
<
NodePoolSpotPriceLimitArgs
>
Members
Constructors
Node
Pool
Spot
Price
Limit
Args
Link copied to clipboard
constructor
(
instanceType
:
Output
<
String
>
?
=
null
,
priceLimit
:
Output
<
String
>
?
=
null
)
Properties
instance
Type
Link copied to clipboard
val
instanceType
:
Output
<
String
>
?
=
null
The type of the preemptible instance.
price
Limit
Link copied to clipboard
val
priceLimit
:
Output
<
String
>
?
=
null
The maximum price of a single instance.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
NodePoolSpotPriceLimitArgs