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-03-21 UTC."],[[["The `ReservationAffinity` class in the `Google.Cloud.Dataproc.V1` namespace is designed for consuming zonal reservations in Google Cloud Dataproc."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from `Object`."],["The `ReservationAffinity` class offers constructors for creating new instances, either default or by copying another `ReservationAffinity` object."],["It includes properties such as `ConsumeReservationType`, `Key`, and `Values` to define the type, key, and values associated with the reservation."],["The latest version of the Google.Cloud.Dataproc.V1 is 5.17.0, while the page references versions as old as 3.1.0."]]],[]]