Package com.cloudera.cdp.datalake.model
Class UpgradeDatalakeRequest
java.lang.Object
com.cloudera.cdp.datalake.model.UpgradeDatalakeRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-10-28T14:00:28.143-07:00")
public class UpgradeDatalakeRequest
extends Object
Request object to upgrade datalake.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for datalakeName.Getter for dryRun.Getter for imageId.Getter for lockComponents.Getter for rollingUpgradeEnabled.Getter for runtime.Getter for showAvailableImages.Getter for showLatestAvailableImagePerRuntime.Getter for skipAtlasMetadata.Getter for skipBackup.Getter for skipBackupValidation.Getter for skipRangerAudits.Getter for skipRangerHmsMetadata.inthashCode()voidsetDatalakeName(String datalakeName) Setter for datalakeName.voidSetter for dryRun.voidsetImageId(String imageId) Setter for imageId.voidsetLockComponents(Boolean lockComponents) Setter for lockComponents.voidsetRollingUpgradeEnabled(Boolean rollingUpgradeEnabled) Setter for rollingUpgradeEnabled.voidsetRuntime(String runtime) Setter for runtime.voidsetShowAvailableImages(Boolean showAvailableImages) Setter for showAvailableImages.voidsetShowLatestAvailableImagePerRuntime(Boolean showLatestAvailableImagePerRuntime) Setter for showLatestAvailableImagePerRuntime.voidsetSkipAtlasMetadata(Boolean skipAtlasMetadata) Setter for skipAtlasMetadata.voidsetSkipBackup(Boolean skipBackup) Setter for skipBackup.voidsetSkipBackupValidation(Boolean skipBackupValidation) Setter for skipBackupValidation.voidsetSkipRangerAudits(Boolean skipRangerAudits) Setter for skipRangerAudits.voidsetSkipRangerHmsMetadata(Boolean skipRangerHmsMetadata) Setter for skipRangerHmsMetadata.toString()
-
Constructor Details
-
UpgradeDatalakeRequest
public UpgradeDatalakeRequest()
-
-
Method Details
-
getDatalakeName
Getter for datalakeName. The name or CRN of the datalake. -
setDatalakeName
Setter for datalakeName. The name or CRN of the datalake. -
getImageId
Getter for imageId. The id of an image to upgrade to -
setImageId
Setter for imageId. The id of an image to upgrade to -
getRuntime
Getter for runtime. The runtime version to upgrade to -
setRuntime
Setter for runtime. The runtime version to upgrade to -
getLockComponents
Getter for lockComponents. Perform an os upgrade only -
setLockComponents
Setter for lockComponents. Perform an os upgrade only -
getDryRun
Getter for dryRun. Checks the eligibility of an image to upgrade -
setDryRun
Setter for dryRun. Checks the eligibility of an image to upgrade -
getShowAvailableImages
Getter for showAvailableImages. Returns the list of images that are eligible for the upgrade -
setShowAvailableImages
Setter for showAvailableImages. Returns the list of images that are eligible for the upgrade -
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
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
Getter for skipBackup. If provided, will skip the backup flow for the upgrade process. -
setSkipBackup
Setter for skipBackup. If provided, will skip the backup flow for the upgrade process. -
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
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
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
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
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
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
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
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
Getter for rollingUpgradeEnabled. Enables the ability to perform rolling runtime upgrade. -
setRollingUpgradeEnabled
Setter for rollingUpgradeEnabled. Enables the ability to perform rolling runtime upgrade. -
equals
-
hashCode
public int hashCode() -
toString
-