Class UpgradeDatalakeRequest

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

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:26.246-07:00") public class UpgradeDatalakeRequest extends Object
Request object to upgrade datalake.
  • Constructor Details

    • UpgradeDatalakeRequest

      public UpgradeDatalakeRequest()
  • Method Details

    • getDatalakeName

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

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

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

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

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

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

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

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

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

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

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

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

      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

      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

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

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

      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

      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

      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

      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

      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

      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

      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

      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

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

      public void setRollingUpgradeEnabled(Boolean rollingUpgradeEnabled)
      Setter for rollingUpgradeEnabled. Enables the ability to perform rolling runtime upgrade.
    • 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