Package com.morpheusdata.model
Class NetworkSubnetType
java.lang.Object
com.morpheusdata.model.MorpheusModel
com.morpheusdata.model.NetworkSubnetType
- All Implemented Interfaces:
Serializable
Some clouds have various subnet types as well as network types. The information contained with this NetworkSubnetType
inform the UI and the system as to how to handle subnets. For example, if they can be created by users, have cidrs, etc.
- Since:
- 0.11.0
- See Also:
-
Field Summary
Fields inherited from class com.morpheusdata.model.MorpheusModel
config, id -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCode()getName()voidsetCanAssignPool(Boolean canAssignPool) voidsetCidrEditable(Boolean cidrEditable) voidsetCidrRequired(Boolean cidrRequired) voidvoidsetCreatable(Boolean creatable) voidsetDeletable(Boolean deletable) voidsetDescription(String description) voidsetDhcpServerEditable(Boolean dhcpServerEditable) voidvoidsetOptionTypes(List<OptionType> optionTypes) voidsetVlanIdEditable(Boolean vlanIdEditable) 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
-
NetworkSubnetType
public NetworkSubnetType()
-
-
Method Details
-
getName
-
setName
-
getCode
-
setCode
-
getDescription
-
setDescription
-
getCreatable
-
setCreatable
-
getDeletable
-
setDeletable
-
getDhcpServerEditable
-
setDhcpServerEditable
-
getCanAssignPool
-
setCanAssignPool
-
getVlanIdEditable
-
setVlanIdEditable
-
getCidrEditable
-
setCidrEditable
-
getCidrRequired
-
setCidrRequired
-
getOptionTypes
-
setOptionTypes
-