VM Migration v1 API - Enum SchedulingNodeAffinity.Types.Operator (2.5.0)

public enum SchedulingNodeAffinity.Types.Operator

Reference documentation and code samples for the VM Migration v1 API enum SchedulingNodeAffinity.Types.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.