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="2024-09-27T08:40:26.246-07:00")
public class UpgradeDatalakeRequest
extends Object
Request object to upgrade datalake.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter 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.int
hashCode()
void
setDatalakeName
(String datalakeName) Setter for datalakeName.void
Setter for dryRun.void
setImageId
(String imageId) Setter for imageId.void
setLockComponents
(Boolean lockComponents) Setter for lockComponents.void
setRollingUpgradeEnabled
(Boolean rollingUpgradeEnabled) Setter for rollingUpgradeEnabled.void
setRuntime
(String runtime) Setter for runtime.void
setShowAvailableImages
(Boolean showAvailableImages) Setter for showAvailableImages.void
setShowLatestAvailableImagePerRuntime
(Boolean showLatestAvailableImagePerRuntime) Setter for showLatestAvailableImagePerRuntime.void
setSkipAtlasMetadata
(Boolean skipAtlasMetadata) Setter for skipAtlasMetadata.void
setSkipBackup
(Boolean skipBackup) Setter for skipBackup.void
setSkipBackupValidation
(Boolean skipBackupValidation) Setter for skipBackupValidation.void
setSkipRangerAudits
(Boolean skipRangerAudits) Setter for skipRangerAudits.void
setSkipRangerHmsMetadata
(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
-