org.jclouds.openstack.nova.v2_0.options
Class CreateVolumeSnapshotOptions
java.lang.Object
org.jclouds.openstack.nova.v2_0.options.CreateVolumeSnapshotOptions
- All Implemented Interfaces:
- Binder, MapBinder
public class CreateVolumeSnapshotOptions
- extends Object
- implements MapBinder
- Author:
- Adam Lowe
NONE
public static final CreateVolumeSnapshotOptions NONE
CreateVolumeSnapshotOptions
public CreateVolumeSnapshotOptions()
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 interface MapBinder
- See Also:
PayloadParam
bindToRequest
public <R extends HttpRequest> R bindToRequest(R request,
Object toBind)
- Specified by:
bindToRequest in interface 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 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()
Copyright © 2009-2012 jclouds. All Rights Reserved.