Class UpdateTenantOptions
java.lang.Object
org.jclouds.openstack.keystone.v2_0.options.UpdateTenantOptions
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<R extends HttpRequest>
RbindToRequest
(R request, Object input) <R extends HttpRequest>
RbindToRequest
(R request, Map<String, Object> postParams) creates and binds the POST payload to the request using parameters specified.description
(String description) A description can be defined when creating a tenant.enabled
(boolean enabled) boolean
Gets the default tenant descriptiongetName()
int
hashCode()
boolean
protected com.google.common.base.MoreObjects.ToStringHelper
string()
toString()
-
Constructor Details
-
UpdateTenantOptions
public UpdateTenantOptions()
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
string
protected com.google.common.base.MoreObjects.ToStringHelper string() -
toString
-
bindToRequest
Description copied from interface:MapBinder
creates and binds the POST payload to the request using parameters specified.- Specified by:
bindToRequest
in interfaceMapBinder
- See Also:
-
getDescription
Gets the default tenant description -
description
A description can be defined when creating a tenant. -
isEnabled
public boolean isEnabled() -
enabled
-
name
-
getName
-
bindToRequest
- Specified by:
bindToRequest
in interfaceBinder
-