Class AWSNodeStorageProfile

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

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

    • AWSNodeStorageProfile

      public AWSNodeStorageProfile()
  • Method Details

    • getRepoSize

      public Integer getRepoSize()
      Getter for repoSize. The size of the repository in GB.
    • setRepoSize

      public void setRepoSize(Integer repoSize)
      Setter for repoSize. The size of the repository in GB.
    • getIops

      public String getIops()
      Getter for iops. The IOPS of the repository.
    • setIops

      public void setIops(String iops)
      Setter for iops. The IOPS of the repository.
    • getThroughput

      public String getThroughput()
      Getter for throughput. The throughput of the repository.
    • setThroughput

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