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.events.cloud.vmmigration.v1.SchedulingNodeAffinity.Operator
Implements
ProtocolMessageEnumStatic Fields | |
---|---|
Name | Description |
IN | The node resource group should be in these resources affinity. |
IN_VALUE | The node resource group should be in these resources affinity. |
NOT_IN | The node resource group should not be in these resources affinity. |
NOT_IN_VALUE | The node resource group should not be in these resources affinity. |
OPERATOR_UNSPECIFIED | An unknown, unexpected behavior. |
OPERATOR_UNSPECIFIED_VALUE | An unknown, unexpected behavior. |
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() |