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