Class UpgradeDatalakeRequest

java.lang.Object
com.cloudera.cdp.datalake.model.UpgradeDatalakeRequest

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2025-04-23T14:14:34.693-07:00") public class UpgradeDatalakeRequest extends Object
Request object to upgrade datalake.
  • Constructor Details Link icon

    • UpgradeDatalakeRequest Link icon

      public UpgradeDatalakeRequest()
  • Method Details Link icon

    • getDatalakeName Link icon

      public String getDatalakeName()
      Getter for datalakeName. The name or CRN of the datalake.
    • setDatalakeName Link icon

      public void setDatalakeName(String datalakeName)
      Setter for datalakeName. The name or CRN of the datalake.
    • getImageId Link icon

      public String getImageId()
      Getter for imageId. The id of an image to upgrade to
    • setImageId Link icon

      public void setImageId(String imageId)
      Setter for imageId. The id of an image to upgrade to
    • getRuntime Link icon

      public String getRuntime()
      Getter for runtime. The runtime version to upgrade to
    • setRuntime Link icon

      public void setRuntime(String runtime)
      Setter for runtime. The runtime version to upgrade to
    • getLockComponents Link icon

      public Boolean getLockComponents()
      Getter for lockComponents. Perform an os upgrade only
    • setLockComponents Link icon

      public void setLockComponents(Boolean lockComponents)
      Setter for lockComponents. Perform an os upgrade only
    • getDryRun Link icon

      public Boolean getDryRun()
      Getter for dryRun. Checks the eligibility of an image to upgrade
    • setDryRun Link icon

      public void setDryRun(Boolean dryRun)
      Setter for dryRun. Checks the eligibility of an image to upgrade
    • getShowAvailableImages Link icon

      public Boolean getShowAvailableImages()
      Getter for showAvailableImages. Returns the list of images that are eligible for the upgrade
    • setShowAvailableImages Link icon

      public void setShowAvailableImages(Boolean showAvailableImages)
      Setter for showAvailableImages. Returns the list of images that are eligible for the upgrade
    • getShowLatestAvailableImagePerRuntime Link icon

      public Boolean getShowLatestAvailableImagePerRuntime()
      Getter for showLatestAvailableImagePerRuntime. Returns the latest image that is eligible for the upgrade for each runtime version with at least one available upgrade candidate
    • setShowLatestAvailableImagePerRuntime Link icon

      public void setShowLatestAvailableImagePerRuntime(Boolean showLatestAvailableImagePerRuntime)
      Setter for showLatestAvailableImagePerRuntime. Returns the latest image that is eligible for the upgrade for each runtime version with at least one available upgrade candidate
    • getSkipBackup Link icon

      public Boolean getSkipBackup()
      Getter for skipBackup. If provided, will skip the backup flow for the upgrade process.
    • setSkipBackup Link icon

      public void setSkipBackup(Boolean skipBackup)
      Setter for skipBackup. If provided, will skip the backup flow for the upgrade process.
    • getSkipRangerHmsMetadata Link icon

      public Boolean getSkipRangerHmsMetadata()
      Getter for skipRangerHmsMetadata. Skips the backup of the databases backing HMS/Ranger services. Redundant if --skip-backup is included. If this option is not provided, the HMS/Ranger services are backed up by default.
    • setSkipRangerHmsMetadata Link icon

      public void setSkipRangerHmsMetadata(Boolean skipRangerHmsMetadata)
      Setter for skipRangerHmsMetadata. Skips the backup of the databases backing HMS/Ranger services. Redundant if --skip-backup is included. If this option is not provided, the HMS/Ranger services are backed up by default.
    • getSkipAtlasMetadata Link icon

      public Boolean getSkipAtlasMetadata()
      Getter for skipAtlasMetadata. Skips the backup of the Atlas metadata. Redundant if --skip-backup is included. If this option is not provided, the Atlas metadata is backed up by default.
    • setSkipAtlasMetadata Link icon

      public void setSkipAtlasMetadata(Boolean skipAtlasMetadata)
      Setter for skipAtlasMetadata. Skips the backup of the Atlas metadata. Redundant if --skip-backup is included. If this option is not provided, the Atlas metadata is backed up by default.
    • getSkipRangerAudits Link icon

      public Boolean getSkipRangerAudits()
      Getter for skipRangerAudits. Skips the backup of the Ranger audits. Redundant if --skip-backup is included. If this option is not provided, Ranger audits are backed up by default.
    • setSkipRangerAudits Link icon

      public void setSkipRangerAudits(Boolean skipRangerAudits)
      Setter for skipRangerAudits. Skips the backup of the Ranger audits. Redundant if --skip-backup is included. If this option is not provided, Ranger audits are backed up by default.
    • getSkipBackupValidation Link icon

      public Boolean getSkipBackupValidation()
      Getter for skipBackupValidation. Skips the validation steps that run prior to the backup. Redundant if --skip-backup is included. If this option is not provided, the validations are performed by default.
    • setSkipBackupValidation Link icon

      public void setSkipBackupValidation(Boolean skipBackupValidation)
      Setter for skipBackupValidation. Skips the validation steps that run prior to the backup. Redundant if --skip-backup is included. If this option is not provided, the validations are performed by default.
    • getRollingUpgradeEnabled Link icon

      public Boolean getRollingUpgradeEnabled()
      Getter for rollingUpgradeEnabled. Enables the ability to perform rolling runtime upgrade.
    • setRollingUpgradeEnabled Link icon

      public void setRollingUpgradeEnabled(Boolean rollingUpgradeEnabled)
      Setter for rollingUpgradeEnabled. Enables the ability to perform rolling runtime upgrade.
    • equals Link icon

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

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

      public String toString()
      Overrides:
      toString in class Object