| Modifier and Type | Method and Description |
|---|---|
void |
deleteInZone(String zone,
String operationName)
Deletes the specified operation resource.
|
Operation |
getInZone(String zone,
String operationName)
Retrieves the specified operation resource.
|
ListPage<Operation> |
listAtMarkerInZone(String zone,
String marker) |
ListPage<Operation> |
listAtMarkerInZone(String zone,
String marker,
ListOptions listOptions)
Retrieves the listFirstPage of operation resources contained within the specified project.
|
ListPage<Operation> |
listFirstPageInZone(String zone) |
org.jclouds.collect.PagedIterable<Operation> |
listInZone(String zone) |
org.jclouds.collect.PagedIterable<Operation> |
listInZone(String zone,
ListOptions listOptions)
A paged version of ZoneOperationApi#listFirstPageInZone(String)
|
@Named(value="ZoneOperations:get") Operation getInZone(String zone, String operationName)
zone - the zone the operation is inoperationName - name of the operation resource to return.@Named(value="ZoneOperations:delete") void deleteInZone(String zone, String operationName)
zone - the zone the operation is inoperationName - name of the operation resource to delete.@Named(value="ZoneOperations:list") ListPage<Operation> listFirstPageInZone(String zone)
@Named(value="ZoneOperations:list") ListPage<Operation> listAtMarkerInZone(String zone, @Nullable String marker)
@Named(value="ZoneOperations:list") ListPage<Operation> listAtMarkerInZone(String zone, @Nullable String marker, ListOptions listOptions)
zone - the zone to list inmarker - marks the beginning of the next list pagelistOptions - listing optionsListOptions,
ListPage@Named(value="ZoneOperations:list") org.jclouds.collect.PagedIterable<Operation> listInZone(String zone)
@Named(value="ZoneOperations:list") org.jclouds.collect.PagedIterable<Operation> listInZone(String zone, ListOptions listOptions)
PagedIterable,
listAtMarkerInZone(String, String, org.jclouds.googlecomputeengine.options.ListOptions)Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.