FutureReservations
class FutureReservations extends Resource (View source)
The "futureReservations" collection of methods.
Typical usage is:
$computeService = new Google\Service\Compute(...);
$futureReservations = $computeService->futureReservations; Methods
Retrieves an aggregated list of future reservations. To prevent failure,
Google recommends that you set the returnPartialSuccess parameter to
true. (futureReservations.aggregatedList)
Cancel the specified future reservation. (futureReservations.cancel)
Deletes the specified future reservation. (futureReservations.delete)
Retrieves information about the specified future reservation.
Creates a new Future Reservation. (futureReservations.insert)
A list of all the future reservations that have been configured for the specified project in specified zone.
Updates the specified future reservation. (futureReservations.update)
Details
FutureReservationsAggregatedListResponse
aggregatedList(string $project, array $optParams = [])
Retrieves an aggregated list of future reservations. To prevent failure,
Google recommends that you set the returnPartialSuccess parameter to
true. (futureReservations.aggregatedList)
Operation
cancel(string $project, string $zone, string $futureReservation, array $optParams = [])
Cancel the specified future reservation. (futureReservations.cancel)
Operation
delete(string $project, string $zone, string $futureReservation, array $optParams = [])
Deletes the specified future reservation. (futureReservations.delete)
FutureReservation
get(string $project, string $zone, string $futureReservation, array $optParams = [])
Retrieves information about the specified future reservation.
(futureReservations.get)
Operation
insert(string $project, string $zone, FutureReservation $postBody, array $optParams = [])
Creates a new Future Reservation. (futureReservations.insert)
FutureReservationsListResponse
listFutureReservations(string $project, string $zone, array $optParams = [])
A list of all the future reservations that have been configured for the specified project in specified zone.
(futureReservations.listFutureReservations)
Operation
update(string $project, string $zone, string $futureReservation, FutureReservation $postBody, array $optParams = [])
Updates the specified future reservation. (futureReservations.update)