Class NodeStorage

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

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

    • NodeStorage

      public NodeStorage()
  • Method Details

    • getAzureContentRepoProfile

      public String getAzureContentRepoProfile()
      Getter for azureContentRepoProfile. The Azure content repository profile.
    • setAzureContentRepoProfile

      public void setAzureContentRepoProfile(String azureContentRepoProfile)
      Setter for azureContentRepoProfile. The Azure content repository profile.
    • getAzureProvenanceRepoProfile

      public String getAzureProvenanceRepoProfile()
      Getter for azureProvenanceRepoProfile. The Azure provenance repository profile.
    • setAzureProvenanceRepoProfile

      public void setAzureProvenanceRepoProfile(String azureProvenanceRepoProfile)
      Setter for azureProvenanceRepoProfile. The Azure provenance repository profile.
    • getAzureFlowFileRepoProfile

      public String getAzureFlowFileRepoProfile()
      Getter for azureFlowFileRepoProfile. The Azure flow file repository profile.
    • setAzureFlowFileRepoProfile

      public void setAzureFlowFileRepoProfile(String azureFlowFileRepoProfile)
      Setter for azureFlowFileRepoProfile. The Azure flow file repository profile.
    • getAwsContentRepoProfile

      public AWSNodeStorageProfile getAwsContentRepoProfile()
      Getter for awsContentRepoProfile. The AWS content repository profile.
    • setAwsContentRepoProfile

      public void setAwsContentRepoProfile(AWSNodeStorageProfile awsContentRepoProfile)
      Setter for awsContentRepoProfile. The AWS content repository profile.
    • getAwsProvenanceRepoProfile

      public AWSNodeStorageProfile getAwsProvenanceRepoProfile()
      Getter for awsProvenanceRepoProfile. The AWS provenance repository profile.
    • setAwsProvenanceRepoProfile

      public void setAwsProvenanceRepoProfile(AWSNodeStorageProfile awsProvenanceRepoProfile)
      Setter for awsProvenanceRepoProfile. The AWS provenance repository profile.
    • getAwsFlowFileRepoProfile

      public AWSNodeStorageProfile getAwsFlowFileRepoProfile()
      Getter for awsFlowFileRepoProfile. The AWS flow file repository profile.
    • setAwsFlowFileRepoProfile

      public void setAwsFlowFileRepoProfile(AWSNodeStorageProfile awsFlowFileRepoProfile)
      Setter for awsFlowFileRepoProfile. The AWS flow file repository 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