Uses of Class
org.jclouds.openstack.keystone.v3.domain.Project
-
Packages that use Project Package Description org.jclouds.openstack.keystone.v3.domain org.jclouds.openstack.keystone.v3.features -
-
Uses of Project in org.jclouds.openstack.keystone.v3.domain
Methods in org.jclouds.openstack.keystone.v3.domain that return Project Modifier and Type Method Description Project
Project.Builder. build()
static Project
Project. create(boolean isDomain, String description, String domainId, String domainName, boolean enabled, String id, String name, String parentId, List<String> tags, Link link)
-
Uses of Project in org.jclouds.openstack.keystone.v3.features
Methods in org.jclouds.openstack.keystone.v3.features that return Project Modifier and Type Method Description Project
ProjectApi. create(String name, String description, boolean enabled, boolean isDomain, String domainId, String parentId)
Project
ProjectApi. get(String id)
Project
ProjectApi. update(String id, Project project)
Methods in org.jclouds.openstack.keystone.v3.features that return types with arguments of type Project Modifier and Type Method Description List<Project>
ProjectApi. list()
List<Project>
UserApi. listProjects(String id)
Methods in org.jclouds.openstack.keystone.v3.features with parameters of type Project Modifier and Type Method Description Project
ProjectApi. update(String id, Project project)
-