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 the `ReservationAffinity` class in the Google Kubernetes Engine v1 API is version 3.33.0, with multiple previous versions ranging from 3.32.0 to 2.3.0 also accessible."],["`ReservationAffinity` is a class that configures the desired reservation from which instances can take capacity and is documented for version 3.9.0, which implements several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ReservationAffinity` class has properties such as `ConsumeReservationType`, `Key`, and `Values`, which determine the type of reservation consumption, the reservation resource label key, and the label values, respectively."],["There are two constructors available for creating a `ReservationAffinity` object: a default constructor and a constructor that takes another `ReservationAffinity` object as a parameter for creating a copy."],["The documentation is part of the Google Cloud .NET client library, specifically within the `Google.Cloud.Container.V1` namespace, and the corresponding assembly is `Google.Cloud.Container.V1.dll`."]]],[]]