Enum SchedulingNodeAffinity.Types.Operator (1.2.0)

public enum 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