| Modifier and Type | Class and Description |
|---|---|
class |
Compute.FutureReservations.AggregatedList |
class |
Compute.FutureReservations.Cancel |
class |
Compute.FutureReservations.Delete |
class |
Compute.FutureReservations.Get |
class |
Compute.FutureReservations.Insert |
class |
Compute.FutureReservations.List |
class |
Compute.FutureReservations.Update |
| Constructor and Description |
|---|
FutureReservations() |
| Modifier and Type | Method and Description |
|---|---|
Compute.FutureReservations.AggregatedList |
aggregatedList(String project)
Retrieves an aggregated list of future reservations.
|
Compute.FutureReservations.Cancel |
cancel(String project,
String zone,
String futureReservation)
Cancel the specified future reservation.
|
Compute.FutureReservations.Delete |
delete(String project,
String zone,
String futureReservation)
Deletes the specified future reservation.
|
Compute.FutureReservations.Get |
get(String project,
String zone,
String futureReservation)
Retrieves information about the specified future reservation.
|
Compute.FutureReservations.Insert |
insert(String project,
String zone,
FutureReservation content)
Creates a new Future Reservation.
|
Compute.FutureReservations.List |
list(String project,
String zone)
A list of all the future reservations that have been configured for the specified project in
specified zone.
|
Compute.FutureReservations.Update |
update(String project,
String zone,
String futureReservation,
FutureReservation content)
Updates the specified future reservation.
|
public Compute.FutureReservations.AggregatedList aggregatedList(String project) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.IOExceptionpublic Compute.FutureReservations.Cancel cancel(String project, String zone, String futureReservation) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.zone - Name of the zone for this request. Name should conform to RFC1035.futureReservation - Name of the future reservation to retrieve. Name should conform to RFC1035.IOExceptionpublic Compute.FutureReservations.Delete delete(String project, String zone, String futureReservation) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.zone - Name of the zone for this request. Name should conform to RFC1035.futureReservation - Name of the future reservation to retrieve. Name should conform to RFC1035.IOExceptionpublic Compute.FutureReservations.Get get(String project, String zone, String futureReservation) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.zone - Name of the zone for this request. Name should conform to RFC1035.futureReservation - Name of the future reservation to retrieve. Name should conform to RFC1035.IOExceptionpublic Compute.FutureReservations.Insert insert(String project, String zone, FutureReservation content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.zone - Name of the zone for this request. Name should conform to RFC1035.content - the FutureReservationIOExceptionpublic Compute.FutureReservations.List list(String project, String zone) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.zone - Name of the zone for this request. Name should conform to RFC1035.IOExceptionpublic Compute.FutureReservations.Update update(String project, String zone, String futureReservation, FutureReservation content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.zone - Name of the zone for this request. Name should conform to RFC1035.futureReservation - Name of the reservation to update. Name should conform to RFC1035.content - the FutureReservationIOExceptionCopyright © 2011–2025 Google. All rights reserved.