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."],[[["The `SchedulingNodeAffinity` class in the `Google.Cloud.Compute.V1` namespace defines the configuration for scheduling instances on specific nodes."],["The latest version available for `SchedulingNodeAffinity` is 3.6.0, with multiple older versions listed dating back to 1.0.0, and they are linked to their respective documentation."],["This class has properties `Key`, `Operator`, and `Values`, that allow for the specification of the node affinity, operator type and the values that correspond to the specified label key."],["The `SchedulingNodeAffinity` class inherits from the `Object` class and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["There are two constructors available for creating a `SchedulingNodeAffinity` object, one empty, and one that takes another `SchedulingNodeAffinity` object as a parameter."]]],[]]