Package com.cloudera.cdp.df.model
Class ServiceSummary
java.lang.Object
com.cloudera.cdp.df.model.ServiceSummary
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:28.348-07:00")
public class ServiceSummary
extends Object
The summary of the DF Service enabled in a CDP Environment
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for activeErrorAlertCount.Getter for activeInfoAlertCount.Getter for activeWarningAlertCount.Getter for cloudPlatform.Getter for clusterId.Deprecated.getCrn()
Getter for crn.Getter for deploymentCount.Getter for environmentCrn.Getter for instanceType.Getter for maxK8sNodeCount.getName()
Getter for name.Getter for proxyName.Getter for region.Getter for runningK8sNodeCount.Getter for status.Getter for validActions.Getter for workloadVersion.int
hashCode()
void
setActiveErrorAlertCount
(Long activeErrorAlertCount) Setter for activeErrorAlertCount.void
setActiveInfoAlertCount
(Long activeInfoAlertCount) Setter for activeInfoAlertCount.void
setActiveWarningAlertCount
(Long activeWarningAlertCount) Setter for activeWarningAlertCount.void
setCloudPlatform
(String cloudPlatform) Setter for cloudPlatform.void
setClusterId
(String clusterId) Setter for clusterId.void
setClusterUsable
(Boolean clusterUsable) Deprecated.void
Setter for crn.void
setDeploymentCount
(Integer deploymentCount) Setter for deploymentCount.void
setEnvironmentCrn
(String environmentCrn) Setter for environmentCrn.void
setInstanceType
(String instanceType) Setter for instanceType.void
setMaxK8sNodeCount
(Integer maxK8sNodeCount) Setter for maxK8sNodeCount.void
Setter for name.void
setProxyName
(String proxyName) Setter for proxyName.void
Setter for region.void
setRunningK8sNodeCount
(Integer runningK8sNodeCount) Setter for runningK8sNodeCount.void
setStatus
(ServiceStatus status) Setter for status.void
setValidActions
(List<String> validActions) Setter for validActions.void
setWorkloadVersion
(String workloadVersion) Setter for workloadVersion.toString()
-
Constructor Details
-
ServiceSummary
public ServiceSummary()
-
-
Method Details
-
getCrn
Getter for crn. The service CRN. -
setCrn
Setter for crn. The service CRN. -
getEnvironmentCrn
Getter for environmentCrn. The CDP Environment CRN -
setEnvironmentCrn
Setter for environmentCrn. The CDP Environment CRN -
getName
Getter for name. The service name. -
setName
Setter for name. The service name. -
getCloudPlatform
Getter for cloudPlatform. The cloud platform of the service. -
setCloudPlatform
Setter for cloudPlatform. The cloud platform of the service. -
getRegion
Getter for region. The region of the service. -
setRegion
Setter for region. The region of the service. -
getDeploymentCount
Getter for deploymentCount. The deployment count. -
setDeploymentCount
Setter for deploymentCount. The deployment count. -
getMaxK8sNodeCount
Getter for maxK8sNodeCount. The maximum number of kubernetes nodes that service may scale up under high-demand situations -
setMaxK8sNodeCount
Setter for maxK8sNodeCount. The maximum number of kubernetes nodes that service may scale up under high-demand situations -
getStatus
Getter for status. The DataFlow status of the service. -
setStatus
Setter for status. The DataFlow status of the service. -
getWorkloadVersion
Getter for workloadVersion. The workload version of the service. -
setWorkloadVersion
Setter for workloadVersion. The workload version of the service. -
getRunningK8sNodeCount
Getter for runningK8sNodeCount. The number of kubernetes nodes currently running for this service. -
setRunningK8sNodeCount
Setter for runningK8sNodeCount. The number of kubernetes nodes currently running for this service. -
getActiveInfoAlertCount
Getter for activeInfoAlertCount. Current count of active alerts classified as an info -
setActiveInfoAlertCount
Setter for activeInfoAlertCount. Current count of active alerts classified as an info -
getActiveWarningAlertCount
Getter for activeWarningAlertCount. Current count of active alerts classified as a warning -
setActiveWarningAlertCount
Setter for activeWarningAlertCount. Current count of active alerts classified as a warning -
getActiveErrorAlertCount
Getter for activeErrorAlertCount. Current count of active alerts classified as an error -
setActiveErrorAlertCount
Setter for activeErrorAlertCount. Current count of active alerts classified as an error -
getClusterId
Getter for clusterId. Cluster id of the service, if enabled -
setClusterId
Setter for clusterId. Cluster id of the service, if enabled -
getInstanceType
Getter for instanceType. The instance type of the kubernetes nodes currently in use by DataFlow for this service. -
setInstanceType
Setter for instanceType. The instance type of the kubernetes nodes currently in use by DataFlow for this service. -
getClusterUsable
Deprecated.Getter for clusterUsable. Whether or not a successfully created and usable cluster exists. Deprecated. Use 'validActions' instead. -
setClusterUsable
Deprecated.Setter for clusterUsable. Whether or not a successfully created and usable cluster exists. Deprecated. Use 'validActions' instead. -
getValidActions
Getter for validActions. Valid actions that can be applied based on the current state of the service -
setValidActions
Setter for validActions. Valid actions that can be applied based on the current state of the service -
getProxyName
Getter for proxyName. The name of the proxy that is configured for the CDP environment -
setProxyName
Setter for proxyName. The name of the proxy that is configured for the CDP environment -
equals
-
hashCode
public int hashCode() -
toString
-