pads_app
Version:
playground of algorithms for Distributed Systems(PADS)
32 lines (31 loc) • 854 B
JSON
{
"id": "RunFederation",
"name": "Execute the Federation",
"version": "0.3.0",
"description": "Runs the simulation on the local VM and in the Cloud",
"icon": {
"src": "",
"class": "fa fa-cogs"
},
"disableServerSideExecution": false,
"disableBrowserSideExecution": false,
"writeAccessRequired": false,
"configStructure": [
{
"name": "deploymentFiles",
"displayName": "Deployment Exporter Files",
"description": "Deployment Files generated by the Deployment Exporter Plugin.",
"value": "",
"valueType": "asset",
"readOnly": false
},
{
"name": "runLocally",
"displayName": "Run Locally",
"description": "True: run locally; false: run on cluster.",
"value": true,
"valueType": "boolean",
"readOnly": false
}
]
}