public sealed class ReservationAffinity : IMessage<ReservationAffinity>, IEquatable<ReservationAffinity>, IDeepCloneable<ReservationAffinity>, IBufferMessage, IMessage
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 "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."],[[["This webpage details the `ReservationAffinity` class within the `Google.Cloud.Container.V1` namespace, outlining its role in configuring desired reservation consumption for instances."],["The latest version available for the `ReservationAffinity` class is 3.33.0, and the page provides links to documentation for numerous prior versions, going back to version 2.3.0."],["`ReservationAffinity` inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for specific actions regarding how the class can be handled."],["The class has properties for `ConsumeReservationType`, `Key`, and `Values`, which are used to define the type of reservation to consume and the specific label key and values of the reservation resource."],["The class can be instantiated via two constructors, a parameterless constructor and a constructor which take another `ReservationAffinity` object."]]],[]]