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-06-12 UTC."],[[["This webpage details the `ReservationAffinity` class, which is used for consuming zonal reservations within the Google Cloud Notebooks V1 API."],["The `ReservationAffinity` class is part of the `Google.Cloud.Notebooks.V1` namespace and is available in the `Google.Cloud.Notebooks.V1.dll` assembly."],["Several versions of `ReservationAffinity` are listed, with `2.5.0` as the latest and `1.0.0-beta04` being the documented version on this page, where all the details can be found."],["`ReservationAffinity` has properties like `ConsumeReservationType`, `Key`, and `Values`, allowing specification of the type, key, and values of the reservation resource to be used."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."]]],[]]