|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@Beta public interface ServiceAdminApi
Provides access to Service Administration actions.
| Method Summary | |
|---|---|
Service |
create(String name,
String type,
String description)
Creates a new Service |
boolean |
delete(String serviceId)
Deletes a service |
Service |
get(String serviceId)
Gets the service |
org.jclouds.collect.PagedIterable<Service> |
list()
Retrieve the list of services |
PaginatedCollection<Service> |
list(PaginationOptions options)
|
| Method Detail |
|---|
@Named(value="service:list") org.jclouds.collect.PagedIterable<Service> list()
@Named(value="service:list") PaginatedCollection<Service> list(PaginationOptions options)
@Named(value="service:create")
@Nullable
Service create(String name,
String type,
String description)
@Named(value="service:get") @Nullable Service get(String serviceId)
@Named(value="service:delete") boolean delete(String serviceId)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||