Package com.cloudera.cdp.de.model
Class VcDescription
java.lang.Object
com.cloudera.cdp.de.model.VcDescription
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:27.658-07:00")
public class VcDescription
extends Object
CDE virtual cluster summary.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for accessControl.Getter for chartValueOverrides.Getter for clusterId.Getter for creationTime.Getter for creatorEmail.Getter for creatorID.Getter for creatorName.Getter for historyServerUrl.Getter for livyServerUrl.Getter for resources.Getter for safariUrl.Getter for sessionTimeout.Getter for smtpConfig.Getter for sparkConfigs.Getter for sparkVersion.Getter for status.Getter for vcApiUrl.getVcId()
Getter for vcId.Getter for vcName.Getter for vcTier.Getter for vcUiUrl.int
hashCode()
void
setAccessControl
(AccessControlResponse accessControl) Setter for accessControl.void
setChartValueOverrides
(List<ChartValueOverridesResponse> chartValueOverrides) Setter for chartValueOverrides.void
setClusterId
(String clusterId) Setter for clusterId.void
setCreationTime
(String creationTime) Setter for creationTime.void
setCreatorEmail
(String creatorEmail) Setter for creatorEmail.void
setCreatorID
(String creatorID) Setter for creatorID.void
setCreatorName
(String creatorName) Setter for creatorName.void
setHistoryServerUrl
(String historyServerUrl) Setter for historyServerUrl.void
setLivyServerUrl
(String livyServerUrl) Setter for livyServerUrl.void
setResources
(VcResources resources) Setter for resources.void
setSafariUrl
(String safariUrl) Setter for safariUrl.void
setSessionTimeout
(String sessionTimeout) Setter for sessionTimeout.void
setSmtpConfig
(SmtpConfigResponse smtpConfig) Setter for smtpConfig.void
setSparkConfigs
(Map<String, String> sparkConfigs) Setter for sparkConfigs.void
setSparkVersion
(String sparkVersion) Setter for sparkVersion.void
Setter for status.void
setVcApiUrl
(String vcApiUrl) Setter for vcApiUrl.void
Setter for vcId.void
Setter for vcName.void
Setter for vcTier.void
setVcUiUrl
(String vcUiUrl) Setter for vcUiUrl.toString()
-
Constructor Details
-
VcDescription
public VcDescription()
-
-
Method Details
-
getVcId
Getter for vcId. Virtual Cluster ID. -
setVcId
Setter for vcId. Virtual Cluster ID. -
getVcName
Getter for vcName. Name of the CDE Virtual Cluster. -
setVcName
Setter for vcName. Name of the CDE Virtual Cluster. -
getClusterId
Getter for clusterId. Cluster ID of the CDE service that contains the Virtual Cluster. -
setClusterId
Setter for clusterId. Cluster ID of the CDE service that contains the Virtual Cluster. -
getStatus
Getter for status. Status of the Virtual Cluster. -
setStatus
Setter for status. Status of the Virtual Cluster. -
getResources
Getter for resources. Resources details of CDE Service. -
setResources
Setter for resources. Resources details of CDE Service. -
getCreatorEmail
Getter for creatorEmail. Email address of the creator of Virtual Cluster. -
setCreatorEmail
Setter for creatorEmail. Email address of the creator of Virtual Cluster. -
getCreatorID
Getter for creatorID. ID of the creator of Virtual Cluster. -
setCreatorID
Setter for creatorID. ID of the creator of Virtual Cluster. -
getCreatorName
Getter for creatorName. Name of the creator of the Virtual Cluster. -
setCreatorName
Setter for creatorName. Name of the creator of the Virtual Cluster. -
getVcApiUrl
Getter for vcApiUrl. Url for the Virtual Cluster APIs. -
setVcApiUrl
Setter for vcApiUrl. Url for the Virtual Cluster APIs. -
getVcUiUrl
Getter for vcUiUrl. URL of the CDE Virtual Cluster UI. -
setVcUiUrl
Setter for vcUiUrl. URL of the CDE Virtual Cluster UI. -
getHistoryServerUrl
Getter for historyServerUrl. Spark History Server URL for the Virtual Cluster. -
setHistoryServerUrl
Setter for historyServerUrl. Spark History Server URL for the Virtual Cluster. -
getLivyServerUrl
Getter for livyServerUrl. Livy Server URL for the Virtual Cluster. -
setLivyServerUrl
Setter for livyServerUrl. Livy Server URL for the Virtual Cluster. -
getSafariUrl
Getter for safariUrl. Safari URL for the Virtual Cluster. -
setSafariUrl
Setter for safariUrl. Safari URL for the Virtual Cluster. -
getCreationTime
Getter for creationTime. Time of creation of the virtual Cluster. -
setCreationTime
Setter for creationTime. Time of creation of the virtual Cluster. -
getSparkVersion
Getter for sparkVersion. Spark version for the virtual cluster. -
setSparkVersion
Setter for sparkVersion. Spark version for the virtual cluster. -
getChartValueOverrides
Getter for chartValueOverrides. Chart overrides for the Virtual Cluster. -
setChartValueOverrides
Setter for chartValueOverrides. Chart overrides for the Virtual Cluster. -
getAccessControl
Getter for accessControl. Access control object for the Virtual Cluster. -
setAccessControl
Setter for accessControl. Access control object for the Virtual Cluster. -
getSmtpConfig
Getter for smtpConfig. SMTP Configurations for Airflow Email Alerts. -
setSmtpConfig
Setter for smtpConfig. SMTP Configurations for Airflow Email Alerts. -
getVcTier
Getter for vcTier. Tier of the Virtual Cluster. -
setVcTier
Setter for vcTier. Tier of the Virtual Cluster. -
getSessionTimeout
Getter for sessionTimeout. Default timeout for Sessions. -
setSessionTimeout
Setter for sessionTimeout. Default timeout for Sessions. -
getSparkConfigs
Getter for sparkConfigs. Spark configs that will be applied to all the spark jobs inside a virtual cluster. -
setSparkConfigs
Setter for sparkConfigs. Spark configs that will be applied to all the spark jobs inside a virtual cluster. -
equals
-
hashCode
public int hashCode() -
toString
-