Class InitializeResource

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

    public class InitializeResource
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    Resource defining initialization parameters.
    • Method Detail

      • getContainer

        public ContainerReference getContainer()
        Gets the container. Data product exchange container.
        Returns:
        the container
      • getHref

        public java.lang.String getHref()
        Gets the href. Link to monitor the status of the initialize operation.
        Returns:
        the href
      • getStatus

        public java.lang.String getStatus()
        Gets the status. Status of the initialize operation.
        Returns:
        the status
      • getTrace

        public java.lang.String getTrace()
        Gets the trace. The id to trace the failed initialization operation.
        Returns:
        the trace
      • getErrors

        public java.util.List<ErrorModelResource> getErrors()
        Gets the errors. Set of errors on the latest initialization request.
        Returns:
        the errors
      • getLastStartedAt

        public java.util.Date getLastStartedAt()
        Gets the lastStartedAt. Start time of the last initialization.
        Returns:
        the lastStartedAt
      • getLastFinishedAt

        public java.util.Date getLastFinishedAt()
        Gets the lastFinishedAt. End time of the last initialization.
        Returns:
        the lastFinishedAt
      • getInitializedOptions

        public java.util.List<InitializedOption> getInitializedOptions()
        Gets the initializedOptions. Initialized options.
        Returns:
        the initializedOptions