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-02 UTC."],[[["This webpage provides reference documentation for the `SchedulingNodeAffinity` class within the Compute Engine v1 API for .NET, detailing its structure and functionality."],["The `SchedulingNodeAffinity` class configures the desired nodes onto which an Instance can be scheduled, a functionality referred to as Node Affinity."],["The page includes a list of available versions for the Google.Cloud.Compute.V1 package, ranging from version 1.0.0 up to the latest version, 3.6.0."],["The class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class, utilizing members like `GetHashCode()` and `ToString()`."],["Key properties of `SchedulingNodeAffinity` include `Key`, `Operator`, and `Values`, which are used to define the node selection criteria, and it uses `HasKey` and `HasOperator` to show if they are set."]]],[]]