operator property

String? operator
getter/setter pair

Defines the operation of node selection.

Optional. Possible string values are:

  • "OPERATOR_UNSPECIFIED" : Default value. This value is unused.
  • "IN" : Requires Compute Engine to seek for matched nodes.
  • "NOT_IN" : Requires Compute Engine to avoid certain nodes.

Implementation

core.String? operator;