Class AddDisks

java.lang.Object
com.cloudera.cdp.datalake.model.AddDisks

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2025-01-23T07:12:40.257-08:00") public class AddDisks extends Object
Attached volume configuration.
  • Constructor Details

    • AddDisks

      public AddDisks()
  • Method Details

    • getNumberOfDisks

      public Integer getNumberOfDisks()
      Getter for numberOfDisks. Number of disks to add on all the instances in a group.
    • setNumberOfDisks

      public void setNumberOfDisks(Integer numberOfDisks)
      Setter for numberOfDisks. Number of disks to add on all the instances in a group.
    • getVolumeType

      public String getVolumeType()
      Getter for volumeType. Type of disks to add on all the instances in a group.
    • setVolumeType

      public void setVolumeType(String volumeType)
      Setter for volumeType. Type of disks to add on all the instances in a group.
    • getSize

      public Integer getSize()
      Getter for size. Size of disks to add on all the instances in a group in GB.
    • setSize

      public void setSize(Integer size)
      Setter for size. Size of disks to add on all the instances in a group in GB.
    • getCloudVolumeUsageType

      public String getCloudVolumeUsageType()
      Getter for cloudVolumeUsageType. Usage for the requested disks.
    • setCloudVolumeUsageType

      public void setCloudVolumeUsageType(String cloudVolumeUsageType)
      Setter for cloudVolumeUsageType. Usage for the requested disks.
    • 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