Modifier and Type | Class and Description |
---|---|
class |
Compute.ReservationSubBlocks.Get |
class |
Compute.ReservationSubBlocks.List |
class |
Compute.ReservationSubBlocks.PerformMaintenance |
Constructor and Description |
---|
ReservationSubBlocks() |
Modifier and Type | Method and Description |
---|---|
Compute.ReservationSubBlocks.Get |
get(String project,
String zone,
String parentName,
String reservationSubBlock)
Retrieves information about the specified reservation subBlock.
|
Compute.ReservationSubBlocks.List |
list(String project,
String zone,
String parentName)
Retrieves a list of reservation subBlocks under a single reservation.
|
Compute.ReservationSubBlocks.PerformMaintenance |
performMaintenance(String project,
String zone,
String parentName,
String reservationSubBlock)
Allows customers to perform maintenance on a reservation subBlock
Create a request for the method "reservationSubBlocks.performMaintenance".
|
public Compute.ReservationSubBlocks.Get get(String project, String zone, String parentName, String reservationSubBlock) 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.parentName
- The name of the parent reservation and parent block. In the format of
reservations/{reservation_name}/reservationBlocks/{reservation_block_name}reservationSubBlock
- The name of the reservation subBlock. Name should conform to RFC1035 or be a resource ID.IOException
public Compute.ReservationSubBlocks.List list(String project, String zone, String parentName) 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.parentName
- The name of the parent reservation and parent block. In the format of
reservations/{reservation_name}/reservationBlocks/{reservation_block_name}IOException
public Compute.ReservationSubBlocks.PerformMaintenance performMaintenance(String project, String zone, String parentName, String reservationSubBlock) 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.parentName
- The name of the parent reservation and parent block. In the format of
reservations/{reservation_name}/reservationBlocks/{reservation_block_name}reservationSubBlock
- The name of the reservation subBlock. Name should conform to RFC1035 or be a resource ID.IOException
Copyright © 2011–2025 Google. All rights reserved.