org.dasein.cloud.services.disk
Interface VolumeServices
public interface VolumeServices
attach
void attach(String volumeId,
String toServer,
String device)
throws InternalException,
CloudException
- Throws:
InternalException
CloudException
create
String create(String fromSnapshot,
int sizeInGb,
String inZone)
throws InternalException,
CloudException
- Throws:
InternalException
CloudException
delete
void delete(String volumeId)
throws InternalException,
CloudException
- Throws:
InternalException
CloudException
detach
void detach(String volumeId)
throws InternalException,
CloudException
- Throws:
InternalException
CloudException
getProviderTermForVolume
String getProviderTermForVolume(Locale locale)
getVolume
Volume getVolume(String volumeId)
throws InternalException,
CloudException
- Throws:
InternalException
CloudException
list
Collection<Volume> list()
throws InternalException,
CloudException
- Throws:
InternalException
CloudException
Copyright © 2009 enStratus Networks LLC – Available under the terms of the Artistic License 2.0.