Package com.morpheusdata.model
Class SnapshotFile
java.lang.Object
com.morpheusdata.model.MorpheusModel
com.morpheusdata.model.SnapshotFile
- All Implemented Interfaces:
- Serializable
Represents snapshot files available on StorageVolumes, etc
- See Also:
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected Integerprotected Stringprotected Stringprotected Stringprotected Stringprotected Snapshotprotected Stringprotected StorageVolumeFields inherited from class com.morpheusdata.model.MorpheusModelconfig, id
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetName()getPath()getType()voidsetDiskIndex(Integer diskIndex) voidsetExportPath(String exportPath) voidsetExternalId(String externalId) voidvoidvoidsetSnapshot(Snapshot snapshot) voidvoidsetVolume(StorageVolume volume) Methods inherited from class com.morpheusdata.model.MorpheusModelgetConfig, getConfigMap, getConfigProperty, getDirtyProperties, getDirtyPropertyValues, getId, getProperties, isDirty, markClean, markDirty, markDirty, setConfig, setConfigMap, setConfigProperty, setId
- 
Field Details- 
snapshot
- 
volume
- 
name
- 
type
- 
externalId
- 
path
- 
exportPath
- 
diskIndex
 
- 
- 
Constructor Details- 
SnapshotFilepublic SnapshotFile()
 
- 
- 
Method Details- 
getName
- 
setName
- 
getVolume
- 
setVolume
- 
getSnapshot
- 
setSnapshot
- 
getType
- 
setType
- 
getExternalId
- 
setExternalId
- 
getPath
- 
setPath
- 
getExportPath
- 
setExportPath
- 
getDiskIndex
- 
setDiskIndex
 
-