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 webpage provides documentation for the `ReservationAffinity` class within the Google Kubernetes Engine v1 API, detailing its use in configuring desired instance reservations."],["The content lists available versions of the `ReservationAffinity` class, ranging from the latest version 3.33.0 down to version 2.3.0."],["`ReservationAffinity` implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["The documentation includes details on the class's constructors, such as the default `ReservationAffinity()` and the copy constructor `ReservationAffinity(ReservationAffinity other)`."],["Key properties of the `ReservationAffinity` class, such as `ConsumeReservationType`, `Key`, and `Values`, are outlined, alongside their corresponding data types and descriptions."]]],[]]