Class CreateBackupOfServerOptions
- java.lang.Object
-
- org.jclouds.openstack.nova.v2_0.options.CreateBackupOfServerOptions
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCreateBackupOfServerOptions.Builder
-
Field Summary
Fields Modifier and Type Field Description protected BindToJsonPayloadjsonBinderstatic CreateBackupOfServerOptionsNONE
-
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.booleanequals(Object object)Map<String,String>getMetadata()Extra image properties to includeinthashCode()CreateBackupOfServerOptionsmetadata(Map<String,String> metadata)protected com.google.common.base.MoreObjects.ToStringHelperstring()StringtoString()
-
-
-
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:MapBindercreates and binds the POST payload to the request using parameters specified.- Specified by:
bindToRequestin interfaceMapBinder- See Also:
PayloadParam
-
bindToRequest
public <R extends HttpRequest> R bindToRequest(R request, Object toBind)
- Specified by:
bindToRequestin interfaceBinder
-
string
protected com.google.common.base.MoreObjects.ToStringHelper string()
-
metadata
public CreateBackupOfServerOptions metadata(Map<String,String> metadata)
- See Also:
getMetadata()
-
-