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 `Google.Cloud.Container.V1.ReservationAffinity` class is 3.33.0, with multiple previous versions accessible, starting from 2.3.0, for reference and implementation."],["`ReservationAffinity` is a class used to configure the desired reservation settings from which instances can draw capacity, as defined in the Google Kubernetes Engine v1 API."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showing its integration within the Google Cloud .NET Protobuf ecosystem."],["The `ReservationAffinity` class includes properties like `ConsumeReservationType`, `Key`, and `Values` to manage the specifics of reservation consumption, key-value targeting, and label values."],["The `ReservationAffinity` class has two constructors: one default and one that will copy from an existing `ReservationAffinity` object."]]],[]]