Package com.cloudera.cdp.datalake.model
Class DiskOptions
java.lang.Object
com.cloudera.cdp.datalake.model.DiskOptions
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-01-23T07:12:40.257-08:00")
public class DiskOptions
extends Object
Attached disk configuration(s).
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for addDisks.Getter for modifyDisks.int
hashCode()
void
setAddDisks
(AddDisks addDisks) Setter for addDisks.void
setModifyDisks
(ModifyDisks modifyDisks) Setter for modifyDisks.toString()
-
Constructor Details
-
DiskOptions
public DiskOptions()
-
-
Method Details
-
getModifyDisks
Getter for modifyDisks. Modifies all the disks attached to all instances in a group. -
setModifyDisks
Setter for modifyDisks. Modifies all the disks attached to all instances in a group. -
getAddDisks
Getter for addDisks. Adds the requested number of disks of the requested type, size, and usage type. -
setAddDisks
Setter for addDisks. Adds the requested number of disks of the requested type, size, and usage type. -
equals
-
hashCode
public int hashCode() -
toString
-