org.jclouds.openstack.nova.v2_0.options
Class CreateVolumeTypeOptions

java.lang.Object
  extended by org.jclouds.openstack.nova.v2_0.options.CreateVolumeTypeOptions
All Implemented Interfaces:
org.jclouds.rest.Binder, org.jclouds.rest.MapBinder

public class CreateVolumeTypeOptions
extends Object
implements org.jclouds.rest.MapBinder


Nested Class Summary
static class CreateVolumeTypeOptions.Builder
           
 
Field Summary
protected  org.jclouds.rest.binders.BindToJsonPayload jsonBinder
           
static CreateVolumeTypeOptions NONE
           
protected  Map<String,String> specs
           
 
Constructor Summary
CreateVolumeTypeOptions()
           
 
Method Summary
<R extends org.jclouds.http.HttpRequest>
R
bindToRequest(R request, Map<String,Object> postParams)
           
<R extends org.jclouds.http.HttpRequest>
R
bindToRequest(R request, Object toBind)
           
 boolean equals(Object object)
           
 Map<String,String> getSpecs()
           
 int hashCode()
           
 CreateVolumeTypeOptions specs(Map<String,String> specs)
           
protected  com.google.common.base.Objects.ToStringHelper string()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

NONE

public static final CreateVolumeTypeOptions NONE

jsonBinder

@Inject
protected org.jclouds.rest.binders.BindToJsonPayload jsonBinder

specs

protected Map<String,String> specs
Constructor Detail

CreateVolumeTypeOptions

public CreateVolumeTypeOptions()
Method Detail

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

bindToRequest

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

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.Objects.ToStringHelper string()

toString

public String toString()
Overrides:
toString in class Object

specs

public CreateVolumeTypeOptions specs(Map<String,String> specs)

getSpecs

public Map<String,String> getSpecs()


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.