Class DataProductDomain

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

    public class DataProductDomain
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    The data product domain.
    • Method Detail

      • container

        public ContainerReference container()
        Gets the container. Container reference.
        Returns:
        the container
      • trace

        public java.lang.String trace()
        Gets the trace. The id to trace the failed domain creations.
        Returns:
        the trace
      • errors

        public java.util.List<ErrorModelResource> errors()
        Gets the errors. Set of errors on the sub domain creation.
        Returns:
        the errors
      • name

        public java.lang.String name()
        Gets the name. The name of the data product domain.
        Returns:
        the name
      • description

        public java.lang.String description()
        Gets the description. The description of the data product domain.
        Returns:
        the description
      • id

        public java.lang.String id()
        Gets the id. The identifier of the data product domain.
        Returns:
        the id
      • memberRoles

        public MemberRolesSchema memberRoles()
        Gets the memberRoles. Member roles of a corresponding asset.
        Returns:
        the memberRoles
      • xProperties

        public PropertiesSchema xProperties()
        Gets the xProperties. Properties of the corresponding asset.
        Returns:
        the xProperties
      • subDomains

        public java.util.List<InitializeSubDomain> subDomains()
        Gets the subDomains. List of sub domains to be added within a domain.
        Returns:
        the subDomains