Class Option

    • Field Detail

      • itemPrice

        @ApiProperty(canBeNullOrNotSet=true)
        protected Price itemPrice

        Provides hourly and monthly costs (if either are applicable), and a description of the option.
      • itemPriceSpecified

        protected boolean itemPriceSpecified
      • presetSpecified

        protected boolean presetSpecified
      • template

        @ApiProperty(canBeNullOrNotSet=true)
        protected Hardware template

        Provides a fragment of the request with the properties and values that must be sent when creating a server with the option.
      • templateSpecified

        protected boolean templateSpecified
    • Constructor Detail

      • Option

        public Option()
    • Method Detail

      • getItemPrice

        public Price getItemPrice()
      • setItemPrice

        public void setItemPrice​(Price itemPrice)
      • isItemPriceSpecified

        public boolean isItemPriceSpecified()
      • unsetItemPrice

        public void unsetItemPrice()
      • getPreset

        public Preset getPreset()
      • setPreset

        public void setPreset​(Preset preset)
      • isPresetSpecified

        public boolean isPresetSpecified()
      • unsetPreset

        public void unsetPreset()
      • getTemplate

        public Hardware getTemplate()
      • setTemplate

        public void setTemplate​(Hardware template)
      • isTemplateSpecified

        public boolean isTemplateSpecified()
      • unsetTemplate

        public void unsetTemplate()