Package com.cloudera.cdp.df.model
Class Deployment
java.lang.Object
com.cloudera.cdp.df.model.Deployment
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-10-15T17:00:48.252-07:00")
public class Deployment
extends Object
A deployment
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for activeErrorAlertCount.Getter for activeInfoAlertCount.Getter for activeWarningAlertCount.Getter for autoscaleMaxNodes.Getter for autoscaleMinNodes.Getter for autoscalingEnabled.Getter for cfmNifiVersion.Getter for clusterSize.Getter for configurationVersion.getCrn()Getter for crn.Getter for currentNodeCount.Getter for deployedByCrn.Getter for deployedByName.Getter for dfxLocalUrl.Getter for flowCrn.Getter for flowMetricsScalingEnabled.Getter for flowName.Getter for flowVersion.Getter for flowVersionCrn.Getter for lastUpdatedByName.getName()Getter for name.Getter for nifiUrl.Getter for project.Getter for service.Getter for staticNodeCount.Getter for status.Getter for updated.inthashCode()voidsetActiveErrorAlertCount(Long activeErrorAlertCount) Setter for activeErrorAlertCount.voidsetActiveInfoAlertCount(Long activeInfoAlertCount) Setter for activeInfoAlertCount.voidsetActiveWarningAlertCount(Long activeWarningAlertCount) Setter for activeWarningAlertCount.voidsetAutoscaleMaxNodes(Integer autoscaleMaxNodes) Setter for autoscaleMaxNodes.voidsetAutoscaleMinNodes(Integer autoscaleMinNodes) Setter for autoscaleMinNodes.voidsetAutoscalingEnabled(Boolean autoscalingEnabled) Setter for autoscalingEnabled.voidsetCfmNifiVersion(String cfmNifiVersion) Setter for cfmNifiVersion.voidsetClusterSize(String clusterSize) Setter for clusterSize.voidsetConfigurationVersion(Long configurationVersion) Setter for configurationVersion.voidSetter for crn.voidsetCurrentNodeCount(Integer currentNodeCount) Setter for currentNodeCount.voidsetDeployedByCrn(String deployedByCrn) Setter for deployedByCrn.voidsetDeployedByName(String deployedByName) Setter for deployedByName.voidsetDfxLocalUrl(String dfxLocalUrl) Setter for dfxLocalUrl.voidsetFlowCrn(String flowCrn) Setter for flowCrn.voidsetFlowMetricsScalingEnabled(Boolean flowMetricsScalingEnabled) Setter for flowMetricsScalingEnabled.voidsetFlowName(String flowName) Setter for flowName.voidsetFlowVersion(Integer flowVersion) Setter for flowVersion.voidsetFlowVersionCrn(String flowVersionCrn) Setter for flowVersionCrn.voidsetLastUpdatedByName(String lastUpdatedByName) Setter for lastUpdatedByName.voidSetter for name.voidsetNifiUrl(String nifiUrl) Setter for nifiUrl.voidsetProject(ProjectMeta project) Setter for project.voidsetService(ServiceMeta service) Setter for service.voidsetStaticNodeCount(Integer staticNodeCount) Setter for staticNodeCount.voidsetStatus(DeploymentStatus status) Setter for status.voidsetUpdated(Long updated) Setter for updated.toString()
-
Constructor Details
-
Deployment
public Deployment()
-
-
Method Details
-
getCrn
Getter for crn. The deployment CRN -
setCrn
Setter for crn. The deployment CRN -
getName
Getter for name. The deployment name -
setName
Setter for name. The deployment name -
getStatus
Getter for status. The deployment status -
setStatus
Setter for status. The deployment status -
getService
Getter for service. The DataFlow service information of the deployment -
setService
Setter for service. The DataFlow service information of the deployment -
getUpdated
Getter for updated. Timestamp of the last time the deployment was modified -
setUpdated
Setter for updated. Timestamp of the last time the deployment was modified -
getClusterSize
Getter for clusterSize. The initial size of the deployment -
setClusterSize
Setter for clusterSize. The initial size of the deployment -
getFlowVersionCrn
Getter for flowVersionCrn. The deployment's current flow version CRN -
setFlowVersionCrn
Setter for flowVersionCrn. The deployment's current flow version CRN -
getFlowCrn
Getter for flowCrn. The deployment's current flow CRN -
setFlowCrn
Setter for flowCrn. The deployment's current flow CRN -
getNifiUrl
Getter for nifiUrl. The url to open the deployed flow in NiFi -
setNifiUrl
Setter for nifiUrl. The url to open the deployed flow in NiFi -
getAutoscaleMaxNodes
Getter for autoscaleMaxNodes. The maximum number of nodes that the deployment can scale up to, or null if autoscaling is not enabled for this deployment -
setAutoscaleMaxNodes
Setter for autoscaleMaxNodes. The maximum number of nodes that the deployment can scale up to, or null if autoscaling is not enabled for this deployment -
getFlowName
Getter for flowName. The name of the flow -
setFlowName
Setter for flowName. The name of the flow -
getFlowVersion
Getter for flowVersion. The version of the flow -
setFlowVersion
Setter for flowVersion. The version of the flow -
getCurrentNodeCount
Getter for currentNodeCount. The current node count -
setCurrentNodeCount
Setter for currentNodeCount. The current node count -
getDeployedByCrn
Getter for deployedByCrn. The actor CRN of the person who deployed the flow -
setDeployedByCrn
Setter for deployedByCrn. The actor CRN of the person who deployed the flow -
getDeployedByName
Getter for deployedByName. The name of the person who deployed the flow -
setDeployedByName
Setter for deployedByName. The name of the person who deployed the flow -
getAutoscalingEnabled
Getter for autoscalingEnabled. Whether or not to autoscale the deployment. -
setAutoscalingEnabled
Setter for autoscalingEnabled. Whether or not to autoscale the deployment. -
getAutoscaleMinNodes
Getter for autoscaleMinNodes. The minimum number of nodes that the deployment will allocate. May only be specified when autoscalingEnabled is true. -
setAutoscaleMinNodes
Setter for autoscaleMinNodes. The minimum number of nodes that the deployment will allocate. May only be specified when autoscalingEnabled is true. -
getActiveInfoAlertCount
Getter for activeInfoAlertCount. Current count of active alerts classified as an info -
setActiveInfoAlertCount
Setter for activeInfoAlertCount. Current count of active alerts classified as an info -
getActiveWarningAlertCount
Getter for activeWarningAlertCount. Current count of active alerts classified as a warning -
setActiveWarningAlertCount
Setter for activeWarningAlertCount. Current count of active alerts classified as a warning -
getActiveErrorAlertCount
Getter for activeErrorAlertCount. Current count of active alerts classified as an error -
setActiveErrorAlertCount
Setter for activeErrorAlertCount. Current count of active alerts classified as an error -
getStaticNodeCount
Getter for staticNodeCount. The static number of nodes that the deployment will allocate. May only be specified when autoscalingEnabled is false. -
setStaticNodeCount
Setter for staticNodeCount. The static number of nodes that the deployment will allocate. May only be specified when autoscalingEnabled is false. -
getDfxLocalUrl
Getter for dfxLocalUrl. Base URL to the dfx-local instance running this deployment -
setDfxLocalUrl
Setter for dfxLocalUrl. Base URL to the dfx-local instance running this deployment -
getLastUpdatedByName
Getter for lastUpdatedByName. The name of the person who last updated the deployment -
setLastUpdatedByName
Setter for lastUpdatedByName. The name of the person who last updated the deployment -
getConfigurationVersion
Getter for configurationVersion. The version of the configuration for this deployment -
setConfigurationVersion
Setter for configurationVersion. The version of the configuration for this deployment -
getCfmNifiVersion
Getter for cfmNifiVersion. The version of NiFi being used by this deployment. -
setCfmNifiVersion
Setter for cfmNifiVersion. The version of NiFi being used by this deployment. -
getFlowMetricsScalingEnabled
Getter for flowMetricsScalingEnabled. Whether or not to use Flow metrics to scale the deployment. May only be specified when autscalingEnabled is true. -
setFlowMetricsScalingEnabled
Setter for flowMetricsScalingEnabled. Whether or not to use Flow metrics to scale the deployment. May only be specified when autscalingEnabled is true. -
getProject
Getter for project. The project information of the deployment -
setProject
Setter for project. The project information of the deployment -
equals
-
hashCode
public int hashCode() -
toString
-