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."],[[["The latest version available for `SchedulingNodeAffinity` is 3.6.0, as seen in the provided list of versions ranging from 1.0.0 to 3.6.0."],["`SchedulingNodeAffinity` is a class within the Compute Engine v1 API, specifically within the namespace Google.Cloud.Compute.V1, designed for configuring node scheduling preferences."],["The `SchedulingNodeAffinity` class allows users to define node selection criteria through properties such as `Key`, `Operator`, and `Values`, providing control over node affinity and anti-affinity."],["This class inherits from `object` and implements several interfaces including `IMessage`, `IEquatable\u003cSchedulingNodeAffinity\u003e`, `IDeepCloneable\u003cSchedulingNodeAffinity\u003e`, and `IBufferMessage` , offering functionalities like deep cloning, buffer message handling, and message equality checks."],["The class offers two constructors, a default one `SchedulingNodeAffinity()` and another that creates a new instance based on an existing `SchedulingNodeAffinity` object, through `SchedulingNodeAffinity(SchedulingNodeAffinity other)`."]]],[]]