dk.sdu.cloud.app.store.api.ApplicationType

UCloud Developer Guide / Orchestration of Resources / Compute / Application Store / Applications

ApplicationType

The ApplicationType determines how user's interact with an Application

enum class ApplicationType {
    BATCH,
    VNC,
    WEB,
}
  • BATCH: A non-interactive Application which runs without user input

  • VNC: An interactive Application exposing a remote desktop interface

  • WEB: An interactive Application exposing a graphical web interface

Properties

Last updated