Class RpcDeploymentConfigurationMetadata

java.lang.Object
com.cloudera.cdp.dfworkload.model.RpcDeploymentConfigurationMetadata

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2026-03-31T14:25:34.176-07:00") public class RpcDeploymentConfigurationMetadata extends Object
Provides details about the deployment and all of the different configuration items that are available.
  • Constructor Details

    • RpcDeploymentConfigurationMetadata

      public RpcDeploymentConfigurationMetadata()
  • Method Details

    • getFlowCrn

      @Deprecated public String getFlowCrn()
      Deprecated.
      Getter for flowCrn. The flow CRN of the first deployed flow. Deprecated, use flowCrn inside DeployedFlow.
    • setFlowCrn

      @Deprecated public void setFlowCrn(String flowCrn)
      Deprecated.
      Setter for flowCrn. The flow CRN of the first deployed flow. Deprecated, use flowCrn inside DeployedFlow.
    • getFlowName

      @Deprecated public String getFlowName()
      Deprecated.
      Getter for flowName. The artifact name of the first deployed flow. Deprecated, use flowName inside DeployedFlow.
    • setFlowName

      @Deprecated public void setFlowName(String flowName)
      Deprecated.
      Setter for flowName. The artifact name of the first deployed flow. Deprecated, use flowName inside DeployedFlow.
    • getFlowVersion

      @Deprecated public Integer getFlowVersion()
      Deprecated.
      Getter for flowVersion. The version of the first deployed flow. Deprecated, use flowVersion inside DeployedFlow.
    • setFlowVersion

      @Deprecated public void setFlowVersion(Integer flowVersion)
      Deprecated.
      Setter for flowVersion. The version of the first deployed flow. Deprecated, use flowVersion inside DeployedFlow.
    • getFlowVersionCrn

      @Deprecated public String getFlowVersionCrn()
      Deprecated.
      Getter for flowVersionCrn. The current flow version CRN of the first deployed flow. Deprecated, use flowVersionCrn inside DeployedFlow.
    • setFlowVersionCrn

      @Deprecated public void setFlowVersionCrn(String flowVersionCrn)
      Deprecated.
      Setter for flowVersionCrn. The current flow version CRN of the first deployed flow. Deprecated, use flowVersionCrn inside DeployedFlow.
    • 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

      @Deprecated public String getArtifactTypeName()
      Deprecated.
      Getter for artifactTypeName. The type of artifact of the first deployed flow. Deprecated, use artifactTypeName inside DeployedFlow.
    • setArtifactTypeName

      @Deprecated public void setArtifactTypeName(String artifactTypeName)
      Deprecated.
      Setter for artifactTypeName. The type of artifact of the first deployed flow. Deprecated, use artifactTypeName inside DeployedFlow.
    • 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
    • getNodeStorageProfileMetadata

      public List<NodeStorageProfileMetadata> getNodeStorageProfileMetadata()
      Getter for nodeStorageProfileMetadata. The list of node storage profiles
    • setNodeStorageProfileMetadata

      public void setNodeStorageProfileMetadata(List<NodeStorageProfileMetadata> nodeStorageProfileMetadata)
      Setter for nodeStorageProfileMetadata. The list of node storage profiles
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object