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="2023-09-27T13:27:54.329-07:00") public class ServiceSummary extends Object
The summary of the DF Service enabled in a CDP Environment
-
-
Constructor Summary
Constructors Constructor Description ServiceSummary()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description boolean
equals(Object o)
Long
getActiveErrorAlertCount()
Getter for activeErrorAlertCount.Long
getActiveInfoAlertCount()
Getter for activeInfoAlertCount.Long
getActiveWarningAlertCount()
Getter for activeWarningAlertCount.String
getCloudPlatform()
Getter for cloudPlatform.String
getClusterId()
Getter for clusterId.Boolean
getClusterUsable()
Deprecated.String
getCrn()
Getter for crn.Integer
getDeploymentCount()
Getter for deploymentCount.String
getEnvironmentCrn()
Getter for environmentCrn.String
getInstanceType()
Getter for instanceType.Integer
getMaxK8sNodeCount()
Getter for maxK8sNodeCount.String
getName()
Getter for name.String
getProxyName()
Getter for proxyName.String
getRegion()
Getter for region.Integer
getRunningK8sNodeCount()
Getter for runningK8sNodeCount.ServiceStatus
getStatus()
Getter for status.List<String>
getValidActions()
Getter for validActions.String
getWorkloadVersion()
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
setCrn(String crn)
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
setName(String name)
Setter for name.void
setProxyName(String proxyName)
Setter for proxyName.void
setRegion(String region)
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.String
toString()
-
-
-
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
-
-