Interface VolumeTransfer
-
- All Superinterfaces:
ModelEntity,Serializable
- All Known Implementing Classes:
CinderVolumeTransfer
public interface VolumeTransfer extends ModelEntity
Represents a Volume Transfer Entity which is used for creating a volume transfer- Author:
- Jeremy Unruh
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetAuthKey()DategetCreatedAt()StringgetId()List<? extends Link>getLinks()StringgetName()StringgetVolumeId()
-
-
-
Method Detail
-
getId
String getId()
- Returns:
- the identifier assigned to the transfer
-
getVolumeId
String getVolumeId()
- Returns:
- indicates the volume identifier of the volume being transfer
-
getName
String getName()
- Returns:
- the name of the transfer
-
getAuthKey
String getAuthKey()
- Returns:
- the authorization key of the transfer
-
getCreatedAt
Date getCreatedAt()
- Returns:
- the date/time the transfer was created
-
-