Serialisierte Form

  • Package de.dlr.proseo.facmgr.rest.model

    • Klasse de.dlr.proseo.facmgr.rest.model.RestProcessingFacility

      class RestProcessingFacility extends Object implements Serializable
      serialVersionUID:
      4377492363756858211L
      • Serialisierte Felder

        • defaultStorageType
          String defaultStorageType
          The type of the storage
        • description
          String description
          A short description of the processing facility
        • externalStorageManagerUrl
          String externalStorageManagerUrl
          The URL to access this facility's storage manager from an external client (via PRIP API)
        • facilityState
          String facilityState
          The run state the facility currently is in, one of { DISABLED, STOPPED, STARTING, RUNNING, STOPPING }
        • id
          Long id
          The persistent id of this object
        • localStorageManagerUrl
          String localStorageManagerUrl
          URL of the locally accessible Storage Manager
        • maxJobsPerNode
          Long maxJobsPerNode
          Maximum number of jobs schedulable per worker node (default 1)
        • name
          String name
          The facility name (unique key)
        • processingEngineToken
          String processingEngineToken
          Authentication token for connecting to this facility's processing engine (Kubernetes instance)
        • processingEngineUrl
          String processingEngineUrl
          The URL to access this facility's processing engine (Kubernetes instance)
        • storageManagerPassword
          String storageManagerPassword
          Password for connecting to the Storage Manager (locally and from external services)
        • storageManagerUrl
          String storageManagerUrl
          The URL to access this facility's storage manager from the control instance
        • storageManagerUser
          String storageManagerUser
          User name for connecting to the Storage Manager (locally and from external services)
        • version
          Long version
          A version identifier to track updates to the object (especially to detect concurrent update attempts)