Class NetworkSubnetType

java.lang.Object
com.morpheusdata.model.MorpheusModel
com.morpheusdata.model.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 Details

    • NetworkSubnetType

      public NetworkSubnetType()
  • Method Details

    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getCode

      public String getCode()
    • setCode

      public void setCode(String code)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getCreatable

      public Boolean getCreatable()
    • setCreatable

      public void setCreatable(Boolean creatable)
    • getDeletable

      public Boolean getDeletable()
    • setDeletable

      public void setDeletable(Boolean deletable)
    • getDhcpServerEditable

      public Boolean getDhcpServerEditable()
    • setDhcpServerEditable

      public void setDhcpServerEditable(Boolean dhcpServerEditable)
    • getCanAssignPool

      public Boolean getCanAssignPool()
    • setCanAssignPool

      public void setCanAssignPool(Boolean canAssignPool)
    • getVlanIdEditable

      public Boolean getVlanIdEditable()
    • setVlanIdEditable

      public void setVlanIdEditable(Boolean vlanIdEditable)
    • getCidrEditable

      public Boolean getCidrEditable()
    • setCidrEditable

      public void setCidrEditable(Boolean cidrEditable)
    • getCidrRequired

      public Boolean getCidrRequired()
    • setCidrRequired

      public void setCidrRequired(Boolean cidrRequired)
    • getOptionTypes

      public List<OptionType> getOptionTypes()
    • setOptionTypes

      public void setOptionTypes(List<OptionType> optionTypes)