Modifier and Type | Class and Description |
---|---|
static class |
CreateBackupOfServerOptions.Builder |
Modifier and Type | Field and Description |
---|---|
protected BindToJsonPayload |
jsonBinder |
static CreateBackupOfServerOptions |
NONE |
Constructor and Description |
---|
CreateBackupOfServerOptions() |
Modifier and Type | Method and Description |
---|---|
<R extends HttpRequest> |
bindToRequest(R request,
Map<String,Object> postParams)
creates and binds the POST payload to the request using parameters specified.
|
<R extends HttpRequest> |
bindToRequest(R request,
Object toBind) |
boolean |
equals(Object object) |
Map<String,String> |
getMetadata()
Extra image properties to include
|
int |
hashCode() |
CreateBackupOfServerOptions |
metadata(Map<String,String> metadata) |
protected com.google.common.base.Objects.ToStringHelper |
string() |
String |
toString() |
public static final CreateBackupOfServerOptions NONE
@Inject protected BindToJsonPayload jsonBinder
public <R extends HttpRequest> R bindToRequest(R request, Map<String,Object> postParams)
MapBinder
bindToRequest
in interface MapBinder
PayloadParam
public <R extends HttpRequest> R bindToRequest(R request, Object toBind)
bindToRequest
in interface Binder
protected com.google.common.base.Objects.ToStringHelper string()
public CreateBackupOfServerOptions metadata(Map<String,String> metadata)
getMetadata()
Copyright © 2009-2013 jclouds. All Rights Reserved.