|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@Beta public interface ServiceAdminAsyncApi
Provides asynchronous access to services Administration actions.
ServiceAdminApi| Method Summary | |
|---|---|
com.google.common.util.concurrent.ListenableFuture<? extends Service> |
create(String name,
String type,
String description)
Creates a new service |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
delete(String id)
Deletes a service. |
com.google.common.util.concurrent.ListenableFuture<? extends Service> |
get(String serviceId)
Gets the service |
com.google.common.util.concurrent.ListenableFuture<? extends org.jclouds.collect.PagedIterable<? extends Service>> |
list()
|
com.google.common.util.concurrent.ListenableFuture<? extends PaginatedCollection<? extends Service>> |
list(PaginationOptions options)
|
| Method Detail |
|---|
@Named(value="service:list") com.google.common.util.concurrent.ListenableFuture<? extends org.jclouds.collect.PagedIterable<? extends Service>> list()
ServiceApi#list()@Named(value="service:list") com.google.common.util.concurrent.ListenableFuture<? extends PaginatedCollection<? extends Service>> list(PaginationOptions options)
ServiceApi#list(PaginationOptions)
@Named(value="service:create")
com.google.common.util.concurrent.ListenableFuture<? extends Service> create(String name,
String type,
String description)
@Named(value="service:get") com.google.common.util.concurrent.ListenableFuture<? extends Service> get(String serviceId)
@Named(value="service:delete") com.google.common.util.concurrent.ListenableFuture<Boolean> delete(String id)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||