HbrDiskMigrationAction
Describes a single HBR secondary disk migration action.
The storage migration action applies either to a single disk or a set of secondary virtual disks.
{
"_typeName": "string",
"type": "string",
"target": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"collectionId": "string",
"collectionName": "string",
"diskIds": [
"string"
],
"source": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"destination": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"sizeTransferred": 0,
"spaceUtilSrcBefore": "number",
"spaceUtilDstBefore": "number",
"spaceUtilSrcAfter": "number",
"spaceUtilDstAfter": "number",
"ioLatencySrcBefore": "number",
"ioLatencyDstBefore": "number"
}
HMS Service specific collection id
HMS specific name of this collection
HBR disk ids of secondary disks moved by this action
Source datastore.
Destination datastore.
The amount of data to be transferred.
Unit: KB.
Space utilization on the source datastore before storage migration.
Unit: percentage. For example, if set to 70.0, space utilization is 70%. If not set, the value is not available.
Space utilization on the destination datastore before storage migration.
Unit: percentage. For example, if set to 70.0, space utilization is 70%. If not set, the value is not available.
Expected space utilization on the source datastore after storage migration.
Unit: percentage. For example, if set to 70.0, space utilization is 70%. If not set, the value is not available.
Expected space utilization on the destination datastore after storage migration.
Unit: percentage. For example, if set to 70.0, space utilization is 70%. If not set, the value is not available.
Deprecated as of vSphere8.0 U3, and there is no replacement for it.
I/O latency on the source datastore before storage migration.
Unit: millisecond. If not set, the value is not available.
Deprecated as of vSphere8.0 U3, and there is no replacement for it.
I/O latency on the destination datastore before storage migration.
Unit: millisecond. If not set, the value is not available.