This class represents a plan request sent to the planner.
name | data type | description |
---|---|---|
toscaID | string | The ID of the tosca file the generated this plan |
managerType | string | The type of cluster manager |
vmUserName | string | The default username to be set to all VMs |
cloudProvider | string | The cloud provider |
osType | string | The type of OS for the VMs |
domain | string | The domain to request the VMs |
Example
{ "toscaID" : "592d5884e452f1b9b666a657", "managerType" : "swarm", "vmUserName" : "vm_user", "cloudProvider" : "egi", "osType" : "Ubuntu16.04", "domain" : "us-east-1" }