Class ObjectMetadataSet

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

    public class ObjectMetadataSet
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    Model used to describe metadata object that can be set.
    • Method Detail

      • rcCompatible

        public java.lang.Boolean rcCompatible()
        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
      • service

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

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

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

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

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

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

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

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

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

        @Deprecated
        public java.lang.String version()
        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
      • other

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

        public PricingSet pricing()
        Gets the pricing. Pricing-related information.
        Returns:
        the pricing
      • deployment

        public DeploymentBase deployment()
        Gets the deployment. Deployment-related metadata.
        Returns:
        the deployment