SolutionsHostBoundSolutionConfig
Specifies host-bound solution configuration.
This structure may be used only with operations rendered under /eam
.
{
"_typeName": "string",
"preferHostConfiguration": false,
"networks": [
{
"_typeName": "string",
"type": "string",
"value": "string"
}
],
"datastores": [
{
"_typeName": "string",
"type": "string",
"value": "string"
}
],
"vmci": [
"string"
]
}
If set to true - default network and datastore configured on host will take precedence over datastores and networks.
networks to satisfy system Virtual Machine network adapter requirements.
If omitted - default configured network on the host will be used.
Datastores to be configured as a storage of the VMs.
The first available datastore on the host is used. The collection cannot contain duplicate elements. If omitted - default configured datastore on the host will be used.
VMCI to be allowed access from the system Virtual Machine.