Class RpcImportedDeploymentConfiguration

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

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2025-04-23T14:14:37.211-07:00") public class RpcImportedDeploymentConfiguration extends Object
Contains the configuration data imported from exported archive.
  • Constructor Details Link icon

    • RpcImportedDeploymentConfiguration Link icon

      public RpcImportedDeploymentConfiguration()
  • Method Details Link icon

    • getAutoScalingEnabled Link icon

      public Boolean getAutoScalingEnabled()
      Getter for autoScalingEnabled. The auto-scaling flag value retrieved from archive.
    • setAutoScalingEnabled Link icon

      public void setAutoScalingEnabled(Boolean autoScalingEnabled)
      Setter for autoScalingEnabled. The auto-scaling flag value retrieved from archive.
    • getFlowMetricsScalingEnabled Link icon

      public Boolean getFlowMetricsScalingEnabled()
      Getter for flowMetricsScalingEnabled. The flow-metrics flag value retrieved from archive.
    • setFlowMetricsScalingEnabled Link icon

      public void setFlowMetricsScalingEnabled(Boolean flowMetricsScalingEnabled)
      Setter for flowMetricsScalingEnabled. The flow-metrics flag value retrieved from archive.
    • getAutoScaleMinNodes Link icon

      public Integer getAutoScaleMinNodes()
      Getter for autoScaleMinNodes. The cluster's minimum number of nodes value retrieved from archive.
    • setAutoScaleMinNodes Link icon

      public void setAutoScaleMinNodes(Integer autoScaleMinNodes)
      Setter for autoScaleMinNodes. The cluster's minimum number of nodes value retrieved from archive.
    • getAutoScaleMaxNodes Link icon

      public Integer getAutoScaleMaxNodes()
      Getter for autoScaleMaxNodes. The cluster's maximum number of nodes value retrieved from archive.
    • setAutoScaleMaxNodes Link icon

      public void setAutoScaleMaxNodes(Integer autoScaleMaxNodes)
      Setter for autoScaleMaxNodes. The cluster's maximum number of nodes value retrieved from archive.
    • getStaticNodeCount Link icon

      public Integer getStaticNodeCount()
      Getter for staticNodeCount. The cluster's static node count retrieved from archive.
    • setStaticNodeCount Link icon

      public void setStaticNodeCount(Integer staticNodeCount)
      Setter for staticNodeCount. The cluster's static node count retrieved from archive.
    • getClusterSizeName Link icon

      @Deprecated public String getClusterSizeName()
      Deprecated.
      Getter for clusterSizeName. The cluster size name retrieved from archive. Deprecated, use clusterSize.name instead.
    • setClusterSizeName Link icon

      @Deprecated public void setClusterSizeName(String clusterSizeName)
      Deprecated.
      Setter for clusterSizeName. The cluster size name retrieved from archive. Deprecated, use clusterSize.name instead.
    • getClusterSize Link icon

      public BasicClusterSize getClusterSize()
      Getter for clusterSize. The deployment t-shirt size.
    • setClusterSize Link icon

      public void setClusterSize(BasicClusterSize clusterSize)
      Setter for clusterSize. The deployment t-shirt size.
    • getKpis Link icon

      public List<ConfiguredKpi> getKpis()
      Getter for kpis. The list of configured KPIs imported from archive.
    • setKpis Link icon

      public void setKpis(List<ConfiguredKpi> kpis)
      Setter for kpis. The list of configured KPIs imported from archive.
    • getFlowParameterGroups Link icon

      public List<FlowParameterGroup> getFlowParameterGroups()
      Getter for flowParameterGroups. The flow parameter groups with values imported from archive.
    • setFlowParameterGroups Link icon

      public void setFlowParameterGroups(List<FlowParameterGroup> flowParameterGroups)
      Setter for flowParameterGroups. The flow parameter groups with values imported from archive.
    • getCfmNifiVersion Link icon

      public String getCfmNifiVersion()
      Getter for cfmNifiVersion. The CFM NiFi version retrieved from archive.
    • setCfmNifiVersion Link icon

      public void setCfmNifiVersion(String cfmNifiVersion)
      Setter for cfmNifiVersion. The CFM NiFi version retrieved from archive.
    • getInboundHostName Link icon

      public String getInboundHostName()
      Getter for inboundHostName. The FQDN of inbound hostname constructed with prefix imported from archive.
    • setInboundHostName Link icon

      public void setInboundHostName(String inboundHostName)
      Setter for inboundHostName. The FQDN of inbound hostname constructed with prefix imported from archive.
    • getListenComponents Link icon

      public List<ListenComponent> getListenComponents()
      Getter for listenComponents. The concatenated list of Nifi listen components imported from archive and flow.
    • setListenComponents Link icon

      public void setListenComponents(List<ListenComponent> listenComponents)
      Setter for listenComponents. The concatenated list of Nifi listen components imported from archive and flow.
    • getNodeStorageProfile Link icon

      public String getNodeStorageProfile()
      Getter for nodeStorageProfile. The node storage profile imported from archive.
    • setNodeStorageProfile Link icon

      public void setNodeStorageProfile(String nodeStorageProfile)
      Setter for nodeStorageProfile. The node storage profile imported from archive.
    • getProjectCrn Link icon

      public String getProjectCrn()
      Getter for projectCrn. The project CRN retrieved from backup.
    • setProjectCrn Link icon

      public void setProjectCrn(String projectCrn)
      Setter for projectCrn. The project CRN retrieved from backup.
    • getCustomNarConfigurationCrn Link icon

      public String getCustomNarConfigurationCrn()
      Getter for customNarConfigurationCrn. The CRN of the custom NAR configuration.
    • setCustomNarConfigurationCrn Link icon

      public void setCustomNarConfigurationCrn(String customNarConfigurationCrn)
      Setter for customNarConfigurationCrn. The CRN of the custom NAR configuration.
    • getCustomPythonConfigurationCrn Link icon

      public String getCustomPythonConfigurationCrn()
      Getter for customPythonConfigurationCrn. The CRN of the custom Python configuration.
    • setCustomPythonConfigurationCrn Link icon

      public void setCustomPythonConfigurationCrn(String customPythonConfigurationCrn)
      Setter for customPythonConfigurationCrn. The CRN of the custom Python configuration.
    • equals Link icon

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode Link icon

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString Link icon

      public String toString()
      Overrides:
      toString in class Object