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 document provides reference information for the `SchedulingNodeAffinity` class within the Google Cloud Compute Engine v1 API, including its properties and implementation details."],["Version 3.6.0 is the most recent, with a history of versions going back to 1.0.0, all with their respective documentation for the class `SchedulingNodeAffinity`."],["The `SchedulingNodeAffinity` class is used to configure which nodes an instance can be scheduled onto, through specifying parameters such as `Key`, `Operator`, and `Values`."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its integration within the Google Cloud Protobuf framework."],["The class includes properties to check whether the \"key\" and \"operator\" fields are set, by providing the fields `HasKey` and `HasOperator` respectively, and contains constructors to allow for creation of an instance, or by copying from another."]]],[]]