Enum Scheduling.NodeAffinity.Operator (0.37.0)

publicenumScheduling.NodeAffinity.OperatorextendsEnum<Scheduling.NodeAffinity.Operator>implementsProtocolMessageEnum

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()

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月19日 UTC.