Skip to content

Latest commit

 

History

History
48 lines (33 loc) · 1.48 KB

CloudiatorProcess.md

File metadata and controls

48 lines (33 loc) · 1.48 KB

CloudiatorProcess

Properties

Name Type Description Notes
id String [optional]
originId String [optional]
processType String [optional]
state StateEnum [optional]
type TypeEnum [optional]
schedule String The id of the schedule this process belongs to. [optional]
task String The id of the task that is instantiated by this process. [optional]
taskInterface String The task interface used for running the process. [optional]
diagnostic String Diagnostic information about this process [optional]
reason String Reason this process was created [optional]
owner String The user this process was created for [optional]
ipAddresses List<IpAddress> The public/private ip addresses under which this process is reachable. [optional]
endpoint String The endpoint where this process is reachable. [optional]

Enum: StateEnum

Name Value
PENDING "PENDING"
RUNNING "RUNNING"
ERROR "ERROR"
DELETED "DELETED"
FINISHED "FINISHED"

Enum: TypeEnum

Name Value
LANCE "LANCE"
SPARK "SPARK"
FAAS "FAAS"
SIMULATION "SIMULATION"
UNKNOWN "UNKNOWN"