Class SelfHostedIntegrationRuntimeNodeResponse


  • public final class SelfHostedIntegrationRuntimeNodeResponse
    extends java.lang.Object
    • Method Detail

      • capabilities

        public java.util.Map<java.lang.String,​java.lang.String> capabilities()
        Returns:
        The integration runtime capabilities dictionary
      • concurrentJobsLimit

        public java.lang.Integer concurrentJobsLimit()
        Returns:
        Maximum concurrent jobs on the integration runtime node.
      • expiryTime

        public java.lang.String expiryTime()
        Returns:
        The time at which the integration runtime will expire in ISO8601 format.
      • hostServiceUri

        public java.lang.String hostServiceUri()
        Returns:
        URI for the host machine of the integration runtime.
      • isActiveDispatcher

        public java.lang.Boolean isActiveDispatcher()
        Returns:
        Indicates whether this node is the active dispatcher for integration runtime requests.
      • lastConnectTime

        public java.lang.String lastConnectTime()
        Returns:
        The most recent time at which the integration runtime was connected in ISO8601 format.
      • lastEndUpdateTime

        public java.lang.String lastEndUpdateTime()
        Returns:
        The last time for the integration runtime node update end.
      • lastStartTime

        public java.lang.String lastStartTime()
        Returns:
        The time the node last started up.
      • lastStartUpdateTime

        public java.lang.String lastStartUpdateTime()
        Returns:
        The last time for the integration runtime node update start.
      • lastStopTime

        public java.lang.String lastStopTime()
        Returns:
        The integration runtime node last stop time.
      • lastUpdateResult

        public java.lang.String lastUpdateResult()
        Returns:
        The result of the last integration runtime node update.
      • machineName

        public java.lang.String machineName()
        Returns:
        Machine name of the integration runtime node.
      • maxConcurrentJobs

        public java.lang.Integer maxConcurrentJobs()
        Returns:
        The maximum concurrent jobs in this integration runtime.
      • nodeName

        public java.lang.String nodeName()
        Returns:
        Name of the integration runtime node.
      • registerTime

        public java.lang.String registerTime()
        Returns:
        The time at which the integration runtime node was registered in ISO8601 format.
      • status

        public java.lang.String status()
        Returns:
        Status of the integration runtime node.
      • version

        public java.lang.String version()
        Returns:
        Version of the integration runtime node.
      • versionStatus

        public java.lang.String versionStatus()
        Returns:
        Status of the integration runtime node version.