SolutionsSolutionConfig
Configuration for a solution's required system Virtual Machine.
This structure may be used only with operations rendered under /eam
.
{
"_typeName": "string",
"solution": "string",
"displayName": "string",
"displayVersion": "string",
"vmSource": {
"_typeName": "string"
},
"prefixVmName": "string",
"uuidVmName": false,
"resourcePool": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"folder": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"ovfProperties": [
{
"_typeName": "string",
"key": "string",
"value": "string"
}
],
"storagePolicies": [
{
"_typeName": "string"
}
],
"vmDiskProvisioning": "string",
"vmDeploymentOptimization": "string",
"typeSpecificConfig": {
"_typeName": "string"
},
"hooks": [
{
"_typeName": "string",
"type": "string",
"acknowledgement": {
"_typeName": "string"
},
"timeout": 0
}
],
"vmResourceSpec": {
"_typeName": "string",
"ovfDeploymentOption": "string"
}
}
Solution, this configuration belongs to.
Display name of the solution.
Display version of the solution.
Source of the system Virtual Machine files.
VM name prefix.
If set to True
- will insert an UUID in the system Virtual
Machines' names created for the solution, otherwise - no additional
UUID will be inserted in the system Virtual Machines' names.
Resource pool to place the system Virtual Machine in.
If omitted a default resource pool will be used.
Folder to place the system Virtual Machine in.
If omitted a default folder will be used.
User configurable OVF properties to be assigned during system Virtual Machine creation.
Storage policies to be applied during system Virtual Machine creation.
Provisioning type for the system Virtual Machines SolutionsVMDiskProvisioningEnum.
Default provisioning will be used if not specified.
Optimization strategy for deploying Virtual Machines SolutionsVMDeploymentOptimizationEnum.
Default optimization will be selected if not specified.
Solution type-specific configuration.
VMs resource configuration.
If omitted - the default resource configuration specified in the OVF descriptor is used.