Class CreateVolumeSnapshotOptions
- java.lang.Object
-
- org.jclouds.openstack.nova.v2_0.options.CreateVolumeSnapshotOptions
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CreateVolumeSnapshotOptions.Builder
-
Field Summary
Fields Modifier and Type Field Description static CreateVolumeSnapshotOptions
NONE
-
Constructor Summary
Constructors Constructor Description CreateVolumeSnapshotOptions()
-
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.CreateVolumeSnapshotOptions
description(String description)
boolean
equals(Object object)
CreateVolumeSnapshotOptions
force()
String
getDescription()
String
getName()
int
hashCode()
boolean
isForce()
CreateVolumeSnapshotOptions
name(String name)
protected com.google.common.base.MoreObjects.ToStringHelper
string()
String
toString()
-
-
-
Field Detail
-
NONE
public static final CreateVolumeSnapshotOptions NONE
-
-
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()
-
name
public CreateVolumeSnapshotOptions name(String name)
-
description
public CreateVolumeSnapshotOptions description(String description)
-
force
public CreateVolumeSnapshotOptions force()
-
getName
public String getName()
-
getDescription
public String getDescription()
-
isForce
public boolean isForce()
-
-