Uses of Interface
org.openstack4j.model.identity.v2.Tenant
-
-
Uses of Tenant in org.openstack4j.api.identity.v2
Methods in org.openstack4j.api.identity.v2 that return Tenant Modifier and Type Method Description TenantTenantService. create(Tenant tenant)Creates a new TenantTenantTenantService. get(String tenantId)Gets detailed information about a specified tenant by IDTenantTenantService. getByName(String tenantName)Gets detailed information about a specified tenant by nameTenantTenantService. update(Tenant tenant)Updates the tenant (ID must be set within the inbound tenant)Methods in org.openstack4j.api.identity.v2 that return types with arguments of type Tenant Modifier and Type Method Description List<? extends Tenant>TenantService. list()Lists tenants to which the specified token has access.Methods in org.openstack4j.api.identity.v2 with parameters of type Tenant Modifier and Type Method Description TenantTenantService. create(Tenant tenant)Creates a new TenantTenantTenantService. update(Tenant tenant)Updates the tenant (ID must be set within the inbound tenant) -
Uses of Tenant in org.openstack4j.model.identity.v2
Methods in org.openstack4j.model.identity.v2 that return Tenant Modifier and Type Method Description TenantTokenV2. getTenant() -
Uses of Tenant in org.openstack4j.model.identity.v2.builder
Methods in org.openstack4j.model.identity.v2.builder with parameters of type Tenant Modifier and Type Method Description UserBuilderUserBuilder. tenant(Tenant tenant)Accepts an existing tenant and uses the tenant's id -
Uses of Tenant in org.openstack4j.openstack.identity.v2.domain
Classes in org.openstack4j.openstack.identity.v2.domain that implement Tenant Modifier and Type Class Description classKeystoneTenantTenant Model class use to group/isolate resources and/or identity objectsMethods in org.openstack4j.openstack.identity.v2.domain that return Tenant Modifier and Type Method Description TenantKeystoneTenant.TenantConcreteBuilder. build()Creates and return the Model Entity MTenantKeystoneToken. getTenant()Methods in org.openstack4j.openstack.identity.v2.domain with parameters of type Tenant Modifier and Type Method Description TenantBuilderKeystoneTenant.TenantConcreteBuilder. from(Tenant in)Creates a Builder using the param M as the default valuesUserBuilderKeystoneUser.UserConcreteBuilder. tenant(Tenant tenant) -
Uses of Tenant in org.openstack4j.openstack.identity.v2.internal
Methods in org.openstack4j.openstack.identity.v2.internal that return Tenant Modifier and Type Method Description TenantTenantServiceImpl. create(Tenant tenant)TenantTenantServiceImpl. get(String tenantId)TenantTenantServiceImpl. getByName(String tenantName)TenantTenantServiceImpl. update(Tenant tenant)Methods in org.openstack4j.openstack.identity.v2.internal that return types with arguments of type Tenant Modifier and Type Method Description List<? extends Tenant>TenantServiceImpl. list()Methods in org.openstack4j.openstack.identity.v2.internal with parameters of type Tenant Modifier and Type Method Description TenantTenantServiceImpl. create(Tenant tenant)TenantTenantServiceImpl. update(Tenant tenant)
-