Module: Google::Cloud::BackupDR::V1::Scheduling::NodeAffinity::Operator

Defined in:
proto_docs/google/cloud/backupdr/v1/backupvault_gce.rb

Overview

Defines the type of node selections.

Constant Summary collapse

OPERATOR_UNSPECIFIED =

Default value. This value is unused.

0
IN =

Requires Compute Engine to seek for matched nodes.

1
NOT_IN =

Requires Compute Engine to avoid certain nodes.

2