Class NetworkSubnetType


  • public class NetworkSubnetType
    extends MorpheusModel
    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
    • Constructor Detail

      • NetworkSubnetType

        public NetworkSubnetType()
    • Method Detail

      • getName

        public java.lang.String getName()
      • setName

        public void setName​(java.lang.String name)
      • getCode

        public java.lang.String getCode()
      • setCode

        public void setCode​(java.lang.String code)
      • getDescription

        public java.lang.String getDescription()
      • setDescription

        public void setDescription​(java.lang.String description)
      • getCreatable

        public java.lang.Boolean getCreatable()
      • setCreatable

        public void setCreatable​(java.lang.Boolean creatable)
      • getDeletable

        public java.lang.Boolean getDeletable()
      • setDeletable

        public void setDeletable​(java.lang.Boolean deletable)
      • getDhcpServerEditable

        public java.lang.Boolean getDhcpServerEditable()
      • setDhcpServerEditable

        public void setDhcpServerEditable​(java.lang.Boolean dhcpServerEditable)
      • getCanAssignPool

        public java.lang.Boolean getCanAssignPool()
      • setCanAssignPool

        public void setCanAssignPool​(java.lang.Boolean canAssignPool)
      • getVlanIdEditable

        public java.lang.Boolean getVlanIdEditable()
      • setVlanIdEditable

        public void setVlanIdEditable​(java.lang.Boolean vlanIdEditable)
      • getCidrEditable

        public java.lang.Boolean getCidrEditable()
      • setCidrEditable

        public void setCidrEditable​(java.lang.Boolean cidrEditable)
      • getCidrRequired

        public java.lang.Boolean getCidrRequired()
      • setCidrRequired

        public void setCidrRequired​(java.lang.Boolean cidrRequired)
      • getOptionTypes

        public java.util.List<OptionType> getOptionTypes()
      • setOptionTypes

        public void setOptionTypes​(java.util.List<OptionType> optionTypes)