public class CreateVolumeTypeOptions extends Object implements org.jclouds.rest.MapBinder
| Modifier and Type | Class and Description |
|---|---|
static class |
CreateVolumeTypeOptions.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected org.jclouds.rest.binders.BindToJsonPayload |
jsonBinder |
static CreateVolumeTypeOptions |
NONE |
protected Map<String,String> |
specs |
| Constructor and Description |
|---|
CreateVolumeTypeOptions() |
| Modifier and Type | Method and Description |
|---|---|
<R extends org.jclouds.http.HttpRequest> |
bindToRequest(R request,
Map<String,Object> postParams) |
<R extends org.jclouds.http.HttpRequest> |
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() |
public static final CreateVolumeTypeOptions NONE
@Inject protected org.jclouds.rest.binders.BindToJsonPayload jsonBinder
public <R extends org.jclouds.http.HttpRequest> R bindToRequest(R request,
Map<String,Object> postParams)
bindToRequest in interface org.jclouds.rest.MapBinderpublic <R extends org.jclouds.http.HttpRequest> R bindToRequest(R request,
Object toBind)
bindToRequest in interface org.jclouds.rest.Binderprotected com.google.common.base.Objects.ToStringHelper string()
public CreateVolumeTypeOptions specs(Map<String,String> specs)
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.