Class DatastoreIdentityProjection
java.lang.Object
com.morpheusdata.model.MorpheusModel
com.morpheusdata.model.projection.MorpheusIdentityModel
com.morpheusdata.model.projection.DatastoreIdentity
com.morpheusdata.model.projection.DatastoreIdentityProjection
- Direct Known Subclasses:
Datastore
@Deprecated(since="0.15.3",
forRemoval=false)
public class DatastoreIdentityProjection
extends DatastoreIdentity
Deprecated.
Provides a subset of properties from the
Datastore
object for doing a sync match
comparison with less bandwidth usage and memory footprint. This is a DTO Projection object- See Also:
-
Field Summary
Fields inherited from class com.morpheusdata.model.projection.DatastoreIdentity
cloudId, externalId, internalId, name, type
Fields inherited from class com.morpheusdata.model.MorpheusModel
config, id
-
Constructor Summary
ConstructorDescriptionDeprecated.DatastoreIdentityProjection
(Long cloudId, String externalId) Deprecated. -
Method Summary
Methods inherited from class com.morpheusdata.model.projection.DatastoreIdentity
getCloudId, getExternalId, getInternalId, getName, getType, setCloudId, setExternalId, setInternalId, setName, setType
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
-
Constructor Details
-
DatastoreIdentityProjection
public DatastoreIdentityProjection()Deprecated. -
DatastoreIdentityProjection
Deprecated.
-
DatastoreIdentity
since 0.15.3 for naming improvements