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="2023-09-27T13:27:53.929-07:00") public class VcDescription extends Object
CDE virtual cluster summary.
-
-
Constructor Summary
Constructors Constructor Description VcDescription()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
AccessControlResponse
getAccessControl()
Getter for accessControl.List<ChartValueOverridesResponse>
getChartValueOverrides()
Getter for chartValueOverrides.String
getClusterId()
Getter for clusterId.String
getCreationTime()
Getter for creationTime.String
getCreatorEmail()
Getter for creatorEmail.String
getCreatorID()
Getter for creatorID.String
getCreatorName()
Getter for creatorName.String
getHistoryServerUrl()
Getter for historyServerUrl.String
getLivyServerUrl()
Getter for livyServerUrl.VcResources
getResources()
Getter for resources.String
getSafariUrl()
Getter for safariUrl.SmtpConfigResponse
getSmtpConfig()
Getter for smtpConfig.String
getSparkVersion()
Getter for sparkVersion.String
getStatus()
Getter for status.String
getVcApiUrl()
Getter for vcApiUrl.String
getVcId()
Getter for vcId.String
getVcName()
Getter for vcName.String
getVcTier()
Getter for vcTier.String
getVcUiUrl()
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
setSmtpConfig(SmtpConfigResponse smtpConfig)
Setter for smtpConfig.void
setSparkVersion(String sparkVersion)
Setter for sparkVersion.void
setStatus(String status)
Setter for status.void
setVcApiUrl(String vcApiUrl)
Setter for vcApiUrl.void
setVcId(String vcId)
Setter for vcId.void
setVcName(String vcName)
Setter for vcName.void
setVcTier(String vcTier)
Setter for vcTier.void
setVcUiUrl(String vcUiUrl)
Setter for vcUiUrl.String
toString()
-
-
-
Method Detail
-
getVcId
public String getVcId()
Getter for vcId. Virtual Cluster ID.
-
setVcId
public void setVcId(String vcId)
Setter for vcId. Virtual Cluster ID.
-
getVcName
public String getVcName()
Getter for vcName. Name of the CDE Virtual Cluster.
-
setVcName
public void setVcName(String vcName)
Setter for vcName. Name of the CDE Virtual Cluster.
-
getClusterId
public String getClusterId()
Getter for clusterId. Cluster ID of the CDE service that contains the Virtual Cluster.
-
setClusterId
public void setClusterId(String clusterId)
Setter for clusterId. Cluster ID of the CDE service that contains the Virtual Cluster.
-
getStatus
public String getStatus()
Getter for status. Status of the Virtual Cluster.
-
setStatus
public void setStatus(String status)
Setter for status. Status of the Virtual Cluster.
-
getResources
public VcResources getResources()
Getter for resources. Resources details of CDE Service.
-
setResources
public void setResources(VcResources resources)
Setter for resources. Resources details of CDE Service.
-
getCreatorEmail
public String getCreatorEmail()
Getter for creatorEmail. Email address of the creator of Virtual Cluster.
-
setCreatorEmail
public void setCreatorEmail(String creatorEmail)
Setter for creatorEmail. Email address of the creator of Virtual Cluster.
-
getCreatorID
public String getCreatorID()
Getter for creatorID. ID of the creator of Virtual Cluster.
-
setCreatorID
public void setCreatorID(String creatorID)
Setter for creatorID. ID of the creator of Virtual Cluster.
-
getCreatorName
public String getCreatorName()
Getter for creatorName. Name of the creator of the Virtual Cluster.
-
setCreatorName
public void setCreatorName(String creatorName)
Setter for creatorName. Name of the creator of the Virtual Cluster.
-
getVcApiUrl
public String getVcApiUrl()
Getter for vcApiUrl. Url for the Virtual Cluster APIs.
-
setVcApiUrl
public void setVcApiUrl(String vcApiUrl)
Setter for vcApiUrl. Url for the Virtual Cluster APIs.
-
getVcUiUrl
public String getVcUiUrl()
Getter for vcUiUrl. URL of the CDE Virtual Cluster UI.
-
setVcUiUrl
public void setVcUiUrl(String vcUiUrl)
Setter for vcUiUrl. URL of the CDE Virtual Cluster UI.
-
getHistoryServerUrl
public String getHistoryServerUrl()
Getter for historyServerUrl. Spark History Server URL for the Virtual Cluster.
-
setHistoryServerUrl
public void setHistoryServerUrl(String historyServerUrl)
Setter for historyServerUrl. Spark History Server URL for the Virtual Cluster.
-
getLivyServerUrl
public String getLivyServerUrl()
Getter for livyServerUrl. Livy Server URL for the Virtual Cluster.
-
setLivyServerUrl
public void setLivyServerUrl(String livyServerUrl)
Setter for livyServerUrl. Livy Server URL for the Virtual Cluster.
-
getSafariUrl
public String getSafariUrl()
Getter for safariUrl. Safari URL for the Virtual Cluster.
-
setSafariUrl
public void setSafariUrl(String safariUrl)
Setter for safariUrl. Safari URL for the Virtual Cluster.
-
getCreationTime
public String getCreationTime()
Getter for creationTime. Time of creation of the virtual Cluster.
-
setCreationTime
public void setCreationTime(String creationTime)
Setter for creationTime. Time of creation of the virtual Cluster.
-
getSparkVersion
public String getSparkVersion()
Getter for sparkVersion. Spark version for the virtual cluster.
-
setSparkVersion
public void setSparkVersion(String sparkVersion)
Setter for sparkVersion. Spark version for the virtual cluster.
-
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.
-
getAccessControl
public AccessControlResponse getAccessControl()
Getter for accessControl. Access control object for the Virtual Cluster.
-
setAccessControl
public void setAccessControl(AccessControlResponse accessControl)
Setter for accessControl. Access control object for the Virtual Cluster.
-
getSmtpConfig
public SmtpConfigResponse getSmtpConfig()
Getter for smtpConfig. SMTP Configurations for Airflow Email Alerts.
-
setSmtpConfig
public void setSmtpConfig(SmtpConfigResponse smtpConfig)
Setter for smtpConfig. SMTP Configurations for Airflow Email Alerts.
-
getVcTier
public String getVcTier()
Getter for vcTier. Tier of the Virtual Cluster.
-
setVcTier
public void setVcTier(String vcTier)
Setter for vcTier. Tier of the Virtual Cluster.
-
-