Compute Engine v1 API - Enum SchedulingNodeAffinity.Types.Operator (2.15.0)

public enum SchedulingNodeAffinity.Types.Operator

Reference documentation and code samples for the Compute Engine v1 API enum SchedulingNodeAffinity.Types.Operator.

Defines the operation of node selection. Valid operators are IN for affinity and NOT_IN for anti-affinity.

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Fields

NameDescription
In

Requires Compute Engine to seek for matched nodes.

NotIn

Requires Compute Engine to avoid certain nodes.

UndefinedOperator

A value indicating that the enum field is not set.

Unspecified