Class OperatorDeployResult

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

    public class OperatorDeployResult
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    Operator deploy result.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getCatalogId()
      Gets the catalogId.
      java.lang.String getLink()
      Gets the link.
      java.lang.String getMessage()
      Gets the message.
      java.lang.String getName()
      Gets the name.
      java.lang.String getNamespace()
      Gets the namespace.
      java.lang.String getPackageName()
      Gets the packageName.
      java.lang.String getPhase()
      Gets the phase.
      java.lang.String getVersion()
      Gets the version.
      • 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

      • OperatorDeployResult

        public OperatorDeployResult()
    • Method Detail

      • getPhase

        public java.lang.String getPhase()
        Gets the phase. Status phase.
        Returns:
        the phase
      • getMessage

        public java.lang.String getMessage()
        Gets the message. Status message.
        Returns:
        the message
      • getLink

        public java.lang.String getLink()
        Gets the link. Operator API path.
        Returns:
        the link
      • getName

        public java.lang.String getName()
        Gets the name. Name of Operator.
        Returns:
        the name
      • getVersion

        public java.lang.String getVersion()
        Gets the version. Operator version.
        Returns:
        the version
      • getNamespace

        public java.lang.String getNamespace()
        Gets the namespace. Kube namespace.
        Returns:
        the namespace
      • getPackageName

        public java.lang.String getPackageName()
        Gets the packageName. Package Operator exists in.
        Returns:
        the packageName
      • getCatalogId

        public java.lang.String getCatalogId()
        Gets the catalogId. Catalog identification.
        Returns:
        the catalogId