Package com.cloudera.cdp.de.model
Class ServiceDescription
- java.lang.Object
-
- com.cloudera.cdp.de.model.ServiceDescription
-
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2023-09-14T10:47:19.284-07:00") public class ServiceDescription extends Object
Detailed description of a CDE service.
-
-
Constructor Summary
Constructors Constructor Description ServiceDescription()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
List<ChartValueOverridesResponse>
getChartValueOverrides()
Getter for chartValueOverrides.String
getCloudPlatform()
Getter for cloudPlatform.String
getClusterFqdn()
Getter for clusterFqdn.String
getClusterId()
Getter for clusterId.String
getCreatorCrn()
Getter for creatorCrn.String
getCreatorEmail()
Getter for creatorEmail.String
getDataLakeAtlasUIEndpoint()
Getter for dataLakeAtlasUIEndpoint.String
getDataLakeFileSystems()
Getter for dataLakeFileSystems.String
getEnablingTime()
Getter for enablingTime.String
getEnvironmentCrn()
Getter for environmentCrn.String
getEnvironmentName()
Getter for environmentName.String
getLoadbalancerAllowlist()
Getter for loadbalancerAllowlist.String
getLogLocation()
Getter for logLocation.String
getName()
Getter for name.String
getNetworkOutboundType()
Getter for networkOutboundType.Boolean
getPreviousVersionDeployed()
Getter for previousVersionDeployed.Boolean
getPrivateClusterEnabled()
Getter for privateClusterEnabled.Boolean
getPublicEndpointEnabled()
Getter for publicEndpointEnabled.ServiceResources
getResources()
Getter for resources.Boolean
getSsdUsed()
Getter for ssdUsed.String
getStatus()
Getter for status.String
getSubnets()
Getter for subnets.String
getTenantId()
Getter for tenantId.String
getWhitelistIps()
Getter for whitelistIps.Boolean
getWorkloadAnalyticsEnabled()
Getter for workloadAnalyticsEnabled.int
hashCode()
void
setChartValueOverrides(List<ChartValueOverridesResponse> chartValueOverrides)
Setter for chartValueOverrides.void
setCloudPlatform(String cloudPlatform)
Setter for cloudPlatform.void
setClusterFqdn(String clusterFqdn)
Setter for clusterFqdn.void
setClusterId(String clusterId)
Setter for clusterId.void
setCreatorCrn(String creatorCrn)
Setter for creatorCrn.void
setCreatorEmail(String creatorEmail)
Setter for creatorEmail.void
setDataLakeAtlasUIEndpoint(String dataLakeAtlasUIEndpoint)
Setter for dataLakeAtlasUIEndpoint.void
setDataLakeFileSystems(String dataLakeFileSystems)
Setter for dataLakeFileSystems.void
setEnablingTime(String enablingTime)
Setter for enablingTime.void
setEnvironmentCrn(String environmentCrn)
Setter for environmentCrn.void
setEnvironmentName(String environmentName)
Setter for environmentName.void
setLoadbalancerAllowlist(String loadbalancerAllowlist)
Setter for loadbalancerAllowlist.void
setLogLocation(String logLocation)
Setter for logLocation.void
setName(String name)
Setter for name.void
setNetworkOutboundType(String networkOutboundType)
Setter for networkOutboundType.void
setPreviousVersionDeployed(Boolean previousVersionDeployed)
Setter for previousVersionDeployed.void
setPrivateClusterEnabled(Boolean privateClusterEnabled)
Setter for privateClusterEnabled.void
setPublicEndpointEnabled(Boolean publicEndpointEnabled)
Setter for publicEndpointEnabled.void
setResources(ServiceResources resources)
Setter for resources.void
setSsdUsed(Boolean ssdUsed)
Setter for ssdUsed.void
setStatus(String status)
Setter for status.void
setSubnets(String subnets)
Setter for subnets.void
setTenantId(String tenantId)
Setter for tenantId.void
setWhitelistIps(String whitelistIps)
Setter for whitelistIps.void
setWorkloadAnalyticsEnabled(Boolean workloadAnalyticsEnabled)
Setter for workloadAnalyticsEnabled.String
toString()
-
-
-
Method Detail
-
getName
public String getName()
Getter for name. Name of the CDE Service.
-
setName
public void setName(String name)
Setter for name. Name of the CDE Service.
-
getClusterId
public String getClusterId()
Getter for clusterId. Cluster Id of the CDE Service.
-
setClusterId
public void setClusterId(String clusterId)
Setter for clusterId. Cluster Id of the CDE Service.
-
getEnvironmentName
public String getEnvironmentName()
Getter for environmentName. CDP Environment Name.
-
setEnvironmentName
public void setEnvironmentName(String environmentName)
Setter for environmentName. CDP Environment Name.
-
getEnvironmentCrn
public String getEnvironmentCrn()
Getter for environmentCrn. CRN of the environment.
-
setEnvironmentCrn
public void setEnvironmentCrn(String environmentCrn)
Setter for environmentCrn. CRN of the environment.
-
getTenantId
public String getTenantId()
Getter for tenantId. CDP tenant ID.
-
setTenantId
public void setTenantId(String tenantId)
Setter for tenantId. CDP tenant ID.
-
getResources
public ServiceResources getResources()
Getter for resources. Resources details of CDE Service.
-
setResources
public void setResources(ServiceResources resources)
Setter for resources. Resources details of CDE Service.
-
getStatus
public String getStatus()
Getter for status. Status of the CDE service.
-
setStatus
public void setStatus(String status)
Setter for status. Status of the CDE service.
-
getCreatorEmail
public String getCreatorEmail()
Getter for creatorEmail. Email address of the creator of the CDE service.
-
setCreatorEmail
public void setCreatorEmail(String creatorEmail)
Setter for creatorEmail. Email address of the creator of the CDE service.
-
getCreatorCrn
public String getCreatorCrn()
Getter for creatorCrn. CRN of the creator.
-
setCreatorCrn
public void setCreatorCrn(String creatorCrn)
Setter for creatorCrn. CRN of the creator.
-
getEnablingTime
public String getEnablingTime()
Getter for enablingTime. Timestamp of service enabling.
-
setEnablingTime
public void setEnablingTime(String enablingTime)
Setter for enablingTime. Timestamp of service enabling.
-
getClusterFqdn
public String getClusterFqdn()
Getter for clusterFqdn. FQDN of the CDE service.
-
setClusterFqdn
public void setClusterFqdn(String clusterFqdn)
Setter for clusterFqdn. FQDN of the CDE service.
-
getCloudPlatform
public String getCloudPlatform()
Getter for cloudPlatform. The cloud platform where the CDE service is enabled.
-
setCloudPlatform
public void setCloudPlatform(String cloudPlatform)
Setter for cloudPlatform. The cloud platform where the CDE service is enabled.
-
getDataLakeFileSystems
public String getDataLakeFileSystems()
Getter for dataLakeFileSystems. The Data lake file system.
-
setDataLakeFileSystems
public void setDataLakeFileSystems(String dataLakeFileSystems)
Setter for dataLakeFileSystems. The Data lake file system.
-
getLogLocation
public String getLogLocation()
Getter for logLocation. Location for the log files of jobs.
-
setLogLocation
public void setLogLocation(String logLocation)
Setter for logLocation. Location for the log files of jobs.
-
getDataLakeAtlasUIEndpoint
public String getDataLakeAtlasUIEndpoint()
Getter for dataLakeAtlasUIEndpoint. Endpoint of Data Lake Atlas.
-
setDataLakeAtlasUIEndpoint
public void setDataLakeAtlasUIEndpoint(String dataLakeAtlasUIEndpoint)
Setter for dataLakeAtlasUIEndpoint. Endpoint of Data Lake Atlas.
-
getChartValueOverrides
public List<ChartValueOverridesResponse> getChartValueOverrides()
Getter for chartValueOverrides. Chart overrides for the Virtual Cluster.
-
setChartValueOverrides
public void setChartValueOverrides(List<ChartValueOverridesResponse> chartValueOverrides)
Setter for chartValueOverrides. Chart overrides for the Virtual Cluster.
-
getWhitelistIps
public String getWhitelistIps()
Getter for whitelistIps. List of CIDRs that would be allowed to access kubernetes master API server.
-
setWhitelistIps
public void setWhitelistIps(String whitelistIps)
Setter for whitelistIps. List of CIDRs that would be allowed to access kubernetes master API server.
-
getLoadbalancerAllowlist
public String getLoadbalancerAllowlist()
Getter for loadbalancerAllowlist. Comma-separated CIDRs that would be allowed to access the load balancer.
-
setLoadbalancerAllowlist
public void setLoadbalancerAllowlist(String loadbalancerAllowlist)
Setter for loadbalancerAllowlist. Comma-separated CIDRs that would be allowed to access the load balancer.
-
getSubnets
public String getSubnets()
Getter for subnets. List of Subnet IDs of the CDP subnets used by the kubernetes worker node.
-
setSubnets
public void setSubnets(String subnets)
Setter for subnets. List of Subnet IDs of the CDP subnets used by the kubernetes worker node.
-
getPrivateClusterEnabled
public Boolean getPrivateClusterEnabled()
Getter for privateClusterEnabled. If true, the CDE service was created with fully private Azure services (AKS, MySQL, etc.).
-
setPrivateClusterEnabled
public void setPrivateClusterEnabled(Boolean privateClusterEnabled)
Setter for privateClusterEnabled. If true, the CDE service was created with fully private Azure services (AKS, MySQL, etc.).
-
getPublicEndpointEnabled
public Boolean getPublicEndpointEnabled()
Getter for publicEndpointEnabled. If true, the CDE endpoint was created in a publicly accessible subnet.
-
setPublicEndpointEnabled
public void setPublicEndpointEnabled(Boolean publicEndpointEnabled)
Setter for publicEndpointEnabled. If true, the CDE endpoint was created in a publicly accessible subnet.
-
getNetworkOutboundType
public String getNetworkOutboundType()
Getter for networkOutboundType. Network outbound type. Currently 'udr' is the only supported.
-
setNetworkOutboundType
public void setNetworkOutboundType(String networkOutboundType)
Setter for networkOutboundType. Network outbound type. Currently 'udr' is the only supported.
-
getPreviousVersionDeployed
public Boolean getPreviousVersionDeployed()
Getter for previousVersionDeployed. The \"true\" value indicates that the previous version of the CDE service was requested to be deployed.
-
setPreviousVersionDeployed
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
public Boolean getWorkloadAnalyticsEnabled()
Getter for workloadAnalyticsEnabled. If true, diagnostic information about job and query execution is sent to Cloudera Workload Manager.
-
setWorkloadAnalyticsEnabled
public void setWorkloadAnalyticsEnabled(Boolean workloadAnalyticsEnabled)
Setter for workloadAnalyticsEnabled. If true, diagnostic information about job and query execution is sent to Cloudera Workload Manager.
-
getSsdUsed
public Boolean getSsdUsed()
Getter for ssdUsed. If true, SSD would have been be used for workload filesystem.
-
setSsdUsed
public void setSsdUsed(Boolean ssdUsed)
Setter for ssdUsed. If true, SSD would have been be used for workload filesystem.
-
-