Class UpdateTenantOptions

java.lang.Object
org.jclouds.openstack.keystone.v2_0.options.UpdateTenantOptions
All Implemented Interfaces:
org.jclouds.rest.Binder, org.jclouds.rest.MapBinder

public class UpdateTenantOptions extends Object implements org.jclouds.rest.MapBinder
  • Constructor Details

    • UpdateTenantOptions

      public UpdateTenantOptions()
  • Method Details

    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • string

      protected com.google.common.base.MoreObjects.ToStringHelper string()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • bindToRequest

      public <R extends org.jclouds.http.HttpRequest> R bindToRequest(R request, Map<String,Object> postParams)
      Specified by:
      bindToRequest in interface org.jclouds.rest.MapBinder
    • getDescription

      public String getDescription()
      Gets the default tenant description
    • description

      public UpdateTenantOptions description(String description)
      A description can be defined when creating a tenant.
    • isEnabled

      public boolean isEnabled()
    • enabled

      public UpdateTenantOptions enabled(boolean enabled)
    • name

      public UpdateTenantOptions name(String name)
    • getName

      public String getName()
    • bindToRequest

      public <R extends org.jclouds.http.HttpRequest> R bindToRequest(R request, Object input)
      Specified by:
      bindToRequest in interface org.jclouds.rest.Binder