Enum SchedulingNodeAffinity.Operator (1.29.0)

public enum SchedulingNodeAffinity.Operator extends Enum<SchedulingNodeAffinity.Operator> implements ProtocolMessageEnum

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

Protobuf enum google.cloud.vmmigration.v1.SchedulingNodeAffinity.Operator

Implements

ProtocolMessageEnum

Static Fields

NameDescription
IN

The node resource group should be in these resources affinity.

IN = 1;

IN_VALUE

The node resource group should be in these resources affinity.

IN = 1;

NOT_IN

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

NOT_IN = 2;

NOT_IN_VALUE

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

NOT_IN = 2;

OPERATOR_UNSPECIFIED

An unknown, unexpected behavior.

OPERATOR_UNSPECIFIED = 0;

OPERATOR_UNSPECIFIED_VALUE

An unknown, unexpected behavior.

OPERATOR_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()