existingReservations property

List<String>? existingReservations
getter/setter pair

Specifies the already existing reservations to attach to the Commitment.

This field is optional, and it can be a full or partial URL. For example, the following are valid URLs to an reservation: - https://www.googleapis.com/compute/v1/projects/project/zones/zone /reservations/reservation - projects/project/zones/zone/reservations/reservation

Implementation

core.List<core.String>? existingReservations;