Class UpdateDeploymentRequest
java.lang.Object
com.cloudera.cdp.dfworkload.model.UpdateDeploymentRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-10-28T14:00:31.001-07:00")
public class UpdateDeploymentRequest
extends Object
Provides all of the configuration that dictates how a flow should be deployed.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for assetUpdateRequestCrn.Getter for autoScaleMaxNodes.Getter for autoScaleMinNodes.Getter for autoScalingEnabled.Getter for clusterSize.Getter for configurationVersion.Getter for deploymentCrn.Getter for environmentCrn.Getter for flowMetricsScalingEnabled.getKpis()Getter for kpis.Getter for parameterGroups.Getter for staticNodeCount.inthashCode()voidsetAssetUpdateRequestCrn(String assetUpdateRequestCrn) Setter for assetUpdateRequestCrn.voidsetAutoScaleMaxNodes(Integer autoScaleMaxNodes) Setter for autoScaleMaxNodes.voidsetAutoScaleMinNodes(Integer autoScaleMinNodes) Setter for autoScaleMinNodes.voidsetAutoScalingEnabled(Boolean autoScalingEnabled) Setter for autoScalingEnabled.voidsetClusterSize(BasicClusterSize clusterSize) Setter for clusterSize.voidsetConfigurationVersion(Integer configurationVersion) Setter for configurationVersion.voidsetDeploymentCrn(String deploymentCrn) Setter for deploymentCrn.voidsetEnvironmentCrn(String environmentCrn) Setter for environmentCrn.voidsetFlowMetricsScalingEnabled(Boolean flowMetricsScalingEnabled) Setter for flowMetricsScalingEnabled.voidsetKpis(List<ConfiguredKpi> kpis) Setter for kpis.voidsetParameterGroups(List<FlowParameterGroup> parameterGroups) Setter for parameterGroups.voidsetStaticNodeCount(Integer staticNodeCount) Setter for staticNodeCount.toString()
-
Constructor Details
-
UpdateDeploymentRequest
public UpdateDeploymentRequest()
-
-
Method Details
-
getEnvironmentCrn
Getter for environmentCrn. The CRN of an environment to execute the command. -
setEnvironmentCrn
Setter for environmentCrn. The CRN of an environment to execute the command. -
getConfigurationVersion
Getter for configurationVersion. The version of this configuration. -
setConfigurationVersion
Setter for configurationVersion. The version of this configuration. -
getDeploymentCrn
Getter for deploymentCrn. The CRN of the existing deployment to be updated. -
setDeploymentCrn
Setter for deploymentCrn. The CRN of the existing deployment to be updated. -
getParameterGroups
Getter for parameterGroups. The list of flow parameter groups. -
setParameterGroups
Setter for parameterGroups. The list of flow parameter groups. -
getAutoScalingEnabled
Getter for autoScalingEnabled. Specifies that auto-scaling should be enabled. -
setAutoScalingEnabled
Setter for autoScalingEnabled. Specifies that auto-scaling should be enabled. -
getFlowMetricsScalingEnabled
Getter for flowMetricsScalingEnabled. Specifies that Flow metrics should be enabled for scaling. -
setFlowMetricsScalingEnabled
Setter for flowMetricsScalingEnabled. Specifies that Flow metrics should be enabled for scaling. -
getAutoScaleMinNodes
Getter for autoScaleMinNodes. The minimum number of nodes that the cluster should allocate. May only be specified when autoScalingEnabled is true. -
setAutoScaleMinNodes
Setter for autoScaleMinNodes. The minimum number of nodes that the cluster should allocate. May only be specified when autoScalingEnabled is true. -
getAutoScaleMaxNodes
Getter for autoScaleMaxNodes. The maximum number of nodes that the cluster should scale to. May only be specified when autoScalingEnabled is true. -
setAutoScaleMaxNodes
Setter for autoScaleMaxNodes. The maximum number of nodes that the cluster should scale to. May only be specified when autoScalingEnabled is true. -
getStaticNodeCount
Getter for staticNodeCount. The static number of nodes that the cluster should allocate. May only be specified when autoScalingEnabled is false. -
setStaticNodeCount
Setter for staticNodeCount. The static number of nodes that the cluster should allocate. May only be specified when autoScalingEnabled is false. -
getKpis
Getter for kpis. The list of configured KPIs. -
setKpis
Setter for kpis. The list of configured KPIs. -
getClusterSize
Getter for clusterSize. The deployment t-shirt size. -
setClusterSize
Setter for clusterSize. The deployment t-shirt size. -
getAssetUpdateRequestCrn
Getter for assetUpdateRequestCrn. The CRN of the asset update request. Required when updating assets of an existing deployment. -
setAssetUpdateRequestCrn
Setter for assetUpdateRequestCrn. The CRN of the asset update request. Required when updating assets of an existing deployment. -
equals
-
hashCode
public int hashCode() -
toString
-