Module: Google::Cloud::VMMigration::V1::SchedulingNodeAffinity::Operator

Defined in:
proto_docs/google/cloud/vmmigration/v1/vmmigration.rb

Overview

Possible types of node selection operators. Valid operators are IN for affinity and NOT_IN for anti-affinity.

Constant Summary collapse

OPERATOR_UNSPECIFIED =

An unknown, unexpected behavior.

0
IN =

The node resource group should be in these resources affinity.

1
NOT_IN =

The node resource group should not be in these resources affinity.

2