Class RpcImportedDeploymentConfiguration
java.lang.Object
com.cloudera.cdp.dfworkload.model.RpcImportedDeploymentConfiguration
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:28.696-07:00")
public class RpcImportedDeploymentConfiguration
extends Object
Contains the configuration data imported from exported archive.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for autoScaleMaxNodes.Getter for autoScaleMinNodes.Getter for autoScalingEnabled.Getter for cfmNifiVersion.Getter for clusterSize.Deprecated.Getter for customNarConfigurationCrn.Getter for customPythonConfigurationCrn.Getter for flowMetricsScalingEnabled.Getter for flowParameterGroups.Getter for inboundHostName.getKpis()
Getter for kpis.Getter for listenComponents.Getter for nodeStorageProfile.Getter for projectCrn.Getter for staticNodeCount.int
hashCode()
void
setAutoScaleMaxNodes
(Integer autoScaleMaxNodes) Setter for autoScaleMaxNodes.void
setAutoScaleMinNodes
(Integer autoScaleMinNodes) Setter for autoScaleMinNodes.void
setAutoScalingEnabled
(Boolean autoScalingEnabled) Setter for autoScalingEnabled.void
setCfmNifiVersion
(String cfmNifiVersion) Setter for cfmNifiVersion.void
setClusterSize
(BasicClusterSize clusterSize) Setter for clusterSize.void
setClusterSizeName
(String clusterSizeName) Deprecated.void
setCustomNarConfigurationCrn
(String customNarConfigurationCrn) Setter for customNarConfigurationCrn.void
setCustomPythonConfigurationCrn
(String customPythonConfigurationCrn) Setter for customPythonConfigurationCrn.void
setFlowMetricsScalingEnabled
(Boolean flowMetricsScalingEnabled) Setter for flowMetricsScalingEnabled.void
setFlowParameterGroups
(List<FlowParameterGroup> flowParameterGroups) Setter for flowParameterGroups.void
setInboundHostName
(String inboundHostName) Setter for inboundHostName.void
setKpis
(List<ConfiguredKpi> kpis) Setter for kpis.void
setListenComponents
(List<ListenComponent> listenComponents) Setter for listenComponents.void
setNodeStorageProfile
(String nodeStorageProfile) Setter for nodeStorageProfile.void
setProjectCrn
(String projectCrn) Setter for projectCrn.void
setStaticNodeCount
(Integer staticNodeCount) Setter for staticNodeCount.toString()
-
Constructor Details
-
RpcImportedDeploymentConfiguration
public RpcImportedDeploymentConfiguration()
-
-
Method Details
-
getAutoScalingEnabled
Getter for autoScalingEnabled. The auto-scaling flag value retrieved from archive. -
setAutoScalingEnabled
Setter for autoScalingEnabled. The auto-scaling flag value retrieved from archive. -
getFlowMetricsScalingEnabled
Getter for flowMetricsScalingEnabled. The flow-metrics flag value retrieved from archive. -
setFlowMetricsScalingEnabled
Setter for flowMetricsScalingEnabled. The flow-metrics flag value retrieved from archive. -
getAutoScaleMinNodes
Getter for autoScaleMinNodes. The cluster's minimum number of nodes value retrieved from archive. -
setAutoScaleMinNodes
Setter for autoScaleMinNodes. The cluster's minimum number of nodes value retrieved from archive. -
getAutoScaleMaxNodes
Getter for autoScaleMaxNodes. The cluster's maximum number of nodes value retrieved from archive. -
setAutoScaleMaxNodes
Setter for autoScaleMaxNodes. The cluster's maximum number of nodes value retrieved from archive. -
getStaticNodeCount
Getter for staticNodeCount. The cluster's static node count retrieved from archive. -
setStaticNodeCount
Setter for staticNodeCount. The cluster's static node count retrieved from archive. -
getClusterSizeName
Deprecated.Getter for clusterSizeName. The cluster size name retrieved from archive. Deprecated, use clusterSize.name instead. -
setClusterSizeName
Deprecated.Setter for clusterSizeName. The cluster size name retrieved from archive. Deprecated, use clusterSize.name instead. -
getClusterSize
Getter for clusterSize. The deployment t-shirt size. -
setClusterSize
Setter for clusterSize. The deployment t-shirt size. -
getKpis
Getter for kpis. The list of configured KPIs imported from archive. -
setKpis
Setter for kpis. The list of configured KPIs imported from archive. -
getFlowParameterGroups
Getter for flowParameterGroups. The flow parameter groups with values imported from archive. -
setFlowParameterGroups
Setter for flowParameterGroups. The flow parameter groups with values imported from archive. -
getCfmNifiVersion
Getter for cfmNifiVersion. The CFM NiFi version retrieved from archive. -
setCfmNifiVersion
Setter for cfmNifiVersion. The CFM NiFi version retrieved from archive. -
getInboundHostName
Getter for inboundHostName. The FQDN of inbound hostname constructed with prefix imported from archive. -
setInboundHostName
Setter for inboundHostName. The FQDN of inbound hostname constructed with prefix imported from archive. -
getListenComponents
Getter for listenComponents. The concatenated list of Nifi listen components imported from archive and flow. -
setListenComponents
Setter for listenComponents. The concatenated list of Nifi listen components imported from archive and flow. -
getNodeStorageProfile
Getter for nodeStorageProfile. The node storage profile imported from archive. -
setNodeStorageProfile
Setter for nodeStorageProfile. The node storage profile imported from archive. -
getProjectCrn
Getter for projectCrn. The project CRN retrieved from backup. -
setProjectCrn
Setter for projectCrn. The project CRN retrieved from backup. -
getCustomNarConfigurationCrn
Getter for customNarConfigurationCrn. The CRN of the custom NAR configuration. -
setCustomNarConfigurationCrn
Setter for customNarConfigurationCrn. The CRN of the custom NAR configuration. -
getCustomPythonConfigurationCrn
Getter for customPythonConfigurationCrn. The CRN of the custom Python configuration. -
setCustomPythonConfigurationCrn
Setter for customPythonConfigurationCrn. The CRN of the custom Python configuration. -
equals
-
hashCode
public int hashCode() -
toString
-