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 Details

    • ResizeDatalakeRequest

      public ResizeDatalakeRequest()
  • 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.
    • getTargetSize

      public String 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

      public void setTargetSize(String targetSize)
      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

      public Boolean getMultiAz()
      Getter for multiAz. Whether to deploy a new datalake in a multi-availability zone way.
    • setMultiAz

      public void setMultiAz(Boolean multiAz)
      Setter for multiAz. Whether to deploy a new datalake in a multi-availability zone way.
    • getCustomInstanceTypes

      public List<CustomInstanceType> getCustomInstanceTypes()
      Getter for customInstanceTypes. Any custom instance type to override defaults.
    • setCustomInstanceTypes

      public void setCustomInstanceTypes(List<CustomInstanceType> customInstanceTypes)
      Setter for customInstanceTypes. Any custom instance type to override defaults.
    • getCustomInstanceDisks

      public List<CustomInstanceDisk> getCustomInstanceDisks()
      Getter for customInstanceDisks. Any custom instance disk size to override defaults.
    • setCustomInstanceDisks

      public void setCustomInstanceDisks(List<CustomInstanceDisk> customInstanceDisks)
      Setter for customInstanceDisks. Any custom instance disk size to override defaults.
    • getCustomDatabaseComputeStorage

      public CustomDatabaseComputeStorage 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

      public Boolean 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

      public void setSkipValidation(Boolean skipValidation)
      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

      public Boolean 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

      public void setValidationOnly(Boolean validationOnly)
      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

      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