nodeAffinities

@JvmName(name = "jumfmyrbthwqsqoh")
suspend fun nodeAffinities(value: Output<List<InstanceTemplateSchedulingNodeAffinityArgs>>)
@JvmName(name = "fvxrrjxpigvcswuw")
suspend fun nodeAffinities(value: List<InstanceTemplateSchedulingNodeAffinityArgs>?)

Parameters

value

Specifies node affinities or anti-affinities to determine which sole-tenant nodes your instances and managed instance groups will use as host systems. Read more on sole-tenant node creation here. Structure documented below.


@JvmName(name = "rnqfflywckapldnp")
suspend fun nodeAffinities(vararg values: Output<InstanceTemplateSchedulingNodeAffinityArgs>)


@JvmName(name = "wkcmqwsngcjnsunv")
suspend fun nodeAffinities(values: List<Output<InstanceTemplateSchedulingNodeAffinityArgs>>)
@JvmName(name = "beaobqhgxuuncsxr")
suspend fun nodeAffinities(vararg values: InstanceTemplateSchedulingNodeAffinityArgs)

Parameters

values

Specifies node affinities or anti-affinities to determine which sole-tenant nodes your instances and managed instance groups will use as host systems. Read more on sole-tenant node creation here. Structure documented below.


@JvmName(name = "lbljiydkaqtpixkt")
suspend fun nodeAffinities(argument: List<suspend InstanceTemplateSchedulingNodeAffinityArgsBuilder.() -> Unit>)
@JvmName(name = "gupskginvnmfnbio")
suspend fun nodeAffinities(vararg argument: suspend InstanceTemplateSchedulingNodeAffinityArgsBuilder.() -> Unit)
@JvmName(name = "xqnyfbobdtgefcek")
suspend fun nodeAffinities(argument: suspend InstanceTemplateSchedulingNodeAffinityArgsBuilder.() -> Unit)

Parameters

argument

Specifies node affinities or anti-affinities to determine which sole-tenant nodes your instances and managed instance groups will use as host systems. Read more on sole-tenant node creation here. Structure documented below.