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="2023-09-27T13:27:52.511-07:00") public class WorkspaceSummary extends Object
A Cloudera Machine Learning workspace which includes the deployed configuration details.
-
-
Constructor Summary
Constructors Constructor Description WorkspaceSummary()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
BackupMetadata
getBackupMetadata()
Getter for backupMetadata.String
getCloudPlatform()
Getter for cloudPlatform.String
getClusterID()
Getter for clusterID.ZonedDateTime
getCreationDate()
Getter for creationDate.String
getCreatorCrn()
Getter for creatorCrn.String
getCrn()
Getter for crn.String
getEnvironmentCrn()
Getter for environmentCrn.String
getEnvironmentName()
Getter for environmentName.String
getFailureMessage()
Getter for failureMessage.String
getFilesystemID()
Getter for filesystemID.List<HealthInfo>
getHealthInfoLists()
Getter for healthInfoLists.Boolean
getHttpsEnabled()
Getter for httpsEnabled.String
getInstanceName()
Getter for instanceName.String
getInstanceStatus()
Getter for instanceStatus.String
getInstanceUrl()
Getter for instanceUrl.Boolean
getIsPrivate()
Getter for isPrivate.Boolean
getIsRestored()
Getter for isRestored.String
getK8sClusterName()
Getter for k8sClusterName.List<String>
getLoadBalancerIPWhitelists()
Getter for loadBalancerIPWhitelists.Boolean
getMonitoringEnabled()
Getter for monitoringEnabled.String
getNfsVersion()
Getter for nfsVersion.UpgradeState
getUpgradeState()
Getter for upgradeState.String
getVersion()
Getter for version.int
hashCode()
void
setBackupMetadata(BackupMetadata backupMetadata)
Setter for backupMetadata.void
setCloudPlatform(String cloudPlatform)
Setter for cloudPlatform.void
setClusterID(String clusterID)
Setter for clusterID.void
setCreationDate(ZonedDateTime creationDate)
Setter for creationDate.void
setCreatorCrn(String creatorCrn)
Setter for creatorCrn.void
setCrn(String crn)
Setter for crn.void
setEnvironmentCrn(String environmentCrn)
Setter for environmentCrn.void
setEnvironmentName(String environmentName)
Setter for environmentName.void
setFailureMessage(String failureMessage)
Setter for failureMessage.void
setFilesystemID(String filesystemID)
Setter for filesystemID.void
setHealthInfoLists(List<HealthInfo> healthInfoLists)
Setter for healthInfoLists.void
setHttpsEnabled(Boolean httpsEnabled)
Setter for httpsEnabled.void
setInstanceName(String instanceName)
Setter for instanceName.void
setInstanceStatus(String instanceStatus)
Setter for instanceStatus.void
setInstanceUrl(String instanceUrl)
Setter for instanceUrl.void
setIsPrivate(Boolean isPrivate)
Setter for isPrivate.void
setIsRestored(Boolean isRestored)
Setter for isRestored.void
setK8sClusterName(String k8sClusterName)
Setter for k8sClusterName.void
setLoadBalancerIPWhitelists(List<String> loadBalancerIPWhitelists)
Setter for loadBalancerIPWhitelists.void
setMonitoringEnabled(Boolean monitoringEnabled)
Setter for monitoringEnabled.void
setNfsVersion(String nfsVersion)
Setter for nfsVersion.void
setUpgradeState(UpgradeState upgradeState)
Setter for upgradeState.void
setVersion(String version)
Setter for version.String
toString()
-
-
-
Method Detail
-
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
-
-