Scheduling Node Affinity Args
data class SchedulingNodeAffinityArgs(val key: Output<String>? = null, val operator: Output<SchedulingNodeAffinityOperator>? = null, val values: Output<List<String>>? = null) : ConvertibleToJava<SchedulingNodeAffinityArgs>
Node Affinity: the configuration of desired nodes onto which this Instance could be scheduled. Based on https://cloud.google.com/compute/docs/reference/rest/v1/instances/setScheduling
Constructors
Link copied to clipboard
fun SchedulingNodeAffinityArgs(key: Output<String>? = null, operator: Output<SchedulingNodeAffinityOperator>? = null, values: Output<List<String>>? = null)