Class CreateSnapshotOptions
- java.lang.Object
 - 
- org.jclouds.openstack.cinder.v1.options.CreateSnapshotOptions
 
 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCreateSnapshotOptions.Builder 
- 
Field Summary
Fields Modifier and Type Field Description static CreateSnapshotOptionsNONE 
- 
Constructor Summary
Constructors Constructor Description CreateSnapshotOptions() 
- 
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.CreateSnapshotOptionsdescription(String description)booleanequals(Object object)CreateSnapshotOptionsforce()StringgetDescription()StringgetName()inthashCode()booleanisForce()CreateSnapshotOptionsname(String name)protected com.google.common.base.MoreObjects.ToStringHelperstring()StringtoString() 
 - 
 
- 
- 
Field Detail
- 
NONE
public static final CreateSnapshotOptions NONE
 
 - 
 
- 
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()
 
- 
name
public CreateSnapshotOptions name(String name)
 
- 
description
public CreateSnapshotOptions description(String description)
 
- 
force
public CreateSnapshotOptions force()
 
- 
getName
public String getName()
 
- 
getDescription
public String getDescription()
 
- 
isForce
public boolean isForce()
 
 - 
 
 -