operator property

String? operator
getter/setter pair

Defines the operation of node selection.

Valid operators are IN for affinity and NOT_IN for anti-affinity. Possible string values are:

  • "IN" : Requires Compute Engine to seek for matched nodes.
  • "NOT_IN" : Requires Compute Engine to avoid certain nodes.
  • "OPERATOR_UNSPECIFIED"

Implementation

core.String? operator;