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="2024-09-27T08:40:28.348-07:00")
public class Deployment
extends Object
A deployment
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter 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.int
hashCode()
void
setActiveErrorAlertCount
(Long activeErrorAlertCount) Setter for activeErrorAlertCount.void
setActiveInfoAlertCount
(Long activeInfoAlertCount) Setter for activeInfoAlertCount.void
setActiveWarningAlertCount
(Long activeWarningAlertCount) Setter for activeWarningAlertCount.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
(String clusterSize) Setter for clusterSize.void
setConfigurationVersion
(Long configurationVersion) Setter for configurationVersion.void
Setter for crn.void
setCurrentNodeCount
(Integer currentNodeCount) Setter for currentNodeCount.void
setDeployedByCrn
(String deployedByCrn) Setter for deployedByCrn.void
setDeployedByName
(String deployedByName) Setter for deployedByName.void
setDfxLocalUrl
(String dfxLocalUrl) Setter for dfxLocalUrl.void
setFlowCrn
(String flowCrn) Setter for flowCrn.void
setFlowMetricsScalingEnabled
(Boolean flowMetricsScalingEnabled) Setter for flowMetricsScalingEnabled.void
setFlowName
(String flowName) Setter for flowName.void
setFlowVersion
(Integer flowVersion) Setter for flowVersion.void
setFlowVersionCrn
(String flowVersionCrn) Setter for flowVersionCrn.void
setLastUpdatedByName
(String lastUpdatedByName) Setter for lastUpdatedByName.void
Setter for name.void
setNifiUrl
(String nifiUrl) Setter for nifiUrl.void
setProject
(ProjectMeta project) Setter for project.void
setService
(ServiceMeta service) Setter for service.void
setStaticNodeCount
(Integer staticNodeCount) Setter for staticNodeCount.void
setStatus
(DeploymentStatus status) Setter for status.void
setUpdated
(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
-