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 Details

    • VcDescription

      public VcDescription()
  • Method Details

    • 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.
    • getSessionTimeout

      public String getSessionTimeout()
      Getter for sessionTimeout. Default timeout for Sessions.
    • setSessionTimeout

      public void setSessionTimeout(String sessionTimeout)
      Setter for sessionTimeout. Default timeout for Sessions.
    • getSparkConfigs

      public Map<String,String> getSparkConfigs()
      Getter for sparkConfigs. Spark configs that will be applied to all the spark jobs inside a virtual cluster.
    • setSparkConfigs

      public void setSparkConfigs(Map<String,String> sparkConfigs)
      Setter for sparkConfigs. Spark configs that will be applied to all the spark jobs inside a virtual cluster.
    • equals

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

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

      public String toString()
      Overrides:
      toString in class Object