| Modifier and Type | Class and Description |
|---|---|
class |
Compute.ZoneQueuedResources.AggregatedList |
class |
Compute.ZoneQueuedResources.Cancel |
class |
Compute.ZoneQueuedResources.Delete |
class |
Compute.ZoneQueuedResources.Get |
class |
Compute.ZoneQueuedResources.Insert |
class |
Compute.ZoneQueuedResources.List |
| Constructor and Description |
|---|
ZoneQueuedResources() |
| Modifier and Type | Method and Description |
|---|---|
Compute.ZoneQueuedResources.AggregatedList |
aggregatedList(String project)
Retrieves an aggregated list of all of the queued resources in a project across all zones.
|
Compute.ZoneQueuedResources.Cancel |
cancel(String project,
String zone,
String queuedResource)
Cancels a QueuedResource.
|
Compute.ZoneQueuedResources.Delete |
delete(String project,
String zone,
String queuedResource)
Deletes a QueuedResource.
|
Compute.ZoneQueuedResources.Get |
get(String project,
String zone,
String queuedResource)
Returns the specified QueuedResource resource.
|
Compute.ZoneQueuedResources.Insert |
insert(String project,
String zone,
QueuedResource content)
Creates a QueuedResource.
|
Compute.ZoneQueuedResources.List |
list(String project,
String zone)
Retrieves the list of QueuedResource resources.
|
public Compute.ZoneQueuedResources.AggregatedList aggregatedList(String project) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.IOExceptionpublic Compute.ZoneQueuedResources.Cancel cancel(String project, String zone, String queuedResource) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.zone - Name of the zone for this request.queuedResource - Name of the QueuedResource to cancel.IOExceptionpublic Compute.ZoneQueuedResources.Delete delete(String project, String zone, String queuedResource) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.zone - Name of the zone for this request.queuedResource - Name of the QueuedResource to delete.IOExceptionpublic Compute.ZoneQueuedResources.Get get(String project, String zone, String queuedResource) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.zone - Name of the zone for this request.queuedResource - Name of the QueuedResource resource to return.IOExceptionpublic Compute.ZoneQueuedResources.Insert insert(String project, String zone, QueuedResource 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.content - the QueuedResourceIOExceptionpublic Compute.ZoneQueuedResources.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.IOExceptionCopyright © 2011–2023 Google. All rights reserved.