public sealed class ReservationAffinity : IMessage<ReservationAffinity>, IEquatable<ReservationAffinity>, IDeepCloneable<ReservationAffinity>, IBufferMessage, IMessage
Reference documentation and code samples for the AI Platform Notebooks v1 API class ReservationAffinity.
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 Notebooks v1 API is used to manage how zonal reservations are consumed."],["This class is part of the `Google.Cloud.Notebooks.V1` namespace and is found within the `Google.Cloud.Notebooks.V1.dll` assembly."],["`ReservationAffinity` implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality checks, deep cloning, and buffer message operations."],["Key properties of the `ReservationAffinity` class include `ConsumeReservationType`, `Key`, and `Values`, which are used to specify the type, key, and values of the reservation to be consumed."],["There are multiple available versions of `ReservationAffinity`, with version `2.5.0` being the latest, along with previous releases going as far back as `1.0.0-beta04`."]]],[]]