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-04-09 UTC."],[[["The latest version available for `ReservationAffinity` in the `Google.Cloud.Container.V1` namespace is 3.33.0."],["`ReservationAffinity` is a class used to configure the desired reservation from which instances can take capacity."],["The `ReservationAffinity` class is found in the `Google.Cloud.Container.V1` namespace and is part of the `Google.Cloud.Container.V1.dll` assembly."],["Key properties of `ReservationAffinity` include `ConsumeReservationType`, `Key`, and `Values`, which define the type of reservation, the label key, and the label values of the reservation resources, respectively."],["The object implements several interfaces, including IMessage, IEquatable, IDeepCloneable, and IBufferMessage, ensuring compatibility and functionality within the Google Cloud environment."]]],[]]