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="2024-09-12T15:07:43.950-07:00")
public class ResizeDatalakeRequest
extends Object
Datalake resize request.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for customDatabaseComputeStorage.Getter for customInstanceDisks.Getter for customInstanceTypes.Getter for datalakeName.Getter for multiAz.Getter for skipValidation.Getter for targetSize.Getter for validationOnly.int
hashCode()
void
setCustomDatabaseComputeStorage
(CustomDatabaseComputeStorage customDatabaseComputeStorage) Setter for customDatabaseComputeStorage.void
setCustomInstanceDisks
(List<CustomInstanceDisk> customInstanceDisks) Setter for customInstanceDisks.void
setCustomInstanceTypes
(List<CustomInstanceType> customInstanceTypes) Setter for customInstanceTypes.void
setDatalakeName
(String datalakeName) Setter for datalakeName.void
setMultiAz
(Boolean multiAz) Setter for multiAz.void
setSkipValidation
(Boolean skipValidation) Setter for skipValidation.void
setTargetSize
(String targetSize) Setter for targetSize.void
setValidationOnly
(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
-