Class AwsFreeIpaInstanceTemplateParams


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:47.341-07:00")
    public class AwsFreeIpaInstanceTemplateParams
    extends Object
    AWS specific FreeIPA parameters.
    • Constructor Detail

      • AwsFreeIpaInstanceTemplateParams

        public AwsFreeIpaInstanceTemplateParams()
    • Method Detail

      • getSpotPercentage

        public Integer getSpotPercentage()
        Getter for spotPercentage. Percentage of spot instances.
      • setSpotPercentage

        public void setSpotPercentage​(Integer spotPercentage)
        Setter for spotPercentage. Percentage of spot instances.
      • getSpotMaxPrice

        public Double getSpotMaxPrice()
        Getter for spotMaxPrice. Maximum hourly price of spot instances.
      • setSpotMaxPrice

        public void setSpotMaxPrice​(Double spotMaxPrice)
        Setter for spotMaxPrice. Maximum hourly price of spot instances.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object