SolutionsSolutionComplianceResult
Result of a compliance check of a desired state dor a solution(on a host).
This structure may be used only with operations rendered under /eam
.
{
"_typeName": "string",
"solution": "string",
"compliant": false,
"nonComplianceReason": "string",
"vm": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"upgradingVm": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"hook": {
"_typeName": "string",
"vm": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"solution": "string",
"hookType": "string",
"raisedAt": "string"
},
"issues": [
{
"_typeName": "string",
"key": 0,
"description": "string",
"time": "string"
}
],
"solutionConfig": {
"_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 checked for compliance.
True
if the compute solution is compliant with the described desired state, False
- otherwise.
Reason the solution is non-compliant SolutionsNonComplianceReasonEnum.
Reference to an instance of the VirtualMachine managed object.
Contains information for a raised hook.
This structure may be used only with operations rendered under /eam
.
Issues, ESX Agent Manager has encountered while attempting to acheive the solution's requested desired state.
Configuration for a solution's required system Virtual Machine.
This structure may be used only with operations rendered under /eam
.