Reference documentation and code samples for the Google Cloud Vm Migration V1 Client class Operator.
Possible types of node selection operators. Valid operators are IN for affinity and NOT_IN for anti-affinity.
Protobuf type google.cloud.vmmigration.v1.SchedulingNodeAffinity.Operator
Namespace
Google \ Cloud \ VMMigration \ V1 \ SchedulingNodeAffinityMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
OPERATOR_UNSPECIFIED
Value: 0
An unknown, unexpected behavior.
Generated from protobuf enum OPERATOR_UNSPECIFIED = 0;
IN
Value: 1
The node resource group should be in these resources affinity.
Generated from protobuf enum IN = 1;
NOT_IN
Value: 2
The node resource group should not be in these resources affinity.
Generated from protobuf enum NOT_IN = 2;