Class AddFlowToDeploymentRequest
java.lang.Object
com.cloudera.cdp.dfworkload.model.AddFlowToDeploymentRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2026-03-25T09:53:08.000-07:00")
public class AddFlowToDeploymentRequest
extends Object
Request object to add a flow to an existing deployment.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for autoStartFlow.Getter for configurationVersion.Getter for deployedFlowRequestCrn.Getter for deploymentCrn.Getter for environmentCrn.Getter for ignoreCustomNarConfigurationCheck.Getter for ignoreCustomPythonConfigurationCheck.Getter for ignoreDeploymentInboundConfigurationChecks.getKpis()Getter for kpis.getName()Getter for name.Getter for parameterGroups.Getter for projectCrn.inthashCode()voidsetAutoStartFlow(Boolean autoStartFlow) Setter for autoStartFlow.voidsetConfigurationVersion(Integer configurationVersion) Setter for configurationVersion.voidsetDeployedFlowRequestCrn(String deployedFlowRequestCrn) Setter for deployedFlowRequestCrn.voidsetDeploymentCrn(String deploymentCrn) Setter for deploymentCrn.voidsetEnvironmentCrn(String environmentCrn) Setter for environmentCrn.voidsetIgnoreCustomNarConfigurationCheck(Boolean ignoreCustomNarConfigurationCheck) Setter for ignoreCustomNarConfigurationCheck.voidsetIgnoreCustomPythonConfigurationCheck(Boolean ignoreCustomPythonConfigurationCheck) Setter for ignoreCustomPythonConfigurationCheck.voidsetIgnoreDeploymentInboundConfigurationChecks(Boolean ignoreDeploymentInboundConfigurationChecks) Setter for ignoreDeploymentInboundConfigurationChecks.voidsetKpis(List<ConfiguredKpi> kpis) Setter for kpis.voidSetter for name.voidsetParameterGroups(List<FlowParameterGroup> parameterGroups) Setter for parameterGroups.voidsetProjectCrn(String projectCrn) Setter for projectCrn.toString()
-
Constructor Details
-
AddFlowToDeploymentRequest
public AddFlowToDeploymentRequest()
-
-
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. -
getName
Getter for name. The name of the deployed NiFi flow. -
setName
Setter for name. The name of the deployed NiFi flow. -
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 deployment. -
setDeploymentCrn
Setter for deploymentCrn. The CRN of the deployment. -
getDeployedFlowRequestCrn
Getter for deployedFlowRequestCrn. The CRN of the flow deployment request. -
setDeployedFlowRequestCrn
Setter for deployedFlowRequestCrn. The CRN of the flow deployment request. -
getParameterGroups
Getter for parameterGroups. The list of flow parameter groups. -
setParameterGroups
Setter for parameterGroups. The list of flow parameter groups. -
getKpis
Getter for kpis. The list of configured KPIs. -
setKpis
Setter for kpis. The list of configured KPIs. -
getAutoStartFlow
Getter for autoStartFlow. Indicates whether or not the flow should be started during deployment creation. -
setAutoStartFlow
Setter for autoStartFlow. Indicates whether or not the flow should be started during deployment creation. -
getIgnoreCustomNarConfigurationCheck
Getter for ignoreCustomNarConfigurationCheck. When specified, ignore the check to validate if deployment has custom NARs configured when the flow definition contains custom components. -
setIgnoreCustomNarConfigurationCheck
Setter for ignoreCustomNarConfigurationCheck. When specified, ignore the check to validate if deployment has custom NARs configured when the flow definition contains custom components. -
getIgnoreCustomPythonConfigurationCheck
Getter for ignoreCustomPythonConfigurationCheck. When specified, ignore the check to validate if deployment has custom Python configured when the flow definition contains custom Python processors. -
setIgnoreCustomPythonConfigurationCheck
Setter for ignoreCustomPythonConfigurationCheck. When specified, ignore the check to validate if deployment has custom Python configured when the flow definition contains custom Python processors. -
getIgnoreDeploymentInboundConfigurationChecks
Getter for ignoreDeploymentInboundConfigurationChecks. When specified, ignore the check to validate if deployment has inbound connection configured for all listen components. -
setIgnoreDeploymentInboundConfigurationChecks
public void setIgnoreDeploymentInboundConfigurationChecks(Boolean ignoreDeploymentInboundConfigurationChecks) Setter for ignoreDeploymentInboundConfigurationChecks. When specified, ignore the check to validate if deployment has inbound connection configured for all listen components. -
getProjectCrn
Getter for projectCrn. The CRN of the project to which the deployment belongs, used for authorization. -
setProjectCrn
Setter for projectCrn. The CRN of the project to which the deployment belongs, used for authorization. -
equals
-
hashCode
public int hashCode() -
toString
-