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