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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated.Getter for clusterSizingOptions.Deprecated.Deprecated.Deprecated.Deprecated.Getter for kpiMetaData.Getter for nodeStorageProfileMetadata.Getter for parameterGroups.Getter for requiresEnvironmentSslContextService.Getter for service.inthashCode()voidsetArtifactTypeName(String artifactTypeName) Deprecated.voidsetClusterSizingOptions(List<ClusterSize> clusterSizingOptions) Setter for clusterSizingOptions.voidsetFlowCrn(String flowCrn) Deprecated.voidsetFlowName(String flowName) Deprecated.voidsetFlowVersion(Integer flowVersion) Deprecated.voidsetFlowVersionCrn(String flowVersionCrn) Deprecated.voidsetKpiMetaData(KpiMetaData kpiMetaData) Setter for kpiMetaData.voidsetNodeStorageProfileMetadata(List<NodeStorageProfileMetadata> nodeStorageProfileMetadata) Setter for nodeStorageProfileMetadata.voidsetParameterGroups(List<FlowParameterGroup> parameterGroups) Setter for parameterGroups.voidsetRequiresEnvironmentSslContextService(Boolean requiresEnvironmentSslContextService) Setter for requiresEnvironmentSslContextService.voidsetService(ServiceMeta service) Setter for service.toString()
-
Constructor Details
-
RpcDeploymentConfigurationMetadata
public RpcDeploymentConfigurationMetadata()
-
-
Method Details
-
getFlowCrn
Deprecated.Getter for flowCrn. The flow CRN of the first deployed flow. Deprecated, use flowCrn inside DeployedFlow. -
setFlowCrn
Deprecated.Setter for flowCrn. The flow CRN of the first deployed flow. Deprecated, use flowCrn inside DeployedFlow. -
getFlowName
Deprecated.Getter for flowName. The artifact name of the first deployed flow. Deprecated, use flowName inside DeployedFlow. -
setFlowName
Deprecated.Setter for flowName. The artifact name of the first deployed flow. Deprecated, use flowName inside DeployedFlow. -
getFlowVersion
Deprecated.Getter for flowVersion. The version of the first deployed flow. Deprecated, use flowVersion inside DeployedFlow. -
setFlowVersion
Deprecated.Setter for flowVersion. The version of the first deployed flow. Deprecated, use flowVersion inside DeployedFlow. -
getFlowVersionCrn
Deprecated.Getter for flowVersionCrn. The current flow version CRN of the first deployed flow. Deprecated, use flowVersionCrn inside DeployedFlow. -
setFlowVersionCrn
Deprecated.Setter for flowVersionCrn. The current flow version CRN of the first deployed flow. Deprecated, use flowVersionCrn inside DeployedFlow. -
getService
Getter for service. Simple information about the DataFlow service of the deployment -
setService
Setter for service. Simple information about the DataFlow service of the deployment -
getRequiresEnvironmentSslContextService
Getter for requiresEnvironmentSslContextService. A flag indicating if the flow requires an Environment specific SSLContextService -
setRequiresEnvironmentSslContextService
Setter for requiresEnvironmentSslContextService. A flag indicating if the flow requires an Environment specific SSLContextService -
getArtifactTypeName
Deprecated.Getter for artifactTypeName. The type of artifact of the first deployed flow. Deprecated, use artifactTypeName inside DeployedFlow. -
setArtifactTypeName
Deprecated.Setter for artifactTypeName. The type of artifact of the first deployed flow. Deprecated, use artifactTypeName inside DeployedFlow. -
getParameterGroups
Getter for parameterGroups. The list of flow parameter groups -
setParameterGroups
Setter for parameterGroups. The list of flow parameter groups -
getKpiMetaData
Getter for kpiMetaData. The KPI meta data -
setKpiMetaData
Setter for kpiMetaData. The KPI meta data -
getClusterSizingOptions
Getter for clusterSizingOptions. The options that are available for determining the size of the deployed cluster -
setClusterSizingOptions
Setter for clusterSizingOptions. The options that are available for determining the size of the deployed cluster -
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
-
hashCode
public int hashCode() -
toString
-