Class BareMetalServerProfileMemory

    • Method Detail

      • getType

        public String getType()
        Gets the type. The type for this profile field.
        Returns:
        the type
      • getValue

        public Long getValue()
        Gets the value. The value for this profile field.
        Returns:
        the value
      • getXDefault

        public Long getXDefault()
        Gets the xDefault. The default value for this profile field.
        Returns:
        the xDefault
      • getMax

        public Long getMax()
        Gets the max. The maximum value for this profile field.
        Returns:
        the max
      • getMin

        public Long getMin()
        Gets the min. The minimum value for this profile field.
        Returns:
        the min
      • getStep

        public Long getStep()
        Gets the step. The increment step value for this profile field.
        Returns:
        the step
      • getValues

        public List<Long> getValues()
        Gets the values. The permitted values for this profile field.
        Returns:
        the values