Class ServiceSummary


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:48.582-07:00")
    public class ServiceSummary
    extends Object
    The summary of the DF Service enabled in a CDP Environment
    • Constructor Detail

      • ServiceSummary

        public ServiceSummary()
    • Method Detail

      • getCrn

        public String getCrn()
        Getter for crn. The service CRN.
      • setCrn

        public void setCrn​(String crn)
        Setter for crn. The service CRN.
      • getEnvironmentCrn

        public String getEnvironmentCrn()
        Getter for environmentCrn. The CDP Environment CRN
      • setEnvironmentCrn

        public void setEnvironmentCrn​(String environmentCrn)
        Setter for environmentCrn. The CDP Environment CRN
      • getName

        public String getName()
        Getter for name. The service name.
      • setName

        public void setName​(String name)
        Setter for name. The service name.
      • getCloudPlatform

        public String getCloudPlatform()
        Getter for cloudPlatform. The cloud platform of the service.
      • setCloudPlatform

        public void setCloudPlatform​(String cloudPlatform)
        Setter for cloudPlatform. The cloud platform of the service.
      • getRegion

        public String getRegion()
        Getter for region. The region of the service.
      • setRegion

        public void setRegion​(String region)
        Setter for region. The region of the service.
      • getDeploymentCount

        public Integer getDeploymentCount()
        Getter for deploymentCount. The deployment count.
      • setDeploymentCount

        public void setDeploymentCount​(Integer deploymentCount)
        Setter for deploymentCount. The deployment count.
      • getMaxK8sNodeCount

        public Integer getMaxK8sNodeCount()
        Getter for maxK8sNodeCount. The maximum number of kubernetes nodes that service may scale up under high-demand situations
      • setMaxK8sNodeCount

        public void setMaxK8sNodeCount​(Integer maxK8sNodeCount)
        Setter for maxK8sNodeCount. The maximum number of kubernetes nodes that service may scale up under high-demand situations
      • getStatus

        public ServiceStatus getStatus()
        Getter for status. The DataFlow status of the service.
      • setStatus

        public void setStatus​(ServiceStatus status)
        Setter for status. The DataFlow status of the service.
      • getWorkloadVersion

        public String getWorkloadVersion()
        Getter for workloadVersion. The workload version of the service.
      • setWorkloadVersion

        public void setWorkloadVersion​(String workloadVersion)
        Setter for workloadVersion. The workload version of the service.
      • getRunningK8sNodeCount

        public Integer getRunningK8sNodeCount()
        Getter for runningK8sNodeCount. The number of kubernetes nodes currently running for this service.
      • setRunningK8sNodeCount

        public void setRunningK8sNodeCount​(Integer runningK8sNodeCount)
        Setter for runningK8sNodeCount. The number of kubernetes nodes currently running for this service.
      • getActiveInfoAlertCount

        public Long getActiveInfoAlertCount()
        Getter for activeInfoAlertCount. Current count of active alerts classified as an info
      • setActiveInfoAlertCount

        public void setActiveInfoAlertCount​(Long activeInfoAlertCount)
        Setter for activeInfoAlertCount. Current count of active alerts classified as an info
      • getActiveWarningAlertCount

        public Long getActiveWarningAlertCount()
        Getter for activeWarningAlertCount. Current count of active alerts classified as a warning
      • setActiveWarningAlertCount

        public void setActiveWarningAlertCount​(Long activeWarningAlertCount)
        Setter for activeWarningAlertCount. Current count of active alerts classified as a warning
      • getActiveErrorAlertCount

        public Long getActiveErrorAlertCount()
        Getter for activeErrorAlertCount. Current count of active alerts classified as an error
      • setActiveErrorAlertCount

        public void setActiveErrorAlertCount​(Long activeErrorAlertCount)
        Setter for activeErrorAlertCount. Current count of active alerts classified as an error
      • getClusterId

        public String getClusterId()
        Getter for clusterId. Cluster id of the service, if enabled
      • setClusterId

        public void setClusterId​(String clusterId)
        Setter for clusterId. Cluster id of the service, if enabled
      • getInstanceType

        public String getInstanceType()
        Getter for instanceType. The instance type of the kubernetes nodes currently in use by DataFlow for this service.
      • setInstanceType

        public void setInstanceType​(String instanceType)
        Setter for instanceType. The instance type of the kubernetes nodes currently in use by DataFlow for this service.
      • getClusterUsable

        @Deprecated
        public Boolean getClusterUsable()
        Deprecated.
        Getter for clusterUsable. Whether or not a successfully created and usable cluster exists. Deprecated. Use 'validActions' instead.
      • setClusterUsable

        @Deprecated
        public void setClusterUsable​(Boolean clusterUsable)
        Deprecated.
        Setter for clusterUsable. Whether or not a successfully created and usable cluster exists. Deprecated. Use 'validActions' instead.
      • getValidActions

        public List<String> getValidActions()
        Getter for validActions. Valid actions that can be applied based on the current state of the service
      • setValidActions

        public void setValidActions​(List<String> validActions)
        Setter for validActions. Valid actions that can be applied based on the current state of the service
      • getProxyName

        public String getProxyName()
        Getter for proxyName. The name of the proxy that is configured for the CDP environment
      • setProxyName

        public void setProxyName​(String proxyName)
        Setter for proxyName. The name of the proxy that is configured for the CDP environment
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object