ReservationAffinity(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Specifies the reservations that this instance can consume from.
Attributes | |
---|---|
Name | Description |
consume_reservation_type |
google.cloud.compute_v1.types.ReservationAffinity.ConsumeReservationType
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. |
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. |
values |
Sequence[str]
Corresponds to the label values of a reservation resource. |
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.