Package com.cloudera.cdp.datalake.model
Class ModifyDisks
java.lang.Object
com.cloudera.cdp.datalake.model.ModifyDisks
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-11-14T06:50:06.243-08:00")
public class ModifyDisks
extends Object
Attached volume configuration.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for diskType.getSize()Getter for size.Getter for volumeType.inthashCode()voidsetDiskType(String diskType) Setter for diskType.voidSetter for size.voidsetVolumeType(String volumeType) Setter for volumeType.toString()
-
Constructor Details
-
ModifyDisks
public ModifyDisks()
-
-
Method Details
-
getSize
Getter for size. Size of disks to modify to on all the instances in a group in GB. -
setSize
Setter for size. Size of disks to modify to on all the instances in a group in GB. -
getVolumeType
Getter for volumeType. Type of disks to modify to on all the instances in a group. -
setVolumeType
Setter for volumeType. Type of disks to modify to on all the instances in a group. -
getDiskType
Getter for diskType. Whether to modify the root disk or additional disks. -
setDiskType
Setter for diskType. Whether to modify the root disk or additional disks. -
equals
-
hashCode
public int hashCode() -
toString
-