Class AWSNodeStorageProfileMetaData

java.lang.Object
com.cloudera.cdp.dfworkload.model.AWSNodeStorageProfileMetaData

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2025-05-14T11:34:38.216-07:00") public class AWSNodeStorageProfileMetaData extends Object
Custom AWS node storage limits.
  • Constructor Details

    • AWSNodeStorageProfileMetaData

      public AWSNodeStorageProfileMetaData()
  • Method Details

    • getMinRepoSize

      public Integer getMinRepoSize()
      Getter for minRepoSize. The minimum size of the volume in GB.
    • setMinRepoSize

      public void setMinRepoSize(Integer minRepoSize)
      Setter for minRepoSize. The minimum size of the volume in GB.
    • getMaxRepoSize

      public Integer getMaxRepoSize()
      Getter for maxRepoSize. The maximum size of the volume in GB.
    • setMaxRepoSize

      public void setMaxRepoSize(Integer maxRepoSize)
      Setter for maxRepoSize. The maximum size of the volume in GB.
    • getIops

      public List<String> getIops()
      Getter for iops. The IOPS values of the volume.
    • setIops

      public void setIops(List<String> iops)
      Setter for iops. The IOPS values of the volume.
    • getThroughput

      public List<String> getThroughput()
      Getter for throughput. The throughput values of the volume.
    • setThroughput

      public void setThroughput(List<String> throughput)
      Setter for throughput. The throughput values of the volume.
    • 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