The cloud configuration. It is a class purely for storing the information
for the cloud.
The values in CloudConfig in a cluster can be accessed by the getter function
which starts with the prefix .get(e.g. .getJobQueueName(cluster)).
jobQueueNameCharacter(1), the name of the job queue.
expectedWorkerNumberInteger(1), the expected number of workers that should be run on the cloud.
serverHardwareDockerHardware, the server hardware.
workerHardwareDockerHardware, the worker hardware.
serverPortInteger(1) or integer(0), the port that will be used by the worker to connect with the server.
serverPasswordCharacter(1) or character(0), the server password.
serverWorkerSameLANLogical(1), whether the server and workers are behind the same router.
serverClientSameLANLogical(1), whether the server and client are behind the same router.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.