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-03-21 UTC."],[[["This webpage details the `SchedulingNodeAffinity` class within the `Google.Cloud.Compute.V1` namespace, which is used to configure the desired nodes for an Instance to be scheduled onto."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["Key properties of the `SchedulingNodeAffinity` class include `Key`, `Operator`, and `Values`, which respectively define the label key, the operation of node selection (IN/NOT_IN), and the label values of the Node resource."],["The document provides links to documentation for multiple versions of `SchedulingNodeAffinity` class, with version 3.6.0 being the latest."],["The class offers two constructors: a default constructor and one that accepts another `SchedulingNodeAffinity` object as a parameter."]]],[]]