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
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
IN |
Requires Compute Engine to seek for matched nodes. |
IN_VALUE |
Requires Compute Engine to seek for matched nodes. |
NOT_IN |
Requires Compute Engine to avoid certain nodes. |
NOT_IN_VALUE |
Requires Compute Engine to avoid certain nodes. |
OPERATOR_UNSPECIFIED |
|
OPERATOR_UNSPECIFIED_VALUE |
|
UNDEFINED_OPERATOR |
A value indicating that the enum field is not set. |
UNDEFINED_OPERATOR_VALUE |
A value indicating that the enum field is not set. |
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() |