Class CreateSnapshotOptions
java.lang.Object
org.jclouds.openstack.cinder.v1.options.CreateSnapshotOptions
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<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.description
(String description) boolean
force()
getName()
int
hashCode()
boolean
isForce()
protected com.google.common.base.MoreObjects.ToStringHelper
string()
toString()
-
Field Details
-
NONE
-
-
Constructor Details
-
CreateSnapshotOptions
public CreateSnapshotOptions()
-
-
Method Details
-
bindToRequest
Description copied from interface:MapBinder
creates and binds the POST payload to the request using parameters specified.- Specified by:
bindToRequest
in interfaceMapBinder
- See Also:
-
bindToRequest
- Specified by:
bindToRequest
in interfaceBinder
-
equals
-
hashCode
public int hashCode() -
string
protected com.google.common.base.MoreObjects.ToStringHelper string() -
toString
-
name
-
description
-
force
-
getName
-
getDescription
-
isForce
public boolean isForce()
-