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."],[[["This webpage details the `ReservationAffinity` class within the `Google.Cloud.Container.V1` namespace, providing information on how to configure instance reservations."],["The content covers a range of versions of the .NET library, from 2.3.0 up to the latest 3.33.0, for the `Google.Cloud.Container.V1` component, which are all hyperlinked."],["`ReservationAffinity` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showing its role in Google Cloud's container management system."],["The class has properties like `ConsumeReservationType`, `Key`, and `Values`, which are used to define how a resource should be reserved and to target a specific reservation."],["The page also includes documentation on the constructors and inherited members of the `ReservationAffinity` class, referencing relevant resources for further information."]]],[]]