Defines the operation of node selection. Valid operators are IN for affinity and NOT_IN for anti-affinity.
Check the Operator enum for the list of possible values.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["Version 3.6.0 is the latest release for the `Google.Cloud.Compute.V1.SchedulingNodeAffinity`, with multiple previous versions available, including versions within the 3.x, 2.x, and 1.x ranges."],["`SchedulingNodeAffinity` configures which specific nodes an instance could be scheduled onto, acting as the configuration of desired nodes."],["The `SchedulingNodeAffinity` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering various functionalities."],["The `SchedulingNodeAffinity` class has properties like `Key`, `Operator`, and `Values` that control node selection using label keys, operators (like IN or NOT_IN), and values."],["The `HasKey` and `HasOperator` properties indicate whether the \"key\" or \"operator\" fields are currently set within the `SchedulingNodeAffinity` instance."]]],[]]