Class Time


  • @ApiType("SoftLayer_Hardware_Component_Motherboard_Reboot_Time")
    public class Time
    extends Entity
    The SoftLayer_Hardware_Component_Motherboard_Reboot_Time contains the average reboot times for motherboards. There are two types of average times. One is for motherboards without raid, and the other is for motherboards with raid. These times are based on averages and have been gathered through numerous test cases.
    See Also:
    SoftLayer_Hardware_Component_Motherboard_Reboot_Time
    • Field Detail

      • hardwareComponentModel

        @ApiProperty
        protected Model hardwareComponentModel
        Motherboard's specifications (manufacturer, version, etc....)
      • withRaidSpecified

        protected boolean withRaidSpecified
      • withoutRaidSpecified

        protected boolean withoutRaidSpecified
    • Constructor Detail

      • Time

        public Time()
    • Method Detail

      • getHardwareComponentModel

        public Model getHardwareComponentModel()
      • setHardwareComponentModel

        public void setHardwareComponentModel​(Model hardwareComponentModel)
      • getWithRaid

        public Long getWithRaid()
      • setWithRaid

        public void setWithRaid​(Long withRaid)
      • isWithRaidSpecified

        public boolean isWithRaidSpecified()
      • unsetWithRaid

        public void unsetWithRaid()
      • getWithoutRaid

        public Long getWithoutRaid()
      • setWithoutRaid

        public void setWithoutRaid​(Long withoutRaid)
      • isWithoutRaidSpecified

        public boolean isWithoutRaidSpecified()
      • unsetWithoutRaid

        public void unsetWithoutRaid()