public sealed class ReservationAffinity : IMessage<ReservationAffinity>, IEquatable<ReservationAffinity>, IDeepCloneable<ReservationAffinity>, IBufferMessage, IMessage
Reservation Affinity for consuming Zonal reservation.
[[["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 document outlines the `ReservationAffinity` class within the `Google.Cloud.Dataproc.V1` namespace, detailing its properties and usage in consuming zonal reservations."],["The latest version of `ReservationAffinity` documented is 5.17.0, with previous versions ranging down to 3.1.0 also listed for reference."],["The `ReservationAffinity` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, extending its functionality and compatibility within the .NET ecosystem."],["Key properties of the `ReservationAffinity` class include `ConsumeReservationType`, `Key`, and `Values`, allowing users to define the type, key, and values of the reservation being consumed."],["The `ReservationAffinity` class has two constructors: A default, empty one and one that takes another instance of itself to clone values."]]],[]]