Package com.morpheusdata.model
Class NetworkBase
java.lang.Object
com.morpheusdata.model.MorpheusModel
com.morpheusdata.model.projection.MorpheusIdentityModel
com.morpheusdata.model.NetworkBase
- Direct Known Subclasses:
NetworkIdentityProjection
,NetworkSubnetIdentityProjection
Represents the base class of all Network Attachable classes. This is the representation of different
network objects that can be assigned to an instance at provisioning. (.i.e.
Network
, NetworkGroup
, or NetworkSubnet
).- Since:
- 0.15.1
- See Also:
-
Network
NetworkGroup
NetworkSubnet
-
Field Summary
Fields inherited from class com.morpheusdata.model.MorpheusModel
config, id
-
Constructor Summary
-
Method Summary
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
-
NetworkBase
public NetworkBase()
-