Class VirtualImageLocationIdentityProjection
java.lang.Object
com.morpheusdata.model.MorpheusModel
com.morpheusdata.model.projection.MorpheusIdentityModel
com.morpheusdata.model.projection.VirtualImageLocationIdentityProjection
- Direct Known Subclasses:
VirtualImageLocation
Provides a subset of properties from the
VirtualImageLocation
object for doing a sync match
comparison with less bandwidth usage and memory footprint. This is a DTO Projection object- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
protected String
protected Long
protected String
protected Boolean
protected VirtualImageIdentityProjection
Fields inherited from class com.morpheusdata.model.MorpheusModel
config, id
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetRefId()
void
setExternalId
(String externalId) void
setImageName
(String imageName) void
This should be set to the Cloud's id when creating a new VirtualImageLocationvoid
setRefType
(String refType) This should normally be set to 'ComputeZone' when creating new VirtualImageLocations for a Cloudvoid
setSharedStorage
(Boolean sharedStorage) void
setVirtualImage
(VirtualImageIdentityProjection virtualImage) Methods inherited from class com.morpheusdata.model.projection.MorpheusIdentityModel
getIdentityProperties
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
-
virtualImage
-
externalId
-
imageName
-
refType
-
refId
-
-
Constructor Details
-
VirtualImageLocationIdentityProjection
public VirtualImageLocationIdentityProjection()
-
-
Method Details
-
getVirtualImage
-
setVirtualImage
-
getExternalId
-
setExternalId
-
getImageName
-
setImageName
-
getRefType
-
setRefType
This should normally be set to 'ComputeZone' when creating new VirtualImageLocations for a Cloud- Parameters:
refType
-
-
getRefId
-
setRefId
This should be set to the Cloud's id when creating a new VirtualImageLocation- Parameters:
refId
-
-