Class CatalogEntryMetadata

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

    public class CatalogEntryMetadata
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    Model used to describe metadata object returned.
    • Method Detail

      • isRcCompatible

        public java.lang.Boolean isRcCompatible()
        Gets the rcCompatible. Boolean value that describes whether the service is compatible with the Resource Controller. Only settable for deployments, propogated upward.
        Returns:
        the rcCompatible
      • getService

        public CFMetaData getService()
        Gets the service. Service-related metadata.
        Returns:
        the service
      • getPlan

        public PlanMetaData getPlan()
        Gets the plan. Plan-related metadata.
        Returns:
        the plan
      • getAlias

        public AliasMetaData getAlias()
        Gets the alias. Alias-related metadata.
        Returns:
        the alias
      • getTemplate

        public TemplateMetaData getTemplate()
        Gets the template. Template-related metadata.
        Returns:
        the template
      • getUi

        public UIMetaData getUi()
        Gets the ui. Information related to the UI presentation associated with a catalog entry.
        Returns:
        the ui
      • getCompliance

        public java.util.List<java.lang.String> getCompliance()
        Gets the compliance. Compliance information for HIPAA and PCI.
        Returns:
        the compliance
      • getSla

        public SLAMetaData getSla()
        Gets the sla. Service Level Agreement related metadata.
        Returns:
        the sla
      • getCallbacks

        public Callbacks getCallbacks()
        Gets the callbacks. Callback-related information associated with a catalog entry.
        Returns:
        the callbacks
      • getOriginalName

        public java.lang.String getOriginalName()
        Gets the originalName. The original name of the object.
        Returns:
        the originalName
      • getVersion

        @Deprecated
        public java.lang.String getVersion()
        Deprecated.
        this method is deprecated and may be removed in a future release
        Gets the version. Optional version of the object. Only valid for templates.
        Returns:
        the version
      • getOther

        public java.util.Map<java.lang.String,​java.lang.Object> getOther()
        Gets the other. Additional information.
        Returns:
        the other