Package com.cloudera.cdp.datahub.model
Class DiskOptions
java.lang.Object
com.cloudera.cdp.datahub.model.DiskOptions
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-01-23T07:12:38.108-08:00")
public class DiskOptions
extends Object
Attached disk configuration(s).
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for addDisks.Getter for deleteDisks.Getter for modifyDisks.int
hashCode()
void
setAddDisks
(AddDisks addDisks) Setter for addDisks.void
setDeleteDisks
(Boolean deleteDisks) Setter for deleteDisks.void
setModifyDisks
(ModifyDisks modifyDisks) Setter for modifyDisks.toString()
-
Constructor Details
-
DiskOptions
public DiskOptions()
-
-
Method Details
-
getDeleteDisks
Getter for deleteDisks. Set it true to delete all attached disks on all the instances in a group. -
setDeleteDisks
Setter for deleteDisks. Set it true to delete all attached disks on all the 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. -
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. -
equals
-
hashCode
public int hashCode() -
toString
-