Uses of Class
org.jclouds.cloudstack.domain.Project
-
Packages that use Project Package Description org.jclouds.cloudstack.compute.config org.jclouds.cloudstack.domain org.jclouds.cloudstack.features org.jclouds.cloudstack.suppliers -
-
Uses of Project in org.jclouds.cloudstack.compute.config
Methods in org.jclouds.cloudstack.compute.config that return types with arguments of type Project Modifier and Type Method Description com.google.common.base.Supplier<Map<String,Project>>
CloudStackComputeServiceContextModule. listProjects(AtomicReference<AuthorizationException> authException, long seconds, ProjectsForCurrentUser projectsForCurrentUser)
-
Uses of Project in org.jclouds.cloudstack.domain
Methods in org.jclouds.cloudstack.domain that return Project Modifier and Type Method Description Project
Project.Builder. build()
Methods in org.jclouds.cloudstack.domain with parameters of type Project Modifier and Type Method Description int
Project. compareTo(Project other)
T
Project.Builder. fromDomain(Project in)
-
Uses of Project in org.jclouds.cloudstack.features
Methods in org.jclouds.cloudstack.features that return Project Modifier and Type Method Description Project
ProjectApi. getProject(String id)
gets a specific Project by idMethods in org.jclouds.cloudstack.features that return types with arguments of type Project Modifier and Type Method Description Set<Project>
ProjectApi. listProjects(ListProjectsOptions... options)
Lists the projects this account has access to. -
Uses of Project in org.jclouds.cloudstack.suppliers
Methods in org.jclouds.cloudstack.suppliers that return types with arguments of type Project Modifier and Type Method Description Map<String,Project>
ProjectsForCurrentUser. get()
-