Class InstallStatusMetadata

  • All Implemented Interfaces:
    com.ibm.cloud.sdk.core.service.model.ObjectModel

    public class InstallStatusMetadata
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    Installation status metadata.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getClusterId()
      Gets the clusterId.
      java.lang.String getNamespace()
      Gets the namespace.
      java.lang.String getRegion()
      Gets the region.
      java.lang.String getWorkspaceId()
      Gets the workspaceId.
      java.lang.String getWorkspaceName()
      Gets the workspaceName.
      • Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • InstallStatusMetadata

        public InstallStatusMetadata()
    • Method Detail

      • getClusterId

        public java.lang.String getClusterId()
        Gets the clusterId. Cluster ID.
        Returns:
        the clusterId
      • getRegion

        public java.lang.String getRegion()
        Gets the region. Cluster region.
        Returns:
        the region
      • getNamespace

        public java.lang.String getNamespace()
        Gets the namespace. Cluster namespace.
        Returns:
        the namespace
      • getWorkspaceId

        public java.lang.String getWorkspaceId()
        Gets the workspaceId. Workspace ID.
        Returns:
        the workspaceId
      • getWorkspaceName

        public java.lang.String getWorkspaceName()
        Gets the workspaceName. Workspace name.
        Returns:
        the workspaceName