Get desktop application:
View/edit binary Protocol Buffers messages
Used in: Parameters
string commandLine = 1
string packagePath = 2
map<string, string> envVars = 3
Used in: VNode
string name = 1
string owner = 3
Used in: Image
BASE = 0
PUBLIC = 1
PRIVATE = 2
Used in: VNode
int32 cpu = 1
int32 memory = 2
int32 disk = 3
int32 gpu = 4
Used in: VNode
string provider = 1
string localPath = 2
string remotePath = 3
string accessKey = 4
string secretKey = 5
string other = 6
Used in: VNode
string ipaddr = 1
string gateway = 2
string masterip = 3
string brname = 4
Used in: TaskInfo
optional Command command = 1
string stderrRedirectPath = 2
string stdoutRedirectPath = 3
Used as response type in: Master.report, Worker.start_task, Worker.start_vnode, Worker.stop_task, Worker.stop_vnode
Used in: Reply
Used in: TaskMsg
WAITING = 0
RUNNING = 1
COMPLETED = 2
FAILED = 3
TIMEOUT = 4
OUTPUTERROR = 5
Used as request type in: Worker.start_task, Worker.stop_task
string taskid = 1
string username = 2
int32 vnodeid = 3
optional Parameters parameters = 4
int32 timeout = 5
string token = 6
Used in: ReportMsg
string taskid = 1
string username = 2
int32 vnodeid = 3
Status subTaskStatus = 4
string token = 5
string errmsg = 6
Used in: VNodeInfo
optional Image image = 1
optional Instance instance = 2
repeated Mount mount = 3
optional Network network = 4
string hostname = 5
Used as request type in: Worker.start_vnode, Worker.stop_vnode
string taskid = 1
string username = 2
int32 vnodeid = 3
optional VNode vnode = 4