Class Volume.Builder<T extends Volume.Builder<T>>
java.lang.Object
org.jclouds.openstack.nova.v2_0.domain.Volume.Builder<T>
- Enclosing class:
 Volume
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Set<VolumeAttachment> protected Dateprotected Stringprotected Stringprotected Stringprotected intprotected Stringprotected Volume.Statusprotected Stringprotected String - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionattachments(Set<VolumeAttachment> attachments) attachments(VolumeAttachment... in) build()description(String description) fromVolume(Volume in) protected abstract Tself()size(int size) snapshotId(String snapshotId) status(Volume.Status status) volumeType(String volumeType)  
- 
Field Details
- 
id
 - 
status
 - 
size
protected int size - 
zone
 - 
created
 - 
attachments
 - 
volumeType
 - 
snapshotId
 - 
name
 - 
description
 - 
metadata
 
 - 
 - 
Constructor Details
- 
Builder
public Builder() 
 - 
 - 
Method Details
- 
self
 - 
id
- See Also:
 
 - 
status
- See Also:
 
 - 
size
- See Also:
 
 - 
zone
- See Also:
 
 - 
created
- See Also:
 
 - 
attachments
- See Also:
 
 - 
attachments
 - 
volumeType
- See Also:
 
 - 
snapshotId
- See Also:
 
 - 
name
- See Also:
 
 - 
description
- See Also:
 
 - 
metadata
- See Also:
 
 - 
build
 - 
fromVolume
 
 -