VirtualMachineMobilityHistory
History of virtual machine to host relation changes.
erDiagram
Machine ||--o{ VirtualMachineMobilityHistory : "MachineID"
Machine ||--o{ VirtualMachineMobilityHistory : "NewHostMachineID"
VirtualMachine ||--o{ VirtualMachineMobilityHistory : "VirtualMachineID"
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 was 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) |
References
| Column Name |
Referenced Table |
Description |
| MachineID |
Machine |
Basic machine information. A machine is a physical or virtual device that can be scanned by OctoSAM Inventory. A machine can also be a mobile device such as a phone or tablet. |
| NewHostMachineID |
Machine |
Basic machine information. A machine is a physical or virtual device that can be scanned by OctoSAM Inventory. A machine can also be a mobile device such as a phone or tablet. |
| VirtualMachineID |
VirtualMachine |
Holds information for virtual machines. For Hyper-V specific columns see MSDN WMI Msvm_ComputerSystem class. |