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-03-21 UTC."],[[["The latest version available for `ReservationAffinity` within the Google Cloud Container V1 API is 3.33.0, while the current page focuses on version 3.5.0."],["`ReservationAffinity` is a class in the `Google.Cloud.Container.V1` namespace that allows for configuring how instances utilize reserved capacity."],["This class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, making it a fundamental building block for reservation configurations."],["The `ReservationAffinity` class includes properties like `ConsumeReservationType`, `Key`, and `Values`, which allow for detailed specification of reservation consumption and targeting."],["There are multiple older versions available for `ReservationAffinity` besides the latest and the one the page is showcasing, version numbers ranging from 2.3.0 all the way up to 3.32.0, with many version in between."]]],[]]