Class OperatorDeployResult
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.catalog_management.v1.model.OperatorDeployResult
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class OperatorDeployResult extends com.ibm.cloud.sdk.core.service.model.GenericModelOperator deploy result.
-
-
Constructor Summary
Constructors Constructor Description OperatorDeployResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetCatalogId()Gets the catalogId.java.lang.StringgetLink()Gets the link.java.lang.StringgetMessage()Gets the message.java.lang.StringgetName()Gets the name.java.lang.StringgetNamespace()Gets the namespace.java.lang.StringgetPackageName()Gets the packageName.java.lang.StringgetPhase()Gets the phase.java.lang.StringgetVersion()Gets the version.
-
-
-
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
-
-