Package com.morpheusdata.model
Class NetworkBase
java.lang.Object
com.morpheusdata.model.MorpheusModel
com.morpheusdata.model.projection.MorpheusIdentityModel
com.morpheusdata.model.NetworkBase
- All Implemented Interfaces:
Serializable
- 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:
-
NetworkNetworkGroupNetworkSubnet- Serialized Form
-
Field Summary
Fields inherited from class com.morpheusdata.model.MorpheusModel
config, id -
Constructor Summary
Constructors -
Method Summary
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
-
Constructor Details
-
NetworkBase
public NetworkBase()
-