Class RpcDeploymentConfigurationMetadata
java.lang.Object
com.cloudera.cdp.dfworkload.model.RpcDeploymentConfigurationMetadata
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:28.696-07:00")
public class RpcDeploymentConfigurationMetadata
extends Object
Provides details about the deployment and all of the different configuration items that are available.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for artifactTypeName.Getter for clusterSizingOptions.Getter for flowCrn.Getter for flowName.Getter for flowVersion.Getter for flowVersionCrn.Getter for kpiMetaData.Getter for nodeStorageProfileMetadata.Getter for parameterGroups.Getter for requiresEnvironmentSslContextService.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
setNodeStorageProfileMetadata
(List<NodeStorageProfileMetadata> nodeStorageProfileMetadata) Setter for nodeStorageProfileMetadata.void
setParameterGroups
(List<FlowParameterGroup> parameterGroups) Setter for parameterGroups.void
setRequiresEnvironmentSslContextService
(Boolean requiresEnvironmentSslContextService) Setter for requiresEnvironmentSslContextService.void
setService
(ServiceMeta service) Setter for service.toString()
-
Constructor Details
-
RpcDeploymentConfigurationMetadata
public RpcDeploymentConfigurationMetadata()
-
-
Method Details
-
getFlowCrn
Getter for flowCrn. The CRN of the flow to deploy -
setFlowCrn
Setter for flowCrn. The CRN of the flow to deploy -
getFlowName
Getter for flowName. The name of the flow to deploy -
setFlowName
Setter for flowName. The name of the flow to deploy -
getFlowVersion
Getter for flowVersion. The version of the flow to deploy -
setFlowVersion
Setter for flowVersion. The version of the flow to deploy -
getFlowVersionCrn
Getter for flowVersionCrn. The CRN for the flow version -
setFlowVersionCrn
Setter for flowVersionCrn. The CRN for the flow version -
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
Getter for artifactTypeName. The type of the artifact of the flow. -
setArtifactTypeName
Setter for artifactTypeName. The type of the artifact of the flow. -
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
-