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."],[[["This document provides reference information for the `SchedulingNodeAffinity` class within the Google Compute Engine v1 API, specifically for .NET developers."],["The `SchedulingNodeAffinity` class is used to define the preferred nodes for scheduling an instance, allowing for affinity (IN) or anti-affinity (NOT_IN) operations based on node labels."],["The latest available version for the documentation is 3.6.0, and this page offers documentation and links for the versions ranging from 1.0.0 up to 3.6.0."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing methods for serialization, comparison, and cloning."],["Key properties of `SchedulingNodeAffinity` include `Key`, `Operator`, and `Values`, which are used to specify the label key, the operation type (IN or NOT_IN), and the corresponding label values for node selection, respectively."]]],[]]