|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface GlobalOperationApi
Provides access to Global Operations via their REST API.
| Method Summary | |
|---|---|
void |
delete(String operationName)
Deletes the specified operation resource. |
Operation |
get(String operationName)
Retrieves the specified operation resource. |
org.jclouds.collect.PagedIterable<Operation> |
list()
|
org.jclouds.collect.PagedIterable<Operation> |
list(ListOptions listOptions)
A paged version of GlobalOperationApi#listFirstPage() |
ListPage<Operation> |
listAtMarker(String marker)
|
ListPage<Operation> |
listAtMarker(String marker,
ListOptions listOptions)
Retrieves the listFirstPage of operation resources contained within the specified project. |
ListPage<Operation> |
listFirstPage()
|
| Method Detail |
|---|
@Named(value="GlobalOperations:get") Operation get(String operationName)
operationName - name of the operation resource to return.
@Named(value="GlobalOperations:delete") void delete(String operationName)
operationName - name of the operation resource to delete.@Named(value="GlobalOperations:list") ListPage<Operation> listFirstPage()
listAtMarker(String, org.jclouds.googlecomputeengine.options.ListOptions)
@Named(value="GlobalOperations:list")
ListPage<Operation> listAtMarker(@Nullable
String marker)
listAtMarker(String, org.jclouds.googlecomputeengine.options.ListOptions)
@Named(value="GlobalOperations:list")
ListPage<Operation> listAtMarker(@Nullable
String marker,
ListOptions listOptions)
marker - marks the beginning of the next list pagelistOptions - listing options
ListOptions,
ListPage@Named(value="GlobalOperations:list") org.jclouds.collect.PagedIterable<Operation> list()
list(org.jclouds.googlecomputeengine.options.ListOptions)@Named(value="GlobalOperations:list") org.jclouds.collect.PagedIterable<Operation> list(ListOptions listOptions)
PagedIterable,
listAtMarker(String, org.jclouds.googlecomputeengine.options.ListOptions)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||