Class GetFreeipaUpgradeOptionsRequest

java.lang.Object
com.cloudera.cdp.environments.model.GetFreeipaUpgradeOptionsRequest

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:26.724-07:00") public class GetFreeipaUpgradeOptionsRequest extends Object
The request object for retrieving FreeIPA upgrade candidates.
  • Constructor Details

    • GetFreeipaUpgradeOptionsRequest

      public GetFreeipaUpgradeOptionsRequest()
  • Method Details

    • getEnvironment

      public String getEnvironment()
      Getter for environment. The name or the CRN of the environment.
    • setEnvironment

      public void setEnvironment(String environment)
      Setter for environment. The name or the CRN of the environment.
    • getCatalog

      public String getCatalog()
      Getter for catalog. The URL of the source image catalog. If not specify this option we'll use image catalog of the current image.
    • setCatalog

      public void setCatalog(String catalog)
      Setter for catalog. The URL of the source image catalog. If not specify this option we'll use image catalog of the current image.
    • getAllowMajorOsUpgrade

      public Boolean getAllowMajorOsUpgrade()
      Getter for allowMajorOsUpgrade. Allows the upgrade to a subsequent major OS version in the series.
    • setAllowMajorOsUpgrade

      public void setAllowMajorOsUpgrade(Boolean allowMajorOsUpgrade)
      Setter for allowMajorOsUpgrade. Allows the upgrade to a subsequent major OS version in the series.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object