|
| enum | BeamCodeClass { Invalid
, Microservice
, StorageObject
, SharedAssembly
} |
| |
| enum | MicroserviceState { IDLE
, BUILDING
, RUNNING
, STOPPING
} |
| |
| enum | MicroserviceCommand { BUILD
, START
, STOP
, COMPLETE
} |
| |
| enum | ServiceType { MicroService
, StorageObject
} |
| |