Class Tenant
java.lang.Object
org.jclouds.openstack.keystone.v2_0.domain.Tenant
A container used to group or isolate resources and/or identity objects.
Depending on the service operator, a tenant may map to a customer, account,
organization, or project.
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Tenant
-
-
Method Details
-
builder
-
toBuilder
-
getId
When providing an ID, it is assumed that the tenant exists in the current OpenStack deployment- Returns:
- the id of the tenant in the current OpenStack deployment
-
getName
- Returns:
- the name of the tenant
-
getDescription
- Returns:
- the description of the tenant
-
isEnabled
public boolean isEnabled()- Returns:
- if the tenant is enabled
-
hashCode
public int hashCode() -
equals
-
string
protected com.google.common.base.MoreObjects.ToStringHelper string() -
toString
-