| Modifier and Type | Method and Description |
|---|---|
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)
|
@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)
@Named(value="RegionOperations:list") ListPage<Operation> listAtMarkerInRegion(String region, @Nullable String marker)
@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 optionsListOptions,
ListPage@Named(value="RegionOperations:list") org.jclouds.collect.PagedIterable<Operation> listInRegion(String region)
@Named(value="RegionOperations:list") org.jclouds.collect.PagedIterable<Operation> listInRegion(String region, ListOptions listOptions)
PagedIterable,
listAtMarkerInRegion(String, String, org.jclouds.googlecomputeengine.options.ListOptions)Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.