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 Summary
Modifier and TypeFieldDescriptionprotected Integer
protected String
protected String
protected String
protected String
protected Snapshot
protected String
protected StorageVolume
Fields inherited from class com.morpheusdata.model.MorpheusModel
config, id
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
getPath()
getType()
void
setDiskIndex
(Integer diskIndex) void
setExportPath
(String exportPath) void
setExternalId
(String externalId) void
void
void
setSnapshot
(Snapshot snapshot) void
void
setVolume
(StorageVolume volume) Methods inherited from class com.morpheusdata.model.MorpheusModel
getConfig, 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
-
SnapshotFile
public SnapshotFile()
-
-
Method Details
-
getName
-
setName
-
getVolume
-
setVolume
-
getSnapshot
-
setSnapshot
-
getType
-
setType
-
getExternalId
-
setExternalId
-
getPath
-
setPath
-
getExportPath
-
setExportPath
-
getDiskIndex
-
setDiskIndex
-