Class NodeStorageProfileMetadata

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

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:28.696-07:00") public class NodeStorageProfileMetadata extends Object
Provides details about the node storage options.
  • Constructor Details

    • NodeStorageProfileMetadata

      public NodeStorageProfileMetadata()
  • Method Details

    • getContentRepoSize

      public Integer getContentRepoSize()
      Getter for contentRepoSize. Content repository size
    • setContentRepoSize

      public void setContentRepoSize(Integer contentRepoSize)
      Setter for contentRepoSize. Content repository size
    • getProvenanceRepoSize

      public Integer getProvenanceRepoSize()
      Getter for provenanceRepoSize. Provenance repository size
    • setProvenanceRepoSize

      public void setProvenanceRepoSize(Integer provenanceRepoSize)
      Setter for provenanceRepoSize. Provenance repository size
    • getFlowfileRepoSize

      public Integer getFlowfileRepoSize()
      Getter for flowfileRepoSize. FlowFile repository size
    • setFlowfileRepoSize

      public void setFlowfileRepoSize(Integer flowfileRepoSize)
      Setter for flowfileRepoSize. FlowFile repository size
    • getIops

      public String getIops()
      Getter for iops. IOPS
    • setIops

      public void setIops(String iops)
      Setter for iops. IOPS
    • getThroughput

      public String getThroughput()
      Getter for throughput. Throughput
    • setThroughput

      public void setThroughput(String throughput)
      Setter for throughput. Throughput
    • getStorageVolumeType

      public String getStorageVolumeType()
      Getter for storageVolumeType. Storage volume type
    • setStorageVolumeType

      public void setStorageVolumeType(String storageVolumeType)
      Setter for storageVolumeType. Storage volume type
    • getName

      public String getName()
      Getter for name. The name of this Storage Profile
    • setName

      public void setName(String name)
      Setter for name. The name of this Storage Profile
    • getText

      public String getText()
      Getter for text. The text (i.e., the human readable name) for this Storage Profile
    • setText

      public void setText(String text)
      Setter for text. The text (i.e., the human readable name) for this Storage Profile
    • 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