Enum Scheduling.NodeAffinity.Operator (0.10.0)

public enum Scheduling.NodeAffinity.Operator extends Enum<Scheduling.NodeAffinity.Operator> implements ProtocolMessageEnum

Defines the type of node selections.

Protobuf enum google.cloud.backupdr.v1.Scheduling.NodeAffinity.Operator

Implements

ProtocolMessageEnum

Static Fields

Name Description
IN

Requires Compute Engine to seek for matched nodes.

IN = 1;

IN_VALUE

Requires Compute Engine to seek for matched nodes.

IN = 1;

NOT_IN

Requires Compute Engine to avoid certain nodes.

NOT_IN = 2;

NOT_IN_VALUE

Requires Compute Engine to avoid certain nodes.

NOT_IN = 2;

OPERATOR_UNSPECIFIED

Default value. This value is unused.

OPERATOR_UNSPECIFIED = 0;

OPERATOR_UNSPECIFIED_VALUE

Default value. This value is unused.

OPERATOR_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

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

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()