org.jclouds.openstack.cinder.v1.options
Class CreateSnapshotOptions

java.lang.Object
  extended by org.jclouds.openstack.cinder.v1.options.CreateSnapshotOptions
All Implemented Interfaces:
org.jclouds.rest.Binder, org.jclouds.rest.MapBinder

public class CreateSnapshotOptions
extends Object
implements org.jclouds.rest.MapBinder


Nested Class Summary
static class CreateSnapshotOptions.Builder
           
 
Field Summary
static CreateSnapshotOptions NONE
           
 
Constructor Summary
CreateSnapshotOptions()
           
 
Method Summary
<R extends org.jclouds.http.HttpRequest>
R
bindToRequest(R request, Map<String,Object> postParams)
           
<R extends org.jclouds.http.HttpRequest>
R
bindToRequest(R request, Object toBind)
           
 CreateSnapshotOptions description(String description)
           
 boolean equals(Object object)
           
 CreateSnapshotOptions force()
           
 String getDescription()
           
 String getName()
           
 int hashCode()
           
 boolean isForce()
           
 CreateSnapshotOptions name(String name)
           
protected  com.google.common.base.Objects.ToStringHelper string()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

NONE

public static final CreateSnapshotOptions NONE
Constructor Detail

CreateSnapshotOptions

public CreateSnapshotOptions()
Method Detail

bindToRequest

public <R extends org.jclouds.http.HttpRequest> R bindToRequest(R request,
                                                                Map<String,Object> postParams)
Specified by:
bindToRequest in interface org.jclouds.rest.MapBinder

bindToRequest

public <R extends org.jclouds.http.HttpRequest> R bindToRequest(R request,
                                                                Object toBind)
Specified by:
bindToRequest in interface org.jclouds.rest.Binder

equals

public boolean equals(Object object)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

string

protected com.google.common.base.Objects.ToStringHelper string()

toString

public String toString()
Overrides:
toString in class Object

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()


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.