Class AzureNodeStorageProfileMetaData

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

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

    • AzureNodeStorageProfileMetaData

      public AzureNodeStorageProfileMetaData()
  • Method Details

    • getProfileName

      public String getProfileName()
      Getter for profileName. Azure node storage profile name.
    • setProfileName

      public void setProfileName(String profileName)
      Setter for profileName. Azure node storage profile name.
    • getRepoSize

      public Integer getRepoSize()
      Getter for repoSize. Azure node storage profile repo size.
    • setRepoSize

      public void setRepoSize(Integer repoSize)
      Setter for repoSize. Azure node storage profile repo size.
    • getIops

      public String getIops()
      Getter for iops. Azure node storage profile iops.
    • setIops

      public void setIops(String iops)
      Setter for iops. Azure node storage profile iops.
    • getThroughput

      public String getThroughput()
      Getter for throughput. Azure node storage profile throughput.
    • setThroughput

      public void setThroughput(String throughput)
      Setter for throughput. Azure node storage profile throughput.
    • 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