reservationAffinity property
Optional. The optional reservation affinity. Setting this field will apply the specified Zonal Compute Reservation to this notebook instance.
Implementation
@$pb.TagNumber(34)
ReservationAffinity get reservationAffinity => $_getN(25);
Implementation
@$pb.TagNumber(34)
set reservationAffinity(ReservationAffinity v) { setField(34, v); }