Class ServiceDescription

java.lang.Object
com.cloudera.cdp.de.model.ServiceDescription

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2025-05-14T11:34:36.936-07:00") public class ServiceDescription extends Object
Detailed description of a CDE service.
  • Constructor Details Link icon

    • ServiceDescription Link icon

      public ServiceDescription()
  • Method Details Link icon

    • getName Link icon

      public String getName()
      Getter for name. Name of the CDE Service.
    • setName Link icon

      public void setName(String name)
      Setter for name. Name of the CDE Service.
    • getClusterId Link icon

      public String getClusterId()
      Getter for clusterId. Cluster Id of the CDE Service.
    • setClusterId Link icon

      public void setClusterId(String clusterId)
      Setter for clusterId. Cluster Id of the CDE Service.
    • getEnvironmentName Link icon

      public String getEnvironmentName()
      Getter for environmentName. CDP Environment Name.
    • setEnvironmentName Link icon

      public void setEnvironmentName(String environmentName)
      Setter for environmentName. CDP Environment Name.
    • getEnvironmentCrn Link icon

      public String getEnvironmentCrn()
      Getter for environmentCrn. CRN of the environment.
    • setEnvironmentCrn Link icon

      public void setEnvironmentCrn(String environmentCrn)
      Setter for environmentCrn. CRN of the environment.
    • getTenantId Link icon

      public String getTenantId()
      Getter for tenantId. CDP tenant ID.
    • setTenantId Link icon

      public void setTenantId(String tenantId)
      Setter for tenantId. CDP tenant ID.
    • getResources Link icon

      public ServiceResources getResources()
      Getter for resources. Resources details of CDE Service.
    • setResources Link icon

      public void setResources(ServiceResources resources)
      Setter for resources. Resources details of CDE Service.
    • getStatus Link icon

      public String getStatus()
      Getter for status. Status of the CDE service.
    • setStatus Link icon

      public void setStatus(String status)
      Setter for status. Status of the CDE service.
    • getCreatorEmail Link icon

      public String getCreatorEmail()
      Getter for creatorEmail. Email address of the creator of the CDE service.
    • setCreatorEmail Link icon

      public void setCreatorEmail(String creatorEmail)
      Setter for creatorEmail. Email address of the creator of the CDE service.
    • getCreatorCrn Link icon

      public String getCreatorCrn()
      Getter for creatorCrn. CRN of the creator.
    • setCreatorCrn Link icon

      public void setCreatorCrn(String creatorCrn)
      Setter for creatorCrn. CRN of the creator.
    • getEnablingTime Link icon

      public String getEnablingTime()
      Getter for enablingTime. Timestamp of service enabling.
    • setEnablingTime Link icon

      public void setEnablingTime(String enablingTime)
      Setter for enablingTime. Timestamp of service enabling.
    • getClusterFqdn Link icon

      public String getClusterFqdn()
      Getter for clusterFqdn. FQDN of the CDE service.
    • setClusterFqdn Link icon

      public void setClusterFqdn(String clusterFqdn)
      Setter for clusterFqdn. FQDN of the CDE service.
    • getCloudPlatform Link icon

      public String getCloudPlatform()
      Getter for cloudPlatform. The cloud platform where the CDE service is enabled.
    • setCloudPlatform Link icon

      public void setCloudPlatform(String cloudPlatform)
      Setter for cloudPlatform. The cloud platform where the CDE service is enabled.
    • getDataLakeFileSystems Link icon

      public String getDataLakeFileSystems()
      Getter for dataLakeFileSystems. The Data lake file system.
    • setDataLakeFileSystems Link icon

      public void setDataLakeFileSystems(String dataLakeFileSystems)
      Setter for dataLakeFileSystems. The Data lake file system.
    • getLogLocation Link icon

      public String getLogLocation()
      Getter for logLocation. Location for the log files of jobs.
    • setLogLocation Link icon

      public void setLogLocation(String logLocation)
      Setter for logLocation. Location for the log files of jobs.
    • getBackupLocation Link icon

      public String getBackupLocation()
      Getter for backupLocation. Base location for the service backup archives.
    • setBackupLocation Link icon

      public void setBackupLocation(String backupLocation)
      Setter for backupLocation. Base location for the service backup archives.
    • getDataLakeAtlasUIEndpoint Link icon

      public String getDataLakeAtlasUIEndpoint()
      Getter for dataLakeAtlasUIEndpoint. Endpoint of Data Lake Atlas.
    • setDataLakeAtlasUIEndpoint Link icon

      public void setDataLakeAtlasUIEndpoint(String dataLakeAtlasUIEndpoint)
      Setter for dataLakeAtlasUIEndpoint. Endpoint of Data Lake Atlas.
    • getChartValueOverrides Link icon

      public List<ChartValueOverridesResponse> getChartValueOverrides()
      Getter for chartValueOverrides. Chart overrides for the Virtual Cluster.
    • setChartValueOverrides Link icon

      public void setChartValueOverrides(List<ChartValueOverridesResponse> chartValueOverrides)
      Setter for chartValueOverrides. Chart overrides for the Virtual Cluster.
    • getWhitelistIps Link icon

      public String getWhitelistIps()
      Getter for whitelistIps. List of CIDRs that would be allowed to access kubernetes master API server.
    • setWhitelistIps Link icon

      public void setWhitelistIps(String whitelistIps)
      Setter for whitelistIps. List of CIDRs that would be allowed to access kubernetes master API server.
    • getLoadbalancerAllowlist Link icon

      public String getLoadbalancerAllowlist()
      Getter for loadbalancerAllowlist. Comma-separated CIDRs that would be allowed to access the load balancer.
    • setLoadbalancerAllowlist Link icon

      public void setLoadbalancerAllowlist(String loadbalancerAllowlist)
      Setter for loadbalancerAllowlist. Comma-separated CIDRs that would be allowed to access the load balancer.
    • getSubnets Link icon

      public String getSubnets()
      Getter for subnets. List of Subnet IDs of the CDP subnets used by the kubernetes worker node.
    • setSubnets Link icon

      public void setSubnets(String subnets)
      Setter for subnets. List of Subnet IDs of the CDP subnets used by the kubernetes worker node.
    • getPrivateClusterEnabled Link icon

      public Boolean getPrivateClusterEnabled()
      Getter for privateClusterEnabled. If true, the CDE service was created with fully private Azure services (AKS, MySQL, etc.).
    • setPrivateClusterEnabled Link icon

      public void setPrivateClusterEnabled(Boolean privateClusterEnabled)
      Setter for privateClusterEnabled. If true, the CDE service was created with fully private Azure services (AKS, MySQL, etc.).
    • getPublicEndpointEnabled Link icon

      public Boolean getPublicEndpointEnabled()
      Getter for publicEndpointEnabled. If true, the CDE endpoint was created in a publicly accessible subnet.
    • setPublicEndpointEnabled Link icon

      public void setPublicEndpointEnabled(Boolean publicEndpointEnabled)
      Setter for publicEndpointEnabled. If true, the CDE endpoint was created in a publicly accessible subnet.
    • getNetworkOutboundType Link icon

      public String getNetworkOutboundType()
      Getter for networkOutboundType. Network outbound type. Currently 'udr' is the only supported.
    • setNetworkOutboundType Link icon

      public void setNetworkOutboundType(String networkOutboundType)
      Setter for networkOutboundType. Network outbound type. Currently 'udr' is the only supported.
    • getPreviousVersionDeployed Link icon

      public Boolean getPreviousVersionDeployed()
      Getter for previousVersionDeployed. The \"true\" value indicates that the previous version of the CDE service was requested to be deployed.
    • setPreviousVersionDeployed Link icon

      public void setPreviousVersionDeployed(Boolean previousVersionDeployed)
      Setter for previousVersionDeployed. The \"true\" value indicates that the previous version of the CDE service was requested to be deployed.
    • getWorkloadAnalyticsEnabled Link icon

      public Boolean getWorkloadAnalyticsEnabled()
      Getter for workloadAnalyticsEnabled. If true, diagnostic information about job and query execution is sent to Cloudera Workload Manager.
    • setWorkloadAnalyticsEnabled Link icon

      public void setWorkloadAnalyticsEnabled(Boolean workloadAnalyticsEnabled)
      Setter for workloadAnalyticsEnabled. If true, diagnostic information about job and query execution is sent to Cloudera Workload Manager.
    • getSsdUsed Link icon

      public Boolean getSsdUsed()
      Getter for ssdUsed. If true, SSD would have been be used for workload filesystem.
    • setSsdUsed Link icon

      public void setSsdUsed(Boolean ssdUsed)
      Setter for ssdUsed. If true, SSD would have been be used for workload filesystem.
    • equals Link icon

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode Link icon

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString Link icon

      public String toString()
      Overrides:
      toString in class Object