Class InstanceScaleType

java.lang.Object
com.morpheusdata.model.MorpheusModel
com.morpheusdata.model.InstanceScaleType

public class InstanceScaleType extends MorpheusModel
  • Field Details

    • code

      protected String code
    • name

      protected String name
    • description

      protected String description
    • externalType

      protected String externalType
    • displayOrder

      protected Integer displayOrder
    • creatable

      protected Boolean creatable
    • selectable

      protected Boolean selectable
    • internalControl

      protected Boolean internalControl
    • enabled

      protected Boolean enabled
    • scaleService

      protected String scaleService
    • isPlugin

      protected Boolean isPlugin
    • isEmbedded

      protected Boolean isEmbedded
    • pluginLogoPrefix

      protected String pluginLogoPrefix
    • pluginIconPath

      protected String pluginIconPath
    • pluginIconDarkPath

      protected String pluginIconDarkPath
    • pluginIconHidpiPath

      protected String pluginIconHidpiPath
    • pluginIconDarkHidpiPath

      protected String pluginIconDarkHidpiPath
  • Constructor Details

    • InstanceScaleType

      public InstanceScaleType()
  • 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)
    • getExternalType

      public String getExternalType()
    • setExternalType

      public void setExternalType(String externalType)
    • getDisplayOrder

      public Integer getDisplayOrder()
    • setDisplayOrder

      public void setDisplayOrder(Integer displayOrder)
    • getCreatable

      public Boolean getCreatable()
    • setCreatable

      public void setCreatable(Boolean creatable)
    • getSelectable

      public Boolean getSelectable()
    • setSelectable

      public void setSelectable(Boolean selectable)
    • getInternalControl

      public Boolean getInternalControl()
    • setInternalControl

      public void setInternalControl(Boolean internalControl)
    • getEnabled

      public Boolean getEnabled()
    • setEnabled

      public void setEnabled(Boolean enabled)
    • getScaleService

      public String getScaleService()
    • setScaleService

      public void setScaleService(String scaleService)
    • getPlugin

      public Boolean getPlugin()
    • setPlugin

      public void setPlugin(Boolean plugin)
    • getEmbedded

      public Boolean getEmbedded()
    • setEmbedded

      public void setEmbedded(Boolean embedded)
    • getPluginLogoPrefix

      public String getPluginLogoPrefix()
    • setPluginLogoPrefix

      public void setPluginLogoPrefix(String pluginLogoPrefix)
    • getPluginIconPath

      public String getPluginIconPath()
    • setPluginIconPath

      public void setPluginIconPath(String pluginIconPath)
    • getPluginIconDarkPath

      public String getPluginIconDarkPath()
    • setPluginIconDarkPath

      public void setPluginIconDarkPath(String pluginIconDarkPath)
    • getPluginIconHidpiPath

      public String getPluginIconHidpiPath()
    • setPluginIconHidpiPath

      public void setPluginIconHidpiPath(String pluginIconHidpiPath)
    • getPluginIconDarkHidpiPath

      public String getPluginIconDarkHidpiPath()
    • setPluginIconDarkHidpiPath

      public void setPluginIconDarkHidpiPath(String pluginIconDarkHidpiPath)