Enum SchedulingNodeAffinity.Types.Operator (1.0.0)

public enum Operator

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

Namespace

Google.Cloud.VMMigration.V1

Assembly

Google.Cloud.VMMigration.V1.dll

Fields

NameDescription
In

The node resource group should be in these resources affinity.

NotIn

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

Unspecified

An unknown, unexpected behavior.