Uses of Class
org.jclouds.openstack.keystone.v2_0.domain.Tenant
-
-
Uses of Tenant in org.jclouds.openstack.keystone.v2_0.domain
Fields in org.jclouds.openstack.keystone.v2_0.domain with type parameters of type Tenant Modifier and Type Field Description protected com.google.common.base.Optional<Tenant>
Token.Builder. tenant
Methods in org.jclouds.openstack.keystone.v2_0.domain that return Tenant Modifier and Type Method Description Tenant
Tenant.Builder. build()
Methods in org.jclouds.openstack.keystone.v2_0.domain that return types with arguments of type Tenant Modifier and Type Method Description com.google.common.base.Optional<Tenant>
Token. getTenant()
Methods in org.jclouds.openstack.keystone.v2_0.domain with parameters of type Tenant Modifier and Type Method Description T
Tenant.Builder. fromTenant(Tenant in)
T
Token.Builder. tenant(Tenant tenant)
Constructor parameters in org.jclouds.openstack.keystone.v2_0.domain with type arguments of type Tenant Constructor Description Token(String id, Date expires, com.google.common.base.Optional<Tenant> tenant)
-
Uses of Tenant in org.jclouds.openstack.keystone.v2_0.extensions
Methods in org.jclouds.openstack.keystone.v2_0.extensions that return Tenant Modifier and Type Method Description Tenant
TenantAdminApi. create(String name)
Creates a new tenantTenant
TenantAdminApi. create(String name, CreateTenantOptions options)
Creates a new tenantTenant
TenantAdminApi. update(String id, UpdateTenantOptions options)
Updates a tenant -
Uses of Tenant in org.jclouds.openstack.keystone.v2_0.features
Methods in org.jclouds.openstack.keystone.v2_0.features that return Tenant Modifier and Type Method Description Tenant
TenantApi. get(String tenantId)
Retrieve information about a tenant, by tenant IDTenant
TenantApi. getByName(String tenantName)
Retrieve information about a tenant, by tenant nameMethods in org.jclouds.openstack.keystone.v2_0.features that return types with arguments of type Tenant Modifier and Type Method Description PagedIterable<Tenant>
TenantApi. list()
The operation returns a list of tenants which the current token provides access to.PaginatedCollection<Tenant>
TenantApi. list(PaginationOptions options)
Set<Tenant>
ServiceApi. listTenants()
The operation returns a list of tenants which the current token provides access to. -
Uses of Tenant in org.jclouds.openstack.keystone.v2_0.functions.internal
Methods in org.jclouds.openstack.keystone.v2_0.functions.internal that return types with arguments of type Tenant Modifier and Type Method Description protected com.google.common.base.Function<Object,IterableWithMarker<Tenant>>
ParseTenants.ToPagedIterable. markerToNextForArg0(com.google.common.base.Optional<Object> ignored)
-
Uses of Tenant in org.jclouds.rackspace.autoscale.v1
Methods in org.jclouds.rackspace.autoscale.v1 that return types with arguments of type Tenant Modifier and Type Method Description com.google.common.base.Optional<Tenant>
AutoscaleApi. getCurrentTenantId()
Provides the Tenant.
-