Class ComputeType

java.lang.Object
com.morpheusdata.model.MorpheusModel
com.morpheusdata.model.ComputeType
All Implemented Interfaces:
Serializable

public class ComputeType extends MorpheusModel
See Also:
  • Field Details

    • code

      protected String code
    • name

      protected String name
    • description

      protected String description
    • hostType

      protected String hostType
    • isPlugin

      protected String isPlugin
    • isEmbedded

      protected String isEmbedded
  • Constructor Details

    • ComputeType

      public ComputeType()
  • Method Details

    • getCode

      public String getCode()
    • setCode

      public void setCode(String code)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getHostType

      public String getHostType()
    • setHostType

      public void setHostType(String hostType)
    • getIsPlugin

      public String getIsPlugin()
    • setIsPlugin

      public void setIsPlugin(String isPlugin)
    • getIsEmbedded

      public String getIsEmbedded()
    • setIsEmbedded

      public void setIsEmbedded(String isEmbedded)