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-17 UTC."],[[["The `ReservationAffinity` class in the `Google.Cloud.Dataproc.V1` namespace is designed for managing zonal reservation consumption within Google Cloud Dataproc."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its integration with Google Protocol Buffers and its capabilities for message handling and object cloning."],["The `ReservationAffinity` class includes properties like `ConsumeReservationType`, `Key`, and `Values` to specify the type of reservation to consume, the label key, and the label values of the reservation resource."],["The latest version available for the `ReservationAffinity` class is version 5.17.0, with several prior versions from 5.16.0 down to 3.1.0, providing a history of the classes evolution."],["The `ReservationAffinity` class can be constructed either with no parameters or by using another `ReservationAffinity` object, via its contructors."]]],[]]