Class VirtualImageIdentityProjection
java.lang.Object
com.morpheusdata.model.MorpheusModel
com.morpheusdata.model.projection.MorpheusIdentityModel
com.morpheusdata.model.projection.VirtualImageIdentityProjection
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
VirtualImage
Provides a subset of properties from the
VirtualImage object for doing a sync match
comparison with less bandwidth usage and memory footprint. This is a DTO Projection object- Since:
- 0.8.0
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Booleanprotected Stringprotected Stringprotected ImageTypeprotected Booleanprotected Stringprotected Longprotected Stringprotected Booleanprotected VirtualImageTypeprotected StringFields inherited from class com.morpheusdata.model.MorpheusModel
config, id -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()voidsetDeleted(Boolean deleted) voidsetExternalDiskId(String externalDiskId) voidsetExternalId(String externalId) voidsetImageType(ImageType imageType) voidsetLinkedClone(Boolean linkedClone) voidvoidsetOwnerId(Long ownerId) voidsetSnapshotId(String snapshotId) voidsetSystemImage(Boolean systemImage) voidsetVirtualImageType(VirtualImageType virtualImageType) voidsetVisibility(String visibility) Methods inherited from class com.morpheusdata.model.projection.MorpheusIdentityModel
getIdentityPropertiesMethods inherited from class com.morpheusdata.model.MorpheusModel
getConfig, getConfigMap, getConfigProperty, getDirtyProperties, getDirtyPropertyValues, getId, getProperties, isDirty, markClean, markDirty, markDirty, setConfig, setConfigMap, setConfigProperty, setId
-
Field Details
-
externalId
-
name
-
imageType
-
virtualImageType
-
linkedClone
-
snapshotId
-
ownerId
-
systemImage
-
deleted
-
visibility
-
externalDiskId
-
-
Constructor Details
-
VirtualImageIdentityProjection
public VirtualImageIdentityProjection()
-
-
Method Details
-
getExternalId
-
setExternalId
-
getName
-
setName
-
getImageType
-
setImageType
-
getVirtualImageType
-
setVirtualImageType
-
getLinkedClone
-
setLinkedClone
-
getSnapshotId
-
setSnapshotId
-
getOwnerId
-
setOwnerId
-
getSystemImage
-
setSystemImage
-
getDeleted
-
setDeleted
-
getVisibility
-
setVisibility
-
getExternalDiskId
-
setExternalDiskId
-