Class RpcDeploymentConfigurationMetadata
- java.lang.Object
-
- com.cloudera.cdp.dfworkload.model.RpcDeploymentConfigurationMetadata
-
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2023-09-14T10:47:19.979-07:00") public class RpcDeploymentConfigurationMetadata extends Object
Provides details about the deployment and all of the different configuration items that are available.
-
-
Constructor Summary
Constructors Constructor Description RpcDeploymentConfigurationMetadata()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getArtifactTypeName()
Getter for artifactTypeName.List<ClusterSize>
getClusterSizingOptions()
Getter for clusterSizingOptions.String
getFlowCrn()
Getter for flowCrn.String
getFlowName()
Getter for flowName.Integer
getFlowVersion()
Getter for flowVersion.String
getFlowVersionCrn()
Getter for flowVersionCrn.KpiMetaData
getKpiMetaData()
Getter for kpiMetaData.List<FlowParameterGroup>
getParameterGroups()
Getter for parameterGroups.Boolean
getRequiresEnvironmentSslContextService()
Getter for requiresEnvironmentSslContextService.ServiceMeta
getService()
Getter for service.int
hashCode()
void
setArtifactTypeName(String artifactTypeName)
Setter for artifactTypeName.void
setClusterSizingOptions(List<ClusterSize> clusterSizingOptions)
Setter for clusterSizingOptions.void
setFlowCrn(String flowCrn)
Setter for flowCrn.void
setFlowName(String flowName)
Setter for flowName.void
setFlowVersion(Integer flowVersion)
Setter for flowVersion.void
setFlowVersionCrn(String flowVersionCrn)
Setter for flowVersionCrn.void
setKpiMetaData(KpiMetaData kpiMetaData)
Setter for kpiMetaData.void
setParameterGroups(List<FlowParameterGroup> parameterGroups)
Setter for parameterGroups.void
setRequiresEnvironmentSslContextService(Boolean requiresEnvironmentSslContextService)
Setter for requiresEnvironmentSslContextService.void
setService(ServiceMeta service)
Setter for service.String
toString()
-
-
-
Method Detail
-
getFlowCrn
public String getFlowCrn()
Getter for flowCrn. The CRN of the flow to deploy
-
setFlowCrn
public void setFlowCrn(String flowCrn)
Setter for flowCrn. The CRN of the flow to deploy
-
getFlowName
public String getFlowName()
Getter for flowName. The name of the flow to deploy
-
setFlowName
public void setFlowName(String flowName)
Setter for flowName. The name of the flow to deploy
-
getFlowVersion
public Integer getFlowVersion()
Getter for flowVersion. The version of the flow to deploy
-
setFlowVersion
public void setFlowVersion(Integer flowVersion)
Setter for flowVersion. The version of the flow to deploy
-
getFlowVersionCrn
public String getFlowVersionCrn()
Getter for flowVersionCrn. The CRN for the flow version
-
setFlowVersionCrn
public void setFlowVersionCrn(String flowVersionCrn)
Setter for flowVersionCrn. The CRN for the flow version
-
getService
public ServiceMeta getService()
Getter for service. Simple information about the DataFlow service of the deployment
-
setService
public void setService(ServiceMeta service)
Setter for service. Simple information about the DataFlow service of the deployment
-
getRequiresEnvironmentSslContextService
public Boolean getRequiresEnvironmentSslContextService()
Getter for requiresEnvironmentSslContextService. A flag indicating if the flow requires an Environment specific SSLContextService
-
setRequiresEnvironmentSslContextService
public void setRequiresEnvironmentSslContextService(Boolean requiresEnvironmentSslContextService)
Setter for requiresEnvironmentSslContextService. A flag indicating if the flow requires an Environment specific SSLContextService
-
getArtifactTypeName
public String getArtifactTypeName()
Getter for artifactTypeName. The type of the artifact of the flow.
-
setArtifactTypeName
public void setArtifactTypeName(String artifactTypeName)
Setter for artifactTypeName. The type of the artifact of the flow.
-
getParameterGroups
public List<FlowParameterGroup> getParameterGroups()
Getter for parameterGroups. The list of flow parameter groups
-
setParameterGroups
public void setParameterGroups(List<FlowParameterGroup> parameterGroups)
Setter for parameterGroups. The list of flow parameter groups
-
getKpiMetaData
public KpiMetaData getKpiMetaData()
Getter for kpiMetaData. The KPI meta data
-
setKpiMetaData
public void setKpiMetaData(KpiMetaData kpiMetaData)
Setter for kpiMetaData. The KPI meta data
-
getClusterSizingOptions
public List<ClusterSize> getClusterSizingOptions()
Getter for clusterSizingOptions. The options that are available for determining the size of the deployed cluster
-
setClusterSizingOptions
public void setClusterSizingOptions(List<ClusterSize> clusterSizingOptions)
Setter for clusterSizingOptions. The options that are available for determining the size of the deployed cluster
-
-