|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ZoneOperationApi
Provides access to Operations via their REST API.
| Method Summary | |
|---|---|
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) |
| Method Detail |
|---|
@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)
listAtMarkerInZone(String, String, org.jclouds.googlecomputeengine.options.ListOptions)
@Named(value="ZoneOperations:list")
ListPage<Operation> listAtMarkerInZone(String zone,
@Nullable
String marker)
listAtMarkerInZone(String, String, org.jclouds.googlecomputeengine.options.ListOptions)
@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 options
ListOptions,
ListPage@Named(value="ZoneOperations:list") org.jclouds.collect.PagedIterable<Operation> listInZone(String zone)
listInZone(String, org.jclouds.googlecomputeengine.options.ListOptions)
@Named(value="ZoneOperations:list")
org.jclouds.collect.PagedIterable<Operation> listInZone(String zone,
ListOptions listOptions)
PagedIterable,
listAtMarkerInZone(String, String, org.jclouds.googlecomputeengine.options.ListOptions)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||