Class CreateBackupOfServerOptions
- java.lang.Object
-
- org.jclouds.openstack.nova.v2_0.options.CreateBackupOfServerOptions
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CreateBackupOfServerOptions.Builder
-
Field Summary
Fields Modifier and Type Field Description protected BindToJsonPayload
jsonBinder
static CreateBackupOfServerOptions
NONE
-
Constructor Summary
Constructors Constructor Description CreateBackupOfServerOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R extends HttpRequest>
RbindToRequest(R request, Object toBind)
<R extends HttpRequest>
RbindToRequest(R request, Map<String,Object> postParams)
creates and binds the POST payload to the request using parameters specified.boolean
equals(Object object)
Map<String,String>
getMetadata()
Extra image properties to includeint
hashCode()
CreateBackupOfServerOptions
metadata(Map<String,String> metadata)
protected com.google.common.base.MoreObjects.ToStringHelper
string()
String
toString()
-
-
-
Field Detail
-
NONE
public static final CreateBackupOfServerOptions NONE
-
jsonBinder
@Inject protected BindToJsonPayload jsonBinder
-
-
Method Detail
-
bindToRequest
public <R extends HttpRequest> R bindToRequest(R request, Map<String,Object> postParams)
Description copied from interface:MapBinder
creates and binds the POST payload to the request using parameters specified.- Specified by:
bindToRequest
in interfaceMapBinder
- See Also:
PayloadParam
-
bindToRequest
public <R extends HttpRequest> R bindToRequest(R request, Object toBind)
- Specified by:
bindToRequest
in interfaceBinder
-
string
protected com.google.common.base.MoreObjects.ToStringHelper string()
-
metadata
public CreateBackupOfServerOptions metadata(Map<String,String> metadata)
- See Also:
getMetadata()
-
-