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. tenantMethods in org.jclouds.openstack.keystone.v2_0.domain that return Tenant Modifier and Type Method Description TenantTenant.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 TTenant.Builder. fromTenant(Tenant in)TToken.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 TenantTenantAdminApi. create(String name)Creates a new tenantTenantTenantAdminApi. create(String name, CreateTenantOptions options)Creates a new tenantTenantTenantAdminApi. 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 TenantTenantApi. get(String tenantId)Retrieve information about a tenant, by tenant IDTenantTenantApi. 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.
-