This class represents a plan request sent to the planner.
name | data type | type | namespace | min/max occurs | description |
---|---|---|---|---|---|
cloudProvider | string | element | 0/1 | The cloud provider | |
domain | string | element | 0/1 | The domain to request the VMs | |
managerType | string | element | 0/1 | The type of cluster manager | |
osType | string | element | 0/1 | The type of OS for the VMs | |
toscaID | string | element | 0/1 | The ID of the tosca file the generated this plan | |
vmUserName | string | element | 0/1 | The default username to be set to all VMs |
Example
<p-----> <toscaID>592d5884e452f1b9b666a657</toscaID> <managerType>swarm</managerType> <vmUserName>vm_user</vmUserName> <cloudProvider>egi</cloudProvider> <osType>Ubuntu16.04</osType> <domain>us-east-1</domain> </p----->