ClusterDrsMigration
Describes a single virtual machine migration.
{
"_typeName": "string",
"key": "string",
"time": "string",
"vm": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"cpuLoad": 0,
"memoryLoad": 0,
"source": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"sourceCpuLoad": 0,
"sourceMemoryLoad": 0,
"destination": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"destinationCpuLoad": 0,
"destinationMemoryLoad": 0
}
A unique key that identifies this recommendation.
This is used as an argument to ComputeResource.applyRecommendation.
The time this recommendation was computed.
Current CPU load for the virtual machine, in MHz.
This property is only populated for recommendations.
Current memory load for the virtual machine, in bytes.
This field is only populated for recommendations.
Current CPU load on the source host, in MHz.
Current memory usage on the source host, in bytes.
Current CPU load on the destination host, in MHz.
Current memory usage on the destination host, in bytes.