Class ManagedIntegrationRuntimeStatus


  • public final class ManagedIntegrationRuntimeStatus
    extends IntegrationRuntimeStatus
    Managed integration runtime status.
    • Constructor Detail

      • ManagedIntegrationRuntimeStatus

        public ManagedIntegrationRuntimeStatus()
    • Method Detail

      • createTime

        public OffsetDateTime createTime()
        Get the createTime property: The time at which the integration runtime was created, in ISO8601 format.
        Returns:
        the createTime value.
      • otherErrors

        public List<ManagedIntegrationRuntimeError> otherErrors()
        Get the otherErrors property: The errors that occurred on this integration runtime.
        Returns:
        the otherErrors value.
      • lastOperation

        public ManagedIntegrationRuntimeOperationResult lastOperation()
        Get the lastOperation property: The last operation result that occurred on this integration runtime.
        Returns:
        the lastOperation value.