Package com.morpheusdata.model
Class NetworkSubnetType
java.lang.Object
com.morpheusdata.model.MorpheusModel
com.morpheusdata.model.NetworkSubnetType
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
-
Field Summary
Fields inherited from class com.morpheusdata.model.MorpheusModel
config, id
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetCode()
getName()
void
setCanAssignPool
(Boolean canAssignPool) void
setCidrEditable
(Boolean cidrEditable) void
setCidrRequired
(Boolean cidrRequired) void
void
setCreatable
(Boolean creatable) void
setDeletable
(Boolean deletable) void
setDescription
(String description) void
setDhcpServerEditable
(Boolean dhcpServerEditable) void
void
setOptionTypes
(List<OptionType> optionTypes) void
setVlanIdEditable
(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
-