Class CloudPoolIdentity
java.lang.Object
com.morpheusdata.model.MorpheusModel
com.morpheusdata.model.projection.MorpheusIdentityModel
com.morpheusdata.model.projection.CloudPoolIdentity
- Direct Known Subclasses:
ComputeZonePoolIdentityProjection
Provides a subset of properties from the
CloudPool
object for doing a sync match
comparison with less bandwidth usage and memory footprint. This is a DTO Projection object- Since:
- 0.15.3
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
protected String
protected String
protected Boolean
protected String
protected String
protected String
protected String
Fields inherited from class com.morpheusdata.model.MorpheusModel
config, id
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
getType()
void
setCategory
(String category) void
setExternalId
(String externalId) void
setInternalId
(String internalId) void
setInventory
(Boolean inventory) void
void
setRegionCode
(String regionCode) void
void
setUniqueId
(String uniqueId) 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
-
type
-
uniqueId
-
internalId
-
name
-
externalId
-
category
-
inventory
-
regionCode
-
-
Constructor Details
-
CloudPoolIdentity
public CloudPoolIdentity()
-
-
Method Details
-
getType
-
setType
-
getUniqueId
-
setUniqueId
-
getInternalId
-
setInternalId
-
getName
-
setName
-
getExternalId
-
setExternalId
-
getCategory
-
setCategory
-
getInventory
-
setInventory
-
getRegionCode
-
setRegionCode
-