Enum SchedulingNodeAffinity.Operator (1.51.0)

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

Defines the operation of node selection. Valid operators are IN for affinity and NOT_IN for anti-affinity.

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

Implements

ProtocolMessageEnum

Static Fields

NameDescription
IN

Requires Compute Engine to seek for matched nodes.

IN = 2341;

IN_VALUE

Requires Compute Engine to seek for matched nodes.

IN = 2341;

NOT_IN

Requires Compute Engine to avoid certain nodes.

NOT_IN = 161144369;

NOT_IN_VALUE

Requires Compute Engine to avoid certain nodes.

NOT_IN = 161144369;

OPERATOR_UNSPECIFIED

OPERATOR_UNSPECIFIED = 128892924;

OPERATOR_UNSPECIFIED_VALUE

OPERATOR_UNSPECIFIED = 128892924;

UNDEFINED_OPERATOR

A value indicating that the enum field is not set.

UNDEFINED_OPERATOR = 0;

UNDEFINED_OPERATOR_VALUE

A value indicating that the enum field is not set.

UNDEFINED_OPERATOR = 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()