public enum Scheduling.NodeAffinity.Operator extends Enum<Scheduling.NodeAffinity.Operator> implements ProtocolMessageEnumDefines 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_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 | Default value. This value is unused.   | 
| OPERATOR_UNSPECIFIED_VALUE | Default value. This value is unused.   | 
| 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() | |