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-10-28T14:00:25.843-07:00")
public class DiskOptions
extends Object
Attached disk configuration(s).
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for addDisks.Getter for deleteDisks.Getter for modifyDisks.inthashCode()voidsetAddDisks(AddDisks addDisks) Setter for addDisks.voidsetDeleteDisks(Boolean deleteDisks) Setter for deleteDisks.voidsetModifyDisks(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
-