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",
"name": "string",
"version": "string",
"vmSource": {
"_typeName": "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"
}
}
],
"vmResourceSpec": {
"_typeName": "string",
"ovfDeploymentOption": "string"
}
}
Solution, this configuration belongs to.
Name of the solution.
Will be utilized as a prefix for the system Virtual Machines' names created for the solution.
Version of the solution.
Specifies how to find the files of the system Virtual Machine to be created.
This structure may be used only with operations rendered under /eam
.
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.
Reference to an instance of the ResourcePool managed object.
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.
Specifies the specific solution configuration based on its type.
This structure may be used only with operations rendered under /eam
.
Specifies the VM resource configurations.
This structure may be used only with operations rendered under /eam
.