toggle menu
pulumi-alicloud-kotlin
3.79.0.0
jvm
switch theme
search in API
pulumi-alicloud-kotlin
/
com.pulumi.alicloud.cs.kotlin.inputs
/
NodePoolLabelArgs
Node
Pool
Label
Args
data
class
NodePoolLabelArgs
(
val
key
:
Output
<
String
>
,
val
value
:
Output
<
String
>
?
=
null
)
:
ConvertibleToJava
<
NodePoolLabelArgs
>
Members
Constructors
Node
Pool
Label
Args
Link copied to clipboard
constructor
(
key
:
Output
<
String
>
,
value
:
Output
<
String
>
?
=
null
)
Properties
key
Link copied to clipboard
val
key
:
Output
<
String
>
The label key.
value
Link copied to clipboard
val
value
:
Output
<
String
>
?
=
null
The label value.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
NodePoolLabelArgs