| Modifier and Type | Class and Description |
|---|---|
class |
Compute.ReservationBlocks.Get |
class |
Compute.ReservationBlocks.List |
| Constructor and Description |
|---|
ReservationBlocks() |
| Modifier and Type | Method and Description |
|---|---|
Compute.ReservationBlocks.Get |
get(String project,
String zone,
String reservation,
String reservationBlock)
Retrieves information about the specified reservation block.
|
Compute.ReservationBlocks.List |
list(String project,
String zone,
String reservation)
Retrieves a list of reservation blocks under a single reservation.
|
public Compute.ReservationBlocks.Get get(String project, String zone, String reservation, String reservationBlock) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.zone - Name of the zone for this request. Zone name should conform to RFC1035.reservation - The name of the reservation. Name should conform to RFC1035 or be a resource ID.reservationBlock - The name of the reservation block. Name should conform to RFC1035 or be a resource ID.IOExceptionpublic Compute.ReservationBlocks.List list(String project, String zone, String reservation) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.zone - Name of the zone for this request. Zone name should conform to RFC1035.reservation - The name of the reservation. Name should conform to RFC1035 or be a resource ID.IOExceptionCopyright © 2011–2024 Google. All rights reserved.