Class RpcImportedDeploymentConfiguration


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-06-05T15:31:00.597-07:00")
    public class RpcImportedDeploymentConfiguration
    extends Object
    Contains the configuration data imported from exported archive.
    • Constructor Detail

      • RpcImportedDeploymentConfiguration

        public RpcImportedDeploymentConfiguration()
    • Method Detail

      • getAutoScalingEnabled

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

        public void setCustomPythonConfigurationCrn​(String customPythonConfigurationCrn)
        Setter for customPythonConfigurationCrn. The CRN of the custom Python configuration.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object