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 latest version available for `Google.Cloud.Container.V1.ReservationAffinity` is 3.33.0, with a comprehensive history of versions listed down to 2.3.0 for reference."],["`ReservationAffinity` is a class in the `Google.Cloud.Container.V1` namespace that allows configuration of desired reservations that instances can take capacity from."],["The `ReservationAffinity` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing a robust set of functionalities."],["Key properties of `ReservationAffinity` include `ConsumeReservationType`, `Key`, and `Values`, which determine how a reservation is consumed, the reservation's label key, and its label value(s), respectively."],["The `ReservationAffinity` class can be constructed either with a default constructor, `ReservationAffinity()`, or by copying an existing `ReservationAffinity` instance using `ReservationAffinity(ReservationAffinity other)`."]]],[]]