public sealed class ReservationAffinity : IMessage<ReservationAffinity>, IEquatable<ReservationAffinity>, IDeepCloneable<ReservationAffinity>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Kubernetes Engine v1 API class ReservationAffinity.
ReservationAffinity
is the configuration of desired reservation which instances could take
capacity from.
Corresponds to the label key of a reservation resource. To target a
SPECIFIC_RESERVATION by name, specify
"compute.googleapis.com/reservation-name" as the key and specify the name
of your reservation as its value.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["The `ReservationAffinity` class in the Google Kubernetes Engine v1 API allows for configuration of desired reservation consumption for instances."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, supporting various functionalities related to message handling and object comparison."],["The `ReservationAffinity` class includes properties like `ConsumeReservationType`, `Key`, and `Values`, which determine how a resource is consumed and targeted, specifying the type, key, and values for reservation affinity."],["The latest version available for the `ReservationAffinity` class is version 3.33.0, and the provided webpage shows the documentation for version 3.27.0, with other versions from 2.3.0 to 3.32.0 also available."],["You can reference specific versions of the `ReservationAffinity` class, as all versions from 2.3.0 up to the latest, 3.33.0, are accessible and documented with links."]]],[]]