InstanceTemplateSchedulingNodeAffinityArgs

data class InstanceTemplateSchedulingNodeAffinityArgs(val key: Output<String>, val operator: Output<String>, val values: Output<List<String>>) : ConvertibleToJava<InstanceTemplateSchedulingNodeAffinityArgs>

Constructors

constructor(key: Output<String>, operator: Output<String>, values: Output<List<String>>)

Properties

Link copied to clipboard
val key: Output<String>

The key for the node affinity label.

Link copied to clipboard
val operator: Output<String>

The operator. Can be IN for node-affinities or NOT_IN for anti-affinities.

Link copied to clipboard
val values: Output<List<String>>

Corresponds to the label values of a reservation resource.

Functions

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