Package com.cloudera.cdp.datalake.model
Class ResizeDatalakeRequest
java.lang.Object
com.cloudera.cdp.datalake.model.ResizeDatalakeRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-10-28T14:00:28.143-07:00")
public class ResizeDatalakeRequest
extends Object
Datalake resize request.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for customDatabaseComputeStorage.Getter for customInstanceDisks.Getter for customInstanceTypes.Getter for datalakeName.Getter for multiAz.Getter for skipValidation.Getter for targetSize.Getter for validationOnly.inthashCode()voidsetCustomDatabaseComputeStorage(CustomDatabaseComputeStorage customDatabaseComputeStorage) Setter for customDatabaseComputeStorage.voidsetCustomInstanceDisks(List<CustomInstanceDisk> customInstanceDisks) Setter for customInstanceDisks.voidsetCustomInstanceTypes(List<CustomInstanceType> customInstanceTypes) Setter for customInstanceTypes.voidsetDatalakeName(String datalakeName) Setter for datalakeName.voidsetMultiAz(Boolean multiAz) Setter for multiAz.voidsetSkipValidation(Boolean skipValidation) Setter for skipValidation.voidsetTargetSize(String targetSize) Setter for targetSize.voidsetValidationOnly(Boolean validationOnly) Setter for validationOnly.toString()
-
Constructor Details
-
ResizeDatalakeRequest
public ResizeDatalakeRequest()
-
-
Method Details
-
getDatalakeName
Getter for datalakeName. The name or CRN of the datalake. -
setDatalakeName
Setter for datalakeName. The name or CRN of the datalake. -
getTargetSize
Getter for targetSize. The target size for the datalake. The resize target size can be MEDIUM_DUTY or ENTERPRISE. If the runtime version >= 7.2.17 target size is ENTERPRISE. If not, the target size is MEDIUM_DUTY. -
setTargetSize
Setter for targetSize. The target size for the datalake. The resize target size can be MEDIUM_DUTY or ENTERPRISE. If the runtime version >= 7.2.17 target size is ENTERPRISE. If not, the target size is MEDIUM_DUTY. -
getMultiAz
Getter for multiAz. Whether to deploy a new datalake in a multi-availability zone way. -
setMultiAz
Setter for multiAz. Whether to deploy a new datalake in a multi-availability zone way. -
getCustomInstanceTypes
Getter for customInstanceTypes. Any custom instance type to override defaults. -
setCustomInstanceTypes
Setter for customInstanceTypes. Any custom instance type to override defaults. -
getCustomInstanceDisks
Getter for customInstanceDisks. Any custom instance disk size to override defaults. -
setCustomInstanceDisks
Setter for customInstanceDisks. Any custom instance disk size to override defaults. -
getCustomDatabaseComputeStorage
Getter for customDatabaseComputeStorage. Any custom database properties to override defaults. -
setCustomDatabaseComputeStorage
public void setCustomDatabaseComputeStorage(CustomDatabaseComputeStorage customDatabaseComputeStorage) Setter for customDatabaseComputeStorage. Any custom database properties to override defaults. -
getSkipValidation
Getter for skipValidation. Skips the validation steps that run prior to the resize. If this option is not provided, the validations are performed by default. If skip-validation and validation-only are used together an error is thrown. -
setSkipValidation
Setter for skipValidation. Skips the validation steps that run prior to the resize. If this option is not provided, the validations are performed by default. If skip-validation and validation-only are used together an error is thrown. -
getValidationOnly
Getter for validationOnly. Runs only the validation steps and then returns. If this option is not provided, the resize is performed as normal by default. If skip-validation and validation-only are used together an error is thrown. -
setValidationOnly
Setter for validationOnly. Runs only the validation steps and then returns. If this option is not provided, the resize is performed as normal by default. If skip-validation and validation-only are used together an error is thrown. -
equals
-
hashCode
public int hashCode() -
toString
-