VDITemplateToDeviceMapping Table

VDITemplateToDeviceMapping stores the mapping between a VDI template and the associated VDI devices..

Note: To cater for multi-tenant mode, this table may contain data for multiple tenants. Access requires that the database TenantID has been set in the SQL Server connection context information. That setting filters an underlying table to produce this view of data for the single, selected tenant.
Table 1. Database columns for VDITemplateToDeviceMapping table

Database Column

Details

VDITemplateCompliance ComputerID

Type: integer. Key

The computer ID of a VDI template computer. Foreign key to the ComplianceComputer table.

VDIDeviceExternalID

Type: big integer

The VDI device ExternalID.

VDIDeviceCompliance ConnectionID

Type: integer. Key

The VDI device ComplianceConnectionID. Foreign key to the ComplianceConnection table.

VDIID

Type: integer. Key

The VDIID of the VDI which is chosen to represent software inventory for the template. Foreign key to the VDI table.