Package org.jclouds.cloudstack.features
Interface ProjectApi
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProjectgetProject(String id)gets a specific Project by idSet<Project>listProjects(ListProjectsOptions... options)Lists the projects this account has access to.
-
-
-
Method Detail
-
listProjects
@Named("listProjects") @GET @Consumes("application/json") Set<Project> listProjects(ListProjectsOptions... options)Lists the projects this account has access to.- Parameters:
options- if present, how to constrain the list
-
-