Class CreateTenantOptions
java.lang.Object
org.jclouds.openstack.keystone.v2_0.options.CreateTenantOptions
- All Implemented Interfaces:
org.jclouds.rest.Binder,org.jclouds.rest.MapBinder
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<R extends org.jclouds.http.HttpRequest>
RbindToRequest(R request, Object input) <R extends org.jclouds.http.HttpRequest>
RbindToRequest(R request, Map<String, Object> postParams) description(String description) A description can be defined when creating a tenant.enabled(boolean enabled) booleanGets the default tenant descriptioninthashCode()booleanprotected com.google.common.base.MoreObjects.ToStringHelperstring()toString()
-
Constructor Details
-
CreateTenantOptions
public CreateTenantOptions()
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
string
protected com.google.common.base.MoreObjects.ToStringHelper string() -
toString
-
bindToRequest
public <R extends org.jclouds.http.HttpRequest> R bindToRequest(R request, Map<String, Object> postParams) - Specified by:
bindToRequestin interfaceorg.jclouds.rest.MapBinder
-
getDescription
Gets the default tenant description -
description
A description can be defined when creating a tenant. -
isEnabled
public boolean isEnabled() -
enabled
-
bindToRequest
- Specified by:
bindToRequestin interfaceorg.jclouds.rest.Binder
-