Modifier and Type | Class and Description |
---|---|
static class |
CreateVolumeSnapshotOptions.Builder |
Modifier and Type | Field and Description |
---|---|
static CreateVolumeSnapshotOptions |
NONE |
Constructor and Description |
---|
CreateVolumeSnapshotOptions() |
Modifier and Type | Method and Description |
---|---|
<R extends HttpRequest> |
bindToRequest(R request,
Map<String,Object> postParams)
creates and binds the POST payload to the request using parameters specified.
|
<R extends HttpRequest> |
bindToRequest(R request,
Object toBind) |
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.Objects.ToStringHelper |
string() |
String |
toString() |
public static final CreateVolumeSnapshotOptions NONE
public <R extends HttpRequest> R bindToRequest(R request, Map<String,Object> postParams)
MapBinder
bindToRequest
in interface MapBinder
PayloadParam
public <R extends HttpRequest> R bindToRequest(R request, Object toBind)
bindToRequest
in interface Binder
protected com.google.common.base.Objects.ToStringHelper string()
public CreateVolumeSnapshotOptions name(String name)
public CreateVolumeSnapshotOptions description(String description)
public CreateVolumeSnapshotOptions force()
public String getName()
public String getDescription()
public boolean isForce()
Copyright © 2009-2013 jclouds. All Rights Reserved.