SolutionsClusterBoundSolutionConfig
Specifies cluster-bound solution configuration.
This structure may be used only with operations rendered under /eam
.
{
"_typeName": "string",
"vmCount": 0,
"vmPlacementPolicies": [
"string"
],
"vmNetworks": [
{
"_typeName": "string",
"name": "string",
"id": {
"_typeName": "string",
"type": "string",
"value": "string"
}
}
],
"datastores": [
{
"_typeName": "string",
"type": "string",
"value": "string"
}
]
}
The number of instances of the specified VM to be deployed across the cluster.
VM placement policies to be configured on the VMs SolutionsVmPlacementPolicyEnum If omitted - no VM placement policies are configured.
Networks to be configured on the VMs.
If omitted - no VM networks are configured.
Datastores to be configured as a storage of the VMs.
The first available datastore in the cluster is used. The collection cannot contain duplicate elements.