VirtualMachineMobilityHistory¶
History of virtual machine to host relation changes.
Fields¶
| Field | Type | Description |
|---|---|---|
| AdditionalData | string | Reserved for future use |
| ChangeDate | datetime | Date/Time of the host change |
| Created | datetime | Date/Time the change this entity got created |
| ID | numeric | Internal ID for the VirtualMachineMobilityHistory entity (Primary Key) |
| MachineID | numeric | Internal ID that references the Machine entity (Foreign Key) |
| MachineName | string | Redundant machine name, in case the relation to the machine via id gets deleted |
| NewHostMachineID | numeric | Internal ID that references the Machine entity (Foreign Key) |
| NewHostName | string | Redundant machine name, in case the relation to the machine via id gets deleted |
| Res1 | string | Reserved for future use |
| Res2 | string | Reserved for future use |
| VirtualMachineID | numeric | Internal ID that references the VirtualMachine entity (Foreign Key) |