Class WorkspaceSummary

java.lang.Object
com.cloudera.cdp.ml.model.WorkspaceSummary

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:25.791-07:00") public class WorkspaceSummary extends Object
A Cloudera Machine Learning workspace which includes the deployed configuration details.
  • Constructor Details

    • WorkspaceSummary

      public WorkspaceSummary()
  • Method Details

    • getInstanceName

      public String getInstanceName()
      Getter for instanceName. The name of the workspace.
    • setInstanceName

      public void setInstanceName(String instanceName)
      Setter for instanceName. The name of the workspace.
    • getEnvironmentName

      public String getEnvironmentName()
      Getter for environmentName. The name of the workspace's environment.
    • setEnvironmentName

      public void setEnvironmentName(String environmentName)
      Setter for environmentName. The name of the workspace's environment.
    • getInstanceStatus

      public String getInstanceStatus()
      Getter for instanceStatus. The workspace's current status.
    • setInstanceStatus

      public void setInstanceStatus(String instanceStatus)
      Setter for instanceStatus. The workspace's current status.
    • getInstanceUrl

      public String getInstanceUrl()
      Getter for instanceUrl. URL of the workspace's user interface.
    • setInstanceUrl

      public void setInstanceUrl(String instanceUrl)
      Setter for instanceUrl. URL of the workspace's user interface.
    • getEnvironmentCrn

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

      public void setEnvironmentCrn(String environmentCrn)
      Setter for environmentCrn. CRN of the environment.
    • getCrn

      public String getCrn()
      Getter for crn. The CRN of the workspace.
    • setCrn

      public void setCrn(String crn)
      Setter for crn. The CRN of the workspace.
    • getK8sClusterName

      public String getK8sClusterName()
      Getter for k8sClusterName. The Kubernetes cluster name.
    • setK8sClusterName

      public void setK8sClusterName(String k8sClusterName)
      Setter for k8sClusterName. The Kubernetes cluster name.
    • getCreatorCrn

      public String getCreatorCrn()
      Getter for creatorCrn. The CRN of the creator of the workspace.
    • setCreatorCrn

      public void setCreatorCrn(String creatorCrn)
      Setter for creatorCrn. The CRN of the creator of the workspace.
    • getVersion

      public String getVersion()
      Getter for version. The version of Cloudera Machine Learning that was installed on the workspace.
    • setVersion

      public void setVersion(String version)
      Setter for version. The version of Cloudera Machine Learning that was installed on the workspace.
    • getHttpsEnabled

      public Boolean getHttpsEnabled()
      Getter for httpsEnabled. Indicates if HTTPs communication was enabled on this workspace when provisioned.
    • setHttpsEnabled

      public void setHttpsEnabled(Boolean httpsEnabled)
      Setter for httpsEnabled. Indicates if HTTPs communication was enabled on this workspace when provisioned.
    • getFilesystemID

      public String getFilesystemID()
      Getter for filesystemID. A filesystem ID referencing the filesystem that was created on the cloud provider environment that this workspace uses.
    • setFilesystemID

      public void setFilesystemID(String filesystemID)
      Setter for filesystemID. A filesystem ID referencing the filesystem that was created on the cloud provider environment that this workspace uses.
    • getCloudPlatform

      public String getCloudPlatform()
      Getter for cloudPlatform. The cloud platform of the environment that was used to create this workspace.
    • setCloudPlatform

      public void setCloudPlatform(String cloudPlatform)
      Setter for cloudPlatform. The cloud platform of the environment that was used to create this workspace.
    • getMonitoringEnabled

      public Boolean getMonitoringEnabled()
      Getter for monitoringEnabled. If usage monitoring is enabled or not on this workspace.
    • setMonitoringEnabled

      public void setMonitoringEnabled(Boolean monitoringEnabled)
      Setter for monitoringEnabled. If usage monitoring is enabled or not on this workspace.
    • getLoadBalancerIPWhitelists

      public List<String> getLoadBalancerIPWhitelists()
      Getter for loadBalancerIPWhitelists. The whitelist of IPs for load balancer.
    • setLoadBalancerIPWhitelists

      public void setLoadBalancerIPWhitelists(List<String> loadBalancerIPWhitelists)
      Setter for loadBalancerIPWhitelists. The whitelist of IPs for load balancer.
    • getCreationDate

      public ZonedDateTime getCreationDate()
      Getter for creationDate. Creation date of workspace.
    • setCreationDate

      public void setCreationDate(ZonedDateTime creationDate)
      Setter for creationDate. Creation date of workspace.
    • getFailureMessage

      public String getFailureMessage()
      Getter for failureMessage. Failure message from the most recent failure that has occurred during workspace provisioning.
    • setFailureMessage

      public void setFailureMessage(String failureMessage)
      Setter for failureMessage. Failure message from the most recent failure that has occurred during workspace provisioning.
    • getHealthInfoLists

      public List<HealthInfo> getHealthInfoLists()
      Getter for healthInfoLists. The health info information of the workspace.
    • setHealthInfoLists

      public void setHealthInfoLists(List<HealthInfo> healthInfoLists)
      Setter for healthInfoLists. The health info information of the workspace.
    • getUpgradeState

      public UpgradeState getUpgradeState()
      Getter for upgradeState. The upgrade state contains the workspace upgrade information.
    • setUpgradeState

      public void setUpgradeState(UpgradeState upgradeState)
      Setter for upgradeState. The upgrade state contains the workspace upgrade information.
    • getNfsVersion

      public String getNfsVersion()
      Getter for nfsVersion. NFS Version of the filesystem.
    • setNfsVersion

      public void setNfsVersion(String nfsVersion)
      Setter for nfsVersion. NFS Version of the filesystem.
    • getBackupMetadata

      public BackupMetadata getBackupMetadata()
      Getter for backupMetadata. The Backup Metadata for the workspace.
    • setBackupMetadata

      public void setBackupMetadata(BackupMetadata backupMetadata)
      Setter for backupMetadata. The Backup Metadata for the workspace.
    • getClusterID

      public String getClusterID()
      Getter for clusterID. The Cluster ID for the workspace.
    • setClusterID

      public void setClusterID(String clusterID)
      Setter for clusterID. The Cluster ID for the workspace.
    • getIsPrivate

      public Boolean getIsPrivate()
      Getter for isPrivate. The value to indicate if the cluster is private or not.
    • setIsPrivate

      public void setIsPrivate(Boolean isPrivate)
      Setter for isPrivate. The value to indicate if the cluster is private or not.
    • getIsRestored

      public Boolean getIsRestored()
      Getter for isRestored. The value to indicate if the workspace is restored one or not
    • setIsRestored

      public void setIsRestored(Boolean isRestored)
      Setter for isRestored. The value to indicate if the workspace is restored one or not
    • 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