Class ReservationAffinity (1.18.0)

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

Specifies the reservations that this instance can consume from.

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

Attributes

NameDescription
consume_reservation_type str
Specifies the type of reservation from which this instance can consume resources: ANY_RESERVATION (default), SPECIFIC_RESERVATION, or NO_RESERVATION. See Consuming reserved instances for examples. Check the ConsumeReservationType enum for the list of possible values. This field is a member of oneof_ _consume_reservation_type.
key str
Corresponds to the label key of a reservation resource. To target a SPECIFIC_RESERVATION by name, specify googleapis.com/reservation-name as the key and specify the name of your reservation as its value. This field is a member of oneof_ _key.
values MutableSequence[str]
Corresponds to the label values of a reservation resource. This can be either a name to a reservation in the same project or "projects/different-project/reservations/some-reservation-name" to target a shared reservation in the same zone but in a different project.

Classes

ConsumeReservationType

ConsumeReservationType(value)

Specifies the type of reservation from which this instance can consume resources: ANY_RESERVATION (default), SPECIFIC_RESERVATION, or NO_RESERVATION. See Consuming reserved instances for examples.

Values: UNDEFINED_CONSUME_RESERVATION_TYPE (0): A value indicating that the enum field is not set. ANY_RESERVATION (200008121): Consume any allocation available. NO_RESERVATION (169322030): Do not consume from any allocated capacity. SPECIFIC_RESERVATION (229889055): Must consume from a specific reservation. Must specify key value fields for specifying the reservations. UNSPECIFIED (526786327): No description available.