Package com.cloudera.cdp.ml.model
Class WorkspaceSummary
java.lang.Object
com.cloudera.cdp.ml.model.WorkspaceSummary
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-10-15T17:00:45.776-07:00")
public class WorkspaceSummary
extends Object
A Cloudera AI workbench which includes the deployed configuration details.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for backupMetadata.Getter for cloudPlatform.Getter for clusterID.Getter for creationDate.Getter for creatorCrn.getCrn()Getter for crn.Getter for environmentCrn.Getter for environmentName.Getter for failureMessage.Getter for filesystemID.Getter for healthInfoLists.Getter for httpsEnabled.Getter for instanceName.Getter for instanceStatus.Getter for instanceUrl.Getter for isPrivate.Getter for isRestored.Getter for k8sClusterName.Getter for loadBalancerIPWhitelists.Getter for monitoringEnabled.Getter for nfsVersion.Getter for upgradeState.Getter for version.inthashCode()voidsetBackupMetadata(BackupMetadata backupMetadata) Setter for backupMetadata.voidsetCloudPlatform(String cloudPlatform) Setter for cloudPlatform.voidsetClusterID(String clusterID) Setter for clusterID.voidsetCreationDate(ZonedDateTime creationDate) Setter for creationDate.voidsetCreatorCrn(String creatorCrn) Setter for creatorCrn.voidSetter for crn.voidsetEnvironmentCrn(String environmentCrn) Setter for environmentCrn.voidsetEnvironmentName(String environmentName) Setter for environmentName.voidsetFailureMessage(String failureMessage) Setter for failureMessage.voidsetFilesystemID(String filesystemID) Setter for filesystemID.voidsetHealthInfoLists(List<HealthInfo> healthInfoLists) Setter for healthInfoLists.voidsetHttpsEnabled(Boolean httpsEnabled) Setter for httpsEnabled.voidsetInstanceName(String instanceName) Setter for instanceName.voidsetInstanceStatus(String instanceStatus) Setter for instanceStatus.voidsetInstanceUrl(String instanceUrl) Setter for instanceUrl.voidsetIsPrivate(Boolean isPrivate) Setter for isPrivate.voidsetIsRestored(Boolean isRestored) Setter for isRestored.voidsetK8sClusterName(String k8sClusterName) Setter for k8sClusterName.voidsetLoadBalancerIPWhitelists(List<String> loadBalancerIPWhitelists) Setter for loadBalancerIPWhitelists.voidsetMonitoringEnabled(Boolean monitoringEnabled) Setter for monitoringEnabled.voidsetNfsVersion(String nfsVersion) Setter for nfsVersion.voidsetUpgradeState(UpgradeState upgradeState) Setter for upgradeState.voidsetVersion(String version) Setter for version.toString()
-
Constructor Details
-
WorkspaceSummary
public WorkspaceSummary()
-
-
Method Details
-
getInstanceName
Getter for instanceName. The name of the workbench. -
setInstanceName
Setter for instanceName. The name of the workbench. -
getEnvironmentName
Getter for environmentName. The name of the workbench's environment. -
setEnvironmentName
Setter for environmentName. The name of the workbench's environment. -
getInstanceStatus
Getter for instanceStatus. The workbench's current status. -
setInstanceStatus
Setter for instanceStatus. The workbench's current status. -
getInstanceUrl
Getter for instanceUrl. URL of the workbench's user interface. -
setInstanceUrl
Setter for instanceUrl. URL of the workbench's user interface. -
getEnvironmentCrn
Getter for environmentCrn. CRN of the environment. -
setEnvironmentCrn
Setter for environmentCrn. CRN of the environment. -
getCrn
Getter for crn. The CRN of the workbench. -
setCrn
Setter for crn. The CRN of the workbench. -
getK8sClusterName
Getter for k8sClusterName. The Kubernetes cluster name. -
setK8sClusterName
Setter for k8sClusterName. The Kubernetes cluster name. -
getCreatorCrn
Getter for creatorCrn. The CRN of the creator of the workbench. -
setCreatorCrn
Setter for creatorCrn. The CRN of the creator of the workbench. -
getVersion
Getter for version. The version of Cloudera AI that was installed on the workbench. -
setVersion
Setter for version. The version of Cloudera AI that was installed on the workbench. -
getHttpsEnabled
Getter for httpsEnabled. Indicates if HTTPs communication was enabled on this workbench when provisioned. -
setHttpsEnabled
Setter for httpsEnabled. Indicates if HTTPs communication was enabled on this workbench when provisioned. -
getFilesystemID
Getter for filesystemID. A filesystem ID referencing the filesystem that was created on the cloud provider environment that this workbench uses. -
setFilesystemID
Setter for filesystemID. A filesystem ID referencing the filesystem that was created on the cloud provider environment that this workbench uses. -
getCloudPlatform
Getter for cloudPlatform. The cloud platform of the environment that was used to create this workbench. -
setCloudPlatform
Setter for cloudPlatform. The cloud platform of the environment that was used to create this workbench. -
getMonitoringEnabled
Getter for monitoringEnabled. If usage monitoring is enabled or not on this workbench. -
setMonitoringEnabled
Setter for monitoringEnabled. If usage monitoring is enabled or not on this workbench. -
getLoadBalancerIPWhitelists
Getter for loadBalancerIPWhitelists. The whitelist of IPs for load balancer. -
setLoadBalancerIPWhitelists
Setter for loadBalancerIPWhitelists. The whitelist of IPs for load balancer. -
getCreationDate
Getter for creationDate. Creation date of workbench. -
setCreationDate
Setter for creationDate. Creation date of workbench. -
getFailureMessage
Getter for failureMessage. Failure message from the most recent failure that has occurred during workbench provisioning. -
setFailureMessage
Setter for failureMessage. Failure message from the most recent failure that has occurred during workbench provisioning. -
getHealthInfoLists
Getter for healthInfoLists. The health info information of the workbench. -
setHealthInfoLists
Setter for healthInfoLists. The health info information of the workbench. -
getUpgradeState
Getter for upgradeState. The upgrade state contains the workbench upgrade information. -
setUpgradeState
Setter for upgradeState. The upgrade state contains the workbench upgrade information. -
getNfsVersion
Getter for nfsVersion. NFS Version of the filesystem. -
setNfsVersion
Setter for nfsVersion. NFS Version of the filesystem. -
getBackupMetadata
Getter for backupMetadata. The Backup Metadata for the workbench. -
setBackupMetadata
Setter for backupMetadata. The Backup Metadata for the workbench. -
getClusterID
Getter for clusterID. The Cluster ID for the workbench. -
setClusterID
Setter for clusterID. The Cluster ID for the workbench. -
getIsPrivate
Getter for isPrivate. The value to indicate if the cluster is private or not. -
setIsPrivate
Setter for isPrivate. The value to indicate if the cluster is private or not. -
getIsRestored
Getter for isRestored. The value to indicate if the workbench is restored one or not -
setIsRestored
Setter for isRestored. The value to indicate if the workbench is restored one or not -
equals
-
hashCode
public int hashCode() -
toString
-