Class NodeStorageProfileMetadata


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:48.887-07:00")
    public class NodeStorageProfileMetadata
    extends Object
    Provides details about the node storage options.
    • Constructor Detail

      • NodeStorageProfileMetadata

        public NodeStorageProfileMetadata()
    • Method Detail

      • 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
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object