Class CreateVolumeOptions
- java.lang.Object
-
- org.jclouds.openstack.nova.v2_0.options.CreateVolumeOptions
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CreateVolumeOptions.Builder
-
Field Summary
Fields Modifier and Type Field Description protected String
availabilityZone
protected String
description
protected Map<String,String>
metadata
protected String
name
static CreateVolumeOptions
NONE
protected String
snapshotId
protected String
volumeType
-
Constructor Summary
Constructors Constructor Description CreateVolumeOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateVolumeOptions
availabilityZone(String availabilityZone)
<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.CreateVolumeOptions
description(String description)
boolean
equals(Object object)
String
getAvailabilityZone()
String
getDescription()
Map<String,String>
getMetadata()
String
getName()
String
getSnapshotId()
String
getVolumeType()
int
hashCode()
CreateVolumeOptions
metadata(Map<String,String> metadata)
Custom cloud server metadata can also be supplied at launch time.CreateVolumeOptions
name(String name)
CreateVolumeOptions
snapshotId(String snapshotId)
protected com.google.common.base.MoreObjects.ToStringHelper
string()
String
toString()
CreateVolumeOptions
volumeType(String volumeType)
-
-
-
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()
-
metadata
public CreateVolumeOptions metadata(Map<String,String> metadata)
Custom cloud server metadata can also be supplied at launch time. This metadata is stored in the API system where it is retrievable by querying the API for server status. The maximum size of the metadata key and value is each 255 bytes and the maximum number of key-value pairs that can be supplied per volume is 5.
-
name
public CreateVolumeOptions name(String name)
-
description
public CreateVolumeOptions description(String description)
-
volumeType
public CreateVolumeOptions volumeType(String volumeType)
-
availabilityZone
public CreateVolumeOptions availabilityZone(String availabilityZone)
-
snapshotId
public CreateVolumeOptions snapshotId(String snapshotId)
-
getVolumeType
public String getVolumeType()
-
getAvailabilityZone
public String getAvailabilityZone()
-
getSnapshotId
public String getSnapshotId()
-
getName
public String getName()
-
getDescription
public String getDescription()
-
-