Class NodeAffinity (0.1.4)

NodeAffinity(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Node Affinity: the configuration of desired nodes onto which this Instance could be scheduled.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

Name Description
key str
Optional. Corresponds to the label key of Node resource. This field is a member of oneof_ _key.
operator google.cloud.backupdr_v1.types.Scheduling.NodeAffinity.Operator
Optional. Defines the operation of node selection. This field is a member of oneof_ _operator.
values MutableSequence[str]
Optional. Corresponds to the label values of Node resource.

Classes

Operator

Operator(value)

Defines the type of node selections.