Class Operator (1.19.0)

Operator(value)

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

Enums

Name Description
UNDEFINED_OPERATOR A value indicating that the enum field is not set.
IN Requires Compute Engine to seek for matched nodes.
NOT_IN Requires Compute Engine to avoid certain nodes.
OPERATOR_UNSPECIFIED No description available.